.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Cairo', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Cairo', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Cairo', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.35rem 1.5rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.35rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7787a5 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #6cb1d1 !important;
}
.bg-warning {
  background-color: #1c156f !important;
}
.bg-danger {
  background-color: #a6a99c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #96a2b9 !important;
  border-color: #96a2b9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #96a2b9 !important;
  border-color: #96a2b9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #6cb1d1 !important;
  border-color: #6cb1d1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #93c6dd !important;
  border-color: #93c6dd !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #93c6dd !important;
  border-color: #93c6dd !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1c156f !important;
  border-color: #1c156f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #271d9a !important;
  border-color: #271d9a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #271d9a !important;
  border-color: #271d9a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !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: #7787a5;
  color: #7787a5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4f5d77 !important;
  background-color: transparent !important;
  border-color: #4f5d77 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6cb1d1;
  color: #6cb1d1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3789af !important;
  background-color: transparent !important;
  border-color: #3789af !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6cb1d1 !important;
  border-color: #6cb1d1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1c156f;
  color: #1c156f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a0726 !important;
  background-color: transparent !important;
  border-color: #0a0726 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1c156f !important;
  border-color: #1c156f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !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: #7787a5 !important;
}
.text-secondary {
  color: #edefeb !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #6cb1d1 !important;
}
.text-warning {
  color: #1c156f !important;
}
.text-danger {
  color: #a6a99c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #48556e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bac2b2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3380a4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #060519 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #747768 !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: #7787a5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6cb1d1;
}
.alert-warning {
  background-color: #1c156f;
}
.alert-danger {
  background-color: #a6a99c;
}
.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: #7787a5;
  border-color: #7787a5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7787a5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c4cbd8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3a2cd7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3e4e0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #7787a5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #7787a5;
}
/* 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: #7787a5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7787a5;
}
.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: #7787a5;
  border-bottom-color: #7787a5;
}
.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: #7787a5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edefeb !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='%237787a5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tZTj3UkytS {
  background: transparent;
}
.cid-tZTj3UkytS .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tZTj3UkytS .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tZTj3UkytS .nav-link {
  position: relative;
}
.cid-tZTj3UkytS .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tZTj3UkytS .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tZTj3UkytS .navbar.opened {
  transition: all 0.3s;
}
.cid-tZTj3UkytS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZTj3UkytS .navbar .navbar-logo img {
  width: auto;
}
.cid-tZTj3UkytS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar.collapsed {
  justify-content: center;
}
.cid-tZTj3UkytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZTj3UkytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZTj3UkytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZTj3UkytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZTj3UkytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZTj3UkytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZTj3UkytS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZTj3UkytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZTj3UkytS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZTj3UkytS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZTj3UkytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZTj3UkytS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZTj3UkytS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZTj3UkytS .dropdown-item:hover,
.cid-tZTj3UkytS .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-tZTj3UkytS .dropdown-item:hover span {
  color: white;
}
.cid-tZTj3UkytS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZTj3UkytS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZTj3UkytS .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZTj3UkytS .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown-menu,
.cid-tZTj3UkytS .navbar.opened {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .nav-item:focus,
.cid-tZTj3UkytS .nav-link:focus {
  outline: none;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZTj3UkytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZTj3UkytS .dropdown-item.active,
.cid-tZTj3UkytS .dropdown-item:active {
  background-color: transparent;
}
.cid-tZTj3UkytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZTj3UkytS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZTj3UkytS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZTj3UkytS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZTj3UkytS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZTj3UkytS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZTj3UkytS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZTj3UkytS .navbar {
    height: 70px;
  }
  .cid-tZTj3UkytS .navbar.opened {
    height: auto;
  }
  .cid-tZTj3UkytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZTj3UkytS .collapsed {
  background: transparent!important;
}
.cid-tZTj3UkytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZTj3UkytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZUo0Ojp4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUo0Ojp4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tZUo0Ojp4O .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tZUo0Ojp4O .container-fluid {
    padding: 0 30px;
  }
}
.cid-tZUo0Ojp4O .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZUo0Ojp4O .container {
    padding: 0 30px;
  }
}
.cid-tZUo0Ojp4O .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-tZUo0Ojp4O .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tZUo0Ojp4O .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZUo0Ojp4O .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tZUo0Ojp4O .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tZUo0Ojp4O .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ugbXbems8j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-ugbXbems8j .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-ugbXbems8j .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-ugbXbems8j .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-ugbXbems8j .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-ugbXbems8j .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-ugbXbems8j .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-ugbXbems8j .embla {
    margin-bottom: 80px;
  }
}
.cid-ugbXbems8j .mbr-section-title {
  color: #1c156f;
}
.cid-ugbXbems8j .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-ugbXbems8j .mbr-text {
  color: #161616;
  text-align: center;
}
.cid-ugbXbems8j .item:focus,
.cid-ugbXbems8j span:focus {
  outline: none;
}
.cid-ugbXbems8j .slide-content {
  position: relative;
  padding: 24px;
  background: #ffffff;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ugbXbems8j .slide-content {
    padding: 16px;
  }
}
.cid-ugbXbems8j .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-ugbXbems8j .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-ugbXbems8j .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-ugbXbems8j .embla__slide {
    max-width: initial;
  }
}
.cid-ugbXbems8j .item-content {
  margin-top: 24px;
}
.cid-ugbXbems8j .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-ugbXbems8j .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ugbXbems8j .item-img {
    height: 324px;
  }
}
.cid-ugbXbems8j .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugbXbems8j .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-ugbXbems8j .label-container {
    flex-wrap: wrap;
  }
}
.cid-ugbXbems8j .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #edefeb;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-ugbXbems8j .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-ugbXbems8j .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-ugbXbems8j .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ugbXbems8j .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-ugbXbems8j .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-ugbXbems8j .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-ugbXbems8j .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-ugbXbems8j .date-text {
    max-width: 100%;
  }
}
.cid-ugbXbems8j .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-ugbXbems8j .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-ugbXbems8j .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-ugbXbems8j .mbr-section-btn {
    width: auto !important;
  }
}
.cid-ugbXbems8j .item-subtitle {
  text-align: left;
}
.cid-ugbXbems8j .embla__button--next,
.cid-ugbXbems8j .embla__button--prev {
  display: flex;
}
.cid-ugbXbems8j .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugbXbems8j .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-ugbXbems8j .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-ugbXbems8j .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-ugbXbems8j .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #ffffff;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-ugbXbems8j .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ugbXbems8j .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-ugbXbems8j .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-ugbXbems8j .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-ugbXbems8j .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-ugbXbems8j .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ugbXbems8j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugbXbems8j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugbXbems8j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugbXbems8j .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uAQQ9xDMkx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAQQ9xDMkx .video-wrapper iframe {
  width: 100%;
}
.cid-uAQQ9xDMkx .mbr-section-title,
.cid-uAQQ9xDMkx .mbr-section-subtitle,
.cid-uAQQ9xDMkx .mbr-text {
  text-align: center;
}
.cid-uAQQ9xDMkx .mbr-section-title {
  color: #1c156f;
}
.cid-ue62aiuMje {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #1c156f;
}
.cid-ue62aiuMje .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue62aiuMje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue62aiuMje .container {
    padding: 0 16px;
  }
}
.cid-ue62aiuMje .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue62aiuMje .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ue62aiuMje .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ue62aiuMje .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue62aiuMje .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ue62aiuMje .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ue62aiuMje .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-ue62aiuMje .image-wrapper {
    min-height: 300px;
  }
}
.cid-ue62aiuMje .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  border: 20px solid #1c156f;
  border-radius: 90px;
}
@media (max-width: 768px) {
  .cid-ue62aiuMje .image-wrapper .image-wrap {
    border: 15px solid #1c156f;
    border-radius: 20px;
  }
}
.cid-ue62aiuMje .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-ue62aiuMje .image-wrapper .sec-image {
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 180px;
  width: 220px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-ue62aiuMje .image-wrapper .sec-image {
    display: none;
  }
}
.cid-ue62aiuMje .mbr-section-title {
  color: #08323C;
}
.cid-ue62aiuMje .mbr-text {
  color: #ffffff;
}
.cid-ue62aiuMje .mbr-section-title,
.cid-ue62aiuMje .mbr-section-btn {
  color: #ffffff;
}
.cid-u1M8lNmM3P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u1M8lNmM3P .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-u1M8lNmM3P .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u1M8lNmM3P .mbr-section-title {
  color: #24262b;
}
.cid-u1M8lNmM3P .mbr-section-subtitle {
  margin-top: 16px;
  color: #1c156f;
}
.cid-u1M8lNmM3P .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-u1M8lNmM3P .item-footer {
  margin-top: 16px;
}
.cid-u1M8lNmM3P .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-u1M8lNmM3P .items-row {
  row-gap: 48px;
}
.cid-u1M8lNmM3P .item {
  cursor: pointer;
}
.cid-u1M8lNmM3P .item:focus,
.cid-u1M8lNmM3P span:focus {
  outline: none;
}
.cid-u1M8lNmM3P .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u1M8lNmM3P .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-u1M8lNmM3P .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-u1M8lNmM3P .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-u1M8lNmM3P .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-u1M8lNmM3P .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-u1M8lNmM3P img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 6));
  object-fit: cover;
}
.cid-u1M8lNmM3P .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #efefef;
}
.cid-u1M8lNmM3P .item-title {
  color: #24262b;
}
.cid-u1M8lNmM3P .item-subtitle {
  color: #24262b;
  margin-top: 6px;
}
.cid-u1M8lNmM3P .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-u1M8ffF51y {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u1M8ffF51y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1M8ffF51y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1M8ffF51y .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1M8ffF51y .col-text {
    max-width: 624px;
  }
}
.cid-u1M8ffF51y .mbr-section-title {
  color: #3a341c;
  margin-bottom: 8px;
}
.cid-u1M8ffF51y .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-u1M8ffF51y .mbr-text {
  margin-top: 24px;
  color: #232323;
}
.cid-u1M8ffF51y .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-u1M8ffF51y .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-u1M8ffF51y .card:not(:first-child) {
    border-left: 1px solid #ffeb69;
  }
}
.cid-u1M8ffF51y .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u1M8ffF51y .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #1c156f;
  margin-bottom: 1rem;
}
.cid-u1M8ffF51y .card-title {
  color: #1c156f;
}
.cid-u29vWxFwoW {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u29vWxFwoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u29vWxFwoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u29vWxFwoW .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-u29vWxFwoW .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-u29vWxFwoW .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u29vWxFwoW .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u29vWxFwoW .row {
  flex-direction: row-reverse;
}
.cid-u29vWxFwoW .image-wrapper {
  padding: 0 0.75rem;
}
.cid-u29vWxFwoW img,
.cid-u29vWxFwoW .image-wrapper {
  height: 600px;
  object-fit: cover;
}
.cid-u29vWxFwoW .mbr-section-title {
  color: #1c156f;
  text-align: center;
}
.cid-u29vWxFwoW .mbr-text {
  color: #000000;
}
.cid-u29vWxFwoW .mbr-text,
.cid-u29vWxFwoW .mbr-section-btn {
  text-align: center;
}
.cid-u1M7gFJSiQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-u1M7gFJSiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1M7gFJSiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1M7gFJSiQ .container {
    padding: 0 16px;
  }
}
.cid-u1M7gFJSiQ .row {
  justify-content: center;
}
.cid-u1M7gFJSiQ .title-wrapper {
  position: relative;
}
.cid-u1M7gFJSiQ .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u1M7gFJSiQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1M7gFJSiQ .title-wrapper .mbr-section-title span {
  color: #a6a99c;
}
.cid-u1M7gFJSiQ .title-wrapper .mbr-section-btn {
  padding: 0 15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u1M7gFJSiQ .title-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-u1M7gFJSiQ .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u1M7gFJSiQ .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-u1M7gFJSiQ .image_1 {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1M7gFJSiQ .image_1 {
    position: static;
    margin: 40px auto 0;
  }
}
.cid-u1M7gFJSiQ .mbr-section-title {
  color: #ffffff;
}
.cid-u1M7gFJSiQ .mbr-section-title,
.cid-u1M7gFJSiQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u1M7HPyAwb {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #faf7e3;
}
.cid-u1M7HPyAwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1M7HPyAwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1M7HPyAwb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u1M7HPyAwb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u1M7HPyAwb .container {
    padding: 0 16px;
  }
}
.cid-u1M7HPyAwb .row {
  background-color: #0c2c68;
  border-radius: 40px;
  padding: 125px 20px;
}
@media (max-width: 992px) {
  .cid-u1M7HPyAwb .row {
    margin: 0;
  }
}
.cid-u1M7HPyAwb .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-u1M7HPyAwb .row .image-wrapper img {
  position: absolute;
  top: -12rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 46px;
}
@media (max-width: 768px) {
  .cid-u1M7HPyAwb .row .image-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-u1M7HPyAwb .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-u1M7HPyAwb .row .image-wrapper .line {
    display: none;
  }
}
.cid-u1M7HPyAwb .row .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u1M7HPyAwb .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1M7HPyAwb .row .title-wrapper .mbr-section-title span {
  color: #a6a99c;
}
.cid-u1M7HPyAwb .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-u1M7HPyAwb .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #0c2c68;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u1M7HPyAwb .row .icon-wrapper {
    display: none;
  }
}
.cid-u1M7HPyAwb .mbr-section-title {
  color: #ffffff;
}
.cid-u1M7HPyAwb .icon-wrapper {
  text-align: right;
}
.cid-u1M7HPyAwb .mbr-section-title,
.cid-u1M7HPyAwb .mbr-section-btn,
.cid-u1M7HPyAwb .icon-wrapper {
  color: #ffffff;
}
.cid-ue626fKvCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ue626fKvCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue626fKvCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue626fKvCV .container {
    padding: 0 16px;
  }
}
.cid-ue626fKvCV .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-ue626fKvCV .title-wrapper {
    padding-right: 0;
  }
}
.cid-ue626fKvCV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ue626fKvCV .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue626fKvCV .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ue626fKvCV .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ue626fKvCV .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-ue626fKvCV .title-wrapper .line {
    display: none;
  }
}
.cid-ue626fKvCV .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ue626fKvCV .card {
    margin-bottom: 40px;
  }
}
.cid-ue626fKvCV .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ue626fKvCV .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ue626fKvCV .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-ue626fKvCV .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a6a99c;
  opacity: .2;
  border-radius: 100%;
}
.cid-ue626fKvCV .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #a6a99c;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-ue626fKvCV .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ue626fKvCV .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue626fKvCV .mbr-section-title {
  color: #0c2c68;
}
.cid-ue626fKvCV .mbr-text {
  color: #08323C;
}
.cid-u60VmKT5i2 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #1c156f;
}
.cid-u60VmKT5i2 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u60VmKT5i2 input:hover {
  border: none !important;
}
.cid-u60VmKT5i2 .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-u60VmKT5i2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u60VmKT5i2 .row {
  justify-content: center;
}
.cid-u60VmKT5i2 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u60VmKT5i2 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u60VmKT5i2 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u60VmKT5i2 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u60VmKT5i2 .justify-content-center {
  align-items: center;
}
.cid-u60VmKT5i2 .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-u3BZw3DWAZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #f7f7f7;
}
.cid-u3BZw3DWAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3BZw3DWAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u3BZw3DWAZ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-u3BZw3DWAZ .google-map {
  height: 100%;
  position: relative;
}
.cid-u3BZw3DWAZ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u3BZw3DWAZ .google-map iframe {
    min-height: 350px;
  }
}
.cid-u3BZw3DWAZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u3BZw3DWAZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3BZw3DWAZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3BZw3DWAZ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3BZw3DWAZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u3BZw3DWAZ .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-u3BZw3DWAZ .text-wrapper {
  padding: 0 1rem;
}
.cid-u3BZw3DWAZ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u3BZw3DWAZ .content-head {
  max-width: 800px;
}
.cid-u3BZw3DWAZ .mbr-section-title {
  color: #1c156f;
}
.cid-u60Vp1IAY1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapimage-2024-02-27-at-13.13.59-500x500.jpg");
}
.cid-u60Vp1IAY1 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-u60Vp1IAY1 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u60Vp1IAY1 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u60Vp1IAY1 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u60Vp1IAY1 .btn:hover {
  box-shadow: none;
}
.cid-u60Vp1IAY1 .mbr-section-title,
.cid-u60Vp1IAY1 .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-tZUpcpmaI2 {
  background-color: #1c156f;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-tZTj3UkytS {
  background: transparent;
}
.cid-tZTj3UkytS .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tZTj3UkytS .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tZTj3UkytS .nav-link {
  position: relative;
}
.cid-tZTj3UkytS .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tZTj3UkytS .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tZTj3UkytS .navbar.opened {
  transition: all 0.3s;
}
.cid-tZTj3UkytS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZTj3UkytS .navbar .navbar-logo img {
  width: auto;
}
.cid-tZTj3UkytS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar.collapsed {
  justify-content: center;
}
.cid-tZTj3UkytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZTj3UkytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZTj3UkytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZTj3UkytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZTj3UkytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZTj3UkytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZTj3UkytS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZTj3UkytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZTj3UkytS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZTj3UkytS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZTj3UkytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZTj3UkytS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZTj3UkytS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZTj3UkytS .dropdown-item:hover,
.cid-tZTj3UkytS .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-tZTj3UkytS .dropdown-item:hover span {
  color: white;
}
.cid-tZTj3UkytS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZTj3UkytS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZTj3UkytS .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZTj3UkytS .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown-menu,
.cid-tZTj3UkytS .navbar.opened {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .nav-item:focus,
.cid-tZTj3UkytS .nav-link:focus {
  outline: none;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZTj3UkytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZTj3UkytS .dropdown-item.active,
.cid-tZTj3UkytS .dropdown-item:active {
  background-color: transparent;
}
.cid-tZTj3UkytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZTj3UkytS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZTj3UkytS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZTj3UkytS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZTj3UkytS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZTj3UkytS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZTj3UkytS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZTj3UkytS .navbar {
    height: 70px;
  }
  .cid-tZTj3UkytS .navbar.opened {
    height: auto;
  }
  .cid-tZTj3UkytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZTj3UkytS .collapsed {
  background: transparent!important;
}
.cid-tZTj3UkytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZTj3UkytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5xtmLzJV4 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u5xtmLzJV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xtmLzJV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xtmLzJV4 .container {
    padding: 0 24px;
  }
}
.cid-u5xtmLzJV4 .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-u5xtmLzJV4 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-u5xtmLzJV4 .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u5xtmLzJV4 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u5xtmLzJV4 .mbr-section-title {
  color: #202020;
}
.cid-u5xtmLzJV4 .mbr-text,
.cid-u5xtmLzJV4 .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-u5xtmLzJV4 .mbr-section-title,
.cid-u5xtmLzJV4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u5CFpoPGVC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff2f7;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-u5CFpoPGVC .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-u5CFpoPGVC .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-u5CFpoPGVC .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #1c156f;
  min-height: 500px;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .cid-u5CFpoPGVC .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-u5CFpoPGVC .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-u5CFpoPGVC .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u5CFpoPGVC .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-u5CFpoPGVC .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-u5CFpoPGVC .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-u5CFpoPGVC .mbr-text {
  color: #f6f6ef;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-u5CFpoPGVC .col-img {
  position: absolute;
  top: 50%;
  right: 0;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  transform: rotate(5deg) translateY(-50%);
  left: 0;
  transform: rotate(-5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-u5CFpoPGVC .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(5deg) translateY(0);
  }
}
.cid-u5CFpoPGVC .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-u5CFpoPGVC .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5CFpoPGVC .mbr-section-title,
.cid-u5CFpoPGVC .mbr-section-btn {
  color: #a6a99c;
}
.cid-u5vmtTdlKm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #182c53;
}
.cid-u5vmtTdlKm .row {
  align-items: center;
  width: 100%;
}
.cid-u5vmtTdlKm .content-container {
  max-width: 720px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.cid-u5vmtTdlKm .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 40px;
}
.cid-u5vmtTdlKm .title-text {
  width: 100%;
}
.cid-u5vmtTdlKm .main-title {
  color: #ffffff;
}
.cid-u5vmtTdlKm .main-subtitle {
  margin-top: 24px;
  color: #ffffff;
}
.cid-u5vmtTdlKm form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-u5vmtTdlKm form h1,
.cid-u5vmtTdlKm form h2,
.cid-u5vmtTdlKm form h3,
.cid-u5vmtTdlKm form h4,
.cid-u5vmtTdlKm form h5,
.cid-u5vmtTdlKm form h6 {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 56px;
  padding-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u5vmtTdlKm form h1,
  .cid-u5vmtTdlKm form h2,
  .cid-u5vmtTdlKm form h3,
  .cid-u5vmtTdlKm form h4,
  .cid-u5vmtTdlKm form h5,
  .cid-u5vmtTdlKm form h6 {
    margin-top: 24px;
    padding-top: 56px;
  }
}
.cid-u5vmtTdlKm form p {
  color: #ffffff;
}
.cid-u5vmtTdlKm form .mbr-section-btn {
  margin-top: 20px;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-u5vmtTdlKm form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-u5vmtTdlKm form .form-group {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}
.cid-u5vmtTdlKm form .form-control {
  border: 2px solid rgba(255, 255, 255, 0.05) !important;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: none !important;
  border-radius: 8px !important;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.cid-u5vmtTdlKm form .form-control::-webkit-input-placeholder {
  color: #d8d5d1;
}
.cid-u5vmtTdlKm form .form-control::-moz-placeholder {
  color: #d8d5d1;
}
.cid-u5vmtTdlKm form .form-control:-moz-placeholder {
  color: #d8d5d1;
}
.cid-u5vmtTdlKm form .form-control:-ms-input-placeholder {
  color: #d8d5d1;
}
.cid-u5vmtTdlKm form select {
  color: #ffffff !important;
}
.cid-u5vmtTdlKm form textarea {
  height: 160px;
}
.cid-u5vmtTdlKm form input:active,
.cid-u5vmtTdlKm form textarea:active,
.cid-u5vmtTdlKm form input:focus,
.cid-u5vmtTdlKm form textarea:focus {
  background-color: #0A0A0A !important;
  border-color: #ffffff !important;
}
.cid-u5vmtTdlKm form input:active::-webkit-input-placeholder,
.cid-u5vmtTdlKm form textarea:active::-webkit-input-placeholder,
.cid-u5vmtTdlKm form input:focus::-webkit-input-placeholder,
.cid-u5vmtTdlKm form textarea:focus::-webkit-input-placeholder {
  color: #d8d5d1;
}
.cid-u5vmtTdlKm form input:active::-moz-placeholder,
.cid-u5vmtTdlKm form textarea:active::-moz-placeholder,
.cid-u5vmtTdlKm form input:focus::-moz-placeholder,
.cid-u5vmtTdlKm form textarea:focus::-moz-placeholder {
  color: #d8d5d1;
}
.cid-u5vmtTdlKm form input:active:-moz-placeholder,
.cid-u5vmtTdlKm form textarea:active:-moz-placeholder,
.cid-u5vmtTdlKm form input:focus:-moz-placeholder,
.cid-u5vmtTdlKm form textarea:focus:-moz-placeholder {
  color: #d8d5d1;
}
.cid-u5vmtTdlKm form input:active:-ms-input-placeholder,
.cid-u5vmtTdlKm form textarea:active:-ms-input-placeholder,
.cid-u5vmtTdlKm form input:focus:-ms-input-placeholder,
.cid-u5vmtTdlKm form textarea:focus:-ms-input-placeholder {
  color: #d8d5d1;
}
.cid-u5vmtTdlKm form .row {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.cid-u5vmtTdlKm form .row [class*=col] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-u5vmtTdlKm form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 12px;
}
.cid-u5vmtTdlKm form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5vmtTdlKm form .form-check-input:focus,
.cid-u5vmtTdlKm form .form-check-input:hover {
  border-color: #ffffff !important;
}
.cid-u5vmtTdlKm form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-u610MuiR0B {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/whatsapimage-2024-02-27-at-13.13.59-500x500.jpg");
}
.cid-u610MuiR0B .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-u610MuiR0B .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u610MuiR0B .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u610MuiR0B .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u610MuiR0B .btn:hover {
  box-shadow: none;
}
.cid-u610MuiR0B .mbr-section-title,
.cid-u610MuiR0B .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-u610IHtzQ3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c156f;
}
.cid-u610IHtzQ3 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u610IHtzQ3 input:hover {
  border: none !important;
}
.cid-u610IHtzQ3 .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-u610IHtzQ3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u610IHtzQ3 .row {
  justify-content: center;
}
.cid-u610IHtzQ3 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u610IHtzQ3 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u610IHtzQ3 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u610IHtzQ3 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u610IHtzQ3 .justify-content-center {
  align-items: center;
}
.cid-u610IHtzQ3 .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-tZUpcpmaI2 {
  background-color: #1c156f;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-tZTj3UkytS {
  background: transparent;
}
.cid-tZTj3UkytS .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tZTj3UkytS .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tZTj3UkytS .nav-link {
  position: relative;
}
.cid-tZTj3UkytS .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tZTj3UkytS .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tZTj3UkytS .navbar.opened {
  transition: all 0.3s;
}
.cid-tZTj3UkytS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZTj3UkytS .navbar .navbar-logo img {
  width: auto;
}
.cid-tZTj3UkytS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar.collapsed {
  justify-content: center;
}
.cid-tZTj3UkytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZTj3UkytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZTj3UkytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZTj3UkytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZTj3UkytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZTj3UkytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZTj3UkytS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZTj3UkytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZTj3UkytS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZTj3UkytS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZTj3UkytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZTj3UkytS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZTj3UkytS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZTj3UkytS .dropdown-item:hover,
.cid-tZTj3UkytS .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-tZTj3UkytS .dropdown-item:hover span {
  color: white;
}
.cid-tZTj3UkytS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZTj3UkytS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZTj3UkytS .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZTj3UkytS .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown-menu,
.cid-tZTj3UkytS .navbar.opened {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .nav-item:focus,
.cid-tZTj3UkytS .nav-link:focus {
  outline: none;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZTj3UkytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZTj3UkytS .dropdown-item.active,
.cid-tZTj3UkytS .dropdown-item:active {
  background-color: transparent;
}
.cid-tZTj3UkytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZTj3UkytS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZTj3UkytS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZTj3UkytS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZTj3UkytS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZTj3UkytS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZTj3UkytS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZTj3UkytS .navbar {
    height: 70px;
  }
  .cid-tZTj3UkytS .navbar.opened {
    height: auto;
  }
  .cid-tZTj3UkytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZTj3UkytS .collapsed {
  background: transparent!important;
}
.cid-tZTj3UkytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZTj3UkytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u65Ov0uQo2 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u65Ov0uQo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u65Ov0uQo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u65Ov0uQo2 .container {
    padding: 0 24px;
  }
}
.cid-u65Ov0uQo2 .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-u65Ov0uQo2 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-u65Ov0uQo2 .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u65Ov0uQo2 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u65Ov0uQo2 .mbr-section-title {
  color: #202020;
}
.cid-u65Ov0uQo2 .mbr-text,
.cid-u65Ov0uQo2 .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-u65Ov0uQo2 .mbr-section-title,
.cid-u65Ov0uQo2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u65OA8KRBk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u65OA8KRBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u65OA8KRBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-u65OA8KRBk .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-u65OA8KRBk .mbr-section-title {
  color: #0c2c68;
}
.cid-u65OA8KRBk .mbr-text,
.cid-u65OA8KRBk .mbr-section-btn {
  color: #232323;
}
.cid-u65OA8KRBk .content-head {
  max-width: 800px;
}
#custom-html-50 {
  /* Type valid CSS here */
}
.cid-u65QDi2DFQ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #1c156f;
}
.cid-u65QDi2DFQ input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u65QDi2DFQ input:hover {
  border: none !important;
}
.cid-u65QDi2DFQ .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-u65QDi2DFQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u65QDi2DFQ .row {
  justify-content: center;
}
.cid-u65QDi2DFQ .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u65QDi2DFQ .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u65QDi2DFQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u65QDi2DFQ .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u65QDi2DFQ .justify-content-center {
  align-items: center;
}
.cid-u65QDi2DFQ .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-u65QSaeHgD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/whatsapimage-2024-02-27-at-13.13.59-500x500.jpg");
}
.cid-u65QSaeHgD .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-u65QSaeHgD .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u65QSaeHgD .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u65QSaeHgD .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u65QSaeHgD .btn:hover {
  box-shadow: none;
}
.cid-u65QSaeHgD .mbr-section-title,
.cid-u65QSaeHgD .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-tZUpcpmaI2 {
  background-color: #1c156f;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-tZTj3UkytS {
  background: transparent;
}
.cid-tZTj3UkytS .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tZTj3UkytS .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tZTj3UkytS .nav-link {
  position: relative;
}
.cid-tZTj3UkytS .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tZTj3UkytS .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tZTj3UkytS .navbar.opened {
  transition: all 0.3s;
}
.cid-tZTj3UkytS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZTj3UkytS .navbar .navbar-logo img {
  width: auto;
}
.cid-tZTj3UkytS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar.collapsed {
  justify-content: center;
}
.cid-tZTj3UkytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZTj3UkytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZTj3UkytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZTj3UkytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZTj3UkytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZTj3UkytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZTj3UkytS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZTj3UkytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZTj3UkytS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZTj3UkytS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZTj3UkytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZTj3UkytS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZTj3UkytS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZTj3UkytS .dropdown-item:hover,
.cid-tZTj3UkytS .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-tZTj3UkytS .dropdown-item:hover span {
  color: white;
}
.cid-tZTj3UkytS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZTj3UkytS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZTj3UkytS .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZTj3UkytS .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown-menu,
.cid-tZTj3UkytS .navbar.opened {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .nav-item:focus,
.cid-tZTj3UkytS .nav-link:focus {
  outline: none;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZTj3UkytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZTj3UkytS .dropdown-item.active,
.cid-tZTj3UkytS .dropdown-item:active {
  background-color: transparent;
}
.cid-tZTj3UkytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZTj3UkytS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZTj3UkytS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZTj3UkytS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZTj3UkytS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZTj3UkytS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZTj3UkytS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZTj3UkytS .navbar {
    height: 70px;
  }
  .cid-tZTj3UkytS .navbar.opened {
    height: auto;
  }
  .cid-tZTj3UkytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZTj3UkytS .collapsed {
  background: transparent!important;
}
.cid-tZTj3UkytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZTj3UkytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u61EEZ3dgu {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u61EEZ3dgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u61EEZ3dgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u61EEZ3dgu .container {
    padding: 0 24px;
  }
}
.cid-u61EEZ3dgu .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-u61EEZ3dgu .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-u61EEZ3dgu .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u61EEZ3dgu .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u61EEZ3dgu .mbr-section-title {
  color: #202020;
}
.cid-u61EEZ3dgu .mbr-text,
.cid-u61EEZ3dgu .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-u61EEZ3dgu .mbr-section-title,
.cid-u61EEZ3dgu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u66j6PMmKi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u66j6PMmKi .title_block {
  margin-bottom: 80px;
}
.cid-u66j6PMmKi .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #757b62;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u66j6PMmKi .mbr-section-title,
.cid-u66j6PMmKi .card-title {
  color: #edefeb;
}
.cid-u66j6PMmKi .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(119, 135, 165, 0.07);
}
.cid-u66j6PMmKi .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #7787a5;
}
.cid-u66j6PMmKi .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(28, 21, 111, 0.07);
}
.cid-u66j6PMmKi .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #1c156f;
}
.cid-u66j6PMmKi .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(58, 52, 28, 0.07);
}
.cid-u66j6PMmKi .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #3a341c;
}
.cid-u66j6PMmKi .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(108, 177, 209, 0.07);
}
.cid-u66j6PMmKi .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #6cb1d1;
}
.cid-u66j6PMmKi .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-u66j6PMmKi .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-u66j6PMmKi .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-u66j6PMmKi .card-title {
  margin-bottom: 20px;
}
.cid-u66j6PMmKi .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-u66j6PMmKi .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u66j6PMmKi .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u66j6PMmKi .btn_link:hover {
  cursor: pointer;
}
.cid-u66j6PMmKi .btn_link:hover a {
  color: #7787a5 !important;
}
.cid-u66j6PMmKi .btn_link:hover span {
  transform: translatex(5px);
}
.cid-u66j6PMmKi .icon_block {
  position: relative;
}
.cid-u66j6PMmKi .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6cb1d1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-u66j6PMmKi .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #a6a99c;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-u66j6PMmKi .title_block {
    margin-bottom: 40px;
  }
  .cid-u66j6PMmKi .card {
    text-align: center;
  }
  .cid-u66j6PMmKi .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-u66j6PMmKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u66j6PMmKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u66j6PMmKi .mbr-section-title {
  color: #1c156f;
}
.cid-u66j6PMmKi .card-title,
.cid-u66j6PMmKi .icon_block {
  color: #1c156f;
}
.cid-ugAMqF3XUw {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugAMqF3XUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugAMqF3XUw .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-ugAMqF3XUw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugAMqF3XUw .row {
  flex-direction: row-reverse;
}
.cid-ugAMqF3XUw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugAMqF3XUw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugAMqF3XUw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugAMqF3XUw .mbr-section-title {
  color: #1c156f;
}
.cid-ugAMqF3XUw .mbr-text,
.cid-ugAMqF3XUw .mbr-section-btn {
  color: #000000;
}
.cid-u65SJVf0XW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c156f;
}
.cid-u65SJVf0XW input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u65SJVf0XW input:hover {
  border: none !important;
}
.cid-u65SJVf0XW .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-u65SJVf0XW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u65SJVf0XW .row {
  justify-content: center;
}
.cid-u65SJVf0XW .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u65SJVf0XW .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u65SJVf0XW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u65SJVf0XW .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u65SJVf0XW .justify-content-center {
  align-items: center;
}
.cid-u65SJVf0XW .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-u661r88dHC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/whatsapimage-2024-02-27-at-13.13.59-500x500.jpg");
}
.cid-u661r88dHC .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-u661r88dHC .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u661r88dHC .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u661r88dHC .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u661r88dHC .btn:hover {
  box-shadow: none;
}
.cid-u661r88dHC .mbr-section-title,
.cid-u661r88dHC .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-tZUpcpmaI2 {
  background-color: #1c156f;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-tZTj3UkytS {
  background: transparent;
}
.cid-tZTj3UkytS .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tZTj3UkytS .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tZTj3UkytS .nav-link {
  position: relative;
}
.cid-tZTj3UkytS .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tZTj3UkytS .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tZTj3UkytS .navbar.opened {
  transition: all 0.3s;
}
.cid-tZTj3UkytS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZTj3UkytS .navbar .navbar-logo img {
  width: auto;
}
.cid-tZTj3UkytS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar.collapsed {
  justify-content: center;
}
.cid-tZTj3UkytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZTj3UkytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZTj3UkytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZTj3UkytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZTj3UkytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZTj3UkytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZTj3UkytS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZTj3UkytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZTj3UkytS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZTj3UkytS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZTj3UkytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZTj3UkytS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZTj3UkytS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZTj3UkytS .dropdown-item:hover,
.cid-tZTj3UkytS .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-tZTj3UkytS .dropdown-item:hover span {
  color: white;
}
.cid-tZTj3UkytS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZTj3UkytS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZTj3UkytS .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZTj3UkytS .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown-menu,
.cid-tZTj3UkytS .navbar.opened {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .nav-item:focus,
.cid-tZTj3UkytS .nav-link:focus {
  outline: none;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZTj3UkytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZTj3UkytS .dropdown-item.active,
.cid-tZTj3UkytS .dropdown-item:active {
  background-color: transparent;
}
.cid-tZTj3UkytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZTj3UkytS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZTj3UkytS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZTj3UkytS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZTj3UkytS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZTj3UkytS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZTj3UkytS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZTj3UkytS .navbar {
    height: 70px;
  }
  .cid-tZTj3UkytS .navbar.opened {
    height: auto;
  }
  .cid-tZTj3UkytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZTj3UkytS .collapsed {
  background: transparent!important;
}
.cid-tZTj3UkytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZTj3UkytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u61Eb0PDZC {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u61Eb0PDZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u61Eb0PDZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u61Eb0PDZC .container {
    padding: 0 24px;
  }
}
.cid-u61Eb0PDZC .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-u61Eb0PDZC .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-u61Eb0PDZC .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u61Eb0PDZC .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u61Eb0PDZC .mbr-section-title {
  color: #202020;
}
.cid-u61Eb0PDZC .mbr-text,
.cid-u61Eb0PDZC .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-u61Eb0PDZC .mbr-section-title,
.cid-u61Eb0PDZC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ugF57tXQX0 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugF57tXQX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugF57tXQX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugF57tXQX0 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugF57tXQX0 .row {
    flex-wrap: wrap;
  }
}
.cid-ugF57tXQX0 .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-ugF57tXQX0 .col-text {
    width: 100%;
  }
}
.cid-ugF57tXQX0 .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-ugF57tXQX0 .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-ugF57tXQX0 .text-wrapper {
    padding: 0;
  }
}
.cid-ugF57tXQX0 .mbr-section-title {
  color: #ffffff;
  opacity: 0.4;
  margin-bottom: 12px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ugF57tXQX0 .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-ugF57tXQX0 .mbr-section-subtitle {
  color: #1c156f;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ugF57tXQX0 .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ugF57tXQX0 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-ugF57tXQX0 .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugF57tXQX0 .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-ugF57tXQX0 .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-ugF57tXQX0 .mbr-text {
    max-width: 100%;
  }
}
.cid-ugF57tXQX0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-ugF57tXQX0 .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-ugF57tXQX0 .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugF57tXQX0 .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-ugF57tXQX0 .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ugF57tXQX0 .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-ugF57tXQX0 .image-wrapper {
    width: 100%;
  }
}
.cid-ugF57tXQX0 .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ugF57tXQX0 .image-wrapper img {
    max-width: 100%;
  }
}
.cid-ugF57tXQX0 .mbr-text,
.cid-ugF57tXQX0 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uAKP2rR1fp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uAKP2rR1fp .content-text {
  max-width: 800px;
}
.cid-uAKP2rR1fp .mbr-section-title {
  color: #1c156f;
}
.cid-ugyctCVYbZ {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/6-inches-blocks-2-612x344.jpg");
}
.cid-ugyctCVYbZ .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-ugyctCVYbZ {
    align-items: flex-end;
  }
  .cid-ugyctCVYbZ .row {
    justify-content: center;
  }
  .cid-ugyctCVYbZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugyctCVYbZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugyctCVYbZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ugyctCVYbZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugyctCVYbZ .content-wrap {
    width: 100%;
  }
}
.cid-ugyctCVYbZ .mbr-section-title,
.cid-ugyctCVYbZ .mbr-section-subtitle {
  text-align: center;
}
.cid-ugyctCVYbZ .mbr-text,
.cid-ugyctCVYbZ .mbr-section-btn {
  text-align: center;
}
.cid-ugyctCVYbZ .mbr-section-title {
  color: #ffffff;
}
.cid-ug7ECBxItu {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-ug7ECBxItu {
    padding-bottom: 5rem;
  }
}
.cid-ug7ECBxItu img,
.cid-ug7ECBxItu .item-img {
  width: 100%;
  height: 100%;
}
.cid-ug7ECBxItu .mbr-text {
  color: #000000;
}
.cid-ug7ECBxItu .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ug7ECBxItu .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ug7ECBxItu .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ug7ECBxItu .mbr-text UL {
  text-align: left;
}
.cid-ug7ECBxItu .mbr-section-subtitle,
.cid-ug7ECBxItu .main-button {
  color: #000000;
}
.cid-ug7ECBxItu .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ug7ECBxItu .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ug7ECBxItu .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ug7ECBxItu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ug7ECBxItu .item-title {
  text-align: center;
}
.cid-ug7ECBxItu .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ug7ECBxItu .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-ug7ECBxItu .mbr-section-title {
  color: #0c2c68;
}
.cid-ugycD8zCEK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c156f;
}
.cid-ugycD8zCEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugycD8zCEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugycD8zCEK .mbr-text {
  color: #000000;
}
.cid-ugycD8zCEK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ugycD8zCEK .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ugycD8zCEK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugycD8zCEK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-ugycD8zCEK .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugycD8zCEK .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ugycD8zCEK .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ugycD8zCEK .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ugycD8zCEK .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c156f;
  background-color: #1c156f;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ugycD8zCEK .mbr-text UL {
  text-align: left;
}
.cid-ugycD8zCEK .mbr-section-subtitle,
.cid-ugycD8zCEK .main-button {
  color: #ffffff;
}
.cid-ugycD8zCEK .mbr-section-title {
  color: #ffffff;
}
.cid-ug7Ezuyz3C {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ug7Ezuyz3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7Ezuyz3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7Ezuyz3C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ug7Ezuyz3C .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ug7Ezuyz3C .embla__button--next,
.cid-ug7Ezuyz3C .embla__button--prev {
  display: flex;
}
.cid-ug7Ezuyz3C .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ug7Ezuyz3C .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ug7Ezuyz3C .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ug7Ezuyz3C .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ug7Ezuyz3C .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ug7Ezuyz3C .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ug7Ezuyz3C .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ug7Ezuyz3C .embla {
  position: relative;
  width: 100%;
}
.cid-ug7Ezuyz3C .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ug7Ezuyz3C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ug7Ezuyz3C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ug7Ezuyz3C .embla__slide a {
  cursor: grab;
}
.cid-ug7Ezuyz3C .embla__slide a:active {
  cursor: grabbing;
}
.cid-ug7Ezuyz3C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ug7Ezuyz3C .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ug7Ezuyz3C .mbr-section-title {
  color: #1c156f;
}
.cid-ug7Ezuyz3C .mbr-section-subtitle {
  color: #232323;
}
.cid-ug7Ezuyz3C .mbr-box {
  color: #ffffff;
}
.cid-ug7Ezuyz3C .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ug7Ezuyz3C img,
.cid-ug7Ezuyz3C .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ug7Ezuyz3C .item-wrapper {
  position: relative;
}
.cid-ug7Ezuyz3C .content-head {
  max-width: 800px;
}
.cid-ug7EEivT3T {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-596x397.jpg");
}
.cid-ug7EEivT3T .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ug7EEivT3T .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-ug7EEivT3T .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-ug7EEivT3T .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-ug7EEivT3T .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-ug7EEivT3T .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-ug7EEivT3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7EEivT3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7EEivT3T .mbr-description {
  text-align: left;
}
.cid-ug7EEivT3T .card-title,
.cid-ug7EEivT3T .iconfont-wrapper {
  color: #000000;
}
.cid-ug7EEivT3T .card-text {
  color: #000000;
}
.cid-ug7EEivT3T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ug7EEivT3T .mbr-number {
  color: #9fe870;
}
.cid-ug7EEivT3T .mbr-text,
.cid-ug7EEivT3T .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ug7EEivT3T .card-text,
.cid-ug7EEivT3T .item .mbr-section-btn {
  text-align: left;
}
.cid-ug7EEivT3T .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ug7EEivT3T .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-ug7EEivT3T .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ug7EEivT3T .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-u62gacs2yp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/whatsapimage-2024-02-27-at-13.13.59-500x500.jpg");
}
.cid-u62gacs2yp .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-u62gacs2yp .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u62gacs2yp .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u62gacs2yp .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u62gacs2yp .btn:hover {
  box-shadow: none;
}
.cid-u62gacs2yp .mbr-section-title,
.cid-u62gacs2yp .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-u62gborEXs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c156f;
}
.cid-u62gborEXs input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u62gborEXs input:hover {
  border: none !important;
}
.cid-u62gborEXs .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-u62gborEXs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u62gborEXs .row {
  justify-content: center;
}
.cid-u62gborEXs .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u62gborEXs .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u62gborEXs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u62gborEXs .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u62gborEXs .justify-content-center {
  align-items: center;
}
.cid-u62gborEXs .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-tZUpcpmaI2 {
  background-color: #1c156f;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-tZTj3UkytS {
  background: transparent;
}
.cid-tZTj3UkytS .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tZTj3UkytS .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tZTj3UkytS .nav-link {
  position: relative;
}
.cid-tZTj3UkytS .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tZTj3UkytS .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tZTj3UkytS .navbar.opened {
  transition: all 0.3s;
}
.cid-tZTj3UkytS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZTj3UkytS .navbar .navbar-logo img {
  width: auto;
}
.cid-tZTj3UkytS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar.collapsed {
  justify-content: center;
}
.cid-tZTj3UkytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZTj3UkytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZTj3UkytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZTj3UkytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZTj3UkytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZTj3UkytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZTj3UkytS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZTj3UkytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZTj3UkytS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZTj3UkytS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZTj3UkytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZTj3UkytS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZTj3UkytS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZTj3UkytS .dropdown-item:hover,
.cid-tZTj3UkytS .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-tZTj3UkytS .dropdown-item:hover span {
  color: white;
}
.cid-tZTj3UkytS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZTj3UkytS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZTj3UkytS .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZTj3UkytS .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown-menu,
.cid-tZTj3UkytS .navbar.opened {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .nav-item:focus,
.cid-tZTj3UkytS .nav-link:focus {
  outline: none;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZTj3UkytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZTj3UkytS .dropdown-item.active,
.cid-tZTj3UkytS .dropdown-item:active {
  background-color: transparent;
}
.cid-tZTj3UkytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZTj3UkytS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZTj3UkytS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZTj3UkytS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZTj3UkytS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZTj3UkytS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZTj3UkytS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZTj3UkytS .navbar {
    height: 70px;
  }
  .cid-tZTj3UkytS .navbar.opened {
    height: auto;
  }
  .cid-tZTj3UkytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZTj3UkytS .collapsed {
  background: transparent!important;
}
.cid-tZTj3UkytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZTj3UkytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u60Jy6qBr6 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u60Jy6qBr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u60Jy6qBr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u60Jy6qBr6 .container {
    padding: 0 24px;
  }
}
.cid-u60Jy6qBr6 .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-u60Jy6qBr6 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-u60Jy6qBr6 .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u60Jy6qBr6 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u60Jy6qBr6 .mbr-section-title {
  color: #202020;
}
.cid-u60Jy6qBr6 .mbr-text,
.cid-u60Jy6qBr6 .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-u60Jy6qBr6 .mbr-section-title,
.cid-u60Jy6qBr6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u60qWN0GZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2024-06-10-at-16.50.35-1000x1000.jpg");
  overflow: hidden;
}
.cid-u60qWN0GZU .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-u60qWN0GZU .row {
  row-gap: 40px;
}
.cid-u60qWN0GZU .mbr-section-head {
  padding-bottom: 50px;
}
.cid-u60qWN0GZU .mbr-section-title {
  color: #1c156f;
}
.cid-u60qWN0GZU .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-u60qWN0GZU .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-u60qWN0GZU .item-img img {
  width: 100%;
  aspect-ratio: calc(37 / (11 * 4));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-u60qWN0GZU .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-u60qWN0GZU .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-u60qWN0GZU .item-content {
  flex-grow: 1;
  padding: 31px 42px 43px;
  background-color: #f6f6f6;
}
.cid-u60qWN0GZU .item-title {
  color: #303030;
}
.cid-u60qWN0GZU .mbr-text {
  margin-bottom: 4px;
  color: #303030;
  text-decoration: underline;
  text-align: center;
}
.cid-u60qWN0GZU .icons-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.cid-u60qWN0GZU .iconfont-wrapper {
  padding: 11px;
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
.cid-u60qWN0GZU .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #303030;
  transition: all 0.2s ease-out;
}
.cid-u60qWN0GZU .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-u60qWN0GZU .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffeb69;
}
.cid-u60qWN0GZU .mbr-section-btn {
  margin-top: 10px;
}
.cid-u60qWN0GZU .item-title,
.cid-u60qWN0GZU .mbr-section-btn {
  text-align: center;
}
.cid-u60r1goaYG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u60r1goaYG .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-u60r1goaYG .mbr-section-title {
  color: #1c156f;
}
.cid-u60r1goaYG .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-u60r1goaYG .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-u60r1goaYG .items-row {
    margin: 0 -15px;
  }
  .cid-u60r1goaYG .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u60r1goaYG .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-u60r1goaYG .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-u60r1goaYG .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-u60r1goaYG .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-u60r1goaYG .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-u60r1goaYG .mbr-text {
  color: #747474;
  padding-top: 5px;
  text-align: center;
}
.cid-u60r1goaYG .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-u60r1goaYG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-u60r1goaYG .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-u60r1goaYG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-u60r1goaYG .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-u60r1goaYG .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u60r1goaYG .mbr-section-btn {
  margin-top: 20px;
}
.cid-u60r1goaYG .item-title,
.cid-u60r1goaYG .mbr-section-btn {
  text-align: center;
}
.cid-u60kOXbmPt {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-u60kOXbmPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u60kOXbmPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u60kOXbmPt .img-wrapper {
  text-align: center;
}
.cid-u60kOXbmPt img {
  margin: auto;
  width: 200px;
}
.cid-u60kOXbmPt .row {
  align-items: flex-start;
}
.cid-u60kOXbmPt .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-u60kOXbmPt .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u60kOXbmPt .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u60kOXbmPt .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-u60kOXbmPt .mbr-section-title,
.cid-u60kOXbmPt .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-u60kOXbmPt .content-head {
  max-width: 800px;
}
.cid-u60kOXbmPt .mbr-section-title {
  color: #1c156f;
}
.cid-u60qOrqz65 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u60qOrqz65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u60qOrqz65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u60qOrqz65 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u60qOrqz65 .mbr-section-title {
  color: #1c156f;
}
.cid-u60qOrqz65 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-u60qOrqz65 .cards-row {
  row-gap: 32px;
}
.cid-u60qOrqz65 .card {
  border-radius: 0;
}
.cid-u60qOrqz65 .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-u60qOrqz65 .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-u60qOrqz65 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-u60qOrqz65 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u60qOrqz65 .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-u60qOrqz65 .card-subtitle {
  color: #24262b;
}
.cid-u60qOrqz65 .card-bottom-wrap {
  margin-top: 24px;
}
.cid-u60qOrqz65 .card-name {
  color: #24262b;
}
.cid-u60qOrqz65 .card-text {
  color: #24262b;
}
.cid-u60s8bJxyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c156f;
}
.cid-u60s8bJxyi input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u60s8bJxyi input:hover {
  border: none !important;
}
.cid-u60s8bJxyi .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-u60s8bJxyi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u60s8bJxyi .row {
  justify-content: center;
}
.cid-u60s8bJxyi .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u60s8bJxyi .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u60s8bJxyi .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u60s8bJxyi .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u60s8bJxyi .justify-content-center {
  align-items: center;
}
.cid-u60s8bJxyi .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-u60tZnZudw {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/whatsapimage-2024-02-27-at-13.13.59-500x500.jpg");
}
.cid-u60tZnZudw .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-u60tZnZudw .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u60tZnZudw .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u60tZnZudw .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u60tZnZudw .btn:hover {
  box-shadow: none;
}
.cid-u60tZnZudw .mbr-section-title,
.cid-u60tZnZudw .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-tZUpcpmaI2 {
  background-color: #1c156f;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-tZTj3UkytS {
  background: transparent;
}
.cid-tZTj3UkytS .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tZTj3UkytS .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tZTj3UkytS .nav-link {
  position: relative;
}
.cid-tZTj3UkytS .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tZTj3UkytS .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tZTj3UkytS .navbar.opened {
  transition: all 0.3s;
}
.cid-tZTj3UkytS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZTj3UkytS .navbar .navbar-logo img {
  width: auto;
}
.cid-tZTj3UkytS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar.collapsed {
  justify-content: center;
}
.cid-tZTj3UkytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZTj3UkytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZTj3UkytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZTj3UkytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZTj3UkytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZTj3UkytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZTj3UkytS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZTj3UkytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZTj3UkytS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZTj3UkytS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZTj3UkytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZTj3UkytS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZTj3UkytS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZTj3UkytS .dropdown-item:hover,
.cid-tZTj3UkytS .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-tZTj3UkytS .dropdown-item:hover span {
  color: white;
}
.cid-tZTj3UkytS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZTj3UkytS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZTj3UkytS .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZTj3UkytS .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown-menu,
.cid-tZTj3UkytS .navbar.opened {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .nav-item:focus,
.cid-tZTj3UkytS .nav-link:focus {
  outline: none;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZTj3UkytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZTj3UkytS .dropdown-item.active,
.cid-tZTj3UkytS .dropdown-item:active {
  background-color: transparent;
}
.cid-tZTj3UkytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZTj3UkytS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZTj3UkytS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZTj3UkytS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZTj3UkytS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZTj3UkytS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZTj3UkytS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZTj3UkytS .navbar {
    height: 70px;
  }
  .cid-tZTj3UkytS .navbar.opened {
    height: auto;
  }
  .cid-tZTj3UkytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZTj3UkytS .collapsed {
  background: transparent!important;
}
.cid-tZTj3UkytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZTj3UkytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5wGLfLnej {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u5wGLfLnej .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wGLfLnej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wGLfLnej .container {
    padding: 0 24px;
  }
}
.cid-u5wGLfLnej .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-u5wGLfLnej .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-u5wGLfLnej .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u5wGLfLnej .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u5wGLfLnej .mbr-section-title {
  color: #202020;
}
.cid-u5wGLfLnej .mbr-text,
.cid-u5wGLfLnej .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-u5wGLfLnej .mbr-section-title,
.cid-u5wGLfLnej .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u5xse8MFvP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5xse8MFvP .item-img {
  position: relative;
}
.cid-u5xse8MFvP .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u5xse8MFvP .cardbg {
  background: #1c156f;
  height: 100%;
  min-height: 300px;
}
.cid-u5xse8MFvP .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u5xse8MFvP .image-wrapper {
  overflow: hidden;
}
.cid-u5xse8MFvP .item1 {
  margin-bottom: 2rem !important;
}
.cid-u5xse8MFvP .item-wrapper {
  position: relative;
  background: #666663;
  border: 3px solid #666663;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u5xse8MFvP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u5xse8MFvP .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u5xse8MFvP .item1,
.cid-u5xse8MFvP .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u5xse8MFvP .item1 .item:hover,
.cid-u5xse8MFvP .item .item:hover {
  cursor: pointer;
}
.cid-u5xse8MFvP .item1:hover .link-icon-wrapper span,
.cid-u5xse8MFvP .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u5xse8MFvP .card2 {
    margin-top: 1rem;
  }
}
.cid-u5xse8MFvP .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #666663;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u5xse8MFvP .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u5xse8MFvP .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u5xse8MFvP .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u5xse8MFvP .link-icon-wrapper .svg1 path {
  fill: #666663;
}
.cid-u5xse8MFvP .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u5xse8MFvP .link-icon-wrapper .svg2 path {
  fill: #666663;
}
.cid-u5xse8MFvP .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u5xse8MFvP .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u5xse8MFvP img,
.cid-u5xse8MFvP .item-img {
  width: 100%;
}
.cid-u5xse8MFvP .item:focus,
.cid-u5xse8MFvP span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u5xse8MFvP .item {
    margin-bottom: 1rem;
  }
}
.cid-u5xse8MFvP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u5xse8MFvP .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u5xse8MFvP .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u5xse8MFvP .mbr-section-subtitle,
.cid-u5xse8MFvP .subtitle-wrap,
.cid-u5xse8MFvP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u5xse8MFvP .mbr-text,
.cid-u5xse8MFvP .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u5wGMMkKlO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u5wGMMkKlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wGMMkKlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u5wGMMkKlO .row {
    flex-direction: column-reverse;
  }
  .cid-u5wGMMkKlO .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u5wGMMkKlO .google-map {
  height: 100%;
  position: relative;
}
.cid-u5wGMMkKlO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u5wGMMkKlO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u5wGMMkKlO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u5wGMMkKlO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u5wGMMkKlO .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u5wGMMkKlO .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-u5wGMMkKlO .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u5wGMMkKlO .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5wGMMkKlO .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u5wGMMkKlO .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #7787a5;
}
.cid-u5wGMMkKlO .mbr-section-title {
  color: #1c156f;
}
.cid-u5wOuVbomI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u5wOuVbomI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wOuVbomI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5wOuVbomI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u5wOuVbomI .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u5wOuVbomI .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u5wOuVbomI .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u5wOuVbomI .container {
    padding: 0 12px;
  }
}
.cid-u5wOuVbomI .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #1c156f;
}
@media (max-width: 992px) {
  .cid-u5wOuVbomI .content-wrapper {
    display: block;
  }
}
.cid-u5wOuVbomI .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-u5wOuVbomI .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-u5wOuVbomI .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-u5wOuVbomI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5wOuVbomI .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5wOuVbomI .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u5wOuVbomI .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #edefeb;
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6cb1d1 !important;
  box-shadow: none;
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-u5wOuVbomI .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-u5wOuVbomI .mbr-section-title {
  color: #ffffff;
}
.cid-u5wOuVbomI .mbr-text {
  color: #ffffff;
}
.cid-u5wOuVbomI label {
  color: #ffffff;
}
.cid-u5wOOaxJce {
  overflow: hidden;
  background-color: #edefeb;
}
.cid-u5wOOaxJce .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wOOaxJce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5wOOaxJce .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u5wOOaxJce .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u5wOOaxJce .container {
    padding: 0 24px;
  }
}
.cid-u5wOOaxJce .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-u5wOOaxJce .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u5wOOaxJce .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-u5wOOaxJce .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-u5wOOaxJce .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-u5wOOaxJce .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u5wOOaxJce .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u5wOOaxJce .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u5wOOaxJce .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-u5wOOaxJce .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-u5wOOaxJce .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-u5wOOaxJce .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-u5wOOaxJce .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-u5wOOaxJce .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u5wOOaxJce .mbr-desc {
  color: #202020;
}
.cid-u5wOOaxJce .mbr-section-title {
  color: #1c156f;
}
.cid-u5wOOaxJce .panel-title-edit {
  color: #202020;
}
.cid-u5wOOaxJce .panel-text {
  color: #202020;
}
.cid-u5wOOaxJce .mbr-desc,
.cid-u5wOOaxJce .desc-wrapper {
  color: #1c156f;
}
.cid-u61qcAgPE8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c156f;
}
.cid-u61qcAgPE8 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u61qcAgPE8 input:hover {
  border: none !important;
}
.cid-u61qcAgPE8 .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-u61qcAgPE8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u61qcAgPE8 .row {
  justify-content: center;
}
.cid-u61qcAgPE8 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u61qcAgPE8 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u61qcAgPE8 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u61qcAgPE8 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u61qcAgPE8 .justify-content-center {
  align-items: center;
}
.cid-u61qcAgPE8 .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-u61qdvG5Co {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/whatsapimage-2024-02-27-at-13.13.59-500x500.jpg");
}
.cid-u61qdvG5Co .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-u61qdvG5Co .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u61qdvG5Co .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u61qdvG5Co .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u61qdvG5Co .btn:hover {
  box-shadow: none;
}
.cid-u61qdvG5Co .mbr-section-title,
.cid-u61qdvG5Co .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-tZUpcpmaI2 {
  background-color: #1c156f;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-tZTj3UkytS {
  background: transparent;
}
.cid-tZTj3UkytS .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tZTj3UkytS .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tZTj3UkytS .nav-link {
  position: relative;
}
.cid-tZTj3UkytS .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tZTj3UkytS .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tZTj3UkytS .navbar.opened {
  transition: all 0.3s;
}
.cid-tZTj3UkytS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZTj3UkytS .navbar .navbar-logo img {
  width: auto;
}
.cid-tZTj3UkytS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar.collapsed {
  justify-content: center;
}
.cid-tZTj3UkytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZTj3UkytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZTj3UkytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZTj3UkytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZTj3UkytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZTj3UkytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZTj3UkytS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZTj3UkytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZTj3UkytS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZTj3UkytS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZTj3UkytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZTj3UkytS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZTj3UkytS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZTj3UkytS .dropdown-item:hover,
.cid-tZTj3UkytS .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-tZTj3UkytS .dropdown-item:hover span {
  color: white;
}
.cid-tZTj3UkytS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZTj3UkytS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZTj3UkytS .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZTj3UkytS .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown-menu,
.cid-tZTj3UkytS .navbar.opened {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .nav-item:focus,
.cid-tZTj3UkytS .nav-link:focus {
  outline: none;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZTj3UkytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZTj3UkytS .dropdown-item.active,
.cid-tZTj3UkytS .dropdown-item:active {
  background-color: transparent;
}
.cid-tZTj3UkytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZTj3UkytS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZTj3UkytS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZTj3UkytS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZTj3UkytS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZTj3UkytS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZTj3UkytS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZTj3UkytS .navbar {
    height: 70px;
  }
  .cid-tZTj3UkytS .navbar.opened {
    height: auto;
  }
  .cid-tZTj3UkytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZTj3UkytS .collapsed {
  background: transparent!important;
}
.cid-tZTj3UkytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZTj3UkytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5wElItlW4 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u5wElItlW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wElItlW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wElItlW4 .container {
    padding: 0 24px;
  }
}
.cid-u5wElItlW4 .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-u5wElItlW4 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-u5wElItlW4 .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u5wElItlW4 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u5wElItlW4 .mbr-section-title {
  color: #202020;
}
.cid-u5wElItlW4 .mbr-text,
.cid-u5wElItlW4 .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-u5wElItlW4 .mbr-section-title,
.cid-u5wElItlW4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u5wDv3RAc5 {
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u5wDv3RAc5 {
    background-image: url("../../../assets/images/img-20240124-154557-925-2000x1500.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-u5wDv3RAc5 .row {
  align-items: center;
}
.cid-u5wDv3RAc5 .image-wrapper {
  padding: 1rem;
}
.cid-u5wDv3RAc5 .col-text {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-u5wDv3RAc5 .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-u5wDv3RAc5 .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-u5wDv3RAc5 .col-text .radial-svg path {
    fill: #edefeb;
  }
}
.cid-u5wDv3RAc5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-u5wDv3RAc5 .text-wrapper {
    max-width: 400px;
  }
}
.cid-u5wDv3RAc5 .label-text {
  width: 100%;
  color: #474747;
}
.cid-u5wDv3RAc5 .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #1c156f;
}
.cid-u5wDv3RAc5 .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-u5wDv3RAc5 .btn-container {
  width: 100%;
}
.cid-u5wDv3RAc5 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u5wDv3RAc5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u5wDv3RAc5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u5wDv3RAc5 .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-u5wDv3RAc5 .btn-white-outline:hover {
  color: #7787a5 !important;
  background: #ffffff !important;
}
.cid-u5wDv3RAc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wDv3RAc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#custom-html-3n .loa {
  width: 150px;
  height: 150px;
  margin: 130px auto 130px auto;
  border: solid 16px #1C156F;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1.0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.cid-u66q2zz6pu {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #1c156f;
}
.cid-u66q2zz6pu input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u66q2zz6pu input:hover {
  border: none !important;
}
.cid-u66q2zz6pu .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-u66q2zz6pu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u66q2zz6pu .row {
  justify-content: center;
}
.cid-u66q2zz6pu .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u66q2zz6pu .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u66q2zz6pu .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u66q2zz6pu .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u66q2zz6pu .justify-content-center {
  align-items: center;
}
.cid-u66q2zz6pu .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-u66q4cGgdy {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapimage-2024-02-27-at-13.13.59-500x500.jpg");
}
.cid-u66q4cGgdy .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-u66q4cGgdy .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u66q4cGgdy .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u66q4cGgdy .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u66q4cGgdy .btn:hover {
  box-shadow: none;
}
.cid-u66q4cGgdy .mbr-section-title,
.cid-u66q4cGgdy .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-tZUpcpmaI2 {
  background-color: #1c156f;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-ueVin3bQTU {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-ueVin3bQTU {
    padding-bottom: 5rem;
  }
}
.cid-ueVin3bQTU img,
.cid-ueVin3bQTU .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-ueVin3bQTU img,
  .cid-ueVin3bQTU .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-ueVin3bQTU .mbr-text {
  color: #000000;
}
.cid-ueVin3bQTU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ueVin3bQTU .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueVin3bQTU .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ueVin3bQTU .mbr-text UL {
  text-align: left;
}
.cid-ueVin3bQTU .mbr-section-subtitle,
.cid-ueVin3bQTU .main-button {
  color: #000000;
}
.cid-ueVin3bQTU .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ueVin3bQTU .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ueVin3bQTU .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueVin3bQTU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueVin3bQTU .item-title {
  text-align: center;
}
.cid-ueVin3bQTU .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueVin3bQTU .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-ueW82sQMcb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fff0f1;
}
@media (max-width: 992px) {
  .cid-ueW82sQMcb .container {
    padding: 0 15px;
  }
}
.cid-ueW82sQMcb .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ueW82sQMcb .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-ueW82sQMcb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-ueW82sQMcb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ueW82sQMcb .embla__slide .slide-content {
  width: 100%;
}
.cid-ueW82sQMcb .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-ueW82sQMcb .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-ueW82sQMcb .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-ueW82sQMcb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-ueW82sQMcb .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-ueW82sQMcb .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-ueW82sQMcb .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ueW82sQMcb .embla__slide .slide-content .item-content .item-text:hover,
.cid-ueW82sQMcb .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-ueW82sQMcb .embla__button--next,
.cid-ueW82sQMcb .embla__button--prev {
  display: flex;
}
.cid-ueW82sQMcb .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #edefeb !important;
  border: 2px solid #edefeb !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ueW82sQMcb .embla__button:hover {
  opacity: .5 !important;
}
.cid-ueW82sQMcb .embla__button.embla__button--prev {
  left: 0;
}
.cid-ueW82sQMcb .embla__button.embla__button--next {
  right: 0;
}
.cid-ueW82sQMcb .embla {
  position: relative;
  width: 100%;
}
.cid-ueW82sQMcb .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ueW82sQMcb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ueW82sQMcb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ueW82sQMcb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ueW82sQMcb .mbr-section-title {
  color: #3f1819;
}
.cid-ueW82sQMcb .mbr-text {
  color: #3f1819;
}
.cid-ueW82sQMcb .item-desc {
  color: #e10a14;
}
.cid-ueW82sQMcb .item-text {
  color: #3f1819;
}
.cid-ueW83qJTeG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #22654e;
}
.cid-ueW83qJTeG .decor-wrap_1 {
  position: absolute;
  top: 14%;
  left: -4rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-ueW83qJTeG .decor-wrap_2 {
  position: absolute;
  top: 30%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-ueW83qJTeG .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ueW83qJTeG .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueW83qJTeG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueW83qJTeG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-ueW83qJTeG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ueW83qJTeG .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 0 !important;
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ueW83qJTeG .embla__slide .slide-content {
    padding-bottom: 50px;
  }
}
.cid-ueW83qJTeG .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-ueW83qJTeG .embla__slide .slide-content .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ueW83qJTeG .embla__slide .slide-content .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.cid-ueW83qJTeG .embla__slide .slide-content .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-ueW83qJTeG .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ueW83qJTeG .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 30px;
  }
}
.cid-ueW83qJTeG .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-ueW83qJTeG .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 30px;
}
.cid-ueW83qJTeG .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 40px;
}
.cid-ueW83qJTeG .embla__slide .slide-content .mbr-section-btn {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ueW83qJTeG .embla__slide .slide-content .mbr-section-btn {
    padding: 0 30px;
  }
}
.cid-ueW83qJTeG .embla__button--next,
.cid-ueW83qJTeG .embla__button--prev {
  display: flex;
}
.cid-ueW83qJTeG .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #c7fcb5 !important;
  color: #144031 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ueW83qJTeG .embla__button:hover {
  opacity: .6 !important;
}
.cid-ueW83qJTeG .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-ueW83qJTeG .embla__button.embla__button--next {
  right: 0;
}
.cid-ueW83qJTeG .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-ueW83qJTeG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ueW83qJTeG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ueW83qJTeG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ueW83qJTeG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ueW83qJTeG .mbr-section-title {
  color: #ffffff;
}
.cid-ueW83qJTeG .item-name {
  color: #144031;
}
.cid-ueW83qJTeG .item-role {
  color: #22654E;
}
.cid-ueW83qJTeG .item-text {
  color: #144031;
}
.cid-tZTj3UkytS {
  background: transparent;
}
.cid-tZTj3UkytS .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tZTj3UkytS .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tZTj3UkytS .nav-link {
  position: relative;
}
.cid-tZTj3UkytS .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tZTj3UkytS .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tZTj3UkytS .navbar.opened {
  transition: all 0.3s;
}
.cid-tZTj3UkytS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZTj3UkytS .navbar .navbar-logo img {
  width: auto;
}
.cid-tZTj3UkytS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar.collapsed {
  justify-content: center;
}
.cid-tZTj3UkytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZTj3UkytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZTj3UkytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZTj3UkytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZTj3UkytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZTj3UkytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZTj3UkytS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZTj3UkytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZTj3UkytS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZTj3UkytS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZTj3UkytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZTj3UkytS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZTj3UkytS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZTj3UkytS .dropdown-item:hover,
.cid-tZTj3UkytS .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-tZTj3UkytS .dropdown-item:hover span {
  color: white;
}
.cid-tZTj3UkytS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZTj3UkytS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZTj3UkytS .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZTj3UkytS .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown-menu,
.cid-tZTj3UkytS .navbar.opened {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .nav-item:focus,
.cid-tZTj3UkytS .nav-link:focus {
  outline: none;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZTj3UkytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZTj3UkytS .dropdown-item.active,
.cid-tZTj3UkytS .dropdown-item:active {
  background-color: transparent;
}
.cid-tZTj3UkytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZTj3UkytS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZTj3UkytS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZTj3UkytS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZTj3UkytS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZTj3UkytS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZTj3UkytS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZTj3UkytS .navbar {
    height: 70px;
  }
  .cid-tZTj3UkytS .navbar.opened {
    height: auto;
  }
  .cid-tZTj3UkytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZTj3UkytS .collapsed {
  background: transparent!important;
}
.cid-tZTj3UkytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZTj3UkytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5CsCShZug {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u5CsCShZug .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CsCShZug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5CsCShZug .container {
    padding: 0 24px;
  }
}
.cid-u5CsCShZug .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-u5CsCShZug .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-u5CsCShZug .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u5CsCShZug .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u5CsCShZug .mbr-section-title {
  color: #202020;
}
.cid-u5CsCShZug .mbr-text,
.cid-u5CsCShZug .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-u5CsCShZug .mbr-section-title,
.cid-u5CsCShZug .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u5CsHDk72j {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u5CsHDk72j .mbr-section-subtitle {
  color: #232323;
  text-transform: uppercase;
}
.cid-u5CsHDk72j .mbr-section-title {
  color: #1c156f;
  margin-bottom: 40px;
}
.cid-u5CsHDk72j .counter {
  color: #fff;
  display: inline-flex;
  background-color: #7787a5;
  margin-top: 40px;
  margin-bottom: 0px;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px -2px 0px 0px inset;
  width: 100%;
}
.cid-u5CsHDk72j .number {
  padding-right: 20px;
  margin-bottom: 0px;
  font-size: 2.75rem;
  line-height: 50px;
}
.cid-u5CsHDk72j .description {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
.cid-u5CsHDk72j .link {
  display: inline-block;
}
.cid-u5CsHDk72j .resume-link {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.cid-u5CsHDk72j a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: -3px;
  background-color: currentColor;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  margin-right: 7px;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.cid-u5CsHDk72j .link:hover a::before {
  width: 30px;
}
.cid-u5CsHDk72j .mbr-text {
  color: #0c2c68;
}
.cid-u5CsPk5cLk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5CsPk5cLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CsPk5cLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CsPk5cLk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u5CsPk5cLk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5CsPk5cLk .container {
    padding: 0 16px;
  }
}
.cid-u5CsPk5cLk .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a6a99c;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-u5CsPk5cLk .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-u5CsPk5cLk .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u5CsPk5cLk .image-wrapper img {
    height: 300px;
  }
}
.cid-u5CsPk5cLk .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u5CsPk5cLk .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u5CsPk5cLk .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u5CsPk5cLk .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u5CsPk5cLk .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u5CsPk5cLk .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u5CsPk5cLk .mbr-section-title,
.cid-u5CsPk5cLk .mbr-section-btn {
  color: #1c156f;
}
.cid-u5UAu26MUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c156f;
}
.cid-u5UAu26MUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5UAu26MUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5UAu26MUC .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-u5UAu26MUC .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5UAu26MUC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5UAu26MUC .container {
    padding: 0 20px;
  }
  .cid-u5UAu26MUC .container .row {
    padding: 0;
  }
}
.cid-u5UAu26MUC .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u5UAu26MUC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5UAu26MUC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5UAu26MUC .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-u5UAu26MUC .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u5UAu26MUC .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #1c156f;
}
.cid-u5UAu26MUC .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-u5UAu26MUC .mbr-text {
  color: #ffffff;
}
.cid-u66NV2nVvS {
  overflow: hidden;
  background-color: #edefeb;
}
.cid-u66NV2nVvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u66NV2nVvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u66NV2nVvS .container {
    padding: 0 24px;
  }
}
.cid-u66NV2nVvS .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u66NV2nVvS .card-wrapper {
    display: block;
  }
}
.cid-u66NV2nVvS .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-u66NV2nVvS .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.cid-u66NV2nVvS .card-wrapper .number-wrap .mbr-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1c156f;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u66NV2nVvS .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  top: -50vh;
  width: 1px;
  height: 200vh;
  background-color: #ffffff;
  opacity: .33;
}
@media (max-width: 992px) {
  .cid-u66NV2nVvS .card-wrapper .number-wrap::before {
    display: none;
  }
}
.cid-u66NV2nVvS .card-wrapper .card-wrap .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-u66NV2nVvS .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u66NV2nVvS .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-u66NV2nVvS .card-wrapper .card-wrap .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-u66NV2nVvS .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u66NV2nVvS .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u66NV2nVvS .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-u66NV2nVvS .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u66NV2nVvS .card-wrapper .card-wrap .items-wrapper .item {
  background-color: #ffffff;
  border-radius: .8rem !important;
  padding: 32px 36px;
}
@media (max-width: 992px) {
  .cid-u66NV2nVvS .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.cid-u66NV2nVvS .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 28px;
}
.cid-u66NV2nVvS .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #1c156f;
  display: inline-flex;
}
.cid-u66NV2nVvS .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
.cid-u66NV2nVvS .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u66NV2nVvS .mbr-section-title {
  color: #ffffff;
}
.cid-u66NV2nVvS .mbr-text {
  color: #ffffff;
}
.cid-u66NV2nVvS .card-number {
  color: #202020;
}
.cid-u66NV2nVvS .card-title {
  color: #202020;
}
.cid-u66NV2nVvS .card-text {
  color: #202020;
}
.cid-u66NV2nVvS .mbr-number,
.cid-u66NV2nVvS .number-wrap {
  color: #ffffff;
}
.cid-u66NV2nVvS .card-title,
.cid-u66NV2nVvS .icon-wrapper {
  text-align: left;
  color: #1c156f;
}
.cid-u66NV2nVvS .mbr-section-title,
.cid-u66NV2nVvS .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-u66NV2nVvS .mbr-text,
.cid-u66NV2nVvS .text-wrap {
  color: #232323;
  text-align: center;
}
.cid-u5UVxNaiTr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5UVxNaiTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5UVxNaiTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5UVxNaiTr .container {
    padding: 0 16px;
  }
}
.cid-u5UVxNaiTr .title-wrapper {
  position: relative;
}
.cid-u5UVxNaiTr .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u5UVxNaiTr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u5UVxNaiTr .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u5UVxNaiTr .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u5UVxNaiTr .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-u5UVxNaiTr .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u5UVxNaiTr .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-u5UVxNaiTr .mbr-section-title {
  color: #08323C;
}
.cid-u5UVxNaiTr .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-u5UVxNaiTr .mbr-section-title,
.cid-u5UVxNaiTr .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-u5CsJTTcxY {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1-596x397.jpg");
}
.cid-u5CsJTTcxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CsJTTcxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CsJTTcxY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u5CsJTTcxY .container-fluid {
    padding: 0 30px;
  }
}
.cid-u5CsJTTcxY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5CsJTTcxY .container {
    padding: 0 30px;
  }
}
.cid-u5CsJTTcxY .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-u5CsJTTcxY .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-u5CsJTTcxY .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5CsJTTcxY .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u5CsJTTcxY .mbr-section-title {
  color: #1c156f;
}
.cid-u5CsJTTcxY .mbr-text {
  color: #232323;
}
.cid-u5UUUM2I8n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-u5UUUM2I8n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5UUUM2I8n .row {
  flex-direction: row-reverse;
}
.cid-u5UUUM2I8n img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-u5UUUM2I8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5UUUM2I8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5UVjbZLc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5UVjbZLc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5UVjbZLc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5UVjbZLc3 .container {
    padding: 0 16px;
  }
}
.cid-u5UVjbZLc3 .card {
  position: relative;
  justify-content: center;
}
.cid-u5UVjbZLc3 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #1c156f;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-u5UVjbZLc3 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-u5UVjbZLc3 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u5UVjbZLc3 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-u5UVjbZLc3 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-u5UVjbZLc3 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffeb69;
}
.cid-u5UVjbZLc3 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-u5UVjbZLc3 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-u5UVjbZLc3 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-u5UVjbZLc3 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u5UVjbZLc3 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-u5UVjbZLc3 .mbr-text {
  color: #ffffff;
}
.cid-u5UVjbZLc3 .mbr-name {
  color: #ffffff;
}
.cid-u5UVjbZLc3 .mbr-desc {
  color: #dce2e3;
}
.cid-u61PUCTtxl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c156f;
}
.cid-u61PUCTtxl input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u61PUCTtxl input:hover {
  border: none !important;
}
.cid-u61PUCTtxl .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-u61PUCTtxl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u61PUCTtxl .row {
  justify-content: center;
}
.cid-u61PUCTtxl .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u61PUCTtxl .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u61PUCTtxl .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u61PUCTtxl .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u61PUCTtxl .justify-content-center {
  align-items: center;
}
.cid-u61PUCTtxl .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-u61PTwxrRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2024-02-27-at-13.06.56-612x408.jpg");
}
.cid-u61PTwxrRX .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-u61PTwxrRX .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u61PTwxrRX .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u61PTwxrRX .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u61PTwxrRX .btn:hover {
  box-shadow: none;
}
.cid-u61PTwxrRX .mbr-section-title,
.cid-u61PTwxrRX .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-tZUpcpmaI2 {
  background-color: #1c156f;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-tZTj3UkytS {
  background: transparent;
}
.cid-tZTj3UkytS .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tZTj3UkytS .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tZTj3UkytS .nav-link {
  position: relative;
}
.cid-tZTj3UkytS .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-tZTj3UkytS .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tZTj3UkytS .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tZTj3UkytS .navbar.opened {
  transition: all 0.3s;
}
.cid-tZTj3UkytS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZTj3UkytS .navbar .navbar-logo img {
  width: auto;
}
.cid-tZTj3UkytS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar.collapsed {
  justify-content: center;
}
.cid-tZTj3UkytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZTj3UkytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZTj3UkytS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZTj3UkytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZTj3UkytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZTj3UkytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZTj3UkytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZTj3UkytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZTj3UkytS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZTj3UkytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZTj3UkytS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZTj3UkytS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZTj3UkytS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZTj3UkytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZTj3UkytS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZTj3UkytS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZTj3UkytS .dropdown-item:hover,
.cid-tZTj3UkytS .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-tZTj3UkytS .dropdown-item:hover span {
  color: white;
}
.cid-tZTj3UkytS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZTj3UkytS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZTj3UkytS .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZTj3UkytS .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown-menu,
.cid-tZTj3UkytS .navbar.opened {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .nav-item:focus,
.cid-tZTj3UkytS .nav-link:focus {
  outline: none;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZTj3UkytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZTj3UkytS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZTj3UkytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZTj3UkytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZTj3UkytS .dropdown-item.active,
.cid-tZTj3UkytS .dropdown-item:active {
  background-color: transparent;
}
.cid-tZTj3UkytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZTj3UkytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-tZTj3UkytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZTj3UkytS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZTj3UkytS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZTj3UkytS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZTj3UkytS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZTj3UkytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZTj3UkytS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZTj3UkytS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZTj3UkytS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZTj3UkytS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZTj3UkytS .navbar {
    height: 70px;
  }
  .cid-tZTj3UkytS .navbar.opened {
    height: auto;
  }
  .cid-tZTj3UkytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZTj3UkytS .collapsed {
  background: transparent!important;
}
.cid-tZTj3UkytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZTj3UkytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6cXNT9eRy {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u6cXNT9eRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6cXNT9eRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6cXNT9eRy .container {
    padding: 0 24px;
  }
}
.cid-u6cXNT9eRy .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-u6cXNT9eRy .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-u6cXNT9eRy .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u6cXNT9eRy .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u6cXNT9eRy .mbr-section-title {
  color: #202020;
}
.cid-u6cXNT9eRy .mbr-text,
.cid-u6cXNT9eRy .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-u6cXNT9eRy .mbr-section-title,
.cid-u6cXNT9eRy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6cZhIqkl6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-u6cZhIqkl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6cZhIqkl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6cZhIqkl6 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-u6cZhIqkl6 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u6cZhIqkl6 .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-u6cZhIqkl6 .mbr-text,
.cid-u6cZhIqkl6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u6cZhIqkl6 .card-title,
.cid-u6cZhIqkl6 .card-box {
  text-align: left;
  color: #000000;
}
.cid-u6cZwc5QBo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-u6cZwc5QBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6cZwc5QBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6cZwc5QBo .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-u6cZwc5QBo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u6cZwc5QBo .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-u6cZwc5QBo .mbr-text,
.cid-u6cZwc5QBo .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u6cZwc5QBo .card-title,
.cid-u6cZwc5QBo .card-box {
  text-align: left;
  color: #000000;
}
.cid-u6cXSiDHAE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c156f;
}
.cid-u6cXSiDHAE input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u6cXSiDHAE input:hover {
  border: none !important;
}
.cid-u6cXSiDHAE .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-u6cXSiDHAE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6cXSiDHAE .row {
  justify-content: center;
}
.cid-u6cXSiDHAE .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u6cXSiDHAE .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u6cXSiDHAE .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u6cXSiDHAE .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u6cXSiDHAE .justify-content-center {
  align-items: center;
}
.cid-u6cXSiDHAE .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-u6cXQ6Ozyj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/whatsapimage-2024-02-27-at-13.13.59-500x500.jpg");
}
.cid-u6cXQ6Ozyj .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-u6cXQ6Ozyj .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u6cXQ6Ozyj .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u6cXQ6Ozyj .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u6cXQ6Ozyj .btn:hover {
  box-shadow: none;
}
.cid-u6cXQ6Ozyj .mbr-section-title,
.cid-u6cXQ6Ozyj .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-tZUpcpmaI2 {
  background-color: #1c156f;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-u62u54U0bG {
  background: transparent;
}
.cid-u62u54U0bG .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-u62u54U0bG .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u62u54U0bG .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-u62u54U0bG .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-u62u54U0bG .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-u62u54U0bG .nav-link {
  position: relative;
}
.cid-u62u54U0bG .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-u62u54U0bG .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-u62u54U0bG .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-u62u54U0bG .navbar.opened {
  transition: all 0.3s;
}
.cid-u62u54U0bG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u62u54U0bG .navbar .navbar-logo img {
  width: auto;
}
.cid-u62u54U0bG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u62u54U0bG .navbar.collapsed {
  justify-content: center;
}
.cid-u62u54U0bG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u62u54U0bG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u62u54U0bG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u62u54U0bG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u62u54U0bG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u62u54U0bG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u62u54U0bG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u62u54U0bG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u62u54U0bG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u62u54U0bG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u62u54U0bG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u62u54U0bG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u62u54U0bG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u62u54U0bG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u62u54U0bG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u62u54U0bG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u62u54U0bG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u62u54U0bG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u62u54U0bG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u62u54U0bG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u62u54U0bG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u62u54U0bG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u62u54U0bG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u62u54U0bG .dropdown-item:hover,
.cid-u62u54U0bG .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-u62u54U0bG .dropdown-item:hover span {
  color: white;
}
.cid-u62u54U0bG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u62u54U0bG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u62u54U0bG .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-u62u54U0bG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u62u54U0bG .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u62u54U0bG .dropdown-menu,
.cid-u62u54U0bG .navbar.opened {
  background: #f4f4f4;
}
.cid-u62u54U0bG .nav-item:focus,
.cid-u62u54U0bG .nav-link:focus {
  outline: none;
}
.cid-u62u54U0bG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u62u54U0bG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u62u54U0bG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u62u54U0bG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u62u54U0bG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u62u54U0bG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u62u54U0bG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u62u54U0bG .dropdown-item.active,
.cid-u62u54U0bG .dropdown-item:active {
  background-color: transparent;
}
.cid-u62u54U0bG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u62u54U0bG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u62u54U0bG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u62u54U0bG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-u62u54U0bG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u62u54U0bG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u62u54U0bG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u62u54U0bG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u62u54U0bG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u62u54U0bG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u62u54U0bG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u62u54U0bG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u62u54U0bG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u62u54U0bG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u62u54U0bG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u62u54U0bG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u62u54U0bG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u62u54U0bG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u62u54U0bG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u62u54U0bG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u62u54U0bG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u62u54U0bG .navbar {
    height: 70px;
  }
  .cid-u62u54U0bG .navbar.opened {
    height: auto;
  }
  .cid-u62u54U0bG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u62u54U0bG .collapsed {
  background: transparent!important;
}
.cid-u62u54U0bG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u62u54U0bG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u62u5krS07 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u62u5krS07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u62u5krS07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u62u5krS07 .container {
    padding: 0 24px;
  }
}
.cid-u62u5krS07 .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-u62u5krS07 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-u62u5krS07 .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u62u5krS07 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u62u5krS07 .mbr-section-title {
  color: #202020;
}
.cid-u62u5krS07 .mbr-text,
.cid-u62u5krS07 .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-u62u5krS07 .mbr-section-title,
.cid-u62u5krS07 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u62u5DSmjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u62u5DSmjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u62u5DSmjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u62u5DSmjA .row {
  justify-content: center;
}
.cid-u62u5DSmjA .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u62u5DSmjA .row {
    padding: 0 12px;
  }
}
.cid-u62u5DSmjA .item-wrap {
  z-index: 1;
}
.cid-u62u5DSmjA .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-u62u5DSmjA .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-u62u5DSmjA .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-u62u5DSmjA .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-u62u5DSmjA .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-u62u5DSmjA .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-u62u5DSmjA .item {
  margin-bottom: 4rem;
}
.cid-u62u5DSmjA .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-u62u5DSmjA .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-u62u5DSmjA .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-u62u5DSmjA .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-u62u5DSmjA .item a {
  width: 100%;
  display: block;
  transition: all .3s ease;
}
.cid-u62u5DSmjA .item a:hover {
  transform: translateY(-10px);
}
.cid-u62u5DSmjA .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-u62u5DSmjA .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-u62u5DSmjA .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-u62u5DSmjA .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-u62u5DSmjA .mbr-card-title {
  color: #181818;
}
.cid-u62u5DSmjA .mbr-card-subtitle {
  color: #454545;
}
.cid-u62u5MlyGJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c156f;
}
.cid-u62u5MlyGJ input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u62u5MlyGJ input:hover {
  border: none !important;
}
.cid-u62u5MlyGJ .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-u62u5MlyGJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u62u5MlyGJ .row {
  justify-content: center;
}
.cid-u62u5MlyGJ .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u62u5MlyGJ .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u62u5MlyGJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u62u5MlyGJ .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u62u5MlyGJ .justify-content-center {
  align-items: center;
}
.cid-u62u5MlyGJ .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-u62u5S3sG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapimage-2024-02-27-at-13.13.59-500x500.jpg");
}
.cid-u62u5S3sG2 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-u62u5S3sG2 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u62u5S3sG2 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u62u5S3sG2 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u62u5S3sG2 .btn:hover {
  box-shadow: none;
}
.cid-u62u5S3sG2 .mbr-section-title,
.cid-u62u5S3sG2 .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-u62u5ZUqmj {
  background-color: #1c156f;
}
.cid-u62u5ZUqmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u62u5ZUqmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u62u5ZUqmj .container {
    padding: 0 25px;
  }
}
.cid-u62u5ZUqmj .row {
  justify-content: space-between;
}
.cid-u62u5ZUqmj .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u62u5ZUqmj .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u62u5ZUqmj .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u62u5ZUqmj .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-u62u5ZUqmj .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u62u5ZUqmj .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-u62u5ZUqmj .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-u62u5ZUqmj .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-u62u5ZUqmj .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-u62u5ZUqmj .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-u62u5ZUqmj .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u62u5ZUqmj .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-u62u5ZUqmj .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-u62u5ZUqmj .list-content {
    display: block;
  }
}
.cid-u62u5ZUqmj .list-content .nav-wrapper,
.cid-u62u5ZUqmj .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u62u5ZUqmj .list-content .nav-wrapper,
  .cid-u62u5ZUqmj .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-u62u5ZUqmj .list-content .nav-wrapper .mbr-list-title,
