.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 11.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 7.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.3rem;
    font-size: calc( 3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #14389a !important;
}
.bg-success {
  background-color: #83b2d1 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #9bd27e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #14389a !important;
  border-color: #14389a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a48c7 !important;
  border-color: #1a48c7 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a48c7 !important;
  border-color: #1a48c7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #71818e !important;
  border-color: #71818e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #83b2d1 !important;
  border-color: #83b2d1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a8c9df !important;
  border-color: #a8c9df !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a8c9df !important;
  border-color: #a8c9df !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9bd27e !important;
  border-color: #9bd27e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b8dfa4 !important;
  border-color: #b8dfa4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b8dfa4 !important;
  border-color: #b8dfa4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #14389a;
  color: #14389a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a1c4d !important;
  background-color: transparent !important;
  border-color: #0a1c4d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #14389a !important;
  border-color: #14389a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #71818e;
  color: #71818e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b555e !important;
  background-color: transparent !important;
  border-color: #4b555e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #71818e !important;
  border-color: #71818e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #83b2d1;
  color: #83b2d1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #458bb9 !important;
  background-color: transparent !important;
  border-color: #458bb9 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #83b2d1 !important;
  border-color: #83b2d1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c1c1c1;
  color: #c1c1c1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #969696 !important;
  background-color: transparent !important;
  border-color: #969696 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9bd27e;
  color: #9bd27e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6ab940 !important;
  background-color: transparent !important;
  border-color: #6ab940 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9bd27e !important;
  border-color: #9bd27e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #14389a !important;
}
.text-secondary {
  color: #71818e !important;
}
.text-success {
  color: #83b2d1 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #9bd27e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #081740 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #444d55 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4082ae !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: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #64ad3d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #14389a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #9bd27e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #14389a;
  border-color: #14389a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #14389a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4672e7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #14389a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #14389a;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #14389a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #14389a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #14389a;
  border-bottom-color: #14389a;
}
.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: #14389a !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: #71818e !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='%2314389a' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #c1c1c1 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #14389a !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #14389a !important;
}
img {
  border-radius: .3rem !important;
}
.cid-u14FyIvvE4 {
  background-color: transparent;
}
.cid-u14FyIvvE4 .navbar-dropdown {
  background: #83b2d1 !important;
  padding: 0;
}
.cid-u14FyIvvE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #83b2d1 !important;
  background: #83b2d1;
}
.cid-u14FyIvvE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14FyIvvE4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u14FyIvvE4 .menu_box .navbar.opened,
  .cid-u14FyIvvE4 .menu_box .navbar-collapse {
    background-color: #83b2d1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u14FyIvvE4 .navbar-dropdown {
  position: relative !important;
}
.cid-u14FyIvvE4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u14FyIvvE4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u14FyIvvE4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-u14FyIvvE4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u14FyIvvE4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u14FyIvvE4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u14FyIvvE4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u14FyIvvE4 .offcanvas-body .mbr-text,
  .cid-u14FyIvvE4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u14FyIvvE4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u14FyIvvE4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u14FyIvvE4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u14FyIvvE4 .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-u14FyIvvE4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u14FyIvvE4 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-u14FyIvvE4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u14FyIvvE4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u14FyIvvE4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u14FyIvvE4 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .nav-item {
    margin: 0 !important;
  }
}
.cid-u14FyIvvE4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u14FyIvvE4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u14FyIvvE4 .nav-item .nav-link:hover::before,
.cid-u14FyIvvE4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u14FyIvvE4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u14FyIvvE4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u14FyIvvE4 .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-u14FyIvvE4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u14FyIvvE4 .offcanvas_box {
    display: none;
  }
}
.cid-u14FyIvvE4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u14FyIvvE4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u14FyIvvE4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u14FyIvvE4 .container {
  display: flex;
  margin: auto;
}
.cid-u14FyIvvE4 .iconfont-wrapper {
  color: #202020;
  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-u14FyIvvE4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u14FyIvvE4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u14FyIvvE4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .navbar-nav {
    margin: 0;
  }
}
.cid-u14FyIvvE4 .dropdown-menu,
.cid-u14FyIvvE4 .navbar.opened {
  background-color: true !important;
}
.cid-u14FyIvvE4 .nav-item:focus,
.cid-u14FyIvvE4 .nav-link:focus {
  outline: none;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14FyIvvE4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14FyIvvE4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14FyIvvE4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u14FyIvvE4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u14FyIvvE4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u14FyIvvE4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u14FyIvvE4 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-u14FyIvvE4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u14FyIvvE4 .navbar.collapsed {
  justify-content: center;
}
.cid-u14FyIvvE4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14FyIvvE4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u14FyIvvE4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14FyIvvE4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14FyIvvE4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14FyIvvE4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u14FyIvvE4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u14FyIvvE4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u14FyIvvE4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14FyIvvE4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u14FyIvvE4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14FyIvvE4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u14FyIvvE4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u14FyIvvE4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u14FyIvvE4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14FyIvvE4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u14FyIvvE4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14FyIvvE4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14FyIvvE4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14FyIvvE4 .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-u14FyIvvE4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u14FyIvvE4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14FyIvvE4 .dropdown-item.active,
.cid-u14FyIvvE4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u14FyIvvE4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u14FyIvvE4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14FyIvvE4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14FyIvvE4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14FyIvvE4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u14FyIvvE4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14FyIvvE4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #83b2d1;
  background: #71818e;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u14FyIvvE4 .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-u14FyIvvE4 .navbar {
    height: 70px;
  }
  .cid-u14FyIvvE4 .navbar.opened {
    height: auto;
  }
  .cid-u14FyIvvE4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u14FyIvvE4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u14FyIvvE4 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-u14FyIvvE4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u14FyIvvE4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u14FyIvvE4 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-u14FyIvvE4 .navbar-caption:hover {
  color: #14389a;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u14FyIvvE4 .text_widget {
  margin-bottom: 32px;
}
.cid-u14FyIvvE4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u14FyIvvE4 .text_widget a:hover,
.cid-u14FyIvvE4 .text_widget a:focus {
  opacity: .8;
}
.cid-u14FyIvvE4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u14FyIvvE4 .navbar-caption {
  color: #ffffff;
}
.cid-u14FyIvvE4 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-u14FyIvvE4 .mbr-section-subtitle,
.cid-u14FyIvvE4 .text_widget,
.cid-u14FyIvvE4 .mbr-section-btn {
  text-align: center;
}
.cid-u14FyIvvE4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u14Fz3IwVA {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u14Fz3IwVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14Fz3IwVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14Fz3IwVA .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14Fz3IwVA .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .container {
    padding: 0 16px;
  }
}
.cid-u14Fz3IwVA .content-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-u14Fz3IwVA .content-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u14Fz3IwVA .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  display: inline-flex;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-u14Fz3IwVA .content-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u14Fz3IwVA .content-wrapper .text-wrap {
  position: relative;
  z-index: 1;
}
.cid-u14Fz3IwVA .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 32px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-u14Fz3IwVA .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u14Fz3IwVA .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-u14Fz3IwVA .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin: 200px 0 0 0;
}
.cid-u14Fz3IwVA .content-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .content-wrapper img {
    width: 100%;
    height: 400px;
    margin: 0;
    top: auto;
    bottom: 0;
  }
}
.cid-u14Fz3IwVA .mbr-section-title {
  color: #ffffff;
}
.cid-u14Fz3IwVA .mbr-text {
  color: #f4f4f4;
}
.cid-u14Fz3IwVA .mbr-desc {
  color: #ffffff;
}
.cid-u14Fz3IwVA .mbr-section-title,
.cid-u14Fz3IwVA .mbr-section-btn,
.cid-u14Fz3IwVA .title-wrap {
  color: #83b2d1;
}
.cid-u14Fz3IwVA .mbr-text,
.cid-u14Fz3IwVA .text-wrap {
  color: #8fa3b4;
}
.cid-uBLRKSVkmf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #83b2d1;
}
.cid-u14FA7jSec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u14FA7jSec .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14FA7jSec .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-u14FA7jSec .container {
    padding: 0 16px;
  }
}
.cid-u14FA7jSec .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u14FA7jSec .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u14FA7jSec .item {
  margin-bottom: 32px;
}
.cid-u14FA7jSec .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u14FA7jSec .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-u14FA7jSec .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-u14FA7jSec .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-u14FA7jSec .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-u14FA7jSec .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u14FA7jSec .card-title {
  color: #f4f4f4;
}
.cid-u14FA7jSec .card-text {
  color: #c1c1c1;
}
.cid-u14FA7jSec .card-text,
.cid-u14FA7jSec .text-wrap {
  color: #8fa3b4;
  text-align: left;
}
.cid-u14FA7jSec .card-title,
.cid-u14FA7jSec .title-wrapper {
  text-align: left;
  color: #83b2d1;
}
.cid-uBmC3oCasz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBmC3oCasz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmC3oCasz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmC3oCasz .row {
  justify-content: space-between;
}
.cid-uBmC3oCasz .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBmC3oCasz .content-wrapper {
    padding: 0;
  }
}
.cid-uBmC3oCasz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBmC3oCasz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBmC3oCasz .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBmC3oCasz .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBmC3oCasz .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBmC3oCasz .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBmC3oCasz .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBmC3oCasz .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBmC3oCasz .mbr-section-title {
  color: #000000;
}
.cid-uBmC3oCasz .mbr-desc {
  color: #000000;
}
.cid-uBmC3oCasz .mbr-text {
  color: #71818e;
  text-align: left;
}
.cid-uBmC3oCasz .mbr-section-title,
.cid-uBmC3oCasz .mbr-section-btn {
  text-align: left;
  color: #83b2d1;
}
.cid-uBmGUkDq3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBmGUkDq3L .main-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.cid-uBmGUkDq3L .history-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 180px;
}
@media (max-width: 991px) {
  .cid-uBmGUkDq3L .history-item {
    flex-wrap: wrap;
    margin-top: 110px;
  }
}
@media (max-width: 575px) {
  .cid-uBmGUkDq3L .history-item {
    margin-top: 100px;
  }
}
.cid-uBmGUkDq3L .history-item-first {
  margin-top: 0;
}
.cid-uBmGUkDq3L .img-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-uBmGUkDq3L .img-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .cid-uBmGUkDq3L .img-container {
    order: 1;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
  }
}
.cid-uBmGUkDq3L .image-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uBmGUkDq3L .image-wrapper {
    max-width: 550px;
  }
}
.cid-uBmGUkDq3L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBmGUkDq3L .text-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-uBmGUkDq3L .text-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uBmGUkDq3L .text-container {
    order: 2;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
    padding-top: 18px;
  }
}
@media (max-width: 1200px) {
  .cid-uBmGUkDq3L .history-item-reverse .img-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uBmGUkDq3L .history-item-reverse .text-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
.cid-uBmGUkDq3L .text-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uBmGUkDq3L .text-wrapper {
    max-width: 550px;
  }
}
.cid-uBmGUkDq3L .card-title {
  width: 100%;
  color: #A2A4A7;
}
.cid-uBmGUkDq3L .card-subtitle {
  width: 100%;
  color: #83b2d1;
  margin-top: 16px;
}
.cid-uBmGUkDq3L .mbr-text {
  width: 100%;
  color: #45494E;
  margin-top: 36px;
}
.cid-uBmGUkDq3L .mbr-section-btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-uBmGUkDq3L .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uBmGUkDq3L .center-line {
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  height: 100%;
  background-color: #45494e;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-uBmGUkDq3L .center-line {
    left: 5px;
    transform: translateX(0);
  }
}
.cid-uBmGUkDq3L .item-circle {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #45494e;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .cid-uBmGUkDq3L .item-circle {
    left: 0;
    transform: translateX(0);
  }
}
.cid-uBmGUkDq3L .mbr-text,
.cid-uBmGUkDq3L .mbr-section-btn {
  color: #71818e;
}
.cid-uCoJRe3DDO {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #8fa3b4;
}
.cid-u14FDuqVjp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u14FDuqVjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14FDuqVjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14FDuqVjp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14FDuqVjp .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14FDuqVjp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14FDuqVjp .container {
    padding: 0 16px;
  }
}
.cid-u14FDuqVjp .row {
  justify-content: space-between;
}
.cid-u14FDuqVjp .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u14FDuqVjp .row .card {
    padding-bottom: 32px;
  }
  .cid-u14FDuqVjp .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-u14FDuqVjp .card-wrapper {
  -webkit-flex: inherit;
}
.cid-u14FDuqVjp .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u14FDuqVjp .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14FDuqVjp .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u14FDuqVjp .image-wrapper img {
  height: 820px;
  object-fit: cover;
}
.cid-u14FDuqVjp .card-title {
  color: #8fa3b4;
  text-align: left;
}
.cid-u14FDuqVjp .card-text {
  color: #83b2d1;
  text-align: left;
}
.cid-u14FHyX5fE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #83b2d1;
  position: relative;
}
.cid-u14FHyX5fE::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #536778, #8fa3b4);
}
@media (max-width: 992px) {
  .cid-u14FHyX5fE .container {
    padding: 0 16px;
  }
}
.cid-u14FHyX5fE .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u14FHyX5fE .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u14FHyX5fE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-u14FHyX5fE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u14FHyX5fE .embla__slide .slide-content {
  width: 100%;
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  min-height: 615px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 58px 28px;
  background-color: #536778;
  border-radius: .3rem !important;
}
@media (max-width: 992px) {
  .cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper {
    padding: 36px 18px;
    min-height: 415px;
  }
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .icon-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 134px;
  display: inline-flex;
  color: #c1c1c1;
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-number {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u14FHyX5fE .embla__button--next,
.cid-u14FHyX5fE .embla__button--prev {
  display: flex;
}
.cid-u14FHyX5fE .embla__button {
  top: 2rem;
  width: 85px;
  height: 52px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: transparent !important;
  color: #eaeaea !important;
  border: 1px solid #eaeaea;
  border-radius: .3rem;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u14FHyX5fE .embla__button:disabled {
  opacity: .3 !important;
}
.cid-u14FHyX5fE .embla__button:hover {
  opacity: 1 !important;
}
.cid-u14FHyX5fE .embla__button.embla__button--prev {
  left: 0;
}
.cid-u14FHyX5fE .embla__button.embla__button--next {
  left: 6rem;
}
.cid-u14FHyX5fE .embla {
  position: relative;
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 992px) {
  .cid-u14FHyX5fE .embla {
    padding-top: 100px;
  }
}
.cid-u14FHyX5fE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u14FHyX5fE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u14FHyX5fE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u14FHyX5fE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u14FHyX5fE .item-title {
  color: #ffffff;
}
.cid-u14FHyX5fE .mbr-text {
  color: #c1c1c1;
}
.cid-u14FHyX5fE .mbr-number {
  color: #c1c1c1;
}
.cid-uBRoNSRHUu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #536778;
}
.cid-u14FCWrqkb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u14FCWrqkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14FCWrqkb .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-u14FCWrqkb .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14FCWrqkb .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u14FCWrqkb .row {
  justify-content: space-between;
}
.cid-u14FCWrqkb .item {
  border-bottom: 1px solid #407cae;
}
.cid-u14FCWrqkb .item:first-child {
  border-top: 1px solid #407cae;
}
.cid-u14FCWrqkb .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-u14FCWrqkb .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-u14FCWrqkb .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u14FCWrqkb .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-u14FCWrqkb .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u14FCWrqkb .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-u14FCWrqkb .card-title {
  color: #407cae;
}
.cid-u14FCWrqkb .card-text {
  color: #536778;
}
.cid-uBRm054yKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBRm054yKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRm054yKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRm054yKT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uBRm054yKT .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uBRm054yKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBRm054yKT .container {
    padding: 0 16px;
  }
}
.cid-uBRm054yKT .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBRm054yKT .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBRm054yKT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBRm054yKT .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBRm054yKT .image-wrapper img {
    height: 350px;
  }
}
.cid-uBRm054yKT .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uBRm054yKT .content-wrapper {
    margin: 0;
  }
}
.cid-uBRm054yKT .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uBRm054yKT .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uBRm054yKT .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #9bd27e, #9bd27e);
}
.cid-uBRm054yKT .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uBRm054yKT .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uBRm054yKT .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uBRm054yKT .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uBRm054yKT .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uBRm054yKT .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uBRm054yKT .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uBRm054yKT .dragArea.row .form-group .form-control:hover,
.cid-uBRm054yKT .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uBRm054yKT .dragArea.row .form-group .form-control::placeholder {
  color: #14389a;
  opacity: .7;
}
.cid-uBRm054yKT .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uBRm054yKT .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uBRm054yKT .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #14389a;
  border-radius: 0;
}
.cid-uBRm054yKT .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #14389a;
}
.cid-uBRm054yKT .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uBRm054yKT .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBRm054yKT .mbr-section-title {
  color: #1c1c1c;
}
.cid-uBRm054yKT .mbr-desc {
  color: #1c1c1c;
}
.cid-uBRm054yKT .mbr-text {
  color: #1c1c1c;
}
.cid-uBRm054yKT P {
  color: #407cae;
}
.cid-uBRm054yKT H5 {
  color: #407cae;
}
.cid-uBRmexT2r0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRmexT2r0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRmexT2r0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRmexT2r0 .col-12 {
  position: relative;
}
.cid-uBRmexT2r0 img {
  max-width: 800px;
  margin: auto;
}
.cid-uBRmexT2r0 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uBRmexT2r0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBRmexT2r0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBRmexT2r0 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBRmexT2r0 .mbr-section-title {
  color: #000000;
}
.cid-u14FFtLTcP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u14FFtLTcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14FFtLTcP .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-u14FFtLTcP .container {
    padding: 0 16px;
  }
}
.cid-u14FFtLTcP .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u14FFtLTcP .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u14FFtLTcP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14FFtLTcP .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u14FFtLTcP .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-u14FFtLTcP .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-u14FFtLTcP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u14FFtLTcP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-u14FFtLTcP .nav-wrapper .list .item-wrap:hover::before,
.cid-u14FFtLTcP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u14FFtLTcP .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-u14FFtLTcP .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #1c1c1c;
  text-align: center;
}
.cid-u14FFtLTcP .mbr-section-title {
  color: #407cae;
}
.cid-u14FFtLTcP .list {
  color: #1c1c1c;
}
.cid-u14FFtLTcP .list,
.cid-u14FFtLTcP .item-wrap,
.cid-u14FFtLTcP .nav-wrapper {
  text-align: right;
}
.cid-uBKj2ibpVF {
  background-color: transparent;
}
.cid-uBKj2ibpVF .navbar-dropdown {
  background: #83b2d1 !important;
  padding: 0;
}
.cid-uBKj2ibpVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #83b2d1 !important;
  background: #83b2d1;
}
.cid-uBKj2ibpVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBKj2ibpVF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBKj2ibpVF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBKj2ibpVF .menu_box .navbar.opened,
  .cid-uBKj2ibpVF .menu_box .navbar-collapse {
    background-color: #83b2d1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBKj2ibpVF .navbar-dropdown {
  position: relative !important;
}
.cid-uBKj2ibpVF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBKj2ibpVF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBKj2ibpVF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBKj2ibpVF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBKj2ibpVF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBKj2ibpVF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uBKj2ibpVF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBKj2ibpVF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBKj2ibpVF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBKj2ibpVF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBKj2ibpVF .offcanvas-body .mbr-text,
  .cid-uBKj2ibpVF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBKj2ibpVF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBKj2ibpVF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBKj2ibpVF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBKj2ibpVF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBKj2ibpVF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBKj2ibpVF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBKj2ibpVF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBKj2ibpVF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBKj2ibpVF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBKj2ibpVF .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-uBKj2ibpVF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBKj2ibpVF 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-uBKj2ibpVF .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBKj2ibpVF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBKj2ibpVF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBKj2ibpVF .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uBKj2ibpVF .nav-item {
    margin: 0 !important;
  }
}
.cid-uBKj2ibpVF .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uBKj2ibpVF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBKj2ibpVF .nav-item .nav-link:hover::before,
.cid-uBKj2ibpVF .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBKj2ibpVF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBKj2ibpVF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBKj2ibpVF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKj2ibpVF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBKj2ibpVF .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-uBKj2ibpVF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBKj2ibpVF .offcanvas_box {
    display: none;
  }
}
.cid-uBKj2ibpVF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBKj2ibpVF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBKj2ibpVF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBKj2ibpVF .container {
  display: flex;
  margin: auto;
}
.cid-uBKj2ibpVF .iconfont-wrapper {
  color: #202020;
  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-uBKj2ibpVF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBKj2ibpVF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBKj2ibpVF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBKj2ibpVF .navbar-nav {
    margin: 0;
  }
}
.cid-uBKj2ibpVF .dropdown-menu,
.cid-uBKj2ibpVF .navbar.opened {
  background-color: true !important;
}
.cid-uBKj2ibpVF .nav-item:focus,
.cid-uBKj2ibpVF .nav-link:focus {
  outline: none;
}
.cid-uBKj2ibpVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKj2ibpVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKj2ibpVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKj2ibpVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKj2ibpVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKj2ibpVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKj2ibpVF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBKj2ibpVF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBKj2ibpVF .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKj2ibpVF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBKj2ibpVF .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uBKj2ibpVF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBKj2ibpVF .navbar.collapsed {
  justify-content: center;
}
.cid-uBKj2ibpVF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKj2ibpVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBKj2ibpVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKj2ibpVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKj2ibpVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKj2ibpVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBKj2ibpVF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBKj2ibpVF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBKj2ibpVF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBKj2ibpVF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKj2ibpVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKj2ibpVF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBKj2ibpVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKj2ibpVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBKj2ibpVF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBKj2ibpVF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBKj2ibpVF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBKj2ibpVF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBKj2ibpVF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBKj2ibpVF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKj2ibpVF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBKj2ibpVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBKj2ibpVF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBKj2ibpVF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBKj2ibpVF .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-uBKj2ibpVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBKj2ibpVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKj2ibpVF .dropdown-item.active,
.cid-uBKj2ibpVF .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKj2ibpVF .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBKj2ibpVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKj2ibpVF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKj2ibpVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBKj2ibpVF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBKj2ibpVF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBKj2ibpVF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #83b2d1;
  background: #71818e;
}
.cid-uBKj2ibpVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBKj2ibpVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKj2ibpVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKj2ibpVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKj2ibpVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKj2ibpVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKj2ibpVF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKj2ibpVF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKj2ibpVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKj2ibpVF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBKj2ibpVF .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-uBKj2ibpVF .navbar {
    height: 70px;
  }
  .cid-uBKj2ibpVF .navbar.opened {
    height: auto;
  }
  .cid-uBKj2ibpVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKj2ibpVF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBKj2ibpVF .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uBKj2ibpVF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBKj2ibpVF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBKj2ibpVF .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uBKj2ibpVF .navbar-caption:hover {
  color: #14389a;
}
@media (min-width: 992px) {
  .cid-uBKj2ibpVF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBKj2ibpVF .text_widget {
  margin-bottom: 32px;
}
.cid-uBKj2ibpVF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBKj2ibpVF .text_widget a:hover,
.cid-uBKj2ibpVF .text_widget a:focus {
  opacity: .8;
}
.cid-uBKj2ibpVF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBKj2ibpVF .navbar-caption {
  color: #ffffff;
}
.cid-uBKj2ibpVF .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uBKj2ibpVF .mbr-section-subtitle,
.cid-uBKj2ibpVF .text_widget,
.cid-uBKj2ibpVF .mbr-section-btn {
  text-align: center;
}
.cid-uBKj2ibpVF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBLAhXTNRi {
  display: flex;
  background-image: url("../../../assets/images/publicidad-exterior-h2o-servicios-2000x2000.jpg");
}
.cid-uBLAhXTNRi .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uBLAhXTNRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAhXTNRi .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLAhXTNRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBLAhXTNRi {
    align-items: flex-end;
  }
  .cid-uBLAhXTNRi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAhXTNRi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAhXTNRi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAhXTNRi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAhXTNRi .content-wrap {
    width: 100%;
  }
}
.cid-uBLAhXTNRi .mbr-section-subtitle,
.cid-uBLAhXTNRi .line {
  color: #ffffff;
}
.cid-uBLAhXTNRi .mbr-text,
.cid-uBLAhXTNRi .mbr-section-btn {
  text-align: right;
}
.cid-uBKj2jqkdj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBKj2jqkdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKj2jqkdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKj2jqkdj .row {
  justify-content: space-between;
}
.cid-uBKj2jqkdj .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBKj2jqkdj .content-wrapper {
    padding: 0;
  }
}
.cid-uBKj2jqkdj .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKj2jqkdj .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBKj2jqkdj .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKj2jqkdj .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBKj2jqkdj .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKj2jqkdj .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBKj2jqkdj .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBKj2jqkdj .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBKj2jqkdj .mbr-section-title {
  color: #000000;
}
.cid-uBKj2jqkdj .mbr-desc {
  color: #000000;
}
.cid-uBKj2jqkdj .mbr-text {
  color: #71818e;
  text-align: left;
}
.cid-uBKj2jqkdj .mbr-section-title,
.cid-uBKj2jqkdj .mbr-section-btn {
  text-align: left;
  color: #407cae;
}
.cid-uBPA2m48J5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBPA2m48J5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBPA2m48J5 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBPA2m48J5 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #83b2d1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBPA2m48J5 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uBPA2m48J5 .mbr-text {
  color: #3d5943;
}
.cid-uBPIJDQsqv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #407cae;
}
.cid-uBPJ4dSkB6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uBPJ4dSkB6 .section-head {
  margin-bottom: 2rem;
}
.cid-uBPJ4dSkB6 .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-uBPJ4dSkB6 .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uBPJ4dSkB6 .row {
    text-align: center;
  }
}
.cid-uBPJ4dSkB6 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uBPJ4dSkB6 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uBPJ4dSkB6 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uBPJ4dSkB6 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uBKj2j5FWW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBKj2j5FWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKj2j5FWW .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-uBKj2j5FWW .container {
    padding: 0 16px;
  }
}
.cid-uBKj2j5FWW .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBKj2j5FWW .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBKj2j5FWW .item {
  margin-bottom: 32px;
}
.cid-uBKj2j5FWW .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uBKj2j5FWW .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-uBKj2j5FWW .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-uBKj2j5FWW .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uBKj2j5FWW .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-uBKj2j5FWW .mbr-section-title {
  color: #407cae;
  text-align: left;
}
.cid-uBKj2j5FWW .card-title {
  color: #f4f4f4;
}
.cid-uBKj2j5FWW .card-text {
  color: #c1c1c1;
}
.cid-uBKj2j5FWW .card-text,
.cid-uBKj2j5FWW .text-wrap {
  color: #8fa3b4;
  text-align: left;
}
.cid-uBKj2j5FWW .card-title,
.cid-uBKj2j5FWW .title-wrapper {
  text-align: left;
  color: #407cae;
}
.cid-uCoL54hkOS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uCoL54hkOS::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #83b2d1 -10%, transparent 80%);
}
.cid-uCoL54hkOS::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #9bd27e -10%, transparent 80%);
}
.cid-uCoL54hkOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCoL54hkOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uCoL54hkOS .container {
    padding: 0 16px;
  }
}
.cid-uCoL54hkOS .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uCoL54hkOS .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uCoL54hkOS .content-wrapper {
  margin-bottom: 80px;
}
.cid-uCoL54hkOS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCoL54hkOS .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uCoL54hkOS .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uCoL54hkOS .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uCoL54hkOS .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uCoL54hkOS .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uCoL54hkOS .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uCoL54hkOS .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uCoL54hkOS .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCoL54hkOS .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uCoL54hkOS .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uCoL54hkOS .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #9bd27e;
}
.cid-uCoL54hkOS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uCoL54hkOS .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uCoL54hkOS .mbr-section-title {
  color: #000000;
}
.cid-uCoL54hkOS .mbr-text,
.cid-uCoL54hkOS .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uCoL54hkOS .item-title {
  color: #407cae;
}
.cid-uCoL54hkOS .item-text {
  color: #71818e;
}
.cid-uCoL54hkOS .mbr-section-title,
.cid-uCoL54hkOS .mbr-section-btn {
  text-align: center;
  color: #407cae;
}
.cid-uBKj2kcxnA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKj2kcxnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKj2kcxnA .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-uBKj2kcxnA .container {
    padding: 0 16px;
  }
}
.cid-uBKj2kcxnA .row {
  justify-content: space-between;
}
.cid-uBKj2kcxnA .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBKj2kcxnA .row .card {
    padding-bottom: 32px;
  }
  .cid-uBKj2kcxnA .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-uBKj2kcxnA .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uBKj2kcxnA .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uBKj2kcxnA .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBKj2kcxnA .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBKj2kcxnA .image-wrapper img {
  height: 820px;
  object-fit: cover;
}
.cid-uBKj2kcxnA .card-title {
  color: #407cae;
  text-align: left;
}
.cid-uBKj2kcxnA .card-text {
  color: #8fa3b4;
  text-align: left;
}
.cid-uBQ558hy5f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #83b2d1;
}
.cid-uBKj2l0nse {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKj2l0nse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKj2l0nse .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-uBKj2l0nse .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBKj2l0nse .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBKj2l0nse .row {
  justify-content: space-between;
}
.cid-uBKj2l0nse .item {
  border-bottom: 1px solid #83b2d1;
}
.cid-uBKj2l0nse .item:first-child {
  border-top: 1px solid #83b2d1;
}
.cid-uBKj2l0nse .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uBKj2l0nse .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-uBKj2l0nse .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKj2l0nse .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBKj2l0nse .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uBKj2l0nse .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-uBKj2l0nse .card-title {
  color: #407cae;
}
.cid-uBKj2l0nse .card-text {
  color: #71818e;
}
.cid-uBKj2lHkVf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBKj2lHkVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKj2lHkVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKj2lHkVf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uBKj2lHkVf .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uBKj2lHkVf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBKj2lHkVf .container {
    padding: 0 16px;
  }
}
.cid-uBKj2lHkVf .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBKj2lHkVf .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBKj2lHkVf .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBKj2lHkVf .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKj2lHkVf .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKj2lHkVf .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uBKj2lHkVf .content-wrapper {
    margin: 0;
  }
}
.cid-uBKj2lHkVf .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uBKj2lHkVf .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uBKj2lHkVf .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #9bd27e, #9bd27e);
}
.cid-uBKj2lHkVf .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uBKj2lHkVf .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uBKj2lHkVf .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uBKj2lHkVf .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uBKj2lHkVf .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uBKj2lHkVf .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uBKj2lHkVf .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uBKj2lHkVf .dragArea.row .form-group .form-control:hover,
.cid-uBKj2lHkVf .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uBKj2lHkVf .dragArea.row .form-group .form-control::placeholder {
  color: #14389a;
  opacity: .7;
}
.cid-uBKj2lHkVf .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uBKj2lHkVf .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uBKj2lHkVf .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #14389a;
  border-radius: 0;
}
.cid-uBKj2lHkVf .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #14389a;
}
.cid-uBKj2lHkVf .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uBKj2lHkVf .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBKj2lHkVf .mbr-section-title {
  color: #1c1c1c;
}
.cid-uBKj2lHkVf .mbr-desc {
  color: #1c1c1c;
}
.cid-uBKj2lHkVf .mbr-text {
  color: #1c1c1c;
}
.cid-uBKj2lHkVf P {
  color: #407cae;
}
.cid-uBKj2lHkVf H5 {
  color: #407cae;
}
.cid-uBRmsxzLJM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRmsxzLJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRmsxzLJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRmsxzLJM .col-12 {
  position: relative;
}
.cid-uBRmsxzLJM img {
  max-width: 800px;
  margin: auto;
}
.cid-uBRmsxzLJM .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uBRmsxzLJM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBRmsxzLJM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBRmsxzLJM .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBRmsxzLJM .mbr-section-title {
  color: #000000;
}
.cid-uBKj2m5K3K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBKj2m5K3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKj2m5K3K .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-uBKj2m5K3K .container {
    padding: 0 16px;
  }
}
.cid-uBKj2m5K3K .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uBKj2m5K3K .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBKj2m5K3K .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKj2m5K3K .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uBKj2m5K3K .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-uBKj2m5K3K .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uBKj2m5K3K .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBKj2m5K3K .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uBKj2m5K3K .nav-wrapper .list .item-wrap:hover::before,
.cid-uBKj2m5K3K .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBKj2m5K3K .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-uBKj2m5K3K .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #1c1c1c;
  text-align: center;
}
.cid-uBKj2m5K3K .mbr-section-title {
  color: #407cae;
}
.cid-uBKj2m5K3K .list {
  color: #1c1c1c;
}
.cid-uBKj2m5K3K .list,
.cid-uBKj2m5K3K .item-wrap,
.cid-uBKj2m5K3K .nav-wrapper {
  text-align: right;
}
.cid-uBR4f6gokr {
  background-color: transparent;
}
.cid-uBR4f6gokr .navbar-dropdown {
  background: #83b2d1 !important;
  padding: 0;
}
.cid-uBR4f6gokr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #83b2d1 !important;
  background: #83b2d1;
}
.cid-uBR4f6gokr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBR4f6gokr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBR4f6gokr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBR4f6gokr .menu_box .navbar.opened,
  .cid-uBR4f6gokr .menu_box .navbar-collapse {
    background-color: #83b2d1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBR4f6gokr .navbar-dropdown {
  position: relative !important;
}
.cid-uBR4f6gokr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBR4f6gokr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBR4f6gokr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBR4f6gokr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBR4f6gokr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBR4f6gokr .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uBR4f6gokr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBR4f6gokr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBR4f6gokr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBR4f6gokr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBR4f6gokr .offcanvas-body .mbr-text,
  .cid-uBR4f6gokr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBR4f6gokr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBR4f6gokr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBR4f6gokr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBR4f6gokr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBR4f6gokr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBR4f6gokr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBR4f6gokr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBR4f6gokr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBR4f6gokr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBR4f6gokr .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-uBR4f6gokr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBR4f6gokr 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-uBR4f6gokr .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBR4f6gokr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBR4f6gokr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBR4f6gokr .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uBR4f6gokr .nav-item {
    margin: 0 !important;
  }
}
.cid-uBR4f6gokr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uBR4f6gokr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBR4f6gokr .nav-item .nav-link:hover::before,
.cid-uBR4f6gokr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBR4f6gokr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBR4f6gokr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBR4f6gokr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBR4f6gokr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBR4f6gokr .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-uBR4f6gokr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBR4f6gokr .offcanvas_box {
    display: none;
  }
}
.cid-uBR4f6gokr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBR4f6gokr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBR4f6gokr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBR4f6gokr .container {
  display: flex;
  margin: auto;
}
.cid-uBR4f6gokr .iconfont-wrapper {
  color: #202020;
  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-uBR4f6gokr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBR4f6gokr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBR4f6gokr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBR4f6gokr .navbar-nav {
    margin: 0;
  }
}
.cid-uBR4f6gokr .dropdown-menu,
.cid-uBR4f6gokr .navbar.opened {
  background-color: true !important;
}
.cid-uBR4f6gokr .nav-item:focus,
.cid-uBR4f6gokr .nav-link:focus {
  outline: none;
}
.cid-uBR4f6gokr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBR4f6gokr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBR4f6gokr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBR4f6gokr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBR4f6gokr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBR4f6gokr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBR4f6gokr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBR4f6gokr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBR4f6gokr .navbar.opened {
  transition: all 0.3s;
}
.cid-uBR4f6gokr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBR4f6gokr .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uBR4f6gokr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBR4f6gokr .navbar.collapsed {
  justify-content: center;
}
.cid-uBR4f6gokr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBR4f6gokr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBR4f6gokr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBR4f6gokr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBR4f6gokr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBR4f6gokr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBR4f6gokr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBR4f6gokr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBR4f6gokr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBR4f6gokr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBR4f6gokr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBR4f6gokr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBR4f6gokr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBR4f6gokr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBR4f6gokr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBR4f6gokr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBR4f6gokr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBR4f6gokr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBR4f6gokr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBR4f6gokr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBR4f6gokr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBR4f6gokr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBR4f6gokr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBR4f6gokr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBR4f6gokr .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-uBR4f6gokr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBR4f6gokr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBR4f6gokr .dropdown-item.active,
.cid-uBR4f6gokr .dropdown-item:active {
  background-color: transparent;
}
.cid-uBR4f6gokr .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBR4f6gokr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBR4f6gokr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBR4f6gokr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBR4f6gokr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBR4f6gokr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBR4f6gokr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #83b2d1;
  background: #71818e;
}
.cid-uBR4f6gokr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBR4f6gokr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBR4f6gokr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBR4f6gokr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBR4f6gokr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBR4f6gokr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBR4f6gokr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBR4f6gokr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBR4f6gokr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBR4f6gokr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBR4f6gokr .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-uBR4f6gokr .navbar {
    height: 70px;
  }
  .cid-uBR4f6gokr .navbar.opened {
    height: auto;
  }
  .cid-uBR4f6gokr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBR4f6gokr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBR4f6gokr .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uBR4f6gokr .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBR4f6gokr .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBR4f6gokr .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uBR4f6gokr .navbar-caption:hover {
  color: #14389a;
}
@media (min-width: 992px) {
  .cid-uBR4f6gokr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBR4f6gokr .text_widget {
  margin-bottom: 32px;
}
.cid-uBR4f6gokr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBR4f6gokr .text_widget a:hover,
.cid-uBR4f6gokr .text_widget a:focus {
  opacity: .8;
}
.cid-uBR4f6gokr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBR4f6gokr .navbar-caption {
  color: #ffffff;
}
.cid-uBR4f6gokr .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uBR4f6gokr .mbr-section-subtitle,
.cid-uBR4f6gokr .text_widget,
.cid-uBR4f6gokr .mbr-section-btn {
  text-align: center;
}
.cid-uBR4f6gokr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBR4f7E06v {
  display: flex;
  background-image: url("../../../assets/images/vallas-publicitaria-h2o-ubicacion-de-publicidad-1708x960.jpg");
}
.cid-uBR4f7E06v .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uBR4f7E06v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBR4f7E06v .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBR4f7E06v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBR4f7E06v {
    align-items: flex-end;
  }
  .cid-uBR4f7E06v .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBR4f7E06v .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBR4f7E06v {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBR4f7E06v .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBR4f7E06v .content-wrap {
    width: 100%;
  }
}
.cid-uBR4f7E06v .mbr-section-subtitle,
.cid-uBR4f7E06v .line {
  color: #ffffff;
}
.cid-uBR4f7E06v .mbr-text,
.cid-uBR4f7E06v .mbr-section-btn {
  text-align: right;
}
.cid-uBR4f8dWkx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBR4f8dWkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBR4f8dWkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBR4f8dWkx .row {
  justify-content: space-between;
}
.cid-uBR4f8dWkx .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBR4f8dWkx .content-wrapper {
    padding: 0;
  }
}
.cid-uBR4f8dWkx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBR4f8dWkx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBR4f8dWkx .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBR4f8dWkx .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBR4f8dWkx .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBR4f8dWkx .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBR4f8dWkx .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBR4f8dWkx .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBR4f8dWkx .mbr-section-title {
  color: #000000;
}
.cid-uBR4f8dWkx .mbr-desc {
  color: #000000;
}
.cid-uBR4f8dWkx .mbr-text {
  color: #71818e;
  text-align: left;
}
.cid-uBR4f8dWkx .mbr-section-title,
.cid-uBR4f8dWkx .mbr-section-btn {
  text-align: left;
  color: #407cae;
}
.cid-uBR4f8KcoO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBR4f8KcoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBR4f8KcoO .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-uBR4f8KcoO .container {
    padding: 0 22px;
  }
}
.cid-uBR4f8KcoO .row {
  justify-content: space-between;
}
.cid-uBR4f8KcoO .row .card {
  justify-content: center;
}
.cid-uBR4f8KcoO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBR4f8KcoO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uBR4f8KcoO .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uBR4f8KcoO .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBR4f8KcoO .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uBR4f8KcoO .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uBR4f8KcoO .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #ff5753;
  margin-right: 55px;
}
.cid-uBR4f8KcoO .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-uBR4f8KcoO .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uBR4f8KcoO .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uBR4f8KcoO .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uBR4f8KcoO .mbr-section-title {
  color: #000000;
}
.cid-uBR4f8KcoO .mbr-text {
  color: #407cae;
}
.cid-uBR4f8KcoO .card-title {
  color: #ff5753;
}
.cid-uBR4f8KcoO .card-text {
  color: #71818e;
  text-align: right;
}
.cid-uBR4f8KcoO .card-title,
.cid-uBR4f8KcoO .iconfont-wrapper {
  color: #407cae;
  text-align: right;
}
.cid-uBR4f8KcoO .mbr-section-title,
.cid-uBR4f8KcoO .mbr-section-btn {
  color: #407cae;
}
.cid-uBRcNO0nfy {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #8fa3b4;
}
.cid-uBR4f9q4DR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/vallas-publicitaria-h2o-ubicacion-de-publicidad-2-1920x1190.jpg");
}
.cid-uBR4f9q4DR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBR4f9q4DR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBR4f9q4DR .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uBR4f9q4DR .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBR4f9q4DR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBR4f9q4DR .container {
    padding: 0 20px;
  }
}
.cid-uBR4f9q4DR .row {
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uBR4f9q4DR .row {
    min-height: 450px;
  }
}
.cid-uBRb890ahy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBRb890ahy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRb890ahy .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-uBRb890ahy .container {
    padding: 0 16px;
  }
}
.cid-uBRb890ahy .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBRb890ahy .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBRb890ahy .item {
  margin-bottom: 32px;
}
.cid-uBRb890ahy .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uBRb890ahy .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-uBRb890ahy .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-uBRb890ahy .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uBRb890ahy .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-uBRb890ahy .mbr-section-title {
  color: #407cae;
  text-align: left;
}
.cid-uBRb890ahy .card-title {
  color: #f4f4f4;
}
.cid-uBRb890ahy .card-text {
  color: #c1c1c1;
}
.cid-uBRb890ahy .card-text,
.cid-uBRb890ahy .text-wrap {
  color: #8fa3b4;
  text-align: left;
}
.cid-uBRb890ahy .card-title,
.cid-uBRb890ahy .title-wrapper {
  text-align: left;
  color: #407cae;
}
.cid-uBR4faBqwX {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #8fa3b4;
}
.cid-uBR4fb5zMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBR4fb5zMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBR4fb5zMC .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-uBR4fb5zMC .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBR4fb5zMC .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBR4fb5zMC .row {
  justify-content: space-between;
}
.cid-uBR4fb5zMC .item {
  border-bottom: 1px solid #83b2d1;
}
.cid-uBR4fb5zMC .item:first-child {
  border-top: 1px solid #83b2d1;
}
.cid-uBR4fb5zMC .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uBR4fb5zMC .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-uBR4fb5zMC .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBR4fb5zMC .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBR4fb5zMC .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uBR4fb5zMC .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-uBR4fb5zMC .card-title {
  color: #407cae;
}
.cid-uBR4fb5zMC .card-text {
  color: #71818e;
}
.cid-uBR4fbO0hZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBR4fbO0hZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBR4fbO0hZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBR4fbO0hZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uBR4fbO0hZ .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uBR4fbO0hZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBR4fbO0hZ .container {
    padding: 0 16px;
  }
}
.cid-uBR4fbO0hZ .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBR4fbO0hZ .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBR4fbO0hZ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBR4fbO0hZ .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBR4fbO0hZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uBR4fbO0hZ .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uBR4fbO0hZ .content-wrapper {
    margin: 0;
  }
}
.cid-uBR4fbO0hZ .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uBR4fbO0hZ .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uBR4fbO0hZ .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #9bd27e, #9bd27e);
}
.cid-uBR4fbO0hZ .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uBR4fbO0hZ .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uBR4fbO0hZ .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uBR4fbO0hZ .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uBR4fbO0hZ .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uBR4fbO0hZ .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uBR4fbO0hZ .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uBR4fbO0hZ .dragArea.row .form-group .form-control:hover,
.cid-uBR4fbO0hZ .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uBR4fbO0hZ .dragArea.row .form-group .form-control::placeholder {
  color: #14389a;
  opacity: .7;
}
.cid-uBR4fbO0hZ .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uBR4fbO0hZ .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uBR4fbO0hZ .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #14389a;
  border-radius: 0;
}
.cid-uBR4fbO0hZ .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #14389a;
}
.cid-uBR4fbO0hZ .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uBR4fbO0hZ .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBR4fbO0hZ .mbr-section-title {
  color: #1c1c1c;
}
.cid-uBR4fbO0hZ .mbr-desc {
  color: #1c1c1c;
}
.cid-uBR4fbO0hZ .mbr-text {
  color: #1c1c1c;
}
.cid-uBR4fbO0hZ P {
  color: #407cae;
}
.cid-uBR4fbO0hZ H5 {
  color: #407cae;
}
.cid-uBRkIdB2na {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRkIdB2na .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRkIdB2na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRkIdB2na .col-12 {
  position: relative;
}
.cid-uBRkIdB2na img {
  max-width: 800px;
  margin: auto;
}
.cid-uBRkIdB2na .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uBRkIdB2na .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBRkIdB2na .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBRkIdB2na .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBRkIdB2na .mbr-section-title {
  color: #000000;
}
.cid-uBR4fd21r8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBR4fd21r8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBR4fd21r8 .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-uBR4fd21r8 .container {
    padding: 0 16px;
  }
}
.cid-uBR4fd21r8 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uBR4fd21r8 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBR4fd21r8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBR4fd21r8 .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uBR4fd21r8 .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-uBR4fd21r8 .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uBR4fd21r8 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBR4fd21r8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uBR4fd21r8 .nav-wrapper .list .item-wrap:hover::before,
.cid-uBR4fd21r8 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBR4fd21r8 .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-uBR4fd21r8 .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #1c1c1c;
  text-align: center;
}
.cid-uBR4fd21r8 .mbr-section-title {
  color: #407cae;
}
.cid-uBR4fd21r8 .list {
  color: #1c1c1c;
}
.cid-uBR4fd21r8 .list,
.cid-uBR4fd21r8 .item-wrap,
.cid-uBR4fd21r8 .nav-wrapper {
  text-align: right;
}
.cid-uBRd5gqnNU {
  background-color: transparent;
}
.cid-uBRd5gqnNU .navbar-dropdown {
  background: #83b2d1 !important;
  padding: 0;
}
.cid-uBRd5gqnNU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #83b2d1 !important;
  background: #83b2d1;
}
.cid-uBRd5gqnNU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBRd5gqnNU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBRd5gqnNU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBRd5gqnNU .menu_box .navbar.opened,
  .cid-uBRd5gqnNU .menu_box .navbar-collapse {
    background-color: #83b2d1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBRd5gqnNU .navbar-dropdown {
  position: relative !important;
}
.cid-uBRd5gqnNU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBRd5gqnNU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRd5gqnNU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBRd5gqnNU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBRd5gqnNU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBRd5gqnNU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uBRd5gqnNU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBRd5gqnNU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBRd5gqnNU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBRd5gqnNU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBRd5gqnNU .offcanvas-body .mbr-text,
  .cid-uBRd5gqnNU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBRd5gqnNU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBRd5gqnNU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBRd5gqnNU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBRd5gqnNU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBRd5gqnNU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBRd5gqnNU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBRd5gqnNU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBRd5gqnNU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBRd5gqnNU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBRd5gqnNU .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-uBRd5gqnNU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBRd5gqnNU 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-uBRd5gqnNU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBRd5gqnNU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBRd5gqnNU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBRd5gqnNU .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uBRd5gqnNU .nav-item {
    margin: 0 !important;
  }
}
.cid-uBRd5gqnNU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uBRd5gqnNU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBRd5gqnNU .nav-item .nav-link:hover::before,
.cid-uBRd5gqnNU .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBRd5gqnNU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBRd5gqnNU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBRd5gqnNU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBRd5gqnNU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBRd5gqnNU .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-uBRd5gqnNU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBRd5gqnNU .offcanvas_box {
    display: none;
  }
}
.cid-uBRd5gqnNU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBRd5gqnNU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBRd5gqnNU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBRd5gqnNU .container {
  display: flex;
  margin: auto;
}
.cid-uBRd5gqnNU .iconfont-wrapper {
  color: #202020;
  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-uBRd5gqnNU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBRd5gqnNU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBRd5gqnNU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBRd5gqnNU .navbar-nav {
    margin: 0;
  }
}
.cid-uBRd5gqnNU .dropdown-menu,
.cid-uBRd5gqnNU .navbar.opened {
  background-color: true !important;
}
.cid-uBRd5gqnNU .nav-item:focus,
.cid-uBRd5gqnNU .nav-link:focus {
  outline: none;
}
.cid-uBRd5gqnNU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBRd5gqnNU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBRd5gqnNU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBRd5gqnNU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBRd5gqnNU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBRd5gqnNU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBRd5gqnNU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBRd5gqnNU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBRd5gqnNU .navbar.opened {
  transition: all 0.3s;
}
.cid-uBRd5gqnNU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBRd5gqnNU .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uBRd5gqnNU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBRd5gqnNU .navbar.collapsed {
  justify-content: center;
}
.cid-uBRd5gqnNU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBRd5gqnNU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBRd5gqnNU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBRd5gqnNU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBRd5gqnNU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBRd5gqnNU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBRd5gqnNU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBRd5gqnNU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBRd5gqnNU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBRd5gqnNU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBRd5gqnNU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBRd5gqnNU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBRd5gqnNU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBRd5gqnNU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBRd5gqnNU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBRd5gqnNU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBRd5gqnNU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBRd5gqnNU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBRd5gqnNU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBRd5gqnNU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBRd5gqnNU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBRd5gqnNU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBRd5gqnNU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBRd5gqnNU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBRd5gqnNU .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-uBRd5gqnNU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBRd5gqnNU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBRd5gqnNU .dropdown-item.active,
.cid-uBRd5gqnNU .dropdown-item:active {
  background-color: transparent;
}
.cid-uBRd5gqnNU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBRd5gqnNU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBRd5gqnNU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBRd5gqnNU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBRd5gqnNU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBRd5gqnNU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBRd5gqnNU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #83b2d1;
  background: #71818e;
}
.cid-uBRd5gqnNU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBRd5gqnNU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBRd5gqnNU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRd5gqnNU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRd5gqnNU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBRd5gqnNU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRd5gqnNU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBRd5gqnNU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBRd5gqnNU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRd5gqnNU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBRd5gqnNU .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-uBRd5gqnNU .navbar {
    height: 70px;
  }
  .cid-uBRd5gqnNU .navbar.opened {
    height: auto;
  }
  .cid-uBRd5gqnNU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBRd5gqnNU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBRd5gqnNU .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uBRd5gqnNU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBRd5gqnNU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBRd5gqnNU .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uBRd5gqnNU .navbar-caption:hover {
  color: #14389a;
}
@media (min-width: 992px) {
  .cid-uBRd5gqnNU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBRd5gqnNU .text_widget {
  margin-bottom: 32px;
}
.cid-uBRd5gqnNU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBRd5gqnNU .text_widget a:hover,
.cid-uBRd5gqnNU .text_widget a:focus {
  opacity: .8;
}
.cid-uBRd5gqnNU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBRd5gqnNU .navbar-caption {
  color: #ffffff;
}
.cid-uBRd5gqnNU .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uBRd5gqnNU .mbr-section-subtitle,
.cid-uBRd5gqnNU .text_widget,
.cid-uBRd5gqnNU .mbr-section-btn {
  text-align: center;
}
.cid-uBRd5gqnNU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBRd5h7qd3 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-1920x1536.png");
}
.cid-uBRd5h7qd3 .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uBRd5h7qd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRd5h7qd3 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBRd5h7qd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBRd5h7qd3 {
    align-items: flex-end;
  }
  .cid-uBRd5h7qd3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRd5h7qd3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRd5h7qd3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBRd5h7qd3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRd5h7qd3 .content-wrap {
    width: 100%;
  }
}
.cid-uBRd5h7qd3 .mbr-section-subtitle,
.cid-uBRd5h7qd3 .line {
  color: #ffffff;
}
.cid-uBRd5h7qd3 .mbr-text,
.cid-uBRd5h7qd3 .mbr-section-btn {
  text-align: right;
}
.cid-uBRe6hETk8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBRe6hETk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRe6hETk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRe6hETk8 .card {
  justify-content: flex-end;
}
.cid-uBRe6hETk8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBRe6hETk8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBRe6hETk8 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBRe6hETk8 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uBRe6hETk8 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBRe6hETk8 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBRe6hETk8 .mbr-section-title {
  color: #83b2d1;
}
.cid-uBRe6hETk8 .mbr-desc {
  color: #000000;
}
.cid-uBRe6hETk8 .mbr-text,
.cid-uBRe6hETk8 .text-wrapper {
  color: #536778;
}
.cid-uBRd5kW6i5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBRd5kW6i5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRd5kW6i5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRd5kW6i5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uBRd5kW6i5 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uBRd5kW6i5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBRd5kW6i5 .container {
    padding: 0 16px;
  }
}
.cid-uBRd5kW6i5 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBRd5kW6i5 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBRd5kW6i5 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBRd5kW6i5 .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBRd5kW6i5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uBRd5kW6i5 .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uBRd5kW6i5 .content-wrapper {
    margin: 0;
  }
}
.cid-uBRd5kW6i5 .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uBRd5kW6i5 .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uBRd5kW6i5 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #9bd27e, #9bd27e);
}
.cid-uBRd5kW6i5 .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uBRd5kW6i5 .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uBRd5kW6i5 .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uBRd5kW6i5 .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uBRd5kW6i5 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uBRd5kW6i5 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uBRd5kW6i5 .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uBRd5kW6i5 .dragArea.row .form-group .form-control:hover,
.cid-uBRd5kW6i5 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uBRd5kW6i5 .dragArea.row .form-group .form-control::placeholder {
  color: #14389a;
  opacity: .7;
}
.cid-uBRd5kW6i5 .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uBRd5kW6i5 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uBRd5kW6i5 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #14389a;
  border-radius: 0;
}
.cid-uBRd5kW6i5 .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #14389a;
}
.cid-uBRd5kW6i5 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uBRd5kW6i5 .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBRd5kW6i5 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uBRd5kW6i5 .mbr-desc {
  color: #1c1c1c;
}
.cid-uBRd5kW6i5 .mbr-text {
  color: #1c1c1c;
}
.cid-uBRd5kW6i5 P {
  color: #407cae;
}
.cid-uBRd5kW6i5 H5 {
  color: #407cae;
}
.cid-uBRkA8f7SC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRkA8f7SC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRkA8f7SC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRkA8f7SC .col-12 {
  position: relative;
}
.cid-uBRkA8f7SC img {
  max-width: 800px;
  margin: auto;
}
.cid-uBRkA8f7SC .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uBRkA8f7SC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBRkA8f7SC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBRkA8f7SC .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBRkA8f7SC .mbr-section-title {
  color: #000000;
}
.cid-uBRd5lsFIi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRd5lsFIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRd5lsFIi .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-uBRd5lsFIi .container {
    padding: 0 16px;
  }
}
.cid-uBRd5lsFIi .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uBRd5lsFIi .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBRd5lsFIi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBRd5lsFIi .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uBRd5lsFIi .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-uBRd5lsFIi .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uBRd5lsFIi .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBRd5lsFIi .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uBRd5lsFIi .nav-wrapper .list .item-wrap:hover::before,
.cid-uBRd5lsFIi .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBRd5lsFIi .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-uBRd5lsFIi .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #1c1c1c;
  text-align: center;
}
.cid-uBRd5lsFIi .mbr-section-title {
  color: #407cae;
}
.cid-uBRd5lsFIi .list {
  color: #1c1c1c;
}
.cid-uBRd5lsFIi .list,
.cid-uBRd5lsFIi .item-wrap,
.cid-uBRd5lsFIi .nav-wrapper {
  text-align: right;
}
.cid-uBRf9DuJ9u {
  background-color: transparent;
}
.cid-uBRf9DuJ9u .navbar-dropdown {
  background: #83b2d1 !important;
  padding: 0;
}
.cid-uBRf9DuJ9u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #83b2d1 !important;
  background: #83b2d1;
}
.cid-uBRf9DuJ9u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBRf9DuJ9u .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBRf9DuJ9u .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBRf9DuJ9u .menu_box .navbar.opened,
  .cid-uBRf9DuJ9u .menu_box .navbar-collapse {
    background-color: #83b2d1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBRf9DuJ9u .navbar-dropdown {
  position: relative !important;
}
.cid-uBRf9DuJ9u .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBRf9DuJ9u .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRf9DuJ9u .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBRf9DuJ9u .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBRf9DuJ9u .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBRf9DuJ9u .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uBRf9DuJ9u .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBRf9DuJ9u .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBRf9DuJ9u .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBRf9DuJ9u .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBRf9DuJ9u .offcanvas-body .mbr-text,
  .cid-uBRf9DuJ9u .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBRf9DuJ9u .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBRf9DuJ9u .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBRf9DuJ9u .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBRf9DuJ9u .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBRf9DuJ9u .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBRf9DuJ9u .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBRf9DuJ9u .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBRf9DuJ9u ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBRf9DuJ9u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBRf9DuJ9u .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-uBRf9DuJ9u .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBRf9DuJ9u 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-uBRf9DuJ9u .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBRf9DuJ9u .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBRf9DuJ9u .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBRf9DuJ9u .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uBRf9DuJ9u .nav-item {
    margin: 0 !important;
  }
}
.cid-uBRf9DuJ9u .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uBRf9DuJ9u .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBRf9DuJ9u .nav-item .nav-link:hover::before,
.cid-uBRf9DuJ9u .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBRf9DuJ9u .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBRf9DuJ9u .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBRf9DuJ9u .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBRf9DuJ9u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBRf9DuJ9u .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-uBRf9DuJ9u .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBRf9DuJ9u .offcanvas_box {
    display: none;
  }
}
.cid-uBRf9DuJ9u .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBRf9DuJ9u .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBRf9DuJ9u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBRf9DuJ9u .container {
  display: flex;
  margin: auto;
}
.cid-uBRf9DuJ9u .iconfont-wrapper {
  color: #202020;
  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-uBRf9DuJ9u .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBRf9DuJ9u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBRf9DuJ9u .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBRf9DuJ9u .navbar-nav {
    margin: 0;
  }
}
.cid-uBRf9DuJ9u .dropdown-menu,
.cid-uBRf9DuJ9u .navbar.opened {
  background-color: true !important;
}
.cid-uBRf9DuJ9u .nav-item:focus,
.cid-uBRf9DuJ9u .nav-link:focus {
  outline: none;
}
.cid-uBRf9DuJ9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBRf9DuJ9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBRf9DuJ9u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBRf9DuJ9u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBRf9DuJ9u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBRf9DuJ9u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBRf9DuJ9u .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBRf9DuJ9u .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBRf9DuJ9u .navbar.opened {
  transition: all 0.3s;
}
.cid-uBRf9DuJ9u .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBRf9DuJ9u .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uBRf9DuJ9u .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBRf9DuJ9u .navbar.collapsed {
  justify-content: center;
}
.cid-uBRf9DuJ9u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBRf9DuJ9u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBRf9DuJ9u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBRf9DuJ9u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBRf9DuJ9u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBRf9DuJ9u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBRf9DuJ9u .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBRf9DuJ9u .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBRf9DuJ9u .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBRf9DuJ9u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBRf9DuJ9u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBRf9DuJ9u .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBRf9DuJ9u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBRf9DuJ9u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBRf9DuJ9u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBRf9DuJ9u .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBRf9DuJ9u .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBRf9DuJ9u .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBRf9DuJ9u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBRf9DuJ9u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBRf9DuJ9u .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBRf9DuJ9u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBRf9DuJ9u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBRf9DuJ9u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBRf9DuJ9u .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-uBRf9DuJ9u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBRf9DuJ9u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBRf9DuJ9u .dropdown-item.active,
.cid-uBRf9DuJ9u .dropdown-item:active {
  background-color: transparent;
}
.cid-uBRf9DuJ9u .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBRf9DuJ9u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBRf9DuJ9u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBRf9DuJ9u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBRf9DuJ9u ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBRf9DuJ9u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBRf9DuJ9u button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #83b2d1;
  background: #71818e;
}
.cid-uBRf9DuJ9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBRf9DuJ9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBRf9DuJ9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRf9DuJ9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRf9DuJ9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBRf9DuJ9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRf9DuJ9u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBRf9DuJ9u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBRf9DuJ9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRf9DuJ9u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBRf9DuJ9u .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-uBRf9DuJ9u .navbar {
    height: 70px;
  }
  .cid-uBRf9DuJ9u .navbar.opened {
    height: auto;
  }
  .cid-uBRf9DuJ9u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBRf9DuJ9u .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBRf9DuJ9u .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uBRf9DuJ9u .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBRf9DuJ9u .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBRf9DuJ9u .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uBRf9DuJ9u .navbar-caption:hover {
  color: #14389a;
}
@media (min-width: 992px) {
  .cid-uBRf9DuJ9u .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBRf9DuJ9u .text_widget {
  margin-bottom: 32px;
}
.cid-uBRf9DuJ9u .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBRf9DuJ9u .text_widget a:hover,
.cid-uBRf9DuJ9u .text_widget a:focus {
  opacity: .8;
}
.cid-uBRf9DuJ9u .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBRf9DuJ9u .navbar-caption {
  color: #ffffff;
}
.cid-uBRf9DuJ9u .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uBRf9DuJ9u .mbr-section-subtitle,
.cid-uBRf9DuJ9u .text_widget,
.cid-uBRf9DuJ9u .mbr-section-btn {
  text-align: center;
}
.cid-uBRf9DuJ9u a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBRf9G1wSt {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uBRf9G1wSt .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uBRf9G1wSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRf9G1wSt .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBRf9G1wSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBRf9G1wSt {
    align-items: flex-end;
  }
  .cid-uBRf9G1wSt .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRf9G1wSt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRf9G1wSt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBRf9G1wSt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRf9G1wSt .content-wrap {
    width: 100%;
  }
}
.cid-uBRf9G1wSt .mbr-section-subtitle,
.cid-uBRf9G1wSt .line {
  color: #ffffff;
}
.cid-uBRf9G1wSt .mbr-text,
.cid-uBRf9G1wSt .mbr-section-btn {
  text-align: right;
}
.cid-uBRf9GzD4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBRf9GzD4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRf9GzD4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRf9GzD4u .card {
  justify-content: flex-end;
}
.cid-uBRf9GzD4u .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBRf9GzD4u .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBRf9GzD4u .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBRf9GzD4u .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uBRf9GzD4u .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBRf9GzD4u .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBRf9GzD4u .mbr-section-title {
  color: #83b2d1;
}
.cid-uBRf9GzD4u .mbr-desc {
  color: #000000;
}
.cid-uBRf9GzD4u .mbr-text,
.cid-uBRf9GzD4u .text-wrapper {
  color: #536778;
}
.cid-uBRmSUqnFs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRmSUqnFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRmSUqnFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRmSUqnFs .col-12 {
  position: relative;
}
.cid-uBRmSUqnFs img {
  max-width: 800px;
  margin: auto;
}
.cid-uBRmSUqnFs .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uBRmSUqnFs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBRmSUqnFs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBRmSUqnFs .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBRmSUqnFs .mbr-section-title {
  color: #000000;
}
.cid-uBRf9HDnaF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRf9HDnaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRf9HDnaF .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-uBRf9HDnaF .container {
    padding: 0 16px;
  }
}
.cid-uBRf9HDnaF .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uBRf9HDnaF .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBRf9HDnaF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBRf9HDnaF .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uBRf9HDnaF .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-uBRf9HDnaF .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uBRf9HDnaF .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBRf9HDnaF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uBRf9HDnaF .nav-wrapper .list .item-wrap:hover::before,
.cid-uBRf9HDnaF .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBRf9HDnaF .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-uBRf9HDnaF .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #1c1c1c;
  text-align: center;
}
.cid-uBRf9HDnaF .mbr-section-title {
  color: #407cae;
}
.cid-uBRf9HDnaF .list {
  color: #1c1c1c;
}
.cid-uBRf9HDnaF .list,
.cid-uBRf9HDnaF .item-wrap,
.cid-uBRf9HDnaF .nav-wrapper {
  text-align: right;
}
.cid-uBRhzLoB8K {
  background-color: transparent;
}
.cid-uBRhzLoB8K .navbar-dropdown {
  background: #83b2d1 !important;
  padding: 0;
}
.cid-uBRhzLoB8K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #83b2d1 !important;
  background: #83b2d1;
}
.cid-uBRhzLoB8K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBRhzLoB8K .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBRhzLoB8K .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBRhzLoB8K .menu_box .navbar.opened,
  .cid-uBRhzLoB8K .menu_box .navbar-collapse {
    background-color: #83b2d1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBRhzLoB8K .navbar-dropdown {
  position: relative !important;
}
.cid-uBRhzLoB8K .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBRhzLoB8K .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRhzLoB8K .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBRhzLoB8K .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBRhzLoB8K .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBRhzLoB8K .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uBRhzLoB8K .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBRhzLoB8K .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBRhzLoB8K .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBRhzLoB8K .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBRhzLoB8K .offcanvas-body .mbr-text,
  .cid-uBRhzLoB8K .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBRhzLoB8K .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBRhzLoB8K .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBRhzLoB8K .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBRhzLoB8K .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBRhzLoB8K .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBRhzLoB8K .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBRhzLoB8K .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBRhzLoB8K ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBRhzLoB8K .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBRhzLoB8K .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-uBRhzLoB8K .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBRhzLoB8K 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-uBRhzLoB8K .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBRhzLoB8K .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBRhzLoB8K .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBRhzLoB8K .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uBRhzLoB8K .nav-item {
    margin: 0 !important;
  }
}
.cid-uBRhzLoB8K .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uBRhzLoB8K .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBRhzLoB8K .nav-item .nav-link:hover::before,
.cid-uBRhzLoB8K .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBRhzLoB8K .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBRhzLoB8K .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBRhzLoB8K .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBRhzLoB8K .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBRhzLoB8K .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-uBRhzLoB8K .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBRhzLoB8K .offcanvas_box {
    display: none;
  }
}
.cid-uBRhzLoB8K .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBRhzLoB8K .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBRhzLoB8K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBRhzLoB8K .container {
  display: flex;
  margin: auto;
}
.cid-uBRhzLoB8K .iconfont-wrapper {
  color: #202020;
  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-uBRhzLoB8K .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBRhzLoB8K .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBRhzLoB8K .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBRhzLoB8K .navbar-nav {
    margin: 0;
  }
}
.cid-uBRhzLoB8K .dropdown-menu,
.cid-uBRhzLoB8K .navbar.opened {
  background-color: true !important;
}
.cid-uBRhzLoB8K .nav-item:focus,
.cid-uBRhzLoB8K .nav-link:focus {
  outline: none;
}
.cid-uBRhzLoB8K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBRhzLoB8K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBRhzLoB8K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBRhzLoB8K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBRhzLoB8K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBRhzLoB8K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBRhzLoB8K .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBRhzLoB8K .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBRhzLoB8K .navbar.opened {
  transition: all 0.3s;
}
.cid-uBRhzLoB8K .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBRhzLoB8K .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uBRhzLoB8K .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBRhzLoB8K .navbar.collapsed {
  justify-content: center;
}
.cid-uBRhzLoB8K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBRhzLoB8K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBRhzLoB8K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBRhzLoB8K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBRhzLoB8K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBRhzLoB8K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBRhzLoB8K .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBRhzLoB8K .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBRhzLoB8K .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBRhzLoB8K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBRhzLoB8K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBRhzLoB8K .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBRhzLoB8K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBRhzLoB8K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBRhzLoB8K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBRhzLoB8K .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBRhzLoB8K .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBRhzLoB8K .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBRhzLoB8K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBRhzLoB8K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBRhzLoB8K .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBRhzLoB8K .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBRhzLoB8K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBRhzLoB8K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBRhzLoB8K .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-uBRhzLoB8K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBRhzLoB8K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBRhzLoB8K .dropdown-item.active,
.cid-uBRhzLoB8K .dropdown-item:active {
  background-color: transparent;
}
.cid-uBRhzLoB8K .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBRhzLoB8K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBRhzLoB8K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBRhzLoB8K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBRhzLoB8K ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBRhzLoB8K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBRhzLoB8K button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #83b2d1;
  background: #71818e;
}
.cid-uBRhzLoB8K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBRhzLoB8K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBRhzLoB8K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRhzLoB8K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRhzLoB8K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBRhzLoB8K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRhzLoB8K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBRhzLoB8K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBRhzLoB8K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRhzLoB8K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBRhzLoB8K .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-uBRhzLoB8K .navbar {
    height: 70px;
  }
  .cid-uBRhzLoB8K .navbar.opened {
    height: auto;
  }
  .cid-uBRhzLoB8K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBRhzLoB8K .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBRhzLoB8K .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uBRhzLoB8K .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBRhzLoB8K .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBRhzLoB8K .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uBRhzLoB8K .navbar-caption:hover {
  color: #14389a;
}
@media (min-width: 992px) {
  .cid-uBRhzLoB8K .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBRhzLoB8K .text_widget {
  margin-bottom: 32px;
}
.cid-uBRhzLoB8K .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBRhzLoB8K .text_widget a:hover,
.cid-uBRhzLoB8K .text_widget a:focus {
  opacity: .8;
}
.cid-uBRhzLoB8K .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBRhzLoB8K .navbar-caption {
  color: #ffffff;
}
.cid-uBRhzLoB8K .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uBRhzLoB8K .mbr-section-subtitle,
.cid-uBRhzLoB8K .text_widget,
.cid-uBRhzLoB8K .mbr-section-btn {
  text-align: center;
}
.cid-uBRhzLoB8K a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBRhzMuTD2 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uBRhzMuTD2 .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uBRhzMuTD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRhzMuTD2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBRhzMuTD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBRhzMuTD2 {
    align-items: flex-end;
  }
  .cid-uBRhzMuTD2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRhzMuTD2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRhzMuTD2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBRhzMuTD2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRhzMuTD2 .content-wrap {
    width: 100%;
  }
}
.cid-uBRhzMuTD2 .mbr-section-subtitle,
.cid-uBRhzMuTD2 .line {
  color: #ffffff;
}
.cid-uBRhzMuTD2 .mbr-text,
.cid-uBRhzMuTD2 .mbr-section-btn {
  text-align: right;
}
.cid-uBRhzN8V76 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBRhzN8V76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRhzN8V76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRhzN8V76 .card {
  justify-content: flex-end;
}
.cid-uBRhzN8V76 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBRhzN8V76 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBRhzN8V76 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBRhzN8V76 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uBRhzN8V76 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBRhzN8V76 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBRhzN8V76 .mbr-section-title {
  color: #83b2d1;
}
.cid-uBRhzN8V76 .mbr-desc {
  color: #000000;
}
.cid-uBRhzN8V76 .mbr-text,
.cid-uBRhzN8V76 .text-wrapper {
  color: #536778;
}
.cid-uBRmWKAmSS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRmWKAmSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRmWKAmSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRmWKAmSS .col-12 {
  position: relative;
}
.cid-uBRmWKAmSS img {
  max-width: 800px;
  margin: auto;
}
.cid-uBRmWKAmSS .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uBRmWKAmSS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBRmWKAmSS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBRmWKAmSS .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBRmWKAmSS .mbr-section-title {
  color: #000000;
}
.cid-uBRhzOJ0YW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRhzOJ0YW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRhzOJ0YW .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-uBRhzOJ0YW .container {
    padding: 0 16px;
  }
}
.cid-uBRhzOJ0YW .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uBRhzOJ0YW .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBRhzOJ0YW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBRhzOJ0YW .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uBRhzOJ0YW .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-uBRhzOJ0YW .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uBRhzOJ0YW .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBRhzOJ0YW .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uBRhzOJ0YW .nav-wrapper .list .item-wrap:hover::before,
.cid-uBRhzOJ0YW .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBRhzOJ0YW .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-uBRhzOJ0YW .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #1c1c1c;
  text-align: center;
}
.cid-uBRhzOJ0YW .mbr-section-title {
  color: #407cae;
}
.cid-uBRhzOJ0YW .list {
  color: #1c1c1c;
}
.cid-uBRhzOJ0YW .list,
.cid-uBRhzOJ0YW .item-wrap,
.cid-uBRhzOJ0YW .nav-wrapper {
  text-align: right;
}
.cid-uBRimuvHGZ {
  background-color: transparent;
}
.cid-uBRimuvHGZ .navbar-dropdown {
  background: #83b2d1 !important;
  padding: 0;
}
.cid-uBRimuvHGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #83b2d1 !important;
  background: #83b2d1;
}
.cid-uBRimuvHGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBRimuvHGZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBRimuvHGZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBRimuvHGZ .menu_box .navbar.opened,
  .cid-uBRimuvHGZ .menu_box .navbar-collapse {
    background-color: #83b2d1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBRimuvHGZ .navbar-dropdown {
  position: relative !important;
}
.cid-uBRimuvHGZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBRimuvHGZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRimuvHGZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBRimuvHGZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBRimuvHGZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBRimuvHGZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uBRimuvHGZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBRimuvHGZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBRimuvHGZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBRimuvHGZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBRimuvHGZ .offcanvas-body .mbr-text,
  .cid-uBRimuvHGZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBRimuvHGZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBRimuvHGZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBRimuvHGZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBRimuvHGZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBRimuvHGZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBRimuvHGZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBRimuvHGZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBRimuvHGZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBRimuvHGZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBRimuvHGZ .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-uBRimuvHGZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBRimuvHGZ 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-uBRimuvHGZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBRimuvHGZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBRimuvHGZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBRimuvHGZ .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uBRimuvHGZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uBRimuvHGZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uBRimuvHGZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBRimuvHGZ .nav-item .nav-link:hover::before,
