body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.18rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.475rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.944rem;
    font-size: calc( 1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 6px 20px;
  border-radius: 0;
}
.btn-sm {
  padding: 6px 20px;
  border-radius: 0;
}
.btn-md {
  padding: 6px 20px;
  border-radius: 0;
}
.btn-lg {
  padding: 6px 20px;
  border-radius: 0;
}
.bg-primary {
  background-color: #1e4381 !important;
}
.bg-success {
  background-color: #f3722f !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f1f1f2 !important;
}
.bg-danger {
  background-color: #5f5e5e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e4381 !important;
  border-color: #1e4381 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e1e3b !important;
  border-color: #0e1e3b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e1e3b !important;
  border-color: #0e1e3b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ee2947 !important;
  border-color: #ee2947 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b20e27 !important;
  border-color: #b20e27 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b20e27 !important;
  border-color: #b20e27 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f3722f !important;
  border-color: #f3722f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c0490b !important;
  border-color: #c0490b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c0490b !important;
  border-color: #c0490b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f1f1f2 !important;
  border-color: #f1f1f2 !important;
  color: #6e6e76 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6e6e76 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5f5e5e !important;
  border-color: #5f5e5e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1e4381;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e1e3b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e4381 !important;
  border-color: #1e4381 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee2947;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b20e27 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee2947 !important;
  border-color: #ee2947 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f3722f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c0490b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f3722f !important;
  border-color: #f3722f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1f1f2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c4c4c8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6e6e76 !important;
  background-color: #f1f1f2 !important;
  border-color: #f1f1f2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5f5e5e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #333333 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5f5e5e !important;
  border-color: #5f5e5e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #1e4381 !important;
}
.text-secondary {
  color: #ee2947 !important;
}
.text-success {
  color: #f3722f !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f1f1f2 !important;
}
.text-danger {
  color: #5f5e5e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b182e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a40d24 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b2440a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bcbcc1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2c2b2b !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: #1e4381;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f1f1f2;
}
.alert-danger {
  background-color: #5f5e5e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e4381;
  border-color: #1e4381;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1e4381;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4a7ed5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef5f0;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9f9e9e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1e4381 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1e4381;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e4381;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1e4381;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e4381;
  border-bottom-color: #1e4381;
}
.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: #1e4381 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ee2947 !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='%231e4381' %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-u7R1nTWoyV {
  background-color: transparent;
}
.cid-u7R1nTWoyV .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7R1nTWoyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7R1nTWoyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7R1nTWoyV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7R1nTWoyV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7R1nTWoyV .menu_box .navbar.opened,
  .cid-u7R1nTWoyV .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7R1nTWoyV .navbar-dropdown {
  position: relative !important;
}
.cid-u7R1nTWoyV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7R1nTWoyV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7R1nTWoyV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7R1nTWoyV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7R1nTWoyV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7R1nTWoyV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u7R1nTWoyV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7R1nTWoyV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7R1nTWoyV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7R1nTWoyV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7R1nTWoyV .offcanvas-body .mbr-text,
  .cid-u7R1nTWoyV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7R1nTWoyV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7R1nTWoyV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7R1nTWoyV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7R1nTWoyV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7R1nTWoyV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7R1nTWoyV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7R1nTWoyV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7R1nTWoyV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7R1nTWoyV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7R1nTWoyV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7R1nTWoyV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7R1nTWoyV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7R1nTWoyV .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7R1nTWoyV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u7R1nTWoyV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7R1nTWoyV .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u7R1nTWoyV .nav-item {
    margin: 0 !important;
  }
}
.cid-u7R1nTWoyV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7R1nTWoyV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7R1nTWoyV .nav-item .nav-link:hover::before,
.cid-u7R1nTWoyV .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7R1nTWoyV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7R1nTWoyV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7R1nTWoyV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7R1nTWoyV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7R1nTWoyV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7R1nTWoyV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7R1nTWoyV .offcanvas_box {
    display: none;
  }
}
.cid-u7R1nTWoyV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7R1nTWoyV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7R1nTWoyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7R1nTWoyV .container {
  display: flex;
  margin: auto;
}
.cid-u7R1nTWoyV .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7R1nTWoyV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7R1nTWoyV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7R1nTWoyV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7R1nTWoyV .navbar-nav {
    margin: 0;
  }
}
.cid-u7R1nTWoyV .dropdown-menu,
.cid-u7R1nTWoyV .navbar.opened {
  background-color: false !important;
}
.cid-u7R1nTWoyV .nav-item:focus,
.cid-u7R1nTWoyV .nav-link:focus {
  outline: none;
}
.cid-u7R1nTWoyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7R1nTWoyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7R1nTWoyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7R1nTWoyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7R1nTWoyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7R1nTWoyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7R1nTWoyV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7R1nTWoyV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7R1nTWoyV .navbar.opened {
  transition: all 0.3s;
}
.cid-u7R1nTWoyV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7R1nTWoyV .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7R1nTWoyV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7R1nTWoyV .navbar.collapsed {
  justify-content: center;
}
.cid-u7R1nTWoyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7R1nTWoyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7R1nTWoyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7R1nTWoyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7R1nTWoyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7R1nTWoyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7R1nTWoyV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7R1nTWoyV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7R1nTWoyV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7R1nTWoyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7R1nTWoyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7R1nTWoyV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7R1nTWoyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7R1nTWoyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7R1nTWoyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7R1nTWoyV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7R1nTWoyV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7R1nTWoyV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7R1nTWoyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7R1nTWoyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7R1nTWoyV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7R1nTWoyV .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7R1nTWoyV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7R1nTWoyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7R1nTWoyV .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-u7R1nTWoyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7R1nTWoyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7R1nTWoyV .dropdown-item.active,
.cid-u7R1nTWoyV .dropdown-item:active {
  background-color: transparent;
}
.cid-u7R1nTWoyV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7R1nTWoyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7R1nTWoyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7R1nTWoyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7R1nTWoyV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7R1nTWoyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7R1nTWoyV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-u7R1nTWoyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7R1nTWoyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7R1nTWoyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7R1nTWoyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7R1nTWoyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7R1nTWoyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7R1nTWoyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7R1nTWoyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7R1nTWoyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7R1nTWoyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7R1nTWoyV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7R1nTWoyV .navbar {
    height: 70px;
  }
  .cid-u7R1nTWoyV .navbar.opened {
    height: auto;
  }
  .cid-u7R1nTWoyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7R1nTWoyV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7R1nTWoyV .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7R1nTWoyV .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7R1nTWoyV .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7R1nTWoyV .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u7R1nTWoyV .navbar-caption:hover {
  color: #1e4381;
}
@media (min-width: 992px) {
  .cid-u7R1nTWoyV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7R1nTWoyV .text_widget {
  margin-bottom: 32px;
}
.cid-u7R1nTWoyV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7R1nTWoyV .text_widget a:hover,
.cid-u7R1nTWoyV .text_widget a:focus {
  opacity: .8;
}
.cid-u7R1nTWoyV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7R1nTWoyV .navbar-caption {
  color: #000000;
}
.cid-u7R1nTWoyV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7R1nTWoyV .mbr-section-subtitle,
.cid-u7R1nTWoyV .text_widget,
.cid-u7R1nTWoyV .mbr-section-btn {
  text-align: center;
}
.cid-u7R1nTWoyV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tgtEUsSL8X {
  background-color: #f1f1f2;
}
.cid-tgtEUsSL8X .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .row::after {
    display: none;
  }
}
.cid-tgtEUsSL8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtEUsSL8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtEUsSL8X .image {
  position: relative;
}
.cid-tgtEUsSL8X .image::before {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .image::before {
    display: none;
  }
}
.cid-tgtEUsSL8X .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-tgtEUsSL8X .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .image-wrapper::before {
    display: none;
  }
}
.cid-tgtEUsSL8X .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .image-wrapper::after {
    display: none;
  }
}
.cid-tgtEUsSL8X .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-tgtEUsSL8X .title {
  display: flex;
  align-items: center;
}
.cid-tgtEUsSL8X .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-tgtEUsSL8X .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tgtEUsSL8X .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tgtEUsSL8X .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-tgtEUsSL8X .mbr-section-title {
  color: #1e4381;
}
.cid-tgtEUsSL8X .mbr-text {
  color: #1e4381;
}
.cid-tgtF8CAjgl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ee2947;
}
.cid-tgtF8CAjgl .row {
  position: relative;
}
.cid-tgtF8CAjgl .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tgtF8CAjgl .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-tgtF8CAjgl .row::after {
    display: none;
  }
}
.cid-tgtF8CAjgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtF8CAjgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtF8CAjgl .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-tgtF8CAjgl .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-tgtF8CAjgl .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #1e4381;
}
.cid-tgtF8CAjgl .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tgtF8CAjgl .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #1e4381;
  box-shadow: none;
}
.cid-tgtF8CAjgl .title-wrapper .mbr-section-btn .btn:hover {
  color: #ffffff !important;
  background: #1e4381 !important;
  box-shadow: none !important;
}
.cid-tgtF8CAjgl .mbr-section-title {
  color: #ffffff;
}
.cid-tgtF8CAjgl .mbr-section-title,
.cid-tgtF8CAjgl .mbr-section-btn {
  text-align: center;
}
.cid-u7R4OzS4yG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-u7R4OzS4yG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7R4OzS4yG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7R4OzS4yG .row {
    padding: 0 24px;
  }
}
.cid-u7R4OzS4yG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7R4OzS4yG .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-u7R4OzS4yG .mbr-section-title {
  color: #005c62;
}
.cid-u7R4OzS4yG .mbr-text {
  color: #1e4381;
  text-align: center;
}
.cid-u7R4OzS4yG .mbr-section-title,
.cid-u7R4OzS4yG .mbr-section-btn {
  text-align: center;
}
.cid-tgtEYhKQML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tgtEYhKQML .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtEYhKQML .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 38%;
  height: 80%;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tgtEYhKQML .row::after {
    display: none;
  }
}
.cid-tgtEYhKQML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtEYhKQML .image-wrapper {
  padding-right: 110px;
}
@media (max-width: 992px) {
  .cid-tgtEYhKQML .image-wrapper {
    padding: 0 12px;
  }
}
.cid-tgtEYhKQML .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 25% 25% 0;
}
.cid-tgtEYhKQML .text-wrapper {
  padding-right: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tgtEYhKQML .text-wrapper {
    padding: 0 12px;
  }
}
.cid-tgtEYhKQML .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tgtEYhKQML .text-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-tgtEYhKQML .text-wrapper .row.items::after {
  display: none;
}
.cid-tgtEYhKQML .text-wrapper .row.items .item {
  margin-bottom: 16px;
}
.cid-tgtEYhKQML .text-wrapper .row.items .item .mbr-number {
  margin: 0;
}
.cid-tgtEYhKQML .text-wrapper .row.items .item .mbr-text {
  margin: 0;
}
.cid-tgtEYhKQML .mbr-section-title {
  color: #1e4381;
}
.cid-tgtEYhKQML .mbr-number {
  color: #ee2947;
}
.cid-tgtEYhKQML .mbr-text {
  color: #1e4381;
}
.cid-u7R8ZVSPba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7R8ZVSPba .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7R8ZVSPba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7R8ZVSPba .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u7R8ZVSPba .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7R8ZVSPba .container {
    padding: 0 30px;
  }
}
.cid-u7R8ZVSPba .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #ee2947;
  display: flex;
}
@media (max-width: 992px) {
  .cid-u7R8ZVSPba .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-u7R8ZVSPba .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-u7R8ZVSPba .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-u7R8ZVSPba .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7R8ZVSPba .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7R8ZVSPba .mbr-section-title {
  color: #2b2b2b;
}
.cid-u7R8ZVSPba .mbr-text {
  color: #ffffff;
}
.cid-u7R8ZVSPba .mbr-section-title,
.cid-u7R8ZVSPba .mbr-section-btn {
  color: #ffffff;
}
.cid-tgtG3xWxwQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ee2947;
}
.cid-tgtG3xWxwQ .container,
.cid-tgtG3xWxwQ .container-fluid {
  position: relative;
}
.cid-tgtG3xWxwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtG3xWxwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtG3xWxwQ .item:first-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tgtG3xWxwQ .item:first-child {
    padding: 0 12px;
  }
}
.cid-tgtG3xWxwQ .item:last-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tgtG3xWxwQ .item:last-child {
    padding: 0 12px;
  }
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper {
  background-color: #162148;
  height: 100%;
  padding: 70px 16px 80px 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper {
    padding: 70px 12px 80px;
  }
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #1e4381;
}
@media (max-width: 992px) {
  .cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper::before {
    display: none;
  }
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
@media (max-width: 992px) {
  .cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper::after {
    display: none;
  }
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper .mbr-section-title {
  margin: 0 -110px 25px 0;
}
@media (max-width: 992px) {
  .cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper .mbr-section-title {
    margin: 0 0 25px;
  }
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper .mbr-section-btn .btn span {
  position: absolute;
  right: -9%;
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper .mbr-section-btn .btn:hover {
  color: #1e4381 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .title-wrapper .mbr-section-btn .btn:hover span {
  color: #ffffff;
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .image-wrapper {
  position: relative;
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .image-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .2;
  border-radius: 0 0 300px 0;
}
@media (max-width: 992px) {
  .cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .image-wrapper::before {
    border-radius: 0 0 100px 0;
  }
}
.cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .image-wrapper img {
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 300px 0;
}
@media (max-width: 992px) {
  .cid-tgtG3xWxwQ .tab-content .tab-pane .row .item .image-wrapper img {
    border-radius: 0 0 100px 0;
  }
}
.cid-tgtG3xWxwQ .nav-tabs {
  position: absolute;
  right: 110px;
  top: 9rem;
  display: block;
  border: none;
}
@media (max-width: 992px) {
  .cid-tgtG3xWxwQ .nav-tabs {
    bottom: 5rem;
    left: 12px;
    right: auto;
    top: auto;
  }
}
.cid-tgtG3xWxwQ .nav-tabs .nav-item {
  margin-bottom: 30px;
}
.cid-tgtG3xWxwQ .nav-tabs .nav-item .nav-link {
  padding: 7px 15px;
  color: #ffffff;
  border-radius: 0;
}
.cid-tgtG3xWxwQ .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
}
.cid-tgtG3xWxwQ .mbr-section-title {
  color: #ffffff;
}
.cid-tgtG3xWxwQ .mbr-number {
  color: #ffffff;
}
.cid-tgtFkoPfsq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tgtFkoPfsq .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tgtFkoPfsq .row {
    padding: 0 12px;
  }
}
.cid-tgtFkoPfsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtFkoPfsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtFkoPfsq .image-wrapper {
  position: relative;
}
.cid-tgtFkoPfsq .image-wrapper::before {
  content: '';
  display: block;
  background-color: #1e4381;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-tgtFkoPfsq .image-wrapper::before {
    display: none;
  }
}
.cid-tgtFkoPfsq .image-wrapper::after {
  content: '';
  display: block;
  background-color: #ee2947;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 100px;
  height: 100px;
  border-radius: 0 100% 0 0;
}
@media (max-width: 992px) {
  .cid-tgtFkoPfsq .image-wrapper::after {
    display: none;
  }
}
.cid-tgtFkoPfsq .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
}
.cid-tgtFkoPfsq .text-wrapper {
  padding: 60px 0 0 100px;
}
@media (max-width: 992px) {
  .cid-tgtFkoPfsq .text-wrapper {
    padding: 60px 0 0;
  }
}
.cid-tgtFkoPfsq .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tgtFkoPfsq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tgtFkoPfsq .mbr-section-title {
  color: #1e4381;
}
.cid-tgtFkoPfsq .mbr-text {
  color: #1e4381;
}
.cid-tgtFgwyC8v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/water-slide-rentals-fg-1600x900.jpg");
}
.cid-tgtFgwyC8v .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tgtFgwyC8v .row {
    padding: 0 12px;
  }
}
.cid-tgtFgwyC8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtFgwyC8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtFgwyC8v .title-container {
  display: flex;
  justify-content: center;
}
.cid-tgtFgwyC8v .title-container .title-wrapper {
  max-width: 750px;
  padding: 40px 35px;
  background-color: #ffffff;
}
.cid-tgtFgwyC8v .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tgtFgwyC8v .title-container .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-tgtFgwyC8v .mbr-section-title {
  color: #ee2947;
  text-align: center;
}
.cid-tgtFgwyC8v .mbr-section-subtitle {
  color: #1e4381;
  text-align: center;
}
.cid-tgtFgwyC8v .mbr-section-title,
.cid-tgtFgwyC8v .mbr-section-btn {
  color: #1e4381;
}
.cid-tgtFviLZrc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tgtFviLZrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtFviLZrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtFviLZrc .row {
  padding: 1rem;
}
.cid-tgtFviLZrc .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tgtFviLZrc .row {
    padding: 0 12px;
  }
}
.cid-tgtFviLZrc .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-tgtFviLZrc .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tgtFviLZrc .row::after {
    display: none;
  }
}
.cid-tgtFviLZrc .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-tgtFviLZrc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tgtFviLZrc .title-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-tgtFviLZrc .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tgtFviLZrc .text-wrapper {
    padding: 0;
  }
}
.cid-tgtFviLZrc .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tgtFviLZrc .mbr-section-title {
  color: #1e4381;
}
.cid-tgtFviLZrc .mbr-text {
  color: #1e4381;
}
.cid-u7Rgwq8d9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7Rgwq8d9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Rgwq8d9i .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-u7Rgwq8d9i .container {
    padding: 0 20px;
  }
}
.cid-u7Rgwq8d9i .row {
  margin: 0;
}
.cid-u7Rgwq8d9i .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u7Rgwq8d9i .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7Rgwq8d9i .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u7Rgwq8d9i .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u7Rgwq8d9i .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u7Rgwq8d9i .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u7Rgwq8d9i .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tgtFvXCZeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tgtFvXCZeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtFvXCZeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtFvXCZeY .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tgtFvXCZeY .row {
    padding: 0 12px;
  }
}
.cid-tgtFvXCZeY .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-tgtFvXCZeY .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tgtFvXCZeY .title-wrapper {
    max-width: 100%;
  }
}
.cid-tgtFvXCZeY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tgtFvXCZeY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tgtFvXCZeY .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-tgtFvXCZeY .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tgtFvXCZeY .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-tgtFvXCZeY .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-tgtFvXCZeY .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tgtFvXCZeY .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-tgtFvXCZeY .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-tgtFvXCZeY .mbr-section-title {
  color: #1e4381;
}
.cid-tgtFvXCZeY .mbr-section-subtitle {
  color: #1e4381;
}
.cid-tgtFvXCZeY .mbr-text {
  color: #1e4381;
}
.cid-tgtFvXCZeY .mbr-phone {
  color: #1e4381;
}
.cid-tgtFvXCZeY .mbr-link {
  color: #1e4381;
}
.cid-tgtFBYRaSw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgtFBYRaSw .container-fluid,
.cid-tgtFBYRaSw .container {
  position: relative;
}
.cid-tgtFBYRaSw .container-fluid::before,
.cid-tgtFBYRaSw .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tgtFBYRaSw .container-fluid::before,
  .cid-tgtFBYRaSw .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tgtFBYRaSw .container-fluid::before,
  .cid-tgtFBYRaSw .container::before {
    display: none;
  }
}
.cid-tgtFBYRaSw .media-wrap {
  height: 300px;
}
.cid-tgtFBYRaSw .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tgtFBYRaSw .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tgtFBYRaSw .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tgtFBYRaSw .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tgtFBYRaSw .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tgtFBYRaSw .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tgtFBYRaSw .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tgtFBYRaSw .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tgtFBYRaSw .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tgtFBYRaSw .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tgtFBYRaSw .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tgtFBYRaSw .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tgtFBYRaSw .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tgtFBYRaSw .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tgtFBYRaSw .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tgtFBYRaSw .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tgtFBYRaSw .list .item-wrap:hover {
  opacity: .7;
}
.cid-tgtFBYRaSw .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tgtFBYRaSw .copyright {
    background-color: #1e4381;
  }
}
.cid-tgtFBYRaSw .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tgtFBYRaSw .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tgtFBYRaSw .mbr-text {
  color: #bcbfca;
}
.cid-tgtFBYRaSw .mbr-desc {
  color: #ffffff;
}
.cid-tgtFBYRaSw .mbr-link {
  color: #ffffff;
}
.cid-tgtFBYRaSw .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tgtFBYRaSw .mbr-text,
.cid-tgtFBYRaSw .icon-wrapper {
  color: #ffffff;
}
.cid-u7RdehP3lK {
  background-color: transparent;
}
.cid-u7RdehP3lK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7RdehP3lK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7RdehP3lK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7RdehP3lK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7RdehP3lK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7RdehP3lK .menu_box .navbar.opened,
  .cid-u7RdehP3lK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7RdehP3lK .navbar-dropdown {
  position: relative !important;
}
.cid-u7RdehP3lK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7RdehP3lK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7RdehP3lK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7RdehP3lK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7RdehP3lK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7RdehP3lK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u7RdehP3lK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7RdehP3lK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7RdehP3lK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7RdehP3lK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7RdehP3lK .offcanvas-body .mbr-text,
  .cid-u7RdehP3lK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7RdehP3lK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7RdehP3lK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7RdehP3lK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7RdehP3lK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7RdehP3lK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7RdehP3lK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7RdehP3lK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7RdehP3lK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7RdehP3lK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RdehP3lK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7RdehP3lK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7RdehP3lK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7RdehP3lK .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7RdehP3lK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u7RdehP3lK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7RdehP3lK .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u7RdehP3lK .nav-item {
    margin: 0 !important;
  }
}
.cid-u7RdehP3lK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7RdehP3lK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7RdehP3lK .nav-item .nav-link:hover::before,
.cid-u7RdehP3lK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7RdehP3lK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7RdehP3lK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7RdehP3lK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7RdehP3lK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RdehP3lK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7RdehP3lK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7RdehP3lK .offcanvas_box {
    display: none;
  }
}
.cid-u7RdehP3lK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7RdehP3lK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7RdehP3lK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7RdehP3lK .container {
  display: flex;
  margin: auto;
}
.cid-u7RdehP3lK .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7RdehP3lK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7RdehP3lK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7RdehP3lK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7RdehP3lK .navbar-nav {
    margin: 0;
  }
}
.cid-u7RdehP3lK .dropdown-menu,
.cid-u7RdehP3lK .navbar.opened {
  background-color: false !important;
}
.cid-u7RdehP3lK .nav-item:focus,
.cid-u7RdehP3lK .nav-link:focus {
  outline: none;
}
.cid-u7RdehP3lK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7RdehP3lK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7RdehP3lK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7RdehP3lK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7RdehP3lK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7RdehP3lK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7RdehP3lK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7RdehP3lK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7RdehP3lK .navbar.opened {
  transition: all 0.3s;
}
.cid-u7RdehP3lK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7RdehP3lK .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7RdehP3lK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7RdehP3lK .navbar.collapsed {
  justify-content: center;
}
.cid-u7RdehP3lK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7RdehP3lK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7RdehP3lK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7RdehP3lK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7RdehP3lK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7RdehP3lK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7RdehP3lK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7RdehP3lK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7RdehP3lK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7RdehP3lK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7RdehP3lK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7RdehP3lK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7RdehP3lK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7RdehP3lK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7RdehP3lK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7RdehP3lK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7RdehP3lK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7RdehP3lK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7RdehP3lK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7RdehP3lK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7RdehP3lK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7RdehP3lK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7RdehP3lK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7RdehP3lK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7RdehP3lK .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-u7RdehP3lK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7RdehP3lK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7RdehP3lK .dropdown-item.active,
.cid-u7RdehP3lK .dropdown-item:active {
  background-color: transparent;
}
.cid-u7RdehP3lK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7RdehP3lK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7RdehP3lK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7RdehP3lK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7RdehP3lK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7RdehP3lK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7RdehP3lK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-u7RdehP3lK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7RdehP3lK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7RdehP3lK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RdehP3lK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RdehP3lK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7RdehP3lK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RdehP3lK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7RdehP3lK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7RdehP3lK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RdehP3lK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7RdehP3lK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7RdehP3lK .navbar {
    height: 70px;
  }
  .cid-u7RdehP3lK .navbar.opened {
    height: auto;
  }
  .cid-u7RdehP3lK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7RdehP3lK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7RdehP3lK .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7RdehP3lK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7RdehP3lK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7RdehP3lK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u7RdehP3lK .navbar-caption:hover {
  color: #1e4381;
}
@media (min-width: 992px) {
  .cid-u7RdehP3lK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7RdehP3lK .text_widget {
  margin-bottom: 32px;
}
.cid-u7RdehP3lK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7RdehP3lK .text_widget a:hover,
.cid-u7RdehP3lK .text_widget a:focus {
  opacity: .8;
}
.cid-u7RdehP3lK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7RdehP3lK .navbar-caption {
  color: #000000;
}
.cid-u7RdehP3lK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7RdehP3lK .mbr-section-subtitle,
.cid-u7RdehP3lK .text_widget,
.cid-u7RdehP3lK .mbr-section-btn {
  text-align: center;
}
.cid-u7RdehP3lK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7Rdek19cK {
  background-color: #f1f1f2;
}
.cid-u7Rdek19cK .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7Rdek19cK .row::after {
    display: none;
  }
}
.cid-u7Rdek19cK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Rdek19cK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Rdek19cK .image {
  position: relative;
}
.cid-u7Rdek19cK .image::before {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-u7Rdek19cK .image::before {
    display: none;
  }
}
.cid-u7Rdek19cK .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7Rdek19cK .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-u7Rdek19cK .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u7Rdek19cK .image-wrapper::before {
    display: none;
  }
}
.cid-u7Rdek19cK .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-u7Rdek19cK .image-wrapper::after {
    display: none;
  }
}
.cid-u7Rdek19cK .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-u7Rdek19cK .title {
  display: flex;
  align-items: center;
}
.cid-u7Rdek19cK .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u7Rdek19cK .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-u7Rdek19cK .title-wrapper {
    padding: 0 12px;
  }
}
.cid-u7Rdek19cK .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-u7Rdek19cK .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u7Rdek19cK .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7Rdek19cK .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-u7Rdek19cK .mbr-section-title {
  color: #1e4381;
}
.cid-u7Rdek19cK .mbr-text {
  color: #1e4381;
}
.cid-u7RdelW6ct {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7RdelW6ct .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RdelW6ct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7RdelW6ct .row {
    padding: 0 24px;
  }
}
.cid-u7RdelW6ct .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7RdelW6ct .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-u7RdelW6ct .mbr-section-title {
  color: #005c62;
}
.cid-u7RdelW6ct .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-u7RdelW6ct .mbr-section-title,
.cid-u7RdelW6ct .mbr-section-btn {
  text-align: center;
}
.cid-u7RdeuHi84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u7RdeuHi84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RdeuHi84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RdeuHi84 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u7RdeuHi84 .row {
    padding: 0 12px;
  }
}
.cid-u7RdeuHi84 .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-u7RdeuHi84 .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RdeuHi84 .title-wrapper {
    max-width: 100%;
  }
}
.cid-u7RdeuHi84 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7RdeuHi84 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7RdeuHi84 .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-u7RdeuHi84 .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u7RdeuHi84 .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-u7RdeuHi84 .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-u7RdeuHi84 .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7RdeuHi84 .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-u7RdeuHi84 .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-u7RdeuHi84 .mbr-section-title {
  color: #1e4381;
}
.cid-u7RdeuHi84 .mbr-section-subtitle {
  color: #1e4381;
}
.cid-u7RdeuHi84 .mbr-text {
  color: #1e4381;
}
.cid-u7RdeuHi84 .mbr-phone {
  color: #1e4381;
}
.cid-u7RdeuHi84 .mbr-link {
  color: #1e4381;
}
.cid-u7RdevNpsW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7RdevNpsW .container-fluid,
.cid-u7RdevNpsW .container {
  position: relative;
}
.cid-u7RdevNpsW .container-fluid::before,
.cid-u7RdevNpsW .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u7RdevNpsW .container-fluid::before,
  .cid-u7RdevNpsW .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u7RdevNpsW .container-fluid::before,
  .cid-u7RdevNpsW .container::before {
    display: none;
  }
}
.cid-u7RdevNpsW .media-wrap {
  height: 300px;
}
.cid-u7RdevNpsW .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7RdevNpsW .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u7RdevNpsW .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RdevNpsW .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u7RdevNpsW .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u7RdevNpsW .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u7RdevNpsW .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u7RdevNpsW .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u7RdevNpsW .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u7RdevNpsW .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RdevNpsW .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u7RdevNpsW .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u7RdevNpsW .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u7RdevNpsW .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u7RdevNpsW .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u7RdevNpsW .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u7RdevNpsW .list .item-wrap:hover {
  opacity: .7;
}
.cid-u7RdevNpsW .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u7RdevNpsW .copyright {
    background-color: #1e4381;
  }
}
.cid-u7RdevNpsW .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RdevNpsW .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u7RdevNpsW .mbr-text {
  color: #bcbfca;
}
.cid-u7RdevNpsW .mbr-desc {
  color: #ffffff;
}
.cid-u7RdevNpsW .mbr-link {
  color: #ffffff;
}
.cid-u7RdevNpsW .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u7RdevNpsW .mbr-text,
.cid-u7RdevNpsW .icon-wrapper {
  color: #ffffff;
}
.cid-u7RivPnTbs {
  background-color: transparent;
}
.cid-u7RivPnTbs .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7RivPnTbs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7RivPnTbs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7RivPnTbs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7RivPnTbs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7RivPnTbs .menu_box .navbar.opened,
  .cid-u7RivPnTbs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7RivPnTbs .navbar-dropdown {
  position: relative !important;
}
.cid-u7RivPnTbs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7RivPnTbs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7RivPnTbs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7RivPnTbs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7RivPnTbs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7RivPnTbs .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u7RivPnTbs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7RivPnTbs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7RivPnTbs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7RivPnTbs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7RivPnTbs .offcanvas-body .mbr-text,
  .cid-u7RivPnTbs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7RivPnTbs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7RivPnTbs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7RivPnTbs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7RivPnTbs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7RivPnTbs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7RivPnTbs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7RivPnTbs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7RivPnTbs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7RivPnTbs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RivPnTbs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7RivPnTbs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7RivPnTbs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7RivPnTbs .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7RivPnTbs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u7RivPnTbs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7RivPnTbs .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u7RivPnTbs .nav-item {
    margin: 0 !important;
  }
}
.cid-u7RivPnTbs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7RivPnTbs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7RivPnTbs .nav-item .nav-link:hover::before,
.cid-u7RivPnTbs .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7RivPnTbs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7RivPnTbs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7RivPnTbs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7RivPnTbs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RivPnTbs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7RivPnTbs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7RivPnTbs .offcanvas_box {
    display: none;
  }
}
.cid-u7RivPnTbs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7RivPnTbs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7RivPnTbs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7RivPnTbs .container {
  display: flex;
  margin: auto;
}
.cid-u7RivPnTbs .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7RivPnTbs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7RivPnTbs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7RivPnTbs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7RivPnTbs .navbar-nav {
    margin: 0;
  }
}
.cid-u7RivPnTbs .dropdown-menu,
.cid-u7RivPnTbs .navbar.opened {
  background-color: false !important;
}
.cid-u7RivPnTbs .nav-item:focus,
.cid-u7RivPnTbs .nav-link:focus {
  outline: none;
}
.cid-u7RivPnTbs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7RivPnTbs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7RivPnTbs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7RivPnTbs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7RivPnTbs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7RivPnTbs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7RivPnTbs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7RivPnTbs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7RivPnTbs .navbar.opened {
  transition: all 0.3s;
}
.cid-u7RivPnTbs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7RivPnTbs .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7RivPnTbs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7RivPnTbs .navbar.collapsed {
  justify-content: center;
}
.cid-u7RivPnTbs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7RivPnTbs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7RivPnTbs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7RivPnTbs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7RivPnTbs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7RivPnTbs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7RivPnTbs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7RivPnTbs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7RivPnTbs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7RivPnTbs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7RivPnTbs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7RivPnTbs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7RivPnTbs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7RivPnTbs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7RivPnTbs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7RivPnTbs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7RivPnTbs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7RivPnTbs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7RivPnTbs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7RivPnTbs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7RivPnTbs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7RivPnTbs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7RivPnTbs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7RivPnTbs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7RivPnTbs .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-u7RivPnTbs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7RivPnTbs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7RivPnTbs .dropdown-item.active,
.cid-u7RivPnTbs .dropdown-item:active {
  background-color: transparent;
}
.cid-u7RivPnTbs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7RivPnTbs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7RivPnTbs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7RivPnTbs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7RivPnTbs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7RivPnTbs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7RivPnTbs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-u7RivPnTbs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7RivPnTbs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7RivPnTbs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RivPnTbs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RivPnTbs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7RivPnTbs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RivPnTbs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7RivPnTbs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7RivPnTbs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RivPnTbs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7RivPnTbs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7RivPnTbs .navbar {
    height: 70px;
  }
  .cid-u7RivPnTbs .navbar.opened {
    height: auto;
  }
  .cid-u7RivPnTbs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7RivPnTbs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7RivPnTbs .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7RivPnTbs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7RivPnTbs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7RivPnTbs .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u7RivPnTbs .navbar-caption:hover {
  color: #1e4381;
}
@media (min-width: 992px) {
  .cid-u7RivPnTbs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7RivPnTbs .text_widget {
  margin-bottom: 32px;
}
.cid-u7RivPnTbs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7RivPnTbs .text_widget a:hover,
.cid-u7RivPnTbs .text_widget a:focus {
  opacity: .8;
}
.cid-u7RivPnTbs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7RivPnTbs .navbar-caption {
  color: #000000;
}
.cid-u7RivPnTbs .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7RivPnTbs .mbr-section-subtitle,
.cid-u7RivPnTbs .text_widget,
.cid-u7RivPnTbs .mbr-section-btn {
  text-align: center;
}
.cid-u7RivPnTbs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7RivQW7Tf {
  background-color: #f1f1f2;
}
.cid-u7RivQW7Tf .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7RivQW7Tf .row::after {
    display: none;
  }
}
.cid-u7RivQW7Tf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RivQW7Tf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RivQW7Tf .image {
  position: relative;
}
.cid-u7RivQW7Tf .image::before {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-u7RivQW7Tf .image::before {
    display: none;
  }
}
.cid-u7RivQW7Tf .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7RivQW7Tf .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-u7RivQW7Tf .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u7RivQW7Tf .image-wrapper::before {
    display: none;
  }
}
.cid-u7RivQW7Tf .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-u7RivQW7Tf .image-wrapper::after {
    display: none;
  }
}
.cid-u7RivQW7Tf .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-u7RivQW7Tf .title {
  display: flex;
  align-items: center;
}
.cid-u7RivQW7Tf .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u7RivQW7Tf .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-u7RivQW7Tf .title-wrapper {
    padding: 0 12px;
  }
}
.cid-u7RivQW7Tf .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-u7RivQW7Tf .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u7RivQW7Tf .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7RivQW7Tf .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-u7RivQW7Tf .mbr-section-title {
  color: #1e4381;
}
.cid-u7RivQW7Tf .mbr-text {
  color: #1e4381;
}
.cid-u7RivS6AYI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7RivS6AYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RivS6AYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7RivS6AYI .row {
    padding: 0 24px;
  }
}
.cid-u7RivS6AYI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7RivS6AYI .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-u7RivS6AYI .mbr-section-title {
  color: #005c62;
}
.cid-u7RivS6AYI .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-u7RivS6AYI .mbr-section-title,
.cid-u7RivS6AYI .mbr-section-btn {
  text-align: center;
}
.cid-u7RivT6WT2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u7RivT6WT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RivT6WT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RivT6WT2 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u7RivT6WT2 .row {
    padding: 0 12px;
  }
}
.cid-u7RivT6WT2 .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-u7RivT6WT2 .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RivT6WT2 .title-wrapper {
    max-width: 100%;
  }
}
.cid-u7RivT6WT2 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7RivT6WT2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7RivT6WT2 .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-u7RivT6WT2 .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u7RivT6WT2 .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-u7RivT6WT2 .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-u7RivT6WT2 .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7RivT6WT2 .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-u7RivT6WT2 .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-u7RivT6WT2 .mbr-section-title {
  color: #1e4381;
}
.cid-u7RivT6WT2 .mbr-section-subtitle {
  color: #1e4381;
}
.cid-u7RivT6WT2 .mbr-text {
  color: #1e4381;
}
.cid-u7RivT6WT2 .mbr-phone {
  color: #1e4381;
}
.cid-u7RivT6WT2 .mbr-link {
  color: #1e4381;
}
.cid-u7RivU4ndv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7RivU4ndv .container-fluid,
.cid-u7RivU4ndv .container {
  position: relative;
}
.cid-u7RivU4ndv .container-fluid::before,
.cid-u7RivU4ndv .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u7RivU4ndv .container-fluid::before,
  .cid-u7RivU4ndv .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u7RivU4ndv .container-fluid::before,
  .cid-u7RivU4ndv .container::before {
    display: none;
  }
}
.cid-u7RivU4ndv .media-wrap {
  height: 300px;
}
.cid-u7RivU4ndv .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7RivU4ndv .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u7RivU4ndv .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RivU4ndv .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u7RivU4ndv .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u7RivU4ndv .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u7RivU4ndv .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u7RivU4ndv .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u7RivU4ndv .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u7RivU4ndv .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RivU4ndv .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u7RivU4ndv .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u7RivU4ndv .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u7RivU4ndv .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u7RivU4ndv .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u7RivU4ndv .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u7RivU4ndv .list .item-wrap:hover {
  opacity: .7;
}
.cid-u7RivU4ndv .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u7RivU4ndv .copyright {
    background-color: #1e4381;
  }
}
.cid-u7RivU4ndv .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RivU4ndv .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u7RivU4ndv .mbr-text {
  color: #bcbfca;
}
.cid-u7RivU4ndv .mbr-desc {
  color: #ffffff;
}
.cid-u7RivU4ndv .mbr-link {
  color: #ffffff;
}
.cid-u7RivU4ndv .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u7RivU4ndv .mbr-text,
.cid-u7RivU4ndv .icon-wrapper {
  color: #ffffff;
}
.cid-u7RlHAulsm {
  background-color: transparent;
}
.cid-u7RlHAulsm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7RlHAulsm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7RlHAulsm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7RlHAulsm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7RlHAulsm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7RlHAulsm .menu_box .navbar.opened,
  .cid-u7RlHAulsm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7RlHAulsm .navbar-dropdown {
  position: relative !important;
}
.cid-u7RlHAulsm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7RlHAulsm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7RlHAulsm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7RlHAulsm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7RlHAulsm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7RlHAulsm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u7RlHAulsm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7RlHAulsm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7RlHAulsm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7RlHAulsm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7RlHAulsm .offcanvas-body .mbr-text,
  .cid-u7RlHAulsm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7RlHAulsm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7RlHAulsm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7RlHAulsm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7RlHAulsm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7RlHAulsm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7RlHAulsm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7RlHAulsm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7RlHAulsm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7RlHAulsm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RlHAulsm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7RlHAulsm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7RlHAulsm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7RlHAulsm .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7RlHAulsm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u7RlHAulsm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7RlHAulsm .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u7RlHAulsm .nav-item {
    margin: 0 !important;
  }
}
.cid-u7RlHAulsm .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7RlHAulsm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7RlHAulsm .nav-item .nav-link:hover::before,
.cid-u7RlHAulsm .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7RlHAulsm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7RlHAulsm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7RlHAulsm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7RlHAulsm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RlHAulsm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7RlHAulsm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7RlHAulsm .offcanvas_box {
    display: none;
  }
}
.cid-u7RlHAulsm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7RlHAulsm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7RlHAulsm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7RlHAulsm .container {
  display: flex;
  margin: auto;
}
.cid-u7RlHAulsm .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7RlHAulsm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7RlHAulsm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7RlHAulsm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7RlHAulsm .navbar-nav {
    margin: 0;
  }
}
.cid-u7RlHAulsm .dropdown-menu,
.cid-u7RlHAulsm .navbar.opened {
  background-color: false !important;
}
.cid-u7RlHAulsm .nav-item:focus,
.cid-u7RlHAulsm .nav-link:focus {
  outline: none;
}
.cid-u7RlHAulsm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7RlHAulsm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7RlHAulsm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7RlHAulsm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7RlHAulsm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7RlHAulsm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7RlHAulsm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7RlHAulsm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7RlHAulsm .navbar.opened {
  transition: all 0.3s;
}
.cid-u7RlHAulsm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7RlHAulsm .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7RlHAulsm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7RlHAulsm .navbar.collapsed {
  justify-content: center;
}
.cid-u7RlHAulsm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7RlHAulsm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7RlHAulsm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7RlHAulsm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7RlHAulsm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7RlHAulsm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7RlHAulsm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7RlHAulsm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7RlHAulsm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7RlHAulsm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7RlHAulsm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7RlHAulsm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7RlHAulsm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7RlHAulsm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7RlHAulsm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7RlHAulsm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7RlHAulsm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7RlHAulsm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7RlHAulsm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7RlHAulsm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7RlHAulsm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7RlHAulsm .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7RlHAulsm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7RlHAulsm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7RlHAulsm .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-u7RlHAulsm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7RlHAulsm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7RlHAulsm .dropdown-item.active,
.cid-u7RlHAulsm .dropdown-item:active {
  background-color: transparent;
}
.cid-u7RlHAulsm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7RlHAulsm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7RlHAulsm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7RlHAulsm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7RlHAulsm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7RlHAulsm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7RlHAulsm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-u7RlHAulsm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7RlHAulsm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7RlHAulsm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RlHAulsm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RlHAulsm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7RlHAulsm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RlHAulsm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7RlHAulsm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7RlHAulsm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RlHAulsm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7RlHAulsm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7RlHAulsm .navbar {
    height: 70px;
  }
  .cid-u7RlHAulsm .navbar.opened {
    height: auto;
  }
  .cid-u7RlHAulsm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7RlHAulsm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7RlHAulsm .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7RlHAulsm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7RlHAulsm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7RlHAulsm .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u7RlHAulsm .navbar-caption:hover {
  color: #1e4381;
}
@media (min-width: 992px) {
  .cid-u7RlHAulsm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7RlHAulsm .text_widget {
  margin-bottom: 32px;
}
.cid-u7RlHAulsm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7RlHAulsm .text_widget a:hover,
.cid-u7RlHAulsm .text_widget a:focus {
  opacity: .8;
}
.cid-u7RlHAulsm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7RlHAulsm .navbar-caption {
  color: #000000;
}
.cid-u7RlHAulsm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7RlHAulsm .mbr-section-subtitle,
.cid-u7RlHAulsm .text_widget,
.cid-u7RlHAulsm .mbr-section-btn {
  text-align: center;
}
.cid-u7RlHAulsm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7RlHBWCkF {
  background-color: #f1f1f2;
}
.cid-u7RlHBWCkF .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7RlHBWCkF .row::after {
    display: none;
  }
}
.cid-u7RlHBWCkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RlHBWCkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RlHBWCkF .image {
  position: relative;
}
.cid-u7RlHBWCkF .image::before {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-u7RlHBWCkF .image::before {
    display: none;
  }
}
.cid-u7RlHBWCkF .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7RlHBWCkF .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-u7RlHBWCkF .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u7RlHBWCkF .image-wrapper::before {
    display: none;
  }
}
.cid-u7RlHBWCkF .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-u7RlHBWCkF .image-wrapper::after {
    display: none;
  }
}
.cid-u7RlHBWCkF .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-u7RlHBWCkF .title {
  display: flex;
  align-items: center;
}
.cid-u7RlHBWCkF .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u7RlHBWCkF .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-u7RlHBWCkF .title-wrapper {
    padding: 0 12px;
  }
}
.cid-u7RlHBWCkF .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-u7RlHBWCkF .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u7RlHBWCkF .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7RlHBWCkF .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-u7RlHBWCkF .mbr-section-title {
  color: #1e4381;
}
.cid-u7RlHBWCkF .mbr-text {
  color: #1e4381;
}
.cid-u7RlHD6efb {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7RlHD6efb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RlHD6efb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7RlHD6efb .row {
    padding: 0 24px;
  }
}
.cid-u7RlHD6efb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7RlHD6efb .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-u7RlHD6efb .mbr-section-title {
  color: #005c62;
}
.cid-u7RlHD6efb .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-u7RlHD6efb .mbr-section-title,
.cid-u7RlHD6efb .mbr-section-btn {
  text-align: center;
}
.cid-u7RlHE3sXz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u7RlHE3sXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RlHE3sXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RlHE3sXz .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u7RlHE3sXz .row {
    padding: 0 12px;
  }
}
.cid-u7RlHE3sXz .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-u7RlHE3sXz .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RlHE3sXz .title-wrapper {
    max-width: 100%;
  }
}
.cid-u7RlHE3sXz .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7RlHE3sXz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7RlHE3sXz .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-u7RlHE3sXz .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u7RlHE3sXz .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-u7RlHE3sXz .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-u7RlHE3sXz .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7RlHE3sXz .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-u7RlHE3sXz .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-u7RlHE3sXz .mbr-section-title {
  color: #1e4381;
}
.cid-u7RlHE3sXz .mbr-section-subtitle {
  color: #1e4381;
}
.cid-u7RlHE3sXz .mbr-text {
  color: #1e4381;
}
.cid-u7RlHE3sXz .mbr-phone {
  color: #1e4381;
}
.cid-u7RlHE3sXz .mbr-link {
  color: #1e4381;
}
.cid-u7RlHEWoVI {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7RlHEWoVI .container-fluid,
.cid-u7RlHEWoVI .container {
  position: relative;
}
.cid-u7RlHEWoVI .container-fluid::before,
.cid-u7RlHEWoVI .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u7RlHEWoVI .container-fluid::before,
  .cid-u7RlHEWoVI .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u7RlHEWoVI .container-fluid::before,
  .cid-u7RlHEWoVI .container::before {
    display: none;
  }
}
.cid-u7RlHEWoVI .media-wrap {
  height: 300px;
}
.cid-u7RlHEWoVI .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7RlHEWoVI .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u7RlHEWoVI .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RlHEWoVI .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u7RlHEWoVI .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u7RlHEWoVI .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u7RlHEWoVI .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u7RlHEWoVI .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u7RlHEWoVI .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u7RlHEWoVI .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RlHEWoVI .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u7RlHEWoVI .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u7RlHEWoVI .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u7RlHEWoVI .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u7RlHEWoVI .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u7RlHEWoVI .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u7RlHEWoVI .list .item-wrap:hover {
  opacity: .7;
}
.cid-u7RlHEWoVI .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u7RlHEWoVI .copyright {
    background-color: #1e4381;
  }
}
.cid-u7RlHEWoVI .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RlHEWoVI .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u7RlHEWoVI .mbr-text {
  color: #bcbfca;
}
.cid-u7RlHEWoVI .mbr-desc {
  color: #ffffff;
}
.cid-u7RlHEWoVI .mbr-link {
  color: #ffffff;
}
.cid-u7RlHEWoVI .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u7RlHEWoVI .mbr-text,
.cid-u7RlHEWoVI .icon-wrapper {
  color: #ffffff;
}
.cid-u7RmBM4qom {
  background-color: transparent;
}
.cid-u7RmBM4qom .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7RmBM4qom .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7RmBM4qom .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7RmBM4qom .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7RmBM4qom .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7RmBM4qom .menu_box .navbar.opened,
  .cid-u7RmBM4qom .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7RmBM4qom .navbar-dropdown {
  position: relative !important;
}
.cid-u7RmBM4qom .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7RmBM4qom .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7RmBM4qom .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7RmBM4qom .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7RmBM4qom .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7RmBM4qom .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u7RmBM4qom .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7RmBM4qom .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7RmBM4qom .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7RmBM4qom .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7RmBM4qom .offcanvas-body .mbr-text,
  .cid-u7RmBM4qom .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7RmBM4qom .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7RmBM4qom .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7RmBM4qom .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7RmBM4qom .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7RmBM4qom .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7RmBM4qom .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7RmBM4qom .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7RmBM4qom ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7RmBM4qom .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RmBM4qom .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7RmBM4qom .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7RmBM4qom li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7RmBM4qom .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7RmBM4qom .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u7RmBM4qom .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7RmBM4qom .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u7RmBM4qom .nav-item {
    margin: 0 !important;
  }
}
.cid-u7RmBM4qom .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7RmBM4qom .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7RmBM4qom .nav-item .nav-link:hover::before,
.cid-u7RmBM4qom .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7RmBM4qom .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7RmBM4qom .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7RmBM4qom .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7RmBM4qom .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RmBM4qom .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7RmBM4qom .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7RmBM4qom .offcanvas_box {
    display: none;
  }
}
.cid-u7RmBM4qom .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7RmBM4qom .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7RmBM4qom .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7RmBM4qom .container {
  display: flex;
  margin: auto;
}
.cid-u7RmBM4qom .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7RmBM4qom .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7RmBM4qom .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7RmBM4qom .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7RmBM4qom .navbar-nav {
    margin: 0;
  }
}
.cid-u7RmBM4qom .dropdown-menu,
.cid-u7RmBM4qom .navbar.opened {
  background-color: false !important;
}
.cid-u7RmBM4qom .nav-item:focus,
.cid-u7RmBM4qom .nav-link:focus {
  outline: none;
}
.cid-u7RmBM4qom .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7RmBM4qom .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7RmBM4qom .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7RmBM4qom .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7RmBM4qom .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7RmBM4qom .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7RmBM4qom .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7RmBM4qom .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7RmBM4qom .navbar.opened {
  transition: all 0.3s;
}
.cid-u7RmBM4qom .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7RmBM4qom .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7RmBM4qom .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7RmBM4qom .navbar.collapsed {
  justify-content: center;
}
.cid-u7RmBM4qom .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7RmBM4qom .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7RmBM4qom .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7RmBM4qom .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7RmBM4qom .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7RmBM4qom .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7RmBM4qom .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7RmBM4qom .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7RmBM4qom .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7RmBM4qom .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7RmBM4qom .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7RmBM4qom .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7RmBM4qom .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7RmBM4qom .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7RmBM4qom .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7RmBM4qom .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7RmBM4qom .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7RmBM4qom .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7RmBM4qom .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7RmBM4qom .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7RmBM4qom .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7RmBM4qom .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7RmBM4qom .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7RmBM4qom .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7RmBM4qom .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-u7RmBM4qom .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7RmBM4qom .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7RmBM4qom .dropdown-item.active,
.cid-u7RmBM4qom .dropdown-item:active {
  background-color: transparent;
}
.cid-u7RmBM4qom .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7RmBM4qom .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7RmBM4qom .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7RmBM4qom .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7RmBM4qom ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7RmBM4qom .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7RmBM4qom button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-u7RmBM4qom button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7RmBM4qom button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7RmBM4qom button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RmBM4qom button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RmBM4qom button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7RmBM4qom nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RmBM4qom nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7RmBM4qom nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7RmBM4qom nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RmBM4qom a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7RmBM4qom .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7RmBM4qom .navbar {
    height: 70px;
  }
  .cid-u7RmBM4qom .navbar.opened {
    height: auto;
  }
  .cid-u7RmBM4qom .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7RmBM4qom .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7RmBM4qom .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7RmBM4qom .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7RmBM4qom .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7RmBM4qom .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u7RmBM4qom .navbar-caption:hover {
  color: #1e4381;
}
@media (min-width: 992px) {
  .cid-u7RmBM4qom .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7RmBM4qom .text_widget {
  margin-bottom: 32px;
}
.cid-u7RmBM4qom .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7RmBM4qom .text_widget a:hover,
.cid-u7RmBM4qom .text_widget a:focus {
  opacity: .8;
}
.cid-u7RmBM4qom .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7RmBM4qom .navbar-caption {
  color: #000000;
}
.cid-u7RmBM4qom .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7RmBM4qom .mbr-section-subtitle,
.cid-u7RmBM4qom .text_widget,
.cid-u7RmBM4qom .mbr-section-btn {
  text-align: center;
}
.cid-u7RmBM4qom a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7RmBNWlE0 {
  background-color: #f1f1f2;
}
.cid-u7RmBNWlE0 .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7RmBNWlE0 .row::after {
    display: none;
  }
}
.cid-u7RmBNWlE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RmBNWlE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RmBNWlE0 .image {
  position: relative;
}
.cid-u7RmBNWlE0 .image::before {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-u7RmBNWlE0 .image::before {
    display: none;
  }
}
.cid-u7RmBNWlE0 .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7RmBNWlE0 .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-u7RmBNWlE0 .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u7RmBNWlE0 .image-wrapper::before {
    display: none;
  }
}
.cid-u7RmBNWlE0 .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-u7RmBNWlE0 .image-wrapper::after {
    display: none;
  }
}
.cid-u7RmBNWlE0 .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-u7RmBNWlE0 .title {
  display: flex;
  align-items: center;
}
.cid-u7RmBNWlE0 .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u7RmBNWlE0 .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-u7RmBNWlE0 .title-wrapper {
    padding: 0 12px;
  }
}
.cid-u7RmBNWlE0 .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-u7RmBNWlE0 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u7RmBNWlE0 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7RmBNWlE0 .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-u7RmBNWlE0 .mbr-section-title {
  color: #1e4381;
}
.cid-u7RmBNWlE0 .mbr-text {
  color: #1e4381;
}
.cid-u7RmBP7qcl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7RmBP7qcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RmBP7qcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7RmBP7qcl .row {
    padding: 0 24px;
  }
}
.cid-u7RmBP7qcl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7RmBP7qcl .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-u7RmBP7qcl .mbr-section-title {
  color: #005c62;
}
.cid-u7RmBP7qcl .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-u7RmBP7qcl .mbr-section-title,
.cid-u7RmBP7qcl .mbr-section-btn {
  text-align: center;
}
.cid-u7RmBQ3uaj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u7RmBQ3uaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RmBQ3uaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RmBQ3uaj .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u7RmBQ3uaj .row {
    padding: 0 12px;
  }
}
.cid-u7RmBQ3uaj .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-u7RmBQ3uaj .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RmBQ3uaj .title-wrapper {
    max-width: 100%;
  }
}
.cid-u7RmBQ3uaj .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7RmBQ3uaj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7RmBQ3uaj .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-u7RmBQ3uaj .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u7RmBQ3uaj .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-u7RmBQ3uaj .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-u7RmBQ3uaj .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7RmBQ3uaj .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-u7RmBQ3uaj .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-u7RmBQ3uaj .mbr-section-title {
  color: #1e4381;
}
.cid-u7RmBQ3uaj .mbr-section-subtitle {
  color: #1e4381;
}
.cid-u7RmBQ3uaj .mbr-text {
  color: #1e4381;
}
.cid-u7RmBQ3uaj .mbr-phone {
  color: #1e4381;
}
.cid-u7RmBQ3uaj .mbr-link {
  color: #1e4381;
}
.cid-u7RmBR8mrN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7RmBR8mrN .container-fluid,
.cid-u7RmBR8mrN .container {
  position: relative;
}
.cid-u7RmBR8mrN .container-fluid::before,
.cid-u7RmBR8mrN .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u7RmBR8mrN .container-fluid::before,
  .cid-u7RmBR8mrN .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u7RmBR8mrN .container-fluid::before,
  .cid-u7RmBR8mrN .container::before {
    display: none;
  }
}
.cid-u7RmBR8mrN .media-wrap {
  height: 300px;
}
.cid-u7RmBR8mrN .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7RmBR8mrN .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u7RmBR8mrN .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RmBR8mrN .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u7RmBR8mrN .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u7RmBR8mrN .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u7RmBR8mrN .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u7RmBR8mrN .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u7RmBR8mrN .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u7RmBR8mrN .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RmBR8mrN .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u7RmBR8mrN .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u7RmBR8mrN .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u7RmBR8mrN .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u7RmBR8mrN .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u7RmBR8mrN .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u7RmBR8mrN .list .item-wrap:hover {
  opacity: .7;
}
.cid-u7RmBR8mrN .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u7RmBR8mrN .copyright {
    background-color: #1e4381;
  }
}
.cid-u7RmBR8mrN .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RmBR8mrN .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u7RmBR8mrN .mbr-text {
  color: #bcbfca;
}
.cid-u7RmBR8mrN .mbr-desc {
  color: #ffffff;
}
.cid-u7RmBR8mrN .mbr-link {
  color: #ffffff;
}
.cid-u7RmBR8mrN .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u7RmBR8mrN .mbr-text,
.cid-u7RmBR8mrN .icon-wrapper {
  color: #ffffff;
}
.cid-u7RupKiqwC {
  background-color: transparent;
}
.cid-u7RupKiqwC .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7RupKiqwC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7RupKiqwC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7RupKiqwC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7RupKiqwC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7RupKiqwC .menu_box .navbar.opened,
  .cid-u7RupKiqwC .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7RupKiqwC .navbar-dropdown {
  position: relative !important;
}
.cid-u7RupKiqwC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7RupKiqwC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7RupKiqwC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7RupKiqwC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7RupKiqwC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7RupKiqwC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u7RupKiqwC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7RupKiqwC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7RupKiqwC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7RupKiqwC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7RupKiqwC .offcanvas-body .mbr-text,
  .cid-u7RupKiqwC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7RupKiqwC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7RupKiqwC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7RupKiqwC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7RupKiqwC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7RupKiqwC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7RupKiqwC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7RupKiqwC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7RupKiqwC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7RupKiqwC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RupKiqwC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7RupKiqwC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7RupKiqwC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7RupKiqwC .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7RupKiqwC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u7RupKiqwC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7RupKiqwC .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u7RupKiqwC .nav-item {
    margin: 0 !important;
  }
}
.cid-u7RupKiqwC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7RupKiqwC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7RupKiqwC .nav-item .nav-link:hover::before,
.cid-u7RupKiqwC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7RupKiqwC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7RupKiqwC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7RupKiqwC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7RupKiqwC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RupKiqwC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7RupKiqwC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7RupKiqwC .offcanvas_box {
    display: none;
  }
}
.cid-u7RupKiqwC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7RupKiqwC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7RupKiqwC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7RupKiqwC .container {
  display: flex;
  margin: auto;
}
.cid-u7RupKiqwC .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7RupKiqwC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7RupKiqwC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7RupKiqwC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7RupKiqwC .navbar-nav {
    margin: 0;
  }
}
.cid-u7RupKiqwC .dropdown-menu,
.cid-u7RupKiqwC .navbar.opened {
  background-color: false !important;
}
.cid-u7RupKiqwC .nav-item:focus,
.cid-u7RupKiqwC .nav-link:focus {
  outline: none;
}
.cid-u7RupKiqwC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7RupKiqwC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7RupKiqwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7RupKiqwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7RupKiqwC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7RupKiqwC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7RupKiqwC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7RupKiqwC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7RupKiqwC .navbar.opened {
  transition: all 0.3s;
}
.cid-u7RupKiqwC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7RupKiqwC .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7RupKiqwC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7RupKiqwC .navbar.collapsed {
  justify-content: center;
}
.cid-u7RupKiqwC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7RupKiqwC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7RupKiqwC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7RupKiqwC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7RupKiqwC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7RupKiqwC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7RupKiqwC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7RupKiqwC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7RupKiqwC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7RupKiqwC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7RupKiqwC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7RupKiqwC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7RupKiqwC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7RupKiqwC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7RupKiqwC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7RupKiqwC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7RupKiqwC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7RupKiqwC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7RupKiqwC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7RupKiqwC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7RupKiqwC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7RupKiqwC .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7RupKiqwC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7RupKiqwC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7RupKiqwC .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-u7RupKiqwC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7RupKiqwC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7RupKiqwC .dropdown-item.active,
.cid-u7RupKiqwC .dropdown-item:active {
  background-color: transparent;
}
.cid-u7RupKiqwC .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7RupKiqwC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7RupKiqwC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7RupKiqwC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7RupKiqwC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7RupKiqwC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7RupKiqwC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-u7RupKiqwC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7RupKiqwC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7RupKiqwC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RupKiqwC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RupKiqwC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7RupKiqwC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RupKiqwC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7RupKiqwC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7RupKiqwC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RupKiqwC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7RupKiqwC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7RupKiqwC .navbar {
    height: 70px;
  }
  .cid-u7RupKiqwC .navbar.opened {
    height: auto;
  }
  .cid-u7RupKiqwC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7RupKiqwC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7RupKiqwC .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7RupKiqwC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7RupKiqwC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7RupKiqwC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u7RupKiqwC .navbar-caption:hover {
  color: #1e4381;
}
@media (min-width: 992px) {
  .cid-u7RupKiqwC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7RupKiqwC .text_widget {
  margin-bottom: 32px;
}
.cid-u7RupKiqwC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7RupKiqwC .text_widget a:hover,
.cid-u7RupKiqwC .text_widget a:focus {
  opacity: .8;
}
.cid-u7RupKiqwC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7RupKiqwC .navbar-caption {
  color: #000000;
}
.cid-u7RupKiqwC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7RupKiqwC .mbr-section-subtitle,
.cid-u7RupKiqwC .text_widget,
.cid-u7RupKiqwC .mbr-section-btn {
  text-align: center;
}
.cid-u7RupKiqwC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7RupLARrD {
  background-color: #f1f1f2;
}
.cid-u7RupLARrD .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7RupLARrD .row::after {
    display: none;
  }
}
.cid-u7RupLARrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RupLARrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RupLARrD .image {
  position: relative;
}
.cid-u7RupLARrD .image::before {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-u7RupLARrD .image::before {
    display: none;
  }
}
.cid-u7RupLARrD .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7RupLARrD .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-u7RupLARrD .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u7RupLARrD .image-wrapper::before {
    display: none;
  }
}
.cid-u7RupLARrD .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-u7RupLARrD .image-wrapper::after {
    display: none;
  }
}
.cid-u7RupLARrD .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-u7RupLARrD .title {
  display: flex;
  align-items: center;
}
.cid-u7RupLARrD .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u7RupLARrD .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-u7RupLARrD .title-wrapper {
    padding: 0 12px;
  }
}
.cid-u7RupLARrD .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-u7RupLARrD .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u7RupLARrD .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7RupLARrD .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-u7RupLARrD .mbr-section-title {
  color: #1e4381;
}
.cid-u7RupLARrD .mbr-text {
  color: #1e4381;
}
.cid-u7RupMHFuo {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7RupMHFuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RupMHFuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7RupMHFuo .row {
    padding: 0 24px;
  }
}
.cid-u7RupMHFuo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7RupMHFuo .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-u7RupMHFuo .mbr-section-title {
  color: #005c62;
}
.cid-u7RupMHFuo .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-u7RupMHFuo .mbr-section-title,
.cid-u7RupMHFuo .mbr-section-btn {
  text-align: center;
}
.cid-u7RupNyRU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u7RupNyRU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RupNyRU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RupNyRU6 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u7RupNyRU6 .row {
    padding: 0 12px;
  }
}
.cid-u7RupNyRU6 .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-u7RupNyRU6 .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RupNyRU6 .title-wrapper {
    max-width: 100%;
  }
}
.cid-u7RupNyRU6 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7RupNyRU6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7RupNyRU6 .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-u7RupNyRU6 .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u7RupNyRU6 .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-u7RupNyRU6 .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-u7RupNyRU6 .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7RupNyRU6 .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-u7RupNyRU6 .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-u7RupNyRU6 .mbr-section-title {
  color: #1e4381;
}
.cid-u7RupNyRU6 .mbr-section-subtitle {
  color: #1e4381;
}
.cid-u7RupNyRU6 .mbr-text {
  color: #1e4381;
}
.cid-u7RupNyRU6 .mbr-phone {
  color: #1e4381;
}
.cid-u7RupNyRU6 .mbr-link {
  color: #1e4381;
}
.cid-u7RupOCczF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7RupOCczF .container-fluid,
.cid-u7RupOCczF .container {
  position: relative;
}
.cid-u7RupOCczF .container-fluid::before,
.cid-u7RupOCczF .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u7RupOCczF .container-fluid::before,
  .cid-u7RupOCczF .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u7RupOCczF .container-fluid::before,
  .cid-u7RupOCczF .container::before {
    display: none;
  }
}
.cid-u7RupOCczF .media-wrap {
  height: 300px;
}
.cid-u7RupOCczF .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7RupOCczF .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u7RupOCczF .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RupOCczF .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u7RupOCczF .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u7RupOCczF .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u7RupOCczF .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u7RupOCczF .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u7RupOCczF .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u7RupOCczF .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RupOCczF .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u7RupOCczF .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u7RupOCczF .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u7RupOCczF .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u7RupOCczF .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u7RupOCczF .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u7RupOCczF .list .item-wrap:hover {
  opacity: .7;
}
.cid-u7RupOCczF .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u7RupOCczF .copyright {
    background-color: #1e4381;
  }
}
.cid-u7RupOCczF .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RupOCczF .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u7RupOCczF .mbr-text {
  color: #bcbfca;
}
.cid-u7RupOCczF .mbr-desc {
  color: #ffffff;
}
.cid-u7RupOCczF .mbr-link {
  color: #ffffff;
}
.cid-u7RupOCczF .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u7RupOCczF .mbr-text,
.cid-u7RupOCczF .icon-wrapper {
  color: #ffffff;
}
.cid-u7RuYNfb94 {
  background-color: transparent;
}
.cid-u7RuYNfb94 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7RuYNfb94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7RuYNfb94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7RuYNfb94 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7RuYNfb94 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7RuYNfb94 .menu_box .navbar.opened,
  .cid-u7RuYNfb94 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7RuYNfb94 .navbar-dropdown {
  position: relative !important;
}
.cid-u7RuYNfb94 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7RuYNfb94 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7RuYNfb94 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7RuYNfb94 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7RuYNfb94 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7RuYNfb94 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u7RuYNfb94 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7RuYNfb94 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7RuYNfb94 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7RuYNfb94 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7RuYNfb94 .offcanvas-body .mbr-text,
  .cid-u7RuYNfb94 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7RuYNfb94 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7RuYNfb94 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7RuYNfb94 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7RuYNfb94 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7RuYNfb94 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7RuYNfb94 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7RuYNfb94 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7RuYNfb94 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7RuYNfb94 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RuYNfb94 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7RuYNfb94 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7RuYNfb94 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7RuYNfb94 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7RuYNfb94 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u7RuYNfb94 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7RuYNfb94 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u7RuYNfb94 .nav-item {
    margin: 0 !important;
  }
}
.cid-u7RuYNfb94 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7RuYNfb94 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7RuYNfb94 .nav-item .nav-link:hover::before,
.cid-u7RuYNfb94 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7RuYNfb94 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7RuYNfb94 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7RuYNfb94 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7RuYNfb94 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RuYNfb94 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7RuYNfb94 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7RuYNfb94 .offcanvas_box {
    display: none;
  }
}
.cid-u7RuYNfb94 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7RuYNfb94 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7RuYNfb94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7RuYNfb94 .container {
  display: flex;
  margin: auto;
}
.cid-u7RuYNfb94 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7RuYNfb94 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7RuYNfb94 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7RuYNfb94 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7RuYNfb94 .navbar-nav {
    margin: 0;
  }
}
.cid-u7RuYNfb94 .dropdown-menu,
.cid-u7RuYNfb94 .navbar.opened {
  background-color: false !important;
}
.cid-u7RuYNfb94 .nav-item:focus,
.cid-u7RuYNfb94 .nav-link:focus {
  outline: none;
}
.cid-u7RuYNfb94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7RuYNfb94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7RuYNfb94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7RuYNfb94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7RuYNfb94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7RuYNfb94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7RuYNfb94 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7RuYNfb94 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7RuYNfb94 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7RuYNfb94 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7RuYNfb94 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7RuYNfb94 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7RuYNfb94 .navbar.collapsed {
  justify-content: center;
}
.cid-u7RuYNfb94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7RuYNfb94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7RuYNfb94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7RuYNfb94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7RuYNfb94 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7RuYNfb94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7RuYNfb94 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7RuYNfb94 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7RuYNfb94 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7RuYNfb94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7RuYNfb94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7RuYNfb94 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7RuYNfb94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7RuYNfb94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7RuYNfb94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7RuYNfb94 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7RuYNfb94 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7RuYNfb94 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7RuYNfb94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7RuYNfb94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7RuYNfb94 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7RuYNfb94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7RuYNfb94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7RuYNfb94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7RuYNfb94 .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-u7RuYNfb94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7RuYNfb94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7RuYNfb94 .dropdown-item.active,
.cid-u7RuYNfb94 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7RuYNfb94 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7RuYNfb94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7RuYNfb94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7RuYNfb94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7RuYNfb94 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7RuYNfb94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7RuYNfb94 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-u7RuYNfb94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7RuYNfb94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7RuYNfb94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RuYNfb94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RuYNfb94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7RuYNfb94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RuYNfb94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7RuYNfb94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7RuYNfb94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RuYNfb94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7RuYNfb94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7RuYNfb94 .navbar {
    height: 70px;
  }
  .cid-u7RuYNfb94 .navbar.opened {
    height: auto;
  }
  .cid-u7RuYNfb94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7RuYNfb94 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7RuYNfb94 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7RuYNfb94 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7RuYNfb94 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7RuYNfb94 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u7RuYNfb94 .navbar-caption:hover {
  color: #1e4381;
}
@media (min-width: 992px) {
  .cid-u7RuYNfb94 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7RuYNfb94 .text_widget {
  margin-bottom: 32px;
}
.cid-u7RuYNfb94 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7RuYNfb94 .text_widget a:hover,
.cid-u7RuYNfb94 .text_widget a:focus {
  opacity: .8;
}
.cid-u7RuYNfb94 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7RuYNfb94 .navbar-caption {
  color: #000000;
}
.cid-u7RuYNfb94 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7RuYNfb94 .mbr-section-subtitle,
.cid-u7RuYNfb94 .text_widget,
.cid-u7RuYNfb94 .mbr-section-btn {
  text-align: center;
}
.cid-u7RuYNfb94 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7RuYOSrJl {
  background-color: #f1f1f2;
}
.cid-u7RuYOSrJl .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7RuYOSrJl .row::after {
    display: none;
  }
}
.cid-u7RuYOSrJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RuYOSrJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RuYOSrJl .image {
  position: relative;
}
.cid-u7RuYOSrJl .image::before {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-u7RuYOSrJl .image::before {
    display: none;
  }
}
.cid-u7RuYOSrJl .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7RuYOSrJl .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-u7RuYOSrJl .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u7RuYOSrJl .image-wrapper::before {
    display: none;
  }
}
.cid-u7RuYOSrJl .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-u7RuYOSrJl .image-wrapper::after {
    display: none;
  }
}
.cid-u7RuYOSrJl .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-u7RuYOSrJl .title {
  display: flex;
  align-items: center;
}
.cid-u7RuYOSrJl .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u7RuYOSrJl .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-u7RuYOSrJl .title-wrapper {
    padding: 0 12px;
  }
}
.cid-u7RuYOSrJl .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-u7RuYOSrJl .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u7RuYOSrJl .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7RuYOSrJl .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-u7RuYOSrJl .mbr-section-title {
  color: #1e4381;
}
.cid-u7RuYOSrJl .mbr-text {
  color: #1e4381;
}
.cid-u7RuYQ94UR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7RuYQ94UR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RuYQ94UR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7RuYQ94UR .row {
    padding: 0 24px;
  }
}
.cid-u7RuYQ94UR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7RuYQ94UR .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-u7RuYQ94UR .mbr-section-title {
  color: #005c62;
}
.cid-u7RuYQ94UR .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-u7RuYQ94UR .mbr-section-title,
.cid-u7RuYQ94UR .mbr-section-btn {
  text-align: center;
}
.cid-u7RuYRaPhB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u7RuYRaPhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RuYRaPhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RuYRaPhB .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u7RuYRaPhB .row {
    padding: 0 12px;
  }
}
.cid-u7RuYRaPhB .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-u7RuYRaPhB .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RuYRaPhB .title-wrapper {
    max-width: 100%;
  }
}
.cid-u7RuYRaPhB .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7RuYRaPhB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7RuYRaPhB .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-u7RuYRaPhB .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u7RuYRaPhB .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-u7RuYRaPhB .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-u7RuYRaPhB .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7RuYRaPhB .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-u7RuYRaPhB .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-u7RuYRaPhB .mbr-section-title {
  color: #1e4381;
}
.cid-u7RuYRaPhB .mbr-section-subtitle {
  color: #1e4381;
}
.cid-u7RuYRaPhB .mbr-text {
  color: #1e4381;
}
.cid-u7RuYRaPhB .mbr-phone {
  color: #1e4381;
}
.cid-u7RuYRaPhB .mbr-link {
  color: #1e4381;
}
.cid-u7RuYSiE7s {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7RuYSiE7s .container-fluid,
.cid-u7RuYSiE7s .container {
  position: relative;
}
.cid-u7RuYSiE7s .container-fluid::before,
.cid-u7RuYSiE7s .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u7RuYSiE7s .container-fluid::before,
  .cid-u7RuYSiE7s .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u7RuYSiE7s .container-fluid::before,
  .cid-u7RuYSiE7s .container::before {
    display: none;
  }
}
.cid-u7RuYSiE7s .media-wrap {
  height: 300px;
}
.cid-u7RuYSiE7s .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7RuYSiE7s .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u7RuYSiE7s .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RuYSiE7s .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u7RuYSiE7s .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u7RuYSiE7s .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u7RuYSiE7s .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u7RuYSiE7s .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u7RuYSiE7s .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u7RuYSiE7s .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RuYSiE7s .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u7RuYSiE7s .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u7RuYSiE7s .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u7RuYSiE7s .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u7RuYSiE7s .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u7RuYSiE7s .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u7RuYSiE7s .list .item-wrap:hover {
  opacity: .7;
}
.cid-u7RuYSiE7s .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u7RuYSiE7s .copyright {
    background-color: #1e4381;
  }
}
.cid-u7RuYSiE7s .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RuYSiE7s .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u7RuYSiE7s .mbr-text {
  color: #bcbfca;
}
.cid-u7RuYSiE7s .mbr-desc {
  color: #ffffff;
}
.cid-u7RuYSiE7s .mbr-link {
  color: #ffffff;
}
.cid-u7RuYSiE7s .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u7RuYSiE7s .mbr-text,
.cid-u7RuYSiE7s .icon-wrapper {
  color: #ffffff;
}
.cid-u7RvOR8eiv {
  background-color: transparent;
}
.cid-u7RvOR8eiv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7RvOR8eiv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7RvOR8eiv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7RvOR8eiv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7RvOR8eiv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7RvOR8eiv .menu_box .navbar.opened,
  .cid-u7RvOR8eiv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7RvOR8eiv .navbar-dropdown {
  position: relative !important;
}
.cid-u7RvOR8eiv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7RvOR8eiv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7RvOR8eiv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7RvOR8eiv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7RvOR8eiv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7RvOR8eiv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u7RvOR8eiv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7RvOR8eiv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7RvOR8eiv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7RvOR8eiv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7RvOR8eiv .offcanvas-body .mbr-text,
  .cid-u7RvOR8eiv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7RvOR8eiv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7RvOR8eiv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7RvOR8eiv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7RvOR8eiv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7RvOR8eiv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7RvOR8eiv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7RvOR8eiv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7RvOR8eiv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7RvOR8eiv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RvOR8eiv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7RvOR8eiv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7RvOR8eiv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7RvOR8eiv .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7RvOR8eiv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u7RvOR8eiv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7RvOR8eiv .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u7RvOR8eiv .nav-item {
    margin: 0 !important;
  }
}
.cid-u7RvOR8eiv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7RvOR8eiv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7RvOR8eiv .nav-item .nav-link:hover::before,
.cid-u7RvOR8eiv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7RvOR8eiv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7RvOR8eiv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7RvOR8eiv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7RvOR8eiv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RvOR8eiv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7RvOR8eiv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7RvOR8eiv .offcanvas_box {
    display: none;
  }
}
.cid-u7RvOR8eiv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7RvOR8eiv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7RvOR8eiv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7RvOR8eiv .container {
  display: flex;
  margin: auto;
}
.cid-u7RvOR8eiv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7RvOR8eiv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7RvOR8eiv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7RvOR8eiv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7RvOR8eiv .navbar-nav {
    margin: 0;
  }
}
.cid-u7RvOR8eiv .dropdown-menu,
.cid-u7RvOR8eiv .navbar.opened {
  background-color: false !important;
}
.cid-u7RvOR8eiv .nav-item:focus,
.cid-u7RvOR8eiv .nav-link:focus {
  outline: none;
}
.cid-u7RvOR8eiv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7RvOR8eiv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7RvOR8eiv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7RvOR8eiv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7RvOR8eiv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7RvOR8eiv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7RvOR8eiv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7RvOR8eiv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7RvOR8eiv .navbar.opened {
  transition: all 0.3s;
}
.cid-u7RvOR8eiv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7RvOR8eiv .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7RvOR8eiv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7RvOR8eiv .navbar.collapsed {
  justify-content: center;
}
.cid-u7RvOR8eiv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7RvOR8eiv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7RvOR8eiv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7RvOR8eiv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7RvOR8eiv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7RvOR8eiv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7RvOR8eiv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7RvOR8eiv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7RvOR8eiv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7RvOR8eiv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7RvOR8eiv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7RvOR8eiv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7RvOR8eiv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7RvOR8eiv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7RvOR8eiv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7RvOR8eiv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7RvOR8eiv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7RvOR8eiv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7RvOR8eiv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7RvOR8eiv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7RvOR8eiv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7RvOR8eiv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7RvOR8eiv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7RvOR8eiv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7RvOR8eiv .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-u7RvOR8eiv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7RvOR8eiv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7RvOR8eiv .dropdown-item.active,
.cid-u7RvOR8eiv .dropdown-item:active {
  background-color: transparent;
}
.cid-u7RvOR8eiv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7RvOR8eiv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7RvOR8eiv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7RvOR8eiv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7RvOR8eiv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7RvOR8eiv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7RvOR8eiv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-u7RvOR8eiv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7RvOR8eiv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7RvOR8eiv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RvOR8eiv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RvOR8eiv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7RvOR8eiv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RvOR8eiv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7RvOR8eiv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7RvOR8eiv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RvOR8eiv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7RvOR8eiv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7RvOR8eiv .navbar {
    height: 70px;
  }
  .cid-u7RvOR8eiv .navbar.opened {
    height: auto;
  }
  .cid-u7RvOR8eiv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7RvOR8eiv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7RvOR8eiv .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7RvOR8eiv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7RvOR8eiv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7RvOR8eiv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u7RvOR8eiv .navbar-caption:hover {
  color: #1e4381;
}
@media (min-width: 992px) {
  .cid-u7RvOR8eiv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7RvOR8eiv .text_widget {
  margin-bottom: 32px;
}
.cid-u7RvOR8eiv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7RvOR8eiv .text_widget a:hover,
.cid-u7RvOR8eiv .text_widget a:focus {
  opacity: .8;
}
.cid-u7RvOR8eiv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7RvOR8eiv .navbar-caption {
  color: #000000;
}
.cid-u7RvOR8eiv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7RvOR8eiv .mbr-section-subtitle,
.cid-u7RvOR8eiv .text_widget,
.cid-u7RvOR8eiv .mbr-section-btn {
  text-align: center;
}
.cid-u7RvOR8eiv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7RvOSCGvn {
  background-color: #f1f1f2;
}
.cid-u7RvOSCGvn .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7RvOSCGvn .row::after {
    display: none;
  }
}
.cid-u7RvOSCGvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RvOSCGvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RvOSCGvn .image {
  position: relative;
}
.cid-u7RvOSCGvn .image::before {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-u7RvOSCGvn .image::before {
    display: none;
  }
}
.cid-u7RvOSCGvn .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7RvOSCGvn .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-u7RvOSCGvn .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u7RvOSCGvn .image-wrapper::before {
    display: none;
  }
}
.cid-u7RvOSCGvn .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-u7RvOSCGvn .image-wrapper::after {
    display: none;
  }
}
.cid-u7RvOSCGvn .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-u7RvOSCGvn .title {
  display: flex;
  align-items: center;
}
.cid-u7RvOSCGvn .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u7RvOSCGvn .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-u7RvOSCGvn .title-wrapper {
    padding: 0 12px;
  }
}
.cid-u7RvOSCGvn .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-u7RvOSCGvn .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u7RvOSCGvn .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7RvOSCGvn .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-u7RvOSCGvn .mbr-section-title {
  color: #1e4381;
}
.cid-u7RvOSCGvn .mbr-text {
  color: #1e4381;
}
.cid-u7RvOTOABU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7RvOTOABU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RvOTOABU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7RvOTOABU .row {
    padding: 0 24px;
  }
}
.cid-u7RvOTOABU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7RvOTOABU .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-u7RvOTOABU .mbr-section-title {
  color: #005c62;
}
.cid-u7RvOTOABU .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-u7RvOTOABU .mbr-section-title,
.cid-u7RvOTOABU .mbr-section-btn {
  text-align: center;
}
.cid-u7RvOURsRN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u7RvOURsRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RvOURsRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RvOURsRN .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u7RvOURsRN .row {
    padding: 0 12px;
  }
}
.cid-u7RvOURsRN .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-u7RvOURsRN .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RvOURsRN .title-wrapper {
    max-width: 100%;
  }
}
.cid-u7RvOURsRN .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7RvOURsRN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7RvOURsRN .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-u7RvOURsRN .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u7RvOURsRN .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-u7RvOURsRN .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-u7RvOURsRN .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7RvOURsRN .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-u7RvOURsRN .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-u7RvOURsRN .mbr-section-title {
  color: #1e4381;
}
.cid-u7RvOURsRN .mbr-section-subtitle {
  color: #1e4381;
}
.cid-u7RvOURsRN .mbr-text {
  color: #1e4381;
}
.cid-u7RvOURsRN .mbr-phone {
  color: #1e4381;
}
.cid-u7RvOURsRN .mbr-link {
  color: #1e4381;
}
.cid-u7RvOWqSV0 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7RvOWqSV0 .container-fluid,
.cid-u7RvOWqSV0 .container {
  position: relative;
}
.cid-u7RvOWqSV0 .container-fluid::before,
.cid-u7RvOWqSV0 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u7RvOWqSV0 .container-fluid::before,
  .cid-u7RvOWqSV0 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u7RvOWqSV0 .container-fluid::before,
  .cid-u7RvOWqSV0 .container::before {
    display: none;
  }
}
.cid-u7RvOWqSV0 .media-wrap {
  height: 300px;
}
.cid-u7RvOWqSV0 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7RvOWqSV0 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u7RvOWqSV0 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RvOWqSV0 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u7RvOWqSV0 .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u7RvOWqSV0 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u7RvOWqSV0 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u7RvOWqSV0 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u7RvOWqSV0 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u7RvOWqSV0 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RvOWqSV0 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u7RvOWqSV0 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u7RvOWqSV0 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u7RvOWqSV0 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u7RvOWqSV0 .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u7RvOWqSV0 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u7RvOWqSV0 .list .item-wrap:hover {
  opacity: .7;
}
.cid-u7RvOWqSV0 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u7RvOWqSV0 .copyright {
    background-color: #1e4381;
  }
}
.cid-u7RvOWqSV0 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RvOWqSV0 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u7RvOWqSV0 .mbr-text {
  color: #bcbfca;
}
.cid-u7RvOWqSV0 .mbr-desc {
  color: #ffffff;
}
.cid-u7RvOWqSV0 .mbr-link {
  color: #ffffff;
}
.cid-u7RvOWqSV0 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u7RvOWqSV0 .mbr-text,
.cid-u7RvOWqSV0 .icon-wrapper {
  color: #ffffff;
}
.cid-u7RwN511yv {
  background-color: transparent;
}
.cid-u7RwN511yv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7RwN511yv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7RwN511yv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7RwN511yv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7RwN511yv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7RwN511yv .menu_box .navbar.opened,
  .cid-u7RwN511yv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7RwN511yv .navbar-dropdown {
  position: relative !important;
}
.cid-u7RwN511yv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7RwN511yv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7RwN511yv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7RwN511yv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7RwN511yv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7RwN511yv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u7RwN511yv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7RwN511yv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7RwN511yv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7RwN511yv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7RwN511yv .offcanvas-body .mbr-text,
  .cid-u7RwN511yv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7RwN511yv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7RwN511yv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7RwN511yv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7RwN511yv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7RwN511yv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7RwN511yv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7RwN511yv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7RwN511yv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7RwN511yv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RwN511yv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7RwN511yv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7RwN511yv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7RwN511yv .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7RwN511yv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u7RwN511yv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7RwN511yv .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u7RwN511yv .nav-item {
    margin: 0 !important;
  }
}
.cid-u7RwN511yv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7RwN511yv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7RwN511yv .nav-item .nav-link:hover::before,
.cid-u7RwN511yv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7RwN511yv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7RwN511yv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7RwN511yv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7RwN511yv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RwN511yv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7RwN511yv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7RwN511yv .offcanvas_box {
    display: none;
  }
}
.cid-u7RwN511yv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7RwN511yv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7RwN511yv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7RwN511yv .container {
  display: flex;
  margin: auto;
}
.cid-u7RwN511yv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7RwN511yv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7RwN511yv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7RwN511yv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7RwN511yv .navbar-nav {
    margin: 0;
  }
}
.cid-u7RwN511yv .dropdown-menu,
.cid-u7RwN511yv .navbar.opened {
  background-color: false !important;
}
.cid-u7RwN511yv .nav-item:focus,
.cid-u7RwN511yv .nav-link:focus {
  outline: none;
}
.cid-u7RwN511yv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7RwN511yv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7RwN511yv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7RwN511yv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7RwN511yv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7RwN511yv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7RwN511yv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7RwN511yv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7RwN511yv .navbar.opened {
  transition: all 0.3s;
}
.cid-u7RwN511yv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7RwN511yv .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7RwN511yv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7RwN511yv .navbar.collapsed {
  justify-content: center;
}
.cid-u7RwN511yv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7RwN511yv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7RwN511yv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7RwN511yv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7RwN511yv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7RwN511yv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7RwN511yv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7RwN511yv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7RwN511yv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7RwN511yv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7RwN511yv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7RwN511yv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7RwN511yv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7RwN511yv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7RwN511yv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7RwN511yv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7RwN511yv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7RwN511yv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7RwN511yv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7RwN511yv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7RwN511yv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7RwN511yv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7RwN511yv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7RwN511yv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7RwN511yv .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-u7RwN511yv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7RwN511yv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7RwN511yv .dropdown-item.active,
.cid-u7RwN511yv .dropdown-item:active {
  background-color: transparent;
}
.cid-u7RwN511yv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7RwN511yv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7RwN511yv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7RwN511yv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7RwN511yv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7RwN511yv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7RwN511yv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-u7RwN511yv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7RwN511yv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7RwN511yv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RwN511yv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RwN511yv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7RwN511yv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RwN511yv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7RwN511yv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7RwN511yv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RwN511yv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7RwN511yv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7RwN511yv .navbar {
    height: 70px;
  }
  .cid-u7RwN511yv .navbar.opened {
    height: auto;
  }
  .cid-u7RwN511yv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7RwN511yv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7RwN511yv .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7RwN511yv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7RwN511yv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7RwN511yv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u7RwN511yv .navbar-caption:hover {
  color: #1e4381;
}
@media (min-width: 992px) {
  .cid-u7RwN511yv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7RwN511yv .text_widget {
  margin-bottom: 32px;
}
.cid-u7RwN511yv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7RwN511yv .text_widget a:hover,
.cid-u7RwN511yv .text_widget a:focus {
  opacity: .8;
}
.cid-u7RwN511yv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7RwN511yv .navbar-caption {
  color: #000000;
}
.cid-u7RwN511yv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7RwN511yv .mbr-section-subtitle,
.cid-u7RwN511yv .text_widget,
.cid-u7RwN511yv .mbr-section-btn {
  text-align: center;
}
.cid-u7RwN511yv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7RwN6qR3H {
  background-color: #f1f1f2;
}
.cid-u7RwN6qR3H .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7RwN6qR3H .row::after {
    display: none;
  }
}
.cid-u7RwN6qR3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RwN6qR3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RwN6qR3H .image {
  position: relative;
}
.cid-u7RwN6qR3H .image::before {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-u7RwN6qR3H .image::before {
    display: none;
  }
}
.cid-u7RwN6qR3H .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7RwN6qR3H .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-u7RwN6qR3H .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u7RwN6qR3H .image-wrapper::before {
    display: none;
  }
}
.cid-u7RwN6qR3H .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-u7RwN6qR3H .image-wrapper::after {
    display: none;
  }
}
.cid-u7RwN6qR3H .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-u7RwN6qR3H .title {
  display: flex;
  align-items: center;
}
.cid-u7RwN6qR3H .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u7RwN6qR3H .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-u7RwN6qR3H .title-wrapper {
    padding: 0 12px;
  }
}
.cid-u7RwN6qR3H .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-u7RwN6qR3H .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u7RwN6qR3H .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7RwN6qR3H .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-u7RwN6qR3H .mbr-section-title {
  color: #1e4381;
}
.cid-u7RwN6qR3H .mbr-text {
  color: #1e4381;
}
.cid-u7RwN7yZMj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7RwN7yZMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RwN7yZMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7RwN7yZMj .row {
    padding: 0 24px;
  }
}
.cid-u7RwN7yZMj .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7RwN7yZMj .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-u7RwN7yZMj .mbr-section-title {
  color: #005c62;
}
.cid-u7RwN7yZMj .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-u7RwN7yZMj .mbr-section-title,
.cid-u7RwN7yZMj .mbr-section-btn {
  text-align: center;
}
.cid-u7RwN8trPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u7RwN8trPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RwN8trPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RwN8trPl .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u7RwN8trPl .row {
    padding: 0 12px;
  }
}
.cid-u7RwN8trPl .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-u7RwN8trPl .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RwN8trPl .title-wrapper {
    max-width: 100%;
  }
}
.cid-u7RwN8trPl .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7RwN8trPl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7RwN8trPl .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-u7RwN8trPl .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u7RwN8trPl .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-u7RwN8trPl .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-u7RwN8trPl .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7RwN8trPl .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-u7RwN8trPl .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-u7RwN8trPl .mbr-section-title {
  color: #1e4381;
}
.cid-u7RwN8trPl .mbr-section-subtitle {
  color: #1e4381;
}
.cid-u7RwN8trPl .mbr-text {
  color: #1e4381;
}
.cid-u7RwN8trPl .mbr-phone {
  color: #1e4381;
}
.cid-u7RwN8trPl .mbr-link {
  color: #1e4381;
}
.cid-u7RwN9kL1w {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7RwN9kL1w .container-fluid,
.cid-u7RwN9kL1w .container {
  position: relative;
}
.cid-u7RwN9kL1w .container-fluid::before,
.cid-u7RwN9kL1w .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u7RwN9kL1w .container-fluid::before,
  .cid-u7RwN9kL1w .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u7RwN9kL1w .container-fluid::before,
  .cid-u7RwN9kL1w .container::before {
    display: none;
  }
}
.cid-u7RwN9kL1w .media-wrap {
  height: 300px;
}
.cid-u7RwN9kL1w .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7RwN9kL1w .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u7RwN9kL1w .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RwN9kL1w .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u7RwN9kL1w .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u7RwN9kL1w .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u7RwN9kL1w .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u7RwN9kL1w .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u7RwN9kL1w .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u7RwN9kL1w .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RwN9kL1w .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u7RwN9kL1w .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u7RwN9kL1w .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u7RwN9kL1w .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u7RwN9kL1w .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u7RwN9kL1w .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u7RwN9kL1w .list .item-wrap:hover {
  opacity: .7;
}
.cid-u7RwN9kL1w .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u7RwN9kL1w .copyright {
    background-color: #1e4381;
  }
}
.cid-u7RwN9kL1w .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RwN9kL1w .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u7RwN9kL1w .mbr-text {
  color: #bcbfca;
}
.cid-u7RwN9kL1w .mbr-desc {
  color: #ffffff;
}
.cid-u7RwN9kL1w .mbr-link {
  color: #ffffff;
}
.cid-u7RwN9kL1w .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u7RwN9kL1w .mbr-text,
.cid-u7RwN9kL1w .icon-wrapper {
  color: #ffffff;
}
.cid-u7RxSfFkTx {
  background-color: transparent;
}
.cid-u7RxSfFkTx .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7RxSfFkTx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7RxSfFkTx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7RxSfFkTx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7RxSfFkTx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7RxSfFkTx .menu_box .navbar.opened,
  .cid-u7RxSfFkTx .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7RxSfFkTx .navbar-dropdown {
  position: relative !important;
}
.cid-u7RxSfFkTx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7RxSfFkTx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7RxSfFkTx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7RxSfFkTx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7RxSfFkTx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7RxSfFkTx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u7RxSfFkTx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7RxSfFkTx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7RxSfFkTx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7RxSfFkTx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7RxSfFkTx .offcanvas-body .mbr-text,
  .cid-u7RxSfFkTx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7RxSfFkTx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7RxSfFkTx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7RxSfFkTx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7RxSfFkTx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7RxSfFkTx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7RxSfFkTx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7RxSfFkTx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7RxSfFkTx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7RxSfFkTx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RxSfFkTx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7RxSfFkTx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7RxSfFkTx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7RxSfFkTx .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7RxSfFkTx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u7RxSfFkTx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7RxSfFkTx .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u7RxSfFkTx .nav-item {
    margin: 0 !important;
  }
}
.cid-u7RxSfFkTx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7RxSfFkTx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7RxSfFkTx .nav-item .nav-link:hover::before,
.cid-u7RxSfFkTx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7RxSfFkTx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7RxSfFkTx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7RxSfFkTx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7RxSfFkTx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RxSfFkTx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7RxSfFkTx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7RxSfFkTx .offcanvas_box {
    display: none;
  }
}
.cid-u7RxSfFkTx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7RxSfFkTx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7RxSfFkTx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7RxSfFkTx .container {
  display: flex;
  margin: auto;
}
.cid-u7RxSfFkTx .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7RxSfFkTx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7RxSfFkTx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7RxSfFkTx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7RxSfFkTx .navbar-nav {
    margin: 0;
  }
}
.cid-u7RxSfFkTx .dropdown-menu,
.cid-u7RxSfFkTx .navbar.opened {
  background-color: false !important;
}
.cid-u7RxSfFkTx .nav-item:focus,
.cid-u7RxSfFkTx .nav-link:focus {
  outline: none;
}
.cid-u7RxSfFkTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7RxSfFkTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7RxSfFkTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7RxSfFkTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7RxSfFkTx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7RxSfFkTx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7RxSfFkTx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7RxSfFkTx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7RxSfFkTx .navbar.opened {
  transition: all 0.3s;
}
.cid-u7RxSfFkTx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7RxSfFkTx .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7RxSfFkTx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7RxSfFkTx .navbar.collapsed {
  justify-content: center;
}
.cid-u7RxSfFkTx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7RxSfFkTx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7RxSfFkTx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7RxSfFkTx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7RxSfFkTx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7RxSfFkTx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7RxSfFkTx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7RxSfFkTx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7RxSfFkTx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7RxSfFkTx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7RxSfFkTx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7RxSfFkTx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7RxSfFkTx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7RxSfFkTx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7RxSfFkTx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7RxSfFkTx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7RxSfFkTx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7RxSfFkTx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7RxSfFkTx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7RxSfFkTx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7RxSfFkTx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7RxSfFkTx .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7RxSfFkTx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7RxSfFkTx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7RxSfFkTx .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-u7RxSfFkTx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7RxSfFkTx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7RxSfFkTx .dropdown-item.active,
.cid-u7RxSfFkTx .dropdown-item:active {
  background-color: transparent;
}
.cid-u7RxSfFkTx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7RxSfFkTx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7RxSfFkTx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7RxSfFkTx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7RxSfFkTx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7RxSfFkTx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7RxSfFkTx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-u7RxSfFkTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7RxSfFkTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7RxSfFkTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RxSfFkTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RxSfFkTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7RxSfFkTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RxSfFkTx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7RxSfFkTx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7RxSfFkTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RxSfFkTx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7RxSfFkTx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7RxSfFkTx .navbar {
    height: 70px;
  }
  .cid-u7RxSfFkTx .navbar.opened {
    height: auto;
  }
  .cid-u7RxSfFkTx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7RxSfFkTx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7RxSfFkTx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7RxSfFkTx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7RxSfFkTx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7RxSfFkTx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u7RxSfFkTx .navbar-caption:hover {
  color: #1e4381;
}
@media (min-width: 992px) {
  .cid-u7RxSfFkTx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7RxSfFkTx .text_widget {
  margin-bottom: 32px;
}
.cid-u7RxSfFkTx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7RxSfFkTx .text_widget a:hover,
.cid-u7RxSfFkTx .text_widget a:focus {
  opacity: .8;
}
.cid-u7RxSfFkTx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7RxSfFkTx .navbar-caption {
  color: #000000;
}
.cid-u7RxSfFkTx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7RxSfFkTx .mbr-section-subtitle,
.cid-u7RxSfFkTx .text_widget,
.cid-u7RxSfFkTx .mbr-section-btn {
  text-align: center;
}
.cid-u7RxSfFkTx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7RxSh3hZt {
  background-color: #f1f1f2;
}
.cid-u7RxSh3hZt .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7RxSh3hZt .row::after {
    display: none;
  }
}
.cid-u7RxSh3hZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RxSh3hZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RxSh3hZt .image {
  position: relative;
}
.cid-u7RxSh3hZt .image::before {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-u7RxSh3hZt .image::before {
    display: none;
  }
}
.cid-u7RxSh3hZt .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7RxSh3hZt .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-u7RxSh3hZt .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u7RxSh3hZt .image-wrapper::before {
    display: none;
  }
}
.cid-u7RxSh3hZt .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-u7RxSh3hZt .image-wrapper::after {
    display: none;
  }
}
.cid-u7RxSh3hZt .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-u7RxSh3hZt .title {
  display: flex;
  align-items: center;
}
.cid-u7RxSh3hZt .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u7RxSh3hZt .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-u7RxSh3hZt .title-wrapper {
    padding: 0 12px;
  }
}
.cid-u7RxSh3hZt .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-u7RxSh3hZt .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u7RxSh3hZt .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7RxSh3hZt .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-u7RxSh3hZt .mbr-section-title {
  color: #1e4381;
}
.cid-u7RxSh3hZt .mbr-text {
  color: #1e4381;
}
.cid-u7RxSi4au3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7RxSi4au3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RxSi4au3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7RxSi4au3 .row {
    padding: 0 24px;
  }
}
.cid-u7RxSi4au3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7RxSi4au3 .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-u7RxSi4au3 .mbr-section-title {
  color: #005c62;
}
.cid-u7RxSi4au3 .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-u7RxSi4au3 .mbr-section-title,
.cid-u7RxSi4au3 .mbr-section-btn {
  text-align: center;
}
.cid-u7RxSj3iIQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u7RxSj3iIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RxSj3iIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RxSj3iIQ .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u7RxSj3iIQ .row {
    padding: 0 12px;
  }
}
.cid-u7RxSj3iIQ .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-u7RxSj3iIQ .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RxSj3iIQ .title-wrapper {
    max-width: 100%;
  }
}
.cid-u7RxSj3iIQ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7RxSj3iIQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7RxSj3iIQ .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-u7RxSj3iIQ .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u7RxSj3iIQ .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-u7RxSj3iIQ .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-u7RxSj3iIQ .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7RxSj3iIQ .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-u7RxSj3iIQ .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-u7RxSj3iIQ .mbr-section-title {
  color: #1e4381;
}
.cid-u7RxSj3iIQ .mbr-section-subtitle {
  color: #1e4381;
}
.cid-u7RxSj3iIQ .mbr-text {
  color: #1e4381;
}
.cid-u7RxSj3iIQ .mbr-phone {
  color: #1e4381;
}
.cid-u7RxSj3iIQ .mbr-link {
  color: #1e4381;
}
.cid-u7RxSjTUSR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7RxSjTUSR .container-fluid,
.cid-u7RxSjTUSR .container {
  position: relative;
}
.cid-u7RxSjTUSR .container-fluid::before,
.cid-u7RxSjTUSR .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u7RxSjTUSR .container-fluid::before,
  .cid-u7RxSjTUSR .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u7RxSjTUSR .container-fluid::before,
  .cid-u7RxSjTUSR .container::before {
    display: none;
  }
}
.cid-u7RxSjTUSR .media-wrap {
  height: 300px;
}
.cid-u7RxSjTUSR .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7RxSjTUSR .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u7RxSjTUSR .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RxSjTUSR .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u7RxSjTUSR .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u7RxSjTUSR .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u7RxSjTUSR .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u7RxSjTUSR .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u7RxSjTUSR .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u7RxSjTUSR .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RxSjTUSR .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u7RxSjTUSR .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u7RxSjTUSR .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u7RxSjTUSR .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u7RxSjTUSR .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u7RxSjTUSR .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u7RxSjTUSR .list .item-wrap:hover {
  opacity: .7;
}
.cid-u7RxSjTUSR .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u7RxSjTUSR .copyright {
    background-color: #1e4381;
  }
}
.cid-u7RxSjTUSR .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RxSjTUSR .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u7RxSjTUSR .mbr-text {
  color: #bcbfca;
}
.cid-u7RxSjTUSR .mbr-desc {
  color: #ffffff;
}
.cid-u7RxSjTUSR .mbr-link {
  color: #ffffff;
}
.cid-u7RxSjTUSR .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u7RxSjTUSR .mbr-text,
.cid-u7RxSjTUSR .icon-wrapper {
  color: #ffffff;
}
.cid-u7RyTyMMbG {
  background-color: transparent;
}
.cid-u7RyTyMMbG .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u7RyTyMMbG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u7RyTyMMbG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7RyTyMMbG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7RyTyMMbG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7RyTyMMbG .menu_box .navbar.opened,
  .cid-u7RyTyMMbG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7RyTyMMbG .navbar-dropdown {
  position: relative !important;
}
.cid-u7RyTyMMbG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7RyTyMMbG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7RyTyMMbG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7RyTyMMbG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7RyTyMMbG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7RyTyMMbG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-u7RyTyMMbG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7RyTyMMbG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7RyTyMMbG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7RyTyMMbG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7RyTyMMbG .offcanvas-body .mbr-text,
  .cid-u7RyTyMMbG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7RyTyMMbG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7RyTyMMbG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7RyTyMMbG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7RyTyMMbG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7RyTyMMbG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7RyTyMMbG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7RyTyMMbG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7RyTyMMbG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7RyTyMMbG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RyTyMMbG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7RyTyMMbG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7RyTyMMbG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7RyTyMMbG .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7RyTyMMbG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-u7RyTyMMbG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7RyTyMMbG .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-u7RyTyMMbG .nav-item {
    margin: 0 !important;
  }
}
.cid-u7RyTyMMbG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7RyTyMMbG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7RyTyMMbG .nav-item .nav-link:hover::before,
.cid-u7RyTyMMbG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7RyTyMMbG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7RyTyMMbG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7RyTyMMbG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7RyTyMMbG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7RyTyMMbG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7RyTyMMbG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7RyTyMMbG .offcanvas_box {
    display: none;
  }
}
.cid-u7RyTyMMbG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7RyTyMMbG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7RyTyMMbG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7RyTyMMbG .container {
  display: flex;
  margin: auto;
}
.cid-u7RyTyMMbG .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7RyTyMMbG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7RyTyMMbG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7RyTyMMbG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7RyTyMMbG .navbar-nav {
    margin: 0;
  }
}
.cid-u7RyTyMMbG .dropdown-menu,
.cid-u7RyTyMMbG .navbar.opened {
  background-color: false !important;
}
.cid-u7RyTyMMbG .nav-item:focus,
.cid-u7RyTyMMbG .nav-link:focus {
  outline: none;
}
.cid-u7RyTyMMbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7RyTyMMbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7RyTyMMbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7RyTyMMbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7RyTyMMbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7RyTyMMbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7RyTyMMbG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7RyTyMMbG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7RyTyMMbG .navbar.opened {
  transition: all 0.3s;
}
.cid-u7RyTyMMbG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7RyTyMMbG .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7RyTyMMbG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7RyTyMMbG .navbar.collapsed {
  justify-content: center;
}
.cid-u7RyTyMMbG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7RyTyMMbG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7RyTyMMbG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7RyTyMMbG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7RyTyMMbG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7RyTyMMbG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7RyTyMMbG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7RyTyMMbG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7RyTyMMbG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7RyTyMMbG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7RyTyMMbG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7RyTyMMbG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7RyTyMMbG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7RyTyMMbG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7RyTyMMbG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7RyTyMMbG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7RyTyMMbG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7RyTyMMbG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7RyTyMMbG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7RyTyMMbG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7RyTyMMbG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7RyTyMMbG .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7RyTyMMbG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7RyTyMMbG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7RyTyMMbG .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-u7RyTyMMbG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7RyTyMMbG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7RyTyMMbG .dropdown-item.active,
.cid-u7RyTyMMbG .dropdown-item:active {
  background-color: transparent;
}
.cid-u7RyTyMMbG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7RyTyMMbG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7RyTyMMbG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7RyTyMMbG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7RyTyMMbG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7RyTyMMbG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7RyTyMMbG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-u7RyTyMMbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7RyTyMMbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7RyTyMMbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RyTyMMbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RyTyMMbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7RyTyMMbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RyTyMMbG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7RyTyMMbG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7RyTyMMbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RyTyMMbG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7RyTyMMbG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7RyTyMMbG .navbar {
    height: 70px;
  }
  .cid-u7RyTyMMbG .navbar.opened {
    height: auto;
  }
  .cid-u7RyTyMMbG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7RyTyMMbG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7RyTyMMbG .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7RyTyMMbG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7RyTyMMbG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7RyTyMMbG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u7RyTyMMbG .navbar-caption:hover {
  color: #1e4381;
}
@media (min-width: 992px) {
  .cid-u7RyTyMMbG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7RyTyMMbG .text_widget {
  margin-bottom: 32px;
}
.cid-u7RyTyMMbG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7RyTyMMbG .text_widget a:hover,
.cid-u7RyTyMMbG .text_widget a:focus {
  opacity: .8;
}
.cid-u7RyTyMMbG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7RyTyMMbG .navbar-caption {
  color: #000000;
}
.cid-u7RyTyMMbG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7RyTyMMbG .mbr-section-subtitle,
.cid-u7RyTyMMbG .text_widget,
.cid-u7RyTyMMbG .mbr-section-btn {
  text-align: center;
}
.cid-u7RyTyMMbG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7RyTzNDfb {
  background-color: #f1f1f2;
}
.cid-u7RyTzNDfb .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7RyTzNDfb .row::after {
    display: none;
  }
}
.cid-u7RyTzNDfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RyTzNDfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RyTzNDfb .image {
  position: relative;
}
.cid-u7RyTzNDfb .image::before {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-u7RyTzNDfb .image::before {
    display: none;
  }
}
.cid-u7RyTzNDfb .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7RyTzNDfb .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-u7RyTzNDfb .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #ee2947;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u7RyTzNDfb .image-wrapper::before {
    display: none;
  }
}
.cid-u7RyTzNDfb .image-wrapper::after {
  content: '';
  display: block;
  background: #f3722f;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-u7RyTzNDfb .image-wrapper::after {
    display: none;
  }
}
.cid-u7RyTzNDfb .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-u7RyTzNDfb .title {
  display: flex;
  align-items: center;
}
.cid-u7RyTzNDfb .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-u7RyTzNDfb .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-u7RyTzNDfb .title-wrapper {
    padding: 0 12px;
  }
}
.cid-u7RyTzNDfb .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-u7RyTzNDfb .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u7RyTzNDfb .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7RyTzNDfb .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-u7RyTzNDfb .mbr-section-title {
  color: #1e4381;
}
.cid-u7RyTzNDfb .mbr-text {
  color: #1e4381;
}
.cid-u7RyTAOne3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7RyTAOne3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RyTAOne3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7RyTAOne3 .row {
    padding: 0 24px;
  }
}
.cid-u7RyTAOne3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7RyTAOne3 .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-u7RyTAOne3 .mbr-section-title {
  color: #005c62;
}
.cid-u7RyTAOne3 .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-u7RyTAOne3 .mbr-section-title,
.cid-u7RyTAOne3 .mbr-section-btn {
  text-align: center;
}
.cid-u7RyTBVxWM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u7RyTBVxWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7RyTBVxWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7RyTBVxWM .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u7RyTBVxWM .row {
    padding: 0 12px;
  }
}
.cid-u7RyTBVxWM .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-u7RyTBVxWM .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RyTBVxWM .title-wrapper {
    max-width: 100%;
  }
}
.cid-u7RyTBVxWM .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7RyTBVxWM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7RyTBVxWM .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-u7RyTBVxWM .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u7RyTBVxWM .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-u7RyTBVxWM .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-u7RyTBVxWM .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7RyTBVxWM .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-u7RyTBVxWM .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-u7RyTBVxWM .mbr-section-title {
  color: #1e4381;
}
.cid-u7RyTBVxWM .mbr-section-subtitle {
  color: #1e4381;
}
.cid-u7RyTBVxWM .mbr-text {
  color: #1e4381;
}
.cid-u7RyTBVxWM .mbr-phone {
  color: #1e4381;
}
.cid-u7RyTBVxWM .mbr-link {
  color: #1e4381;
}
.cid-u7RyTCP61z {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7RyTCP61z .container-fluid,
.cid-u7RyTCP61z .container {
  position: relative;
}
.cid-u7RyTCP61z .container-fluid::before,
.cid-u7RyTCP61z .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u7RyTCP61z .container-fluid::before,
  .cid-u7RyTCP61z .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u7RyTCP61z .container-fluid::before,
  .cid-u7RyTCP61z .container::before {
    display: none;
  }
}
.cid-u7RyTCP61z .media-wrap {
  height: 300px;
}
.cid-u7RyTCP61z .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7RyTCP61z .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u7RyTCP61z .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RyTCP61z .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u7RyTCP61z .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u7RyTCP61z .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u7RyTCP61z .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u7RyTCP61z .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u7RyTCP61z .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u7RyTCP61z .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RyTCP61z .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u7RyTCP61z .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u7RyTCP61z .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u7RyTCP61z .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u7RyTCP61z .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u7RyTCP61z .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u7RyTCP61z .list .item-wrap:hover {
  opacity: .7;
}
.cid-u7RyTCP61z .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u7RyTCP61z .copyright {
    background-color: #1e4381;
  }
}
.cid-u7RyTCP61z .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u7RyTCP61z .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u7RyTCP61z .mbr-text {
  color: #bcbfca;
}
.cid-u7RyTCP61z .mbr-desc {
  color: #ffffff;
}
.cid-u7RyTCP61z .mbr-link {
  color: #ffffff;
}
.cid-u7RyTCP61z .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-u7RyTCP61z .mbr-text,
.cid-u7RyTCP61z .icon-wrapper {
  color: #ffffff;
}