.cid-u62u5ZUqmj .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-u62u5ZUqmj .list-content .nav-wrapper .list,
.cid-u62u5ZUqmj .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u62u5ZUqmj .list-content .nav-wrapper .list .item-wrap,
.cid-u62u5ZUqmj .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u62u5ZUqmj .list-content .nav-wrapper .list .item-wrap:hover,
.cid-u62u5ZUqmj .list-content .contact-wrapper .list .item-wrap:hover,
.cid-u62u5ZUqmj .list-content .nav-wrapper .list .item-wrap:hover,
.cid-u62u5ZUqmj .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-u62u5ZUqmj .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-u62u5ZUqmj .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u62u5ZUqmj .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-u62u5ZUqmj .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-u62u5ZUqmj .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-u62u5ZUqmj .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u62u5ZUqmj .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u62u5ZUqmj .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-u62u5ZUqmj .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u62u5ZUqmj .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u62u5ZUqmj .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-u62u5ZUqmj .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-u62u5ZUqmj .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u62u5ZUqmj .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-u62u5ZUqmj .mbr-section-title {
  color: #ffffff;
}
.cid-u62u5ZUqmj .mbr-list-title {
  color: #ffffff;
}
.cid-u62u5ZUqmj .list {
  color: #ffffff;
}
.cid-u62u5ZUqmj .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u62u5ZUqmj .mbr-brand {
  color: #ffffff;
}
.cid-udhhplIjwR {
  background: transparent;
}
.cid-udhhplIjwR .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-udhhplIjwR .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udhhplIjwR .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-udhhplIjwR .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-udhhplIjwR .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-udhhplIjwR .nav-link {
  position: relative;
}
.cid-udhhplIjwR .nav-link:hover {
  color: #7787a5 !important;
}
@media (max-width: 992px) {
  .cid-udhhplIjwR .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-udhhplIjwR .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-udhhplIjwR .navbar.opened {
  transition: all 0.3s;
}
.cid-udhhplIjwR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udhhplIjwR .navbar .navbar-logo img {
  width: auto;
}
.cid-udhhplIjwR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udhhplIjwR .navbar.collapsed {
  justify-content: center;
}
.cid-udhhplIjwR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udhhplIjwR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udhhplIjwR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udhhplIjwR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udhhplIjwR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udhhplIjwR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udhhplIjwR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udhhplIjwR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udhhplIjwR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udhhplIjwR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udhhplIjwR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udhhplIjwR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udhhplIjwR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udhhplIjwR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udhhplIjwR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udhhplIjwR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udhhplIjwR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udhhplIjwR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udhhplIjwR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udhhplIjwR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udhhplIjwR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udhhplIjwR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udhhplIjwR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udhhplIjwR .dropdown-item:hover,
.cid-udhhplIjwR .dropdown-item:focus {
  background: #7787a5 !important;
  color: white !important;
}
.cid-udhhplIjwR .dropdown-item:hover span {
  color: white;
}
.cid-udhhplIjwR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udhhplIjwR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udhhplIjwR .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-udhhplIjwR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udhhplIjwR .iconfont-wrapper {
  color: #1c156f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udhhplIjwR .dropdown-menu,
.cid-udhhplIjwR .navbar.opened {
  background: #f4f4f4;
}
.cid-udhhplIjwR .nav-item:focus,
.cid-udhhplIjwR .nav-link:focus {
  outline: none;
}
.cid-udhhplIjwR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udhhplIjwR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udhhplIjwR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udhhplIjwR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udhhplIjwR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udhhplIjwR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udhhplIjwR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udhhplIjwR .dropdown-item.active,
.cid-udhhplIjwR .dropdown-item:active {
  background-color: transparent;
}
.cid-udhhplIjwR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udhhplIjwR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udhhplIjwR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udhhplIjwR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-udhhplIjwR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udhhplIjwR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udhhplIjwR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udhhplIjwR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udhhplIjwR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udhhplIjwR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udhhplIjwR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udhhplIjwR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udhhplIjwR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udhhplIjwR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udhhplIjwR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udhhplIjwR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udhhplIjwR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udhhplIjwR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udhhplIjwR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udhhplIjwR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udhhplIjwR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udhhplIjwR .navbar {
    height: 70px;
  }
  .cid-udhhplIjwR .navbar.opened {
    height: auto;
  }
  .cid-udhhplIjwR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udhhplIjwR .collapsed {
  background: transparent!important;
}
.cid-udhhplIjwR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udhhplIjwR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udhhpnUqpr {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-udhhpnUqpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udhhpnUqpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udhhpnUqpr .container {
    padding: 0 24px;
  }
}
.cid-udhhpnUqpr .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-udhhpnUqpr .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-udhhpnUqpr .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-udhhpnUqpr .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-udhhpnUqpr .mbr-section-title {
  color: #202020;
}
.cid-udhhpnUqpr .mbr-text,
.cid-udhhpnUqpr .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-udhhpnUqpr .mbr-section-title,
.cid-udhhpnUqpr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-udhhpp3PLt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff2f7;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-udhhpp3PLt .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-udhhpp3PLt .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-udhhpp3PLt .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #1c156f;
  min-height: 500px;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .cid-udhhpp3PLt .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-udhhpp3PLt .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-udhhpp3PLt .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-udhhpp3PLt .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-udhhpp3PLt .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-udhhpp3PLt .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-udhhpp3PLt .mbr-text {
  color: #f6f6ef;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-udhhpp3PLt .col-img {
  position: absolute;
  top: 50%;
  right: 0;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  transform: rotate(5deg) translateY(-50%);
  left: 0;
  transform: rotate(-5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-udhhpp3PLt .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(5deg) translateY(0);
  }
}
.cid-udhhpp3PLt .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-udhhpp3PLt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udhhpp3PLt .mbr-section-title,
.cid-udhhpp3PLt .mbr-section-btn {
  color: #a6a99c;
}
.cid-udi5Ivwchh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-udi5Ivwchh .mbr-fallback-image.disabled {
  display: none;
}
.cid-udi5Ivwchh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udi5Ivwchh .row {
  flex-direction: row-reverse;
}
.cid-udi5Ivwchh .mbr-description {
  text-align: left;
}
.cid-udi5Ivwchh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-udi5Ivwchh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-udi5Ivwchh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-udi5Ivwchh .card-title,
.cid-udi5Ivwchh .iconfont-wrapper {
  color: #000000;
}
.cid-udi5Ivwchh .card-text {
  color: #000000;
}
.cid-udi5Ivwchh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udi5Ivwchh .mbr-number {
  color: #9fe870;
}
.cid-udi5Ivwchh .mbr-text,
.cid-udi5Ivwchh .mbr-section-btn {
  text-align: center;
}
.cid-udi5Ivwchh .card-text,
.cid-udi5Ivwchh .item .mbr-section-btn {
  text-align: left;
}
.cid-udi5Ivwchh .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udi5Ivwchh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udhhpt3Qg8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c156f;
}
.cid-udhhpt3Qg8 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-udhhpt3Qg8 input:hover {
  border: none !important;
}
.cid-udhhpt3Qg8 .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-udhhpt3Qg8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udhhpt3Qg8 .row {
  justify-content: center;
}
.cid-udhhpt3Qg8 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-udhhpt3Qg8 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-udhhpt3Qg8 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-udhhpt3Qg8 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-udhhpt3Qg8 .justify-content-center {
  align-items: center;
}
.cid-udhhpt3Qg8 .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-udhhprUnDU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/whatsapimage-2024-02-27-at-13.13.59-500x500.jpg");
}
.cid-udhhprUnDU .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #666663;
  text-align: center;
}
.cid-udhhprUnDU .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-udhhprUnDU .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-udhhprUnDU .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-udhhprUnDU .btn:hover {
  box-shadow: none;
}
.cid-udhhprUnDU .mbr-section-title,
.cid-udhhprUnDU .mbr-section-btn {
  text-align: center;
  color: #1c156f;
}
.cid-udhhpuoIcQ {
  background-color: #1c156f;
}
.cid-udhhpuoIcQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udhhpuoIcQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udhhpuoIcQ .container {
    padding: 0 25px;
  }
}
.cid-udhhpuoIcQ .row {
  justify-content: space-between;
}
.cid-udhhpuoIcQ .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-udhhpuoIcQ .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-udhhpuoIcQ .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-udhhpuoIcQ .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-udhhpuoIcQ .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udhhpuoIcQ .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-udhhpuoIcQ .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-udhhpuoIcQ .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-udhhpuoIcQ .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-udhhpuoIcQ .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-udhhpuoIcQ .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udhhpuoIcQ .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-udhhpuoIcQ .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-udhhpuoIcQ .list-content {
    display: block;
  }
}
.cid-udhhpuoIcQ .list-content .nav-wrapper,
.cid-udhhpuoIcQ .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udhhpuoIcQ .list-content .nav-wrapper,
  .cid-udhhpuoIcQ .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-udhhpuoIcQ .list-content .nav-wrapper .mbr-list-title,