.cid-uBRimuvHGZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBRimuvHGZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBRimuvHGZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBRimuvHGZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBRimuvHGZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBRimuvHGZ .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-uBRimuvHGZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBRimuvHGZ .offcanvas_box {
    display: none;
  }
}
.cid-uBRimuvHGZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBRimuvHGZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBRimuvHGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBRimuvHGZ .container {
  display: flex;
  margin: auto;
}
.cid-uBRimuvHGZ .iconfont-wrapper {
  color: #202020;
  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-uBRimuvHGZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBRimuvHGZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBRimuvHGZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBRimuvHGZ .navbar-nav {
    margin: 0;
  }
}
.cid-uBRimuvHGZ .dropdown-menu,
.cid-uBRimuvHGZ .navbar.opened {
  background-color: true !important;
}
.cid-uBRimuvHGZ .nav-item:focus,
.cid-uBRimuvHGZ .nav-link:focus {
  outline: none;
}
.cid-uBRimuvHGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBRimuvHGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBRimuvHGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBRimuvHGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBRimuvHGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBRimuvHGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBRimuvHGZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBRimuvHGZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBRimuvHGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBRimuvHGZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBRimuvHGZ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uBRimuvHGZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBRimuvHGZ .navbar.collapsed {
  justify-content: center;
}
.cid-uBRimuvHGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBRimuvHGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBRimuvHGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBRimuvHGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBRimuvHGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBRimuvHGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBRimuvHGZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBRimuvHGZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBRimuvHGZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBRimuvHGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBRimuvHGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBRimuvHGZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBRimuvHGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBRimuvHGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBRimuvHGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBRimuvHGZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBRimuvHGZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBRimuvHGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBRimuvHGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBRimuvHGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBRimuvHGZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBRimuvHGZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBRimuvHGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBRimuvHGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBRimuvHGZ .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-uBRimuvHGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBRimuvHGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBRimuvHGZ .dropdown-item.active,
.cid-uBRimuvHGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBRimuvHGZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBRimuvHGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBRimuvHGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBRimuvHGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBRimuvHGZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBRimuvHGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBRimuvHGZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #83b2d1;
  background: #71818e;
}
.cid-uBRimuvHGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBRimuvHGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBRimuvHGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRimuvHGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRimuvHGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBRimuvHGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRimuvHGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBRimuvHGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBRimuvHGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRimuvHGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBRimuvHGZ .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-uBRimuvHGZ .navbar {
    height: 70px;
  }
  .cid-uBRimuvHGZ .navbar.opened {
    height: auto;
  }
  .cid-uBRimuvHGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBRimuvHGZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBRimuvHGZ .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uBRimuvHGZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBRimuvHGZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBRimuvHGZ .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uBRimuvHGZ .navbar-caption:hover {
  color: #14389a;
}
@media (min-width: 992px) {
  .cid-uBRimuvHGZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBRimuvHGZ .text_widget {
  margin-bottom: 32px;
}
.cid-uBRimuvHGZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBRimuvHGZ .text_widget a:hover,
.cid-uBRimuvHGZ .text_widget a:focus {
  opacity: .8;
}
.cid-uBRimuvHGZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBRimuvHGZ .navbar-caption {
  color: #ffffff;
}
.cid-uBRimuvHGZ .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uBRimuvHGZ .mbr-section-subtitle,
.cid-uBRimuvHGZ .text_widget,
.cid-uBRimuvHGZ .mbr-section-btn {
  text-align: center;
}
.cid-uBRimuvHGZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBRimwhL9m {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uBRimwhL9m .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uBRimwhL9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRimwhL9m .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBRimwhL9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBRimwhL9m {
    align-items: flex-end;
  }
  .cid-uBRimwhL9m .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRimwhL9m .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRimwhL9m {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBRimwhL9m .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRimwhL9m .content-wrap {
    width: 100%;
  }
}
.cid-uBRimwhL9m .mbr-section-subtitle,
.cid-uBRimwhL9m .line {
  color: #ffffff;
  text-align: center;
}
.cid-uBRimwhL9m .mbr-text,
.cid-uBRimwhL9m .mbr-section-btn {
  text-align: left;
}
.cid-uBRiHCYbzB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRiHCYbzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRiHCYbzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRiHCYbzB .col-12 {
  position: relative;
}
.cid-uBRiHCYbzB img {
  max-width: 800px;
  margin: auto;
}
.cid-uBRiHCYbzB .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uBRiHCYbzB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBRiHCYbzB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBRiHCYbzB .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBRiHCYbzB .mbr-section-title {
  color: #000000;
}
.cid-uBRimynKym {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRimynKym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRimynKym .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-uBRimynKym .container {
    padding: 0 16px;
  }
}
.cid-uBRimynKym .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uBRimynKym .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBRimynKym .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBRimynKym .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uBRimynKym .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-uBRimynKym .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uBRimynKym .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBRimynKym .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uBRimynKym .nav-wrapper .list .item-wrap:hover::before,
.cid-uBRimynKym .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBRimynKym .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-uBRimynKym .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #1c1c1c;
  text-align: center;
}
.cid-uBRimynKym .mbr-section-title {
  color: #407cae;
}
.cid-uBRimynKym .list {
  color: #1c1c1c;
}
.cid-uBRimynKym .list,
.cid-uBRimynKym .item-wrap,
.cid-uBRimynKym .nav-wrapper {
  text-align: right;
}
.cid-uBQdG7nbzi {
  background-color: transparent;
}
.cid-uBQdG7nbzi .navbar-dropdown {
  background: #83b2d1 !important;
  padding: 0;
}
.cid-uBQdG7nbzi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #83b2d1 !important;
  background: #83b2d1;
}
.cid-uBQdG7nbzi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBQdG7nbzi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBQdG7nbzi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBQdG7nbzi .menu_box .navbar.opened,
  .cid-uBQdG7nbzi .menu_box .navbar-collapse {
    background-color: #83b2d1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBQdG7nbzi .navbar-dropdown {
  position: relative !important;
}
.cid-uBQdG7nbzi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBQdG7nbzi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBQdG7nbzi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBQdG7nbzi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBQdG7nbzi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBQdG7nbzi .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uBQdG7nbzi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBQdG7nbzi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBQdG7nbzi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBQdG7nbzi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBQdG7nbzi .offcanvas-body .mbr-text,
  .cid-uBQdG7nbzi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBQdG7nbzi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBQdG7nbzi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBQdG7nbzi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBQdG7nbzi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBQdG7nbzi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBQdG7nbzi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBQdG7nbzi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBQdG7nbzi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBQdG7nbzi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBQdG7nbzi .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-uBQdG7nbzi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBQdG7nbzi 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-uBQdG7nbzi .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBQdG7nbzi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBQdG7nbzi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBQdG7nbzi .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uBQdG7nbzi .nav-item {
    margin: 0 !important;
  }
}
.cid-uBQdG7nbzi .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uBQdG7nbzi .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBQdG7nbzi .nav-item .nav-link:hover::before,
.cid-uBQdG7nbzi .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBQdG7nbzi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBQdG7nbzi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBQdG7nbzi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBQdG7nbzi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBQdG7nbzi .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-uBQdG7nbzi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBQdG7nbzi .offcanvas_box {
    display: none;
  }
}
.cid-uBQdG7nbzi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBQdG7nbzi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBQdG7nbzi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBQdG7nbzi .container {
  display: flex;
  margin: auto;
}
.cid-uBQdG7nbzi .iconfont-wrapper {
  color: #202020;
  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-uBQdG7nbzi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBQdG7nbzi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBQdG7nbzi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBQdG7nbzi .navbar-nav {
    margin: 0;
  }
}
.cid-uBQdG7nbzi .dropdown-menu,
.cid-uBQdG7nbzi .navbar.opened {
  background-color: true !important;
}
.cid-uBQdG7nbzi .nav-item:focus,
.cid-uBQdG7nbzi .nav-link:focus {
  outline: none;
}
.cid-uBQdG7nbzi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBQdG7nbzi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBQdG7nbzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBQdG7nbzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQdG7nbzi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBQdG7nbzi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBQdG7nbzi .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBQdG7nbzi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBQdG7nbzi .navbar.opened {
  transition: all 0.3s;
}
.cid-uBQdG7nbzi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBQdG7nbzi .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uBQdG7nbzi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBQdG7nbzi .navbar.collapsed {
  justify-content: center;
}
.cid-uBQdG7nbzi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBQdG7nbzi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBQdG7nbzi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBQdG7nbzi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBQdG7nbzi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBQdG7nbzi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBQdG7nbzi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBQdG7nbzi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBQdG7nbzi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBQdG7nbzi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBQdG7nbzi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBQdG7nbzi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBQdG7nbzi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBQdG7nbzi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBQdG7nbzi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBQdG7nbzi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBQdG7nbzi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBQdG7nbzi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBQdG7nbzi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBQdG7nbzi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBQdG7nbzi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBQdG7nbzi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBQdG7nbzi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBQdG7nbzi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBQdG7nbzi .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-uBQdG7nbzi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBQdG7nbzi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBQdG7nbzi .dropdown-item.active,
.cid-uBQdG7nbzi .dropdown-item:active {
  background-color: transparent;
}
.cid-uBQdG7nbzi .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBQdG7nbzi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBQdG7nbzi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBQdG7nbzi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBQdG7nbzi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBQdG7nbzi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBQdG7nbzi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #83b2d1;
  background: #71818e;
}
.cid-uBQdG7nbzi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBQdG7nbzi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBQdG7nbzi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBQdG7nbzi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBQdG7nbzi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBQdG7nbzi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQdG7nbzi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBQdG7nbzi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBQdG7nbzi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQdG7nbzi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBQdG7nbzi .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-uBQdG7nbzi .navbar {
    height: 70px;
  }
  .cid-uBQdG7nbzi .navbar.opened {
    height: auto;
  }
  .cid-uBQdG7nbzi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBQdG7nbzi .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBQdG7nbzi .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uBQdG7nbzi .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBQdG7nbzi .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBQdG7nbzi .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uBQdG7nbzi .navbar-caption:hover {
  color: #14389a;
}
@media (min-width: 992px) {
  .cid-uBQdG7nbzi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBQdG7nbzi .text_widget {
  margin-bottom: 32px;
}
.cid-uBQdG7nbzi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBQdG7nbzi .text_widget a:hover,
.cid-uBQdG7nbzi .text_widget a:focus {
  opacity: .8;
}
.cid-uBQdG7nbzi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBQdG7nbzi .navbar-caption {
  color: #ffffff;
}
.cid-uBQdG7nbzi .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uBQdG7nbzi .mbr-section-subtitle,
.cid-uBQdG7nbzi .text_widget,
.cid-uBQdG7nbzi .mbr-section-btn {
  text-align: center;
}
.cid-uBQdG7nbzi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBQdG7Vcv3 {
  display: flex;
  background-image: url("../../../assets/images/vallas-publicitaria-h2o-diseno-de-publicidad-2-1920x1280.jpg");
}
.cid-uBQdG7Vcv3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uBQdG7Vcv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQdG7Vcv3 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBQdG7Vcv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBQdG7Vcv3 {
    align-items: flex-end;
  }
  .cid-uBQdG7Vcv3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBQdG7Vcv3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBQdG7Vcv3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBQdG7Vcv3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBQdG7Vcv3 .content-wrap {
    width: 100%;
  }
}
.cid-uBQdG7Vcv3 .mbr-section-subtitle,
.cid-uBQdG7Vcv3 .line {
  color: #ffffff;
}
.cid-uBQdG7Vcv3 .mbr-text,
.cid-uBQdG7Vcv3 .mbr-section-btn {
  text-align: right;
}
.cid-uBQdG8fdpD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBQdG8fdpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQdG8fdpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQdG8fdpD .row {
  justify-content: space-between;
}
.cid-uBQdG8fdpD .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBQdG8fdpD .content-wrapper {
    padding: 0;
  }
}
.cid-uBQdG8fdpD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBQdG8fdpD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBQdG8fdpD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBQdG8fdpD .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBQdG8fdpD .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBQdG8fdpD .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBQdG8fdpD .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBQdG8fdpD .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBQdG8fdpD .mbr-section-title {
  color: #000000;
}
.cid-uBQdG8fdpD .mbr-desc {
  color: #000000;
}
.cid-uBQdG8fdpD .mbr-text {
  color: #71818e;
  text-align: left;
}
.cid-uBQdG8fdpD .mbr-section-title,
.cid-uBQdG8fdpD .mbr-section-btn {
  text-align: left;
  color: #407cae;
}
.cid-uBQgtoGBYs {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBQgtoGBYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQgtoGBYs .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-uBQgtoGBYs .container {
    padding: 0 22px;
  }
}
.cid-uBQgtoGBYs .row {
  justify-content: space-between;
}
.cid-uBQgtoGBYs .row .card {
  justify-content: center;
}
.cid-uBQgtoGBYs .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBQgtoGBYs .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uBQgtoGBYs .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uBQgtoGBYs .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBQgtoGBYs .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uBQgtoGBYs .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uBQgtoGBYs .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #ff5753;
  margin-right: 55px;
}
.cid-uBQgtoGBYs .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-uBQgtoGBYs .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uBQgtoGBYs .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uBQgtoGBYs .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uBQgtoGBYs .mbr-section-title {
  color: #000000;
}
.cid-uBQgtoGBYs .mbr-text {
  color: #71818e;
}
.cid-uBQgtoGBYs .card-title {
  color: #ff5753;
}
.cid-uBQgtoGBYs .card-text {
  color: #71818e;
  text-align: right;
}
.cid-uBQgtoGBYs .card-title,
.cid-uBQgtoGBYs .iconfont-wrapper {
  color: #407cae;
  text-align: right;
}
.cid-uBQgtoGBYs .mbr-section-title,
.cid-uBQgtoGBYs .mbr-section-btn {
  color: #407cae;
}
.cid-uBRkSoCPi1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #8fa3b4;
}
.cid-uBQgIUpycn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/vallas-publicitaria-h2o-diseno-de-publicidad-1181x844.jpg");
}
.cid-uBQgIUpycn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQgIUpycn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQgIUpycn .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uBQgIUpycn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBQgIUpycn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBQgIUpycn .container {
    padding: 0 20px;
  }
}
.cid-uBQgIUpycn .row {
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uBQgIUpycn .row {
    min-height: 450px;
  }
}
.cid-uBR1D9EYDN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBR1D9EYDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBR1D9EYDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBR1D9EYDN .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uBR1D9EYDN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBR1D9EYDN .container {
    padding: 0 20px;
  }
}
.cid-uBR1D9EYDN .content-wrapper {
  padding: 60px;
  background-color: #8fa3b4;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uBR1D9EYDN .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-uBR1D9EYDN .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBR1D9EYDN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBR1D9EYDN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBR1D9EYDN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBR1D9EYDN .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uBR1D9EYDN .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-uBR1D9EYDN .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-uBR1D9EYDN .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-uBR1D9EYDN .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  border-left: 10px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-uBR1D9EYDN .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uBR1D9EYDN .mbr-section-title {
  color: #ffffff;
}
.cid-uBR1D9EYDN .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uBR1D9EYDN .mbr-text,
.cid-uBR1D9EYDN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uBR1D9EYDN .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBR1D9EYDN .mbr-section-title,
.cid-uBR1D9EYDN .mbr-section-btn,
.cid-uBR1D9EYDN .items-wrapper {
  text-align: center;
}
.cid-uBQdG8U6cl {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #8fa3b4;
}
.cid-uBQdGazTu3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBQdGazTu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQdGazTu3 .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-uBQdGazTu3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBQdGazTu3 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uBQdGazTu3 .row {
  justify-content: space-between;
}
.cid-uBQdGazTu3 .item {
  border-bottom: 1px solid #83b2d1;
}
.cid-uBQdGazTu3 .item:first-child {
  border-top: 1px solid #83b2d1;
}
.cid-uBQdGazTu3 .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uBQdGazTu3 .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-uBQdGazTu3 .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBQdGazTu3 .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBQdGazTu3 .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uBQdGazTu3 .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-uBQdGazTu3 .card-title {
  color: #407cae;
}
.cid-uBQdGazTu3 .card-text {
  color: #71818e;
}
.cid-uBQdGb1cgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBQdGb1cgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQdGb1cgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQdGb1cgC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uBQdGb1cgC .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uBQdGb1cgC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBQdGb1cgC .container {
    padding: 0 16px;
  }
}
.cid-uBQdGb1cgC .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBQdGb1cgC .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBQdGb1cgC .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBQdGb1cgC .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBQdGb1cgC .image-wrapper img {
    height: 350px;
  }
}
.cid-uBQdGb1cgC .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uBQdGb1cgC .content-wrapper {
    margin: 0;
  }
}
.cid-uBQdGb1cgC .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uBQdGb1cgC .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uBQdGb1cgC .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #9bd27e, #9bd27e);
}
.cid-uBQdGb1cgC .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uBQdGb1cgC .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uBQdGb1cgC .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uBQdGb1cgC .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uBQdGb1cgC .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uBQdGb1cgC .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uBQdGb1cgC .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uBQdGb1cgC .dragArea.row .form-group .form-control:hover,
.cid-uBQdGb1cgC .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uBQdGb1cgC .dragArea.row .form-group .form-control::placeholder {
  color: #14389a;
  opacity: .7;
}
.cid-uBQdGb1cgC .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uBQdGb1cgC .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uBQdGb1cgC .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #14389a;
  border-radius: 0;
}
.cid-uBQdGb1cgC .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #14389a;
}
.cid-uBQdGb1cgC .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uBQdGb1cgC .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBQdGb1cgC .mbr-section-title {
  color: #1c1c1c;
}
.cid-uBQdGb1cgC .mbr-desc {
  color: #1c1c1c;
}
.cid-uBQdGb1cgC .mbr-text {
  color: #1c1c1c;
}
.cid-uBQdGb1cgC P {
  color: #407cae;
}
.cid-uBQdGb1cgC H5 {
  color: #407cae;
}
.cid-uBRkNhRe0g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRkNhRe0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRkNhRe0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRkNhRe0g .col-12 {
  position: relative;
}
.cid-uBRkNhRe0g img {
  max-width: 800px;
  margin: auto;
}
.cid-uBRkNhRe0g .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uBRkNhRe0g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBRkNhRe0g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBRkNhRe0g .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBRkNhRe0g .mbr-section-title {
  color: #000000;
}
.cid-uBQdGbqSP3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBQdGbqSP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQdGbqSP3 .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-uBQdGbqSP3 .container {
    padding: 0 16px;
  }
}
.cid-uBQdGbqSP3 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uBQdGbqSP3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBQdGbqSP3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBQdGbqSP3 .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uBQdGbqSP3 .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-uBQdGbqSP3 .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uBQdGbqSP3 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBQdGbqSP3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uBQdGbqSP3 .nav-wrapper .list .item-wrap:hover::before,
.cid-uBQdGbqSP3 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBQdGbqSP3 .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-uBQdGbqSP3 .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #1c1c1c;
  text-align: center;
}
.cid-uBQdGbqSP3 .mbr-section-title {
  color: #407cae;
}
.cid-uBQdGbqSP3 .list {
  color: #1c1c1c;
}
.cid-uBQdGbqSP3 .list,
.cid-uBQdGbqSP3 .item-wrap,
.cid-uBQdGbqSP3 .nav-wrapper {
  text-align: right;
}