.cid-udhhpuoIcQ .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-udhhpuoIcQ .list-content .nav-wrapper .list,
.cid-udhhpuoIcQ .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udhhpuoIcQ .list-content .nav-wrapper .list .item-wrap,
.cid-udhhpuoIcQ .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-udhhpuoIcQ .list-content .nav-wrapper .list .item-wrap:hover,
.cid-udhhpuoIcQ .list-content .contact-wrapper .list .item-wrap:hover,
.cid-udhhpuoIcQ .list-content .nav-wrapper .list .item-wrap:hover,
.cid-udhhpuoIcQ .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-udhhpuoIcQ .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-udhhpuoIcQ .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udhhpuoIcQ .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-udhhpuoIcQ .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-udhhpuoIcQ .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-udhhpuoIcQ .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udhhpuoIcQ .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-udhhpuoIcQ .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-udhhpuoIcQ .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-udhhpuoIcQ .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-udhhpuoIcQ .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-udhhpuoIcQ .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-udhhpuoIcQ .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-udhhpuoIcQ .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-udhhpuoIcQ .mbr-section-title {
  color: #ffffff;
}
.cid-udhhpuoIcQ .mbr-list-title {
  color: #ffffff;
}
.cid-udhhpuoIcQ .list {
  color: #ffffff;
}
.cid-udhhpuoIcQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-udhhpuoIcQ .mbr-brand {
  color: #ffffff;
}
