.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: Unbounded;
}
.display-1 {
  font-family: 'Archivo', sans-serif;
  font-size: 5.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Archivo', sans-serif;
  font-size: 4.375rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.8rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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))));
  }
}
/* Buttons */
.btn {
  padding: 0 0 0 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ef6f3f !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #569071 !important;
}
.bg-danger {
  background-color: #fed630 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !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: #717171 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #569071 !important;
  border-color: #569071 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fed630 !important;
  border-color: #fed630 !important;
  color: #2f2600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2f2600 !important;
  background-color: #fee063 !important;
  border-color: #fee063 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cbc97a;
  color: #cbc97a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #aba943 !important;
  background-color: transparent !important;
  border-color: #aba943 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent !important;
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ef6f3f;
  color: #ef6f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c74211 !important;
  background-color: transparent !important;
  border-color: #c74211 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #569071;
  color: #569071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #365a46 !important;
  background-color: transparent !important;
  border-color: #365a46 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #569071 !important;
  border-color: #569071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fed630;
  color: #fed630;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6ad01 !important;
  background-color: transparent !important;
  border-color: #d6ad01 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2f2600 !important;
  background-color: #fed630 !important;
  border-color: #fed630 !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: #000000 !important;
}
.text-secondary {
  color: #cbc97a !important;
}
.text-success {
  color: #ef6f3f !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #569071 !important;
}
.text-danger {
  color: #fed630 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a09e3f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b93e0f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #30503f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7a101 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0f0f0;
}
.alert-warning {
  background-color: #569071;
}
.alert-danger {
  background-color: #fed630;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcfb;
}
.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: #a0c6b1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cbc97a !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='%23000000' %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 {
  box-shadow: none;
  padding: 20px 40px;
  border: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
  max-width: 300px !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  box-shadow: inset 300px 0 0 0 #f0f0f0;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  box-shadow: inset 300px 0 0 0 #ef6f3f;
  color: #cbc97a !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  box-shadow: inset 300px 0 0 0 #cbc97a;
  color: #ef6f3f !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 300px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 300px 0 0 0 #fed630;
  color: #569071 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  box-shadow: inset 300px 0 0 0 #569071;
  color: #fed630 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 300px 0 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n 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-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: false !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 200px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMBrD1SUhz {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uMBrD1SUhz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uJhJCilJmh {
  background-color: #ffffff;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uJhJCilJmh .carousel {
  width: 100%;
}
.cid-uJhJCilJmh .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uJhJCilJmh .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uJhJCilJmh .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uJhJCilJmh .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-uJhJCilJmh .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-uJhJCilJmh .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-uJhJCilJmh .mbr-section-btn {
  margin-top: 42px;
}
.cid-uJhJCilJmh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uJhJCilJmh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uJhJCilJmh .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-uJhJCilJmh .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-uJhJCilJmh .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uJhJCilJmh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uJhJCilJmh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uJhJCilJmh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uJhJCilJmh .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-uJhJCilJmh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-uJhJCilJmh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-uJhJCilJmh .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-uJhJCilJmh .carousel-control {
    display: none !important;
  }
}
.cid-uJhJCilJmh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-uJhJCilJmh .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-uJhJCilJmh .carousel-indicators li.active,
.cid-uJhJCilJmh .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-uJhJCilJmh .carousel-indicators li::after,
.cid-uJhJCilJmh .carousel-indicators li::before {
  content: none;
}
.cid-uJhJCilJmh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJhJCilJmh .carousel-indicators {
    display: none !important;
  }
}
.cid-uJhJCilJmh .mbr-section-text,
.cid-uJhJCilJmh .mbr-section-btn {
  text-align: center;
}
.cid-uJhRRTBLvg {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJhRRTBLvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhRRTBLvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhRRTBLvg .mbr-section-title {
  color: #000000;
}
.cid-uJhRgrG7mW {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/fondo-de-productos-de-playa.jpg-2000x1333.jpg");
}
.cid-uJhRgrG7mW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhRgrG7mW .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-uJhRgrG7mW .container {
    padding: 0 25px;
  }
}
.cid-uJhRgrG7mW .row {
  justify-content: center;
}
.cid-uJhRgrG7mW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJhRgrG7mW .item {
  margin-bottom: 30px;
}
.cid-uJhRgrG7mW .item:hover .item-wrapper .item-img img,
.cid-uJhRgrG7mW .item:focus .item-wrapper .item-img img {
  transform: translateY(-30px);
}
.cid-uJhRgrG7mW .item:hover .item-wrapper .item-img::before,
.cid-uJhRgrG7mW .item:focus .item-wrapper .item-img::before {
  transform: translateY(-30px);
}
.cid-uJhRgrG7mW .item:hover .item-wrapper .mbr-section-btn,
.cid-uJhRgrG7mW .item:focus .item-wrapper .mbr-section-btn {
  transform: translateY(-1px);
}
.cid-uJhRgrG7mW .item .item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJhRgrG7mW .item .item-wrapper .item-img {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJhRgrG7mW .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uJhRgrG7mW .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uJhRgrG7mW .item .item-wrapper .item-img .item-title {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 0;
  z-index: 1;
}
.cid-uJhRgrG7mW .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uJhRgrG7mW .item .item-wrapper .mbr-section-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uJhRgrG7mW .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  max-width: 100% !important;
  box-shadow: none;
  margin-bottom: 0;
  padding: 20px;
}
.cid-uJhRgrG7mW .item .item-wrapper .mbr-section-btn .btn:hover,
.cid-uJhRgrG7mW .item .item-wrapper .mbr-section-btn .btn:focus {
  box-shadow: none !important;
  color: #ffffff !important;
}
.cid-uJhRgrG7mW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uJhRgrG7mW .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJhRgrG7mW .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLgnao4mJT {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uLgnao4mJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgnao4mJT .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-uLgnao4mJT .container {
    padding: 0 25px;
  }
}
.cid-uLgnao4mJT .row {
  justify-content: center;
}
.cid-uLgnao4mJT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLgnao4mJT .item {
  margin-bottom: 30px;
}
.cid-uLgnao4mJT .item:hover .item-wrapper .item-content,
.cid-uLgnao4mJT .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uLgnao4mJT .item:hover .item-wrapper .item-content .mbr-role,
.cid-uLgnao4mJT .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uLgnao4mJT .item:hover .item-wrapper .item-content .mbr-name,
.cid-uLgnao4mJT .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uLgnao4mJT .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uLgnao4mJT .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uLgnao4mJT .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uLgnao4mJT .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uLgnao4mJT .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLgnao4mJT .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uLgnao4mJT .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLgnao4mJT .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uLgnao4mJT .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLgnao4mJT .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uLgnao4mJT .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uLgnao4mJT .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLgnao4mJT .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLgnao4mJT .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uLgnao4mJT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLgnao4mJT .mbr-name {
  color: #000000;
}
.cid-uLgnao4mJT .mbr-role {
  color: #000000;
}
.cid-uLgnao4mJT .mbr-name,
.cid-uLgnao4mJT .social-wrapper {
  text-align: center;
}
.cid-uLgBAZMfnl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (min-width: 400px) {
  .cid-uLgBAZMfnl h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uLgBAZMfnl h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-uLgBAZMfnl .media-container-row {
  justify-content: space-between;
}
.cid-uLgBAZMfnl .btn.btn-primary-outline {
  border: 1px solid #000000;
}
.cid-uLgBAZMfnl .btn.btn-primary-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgBAZMfnl .btn.btn-secondary-outline {
  border: 1px solid #cbc97a;
}
.cid-uLgBAZMfnl .btn.btn-secondary-outline:hover {
  background-color: #cbc97a !important;
  color: #ffffff !important;
}
.cid-uLgBAZMfnl .btn.btn-success-outline {
  border: 1px solid #ef6f3f;
}
.cid-uLgBAZMfnl .btn.btn-success-outline:hover {
  background-color: #ef6f3f !important;
  color: #ffffff !important;
}
.cid-uLgBAZMfnl .btn.btn-info-outline {
  border: 1px solid #f0f0f0;
}
.cid-uLgBAZMfnl .btn.btn-info-outline:hover {
  background-color: #f0f0f0 !important;
  color: #ffffff !important;
}
.cid-uLgBAZMfnl .btn.btn-warning-outline {
  border: 1px solid #569071;
}
.cid-uLgBAZMfnl .btn.btn-warning-outline:hover {
  background-color: #569071 !important;
  color: #ffffff !important;
}
.cid-uLgBAZMfnl .btn.btn-danger-outline {
  border: 1px solid #fed630;
}
.cid-uLgBAZMfnl .btn.btn-danger-outline:hover {
  background-color: #fed630 !important;
  color: #ffffff !important;
}
.cid-uLgBAZMfnl .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uLgBAZMfnl .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgBAZMfnl .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uLgBAZMfnl .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uLgBAZMfnl .form-control {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  background: #eef2f7;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  border-collapse: separate;
  color: #333;
  text-align: left;
  cursor: text;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.43;
  min-height: 3.5em;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.cid-uLgBAZMfnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgBAZMfnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgBAZMfnl .mbr-section-title {
  color: #ffffff;
}
.cid-uJikbQ3Rz4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJikbQ3Rz4 .container {
  display: flex;
  justify-content: center;
}
.cid-uJikbQ3Rz4 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uJikbQ3Rz4 .col-brand {
  margin-bottom: 40px;
}
.cid-uJikbQ3Rz4 .col-link {
  margin-bottom: 30px;
}
.cid-uJikbQ3Rz4 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uJikbQ3Rz4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uJikbQ3Rz4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uJikbQ3Rz4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJikbQ3Rz4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJikbQ3Rz4 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uJikbQ3Rz4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJikbQ3Rz4 .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uJikbQ3Rz4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uJikbQ3Rz4 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJikbQ3Rz4 .soc-item:hover {
  background-color: #738bae;
}
.cid-uJikbQ3Rz4 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uJikbQ3Rz4 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uJikbQ3Rz4 .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uJikbQ3Rz4 .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uJikbQ3Rz4 .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uJikbQ3Rz4 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uJikbQ3Rz4 .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uJikbQ3Rz4 .mbr-text a {
  opacity: 0.8;
}
.cid-uJikbQ3Rz4 .mbr-text a:hover {
  opacity: 1;
  color: #fff ;
}
.cid-uJikbQ3Rz4 .col-copyright {
  margin-top: 44px;
}
.cid-uJikbQ3Rz4 .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uJikbQ3Rz4 .copyright {
    text-align: center !important;
  }
}
.cid-uJikbQ3Rz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJikbQ3Rz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiukMbPpz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJiukMbPpz .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uJiukMbPpz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uJiukMbPpz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJiukMbPpz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJiukMbPpz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJiukMbPpz .menu_box .navbar.opened,
  .cid-uJiukMbPpz .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJiukMbPpz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJiukMbPpz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uJiukMbPpz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJiukMbPpz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJiukMbPpz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJiukMbPpz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJiukMbPpz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uJiukMbPpz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJiukMbPpz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJiukMbPpz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJiukMbPpz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJiukMbPpz .offcanvas-body .mbr-text,
  .cid-uJiukMbPpz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJiukMbPpz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJiukMbPpz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJiukMbPpz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uJiukMbPpz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJiukMbPpz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJiukMbPpz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJiukMbPpz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJiukMbPpz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJiukMbPpz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJiukMbPpz .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-uJiukMbPpz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJiukMbPpz 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-uJiukMbPpz .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJiukMbPpz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uJiukMbPpz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJiukMbPpz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJiukMbPpz .nav-item {
    margin: 0 !important;
  }
}
.cid-uJiukMbPpz .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uJiukMbPpz .nav-item .nav-link:hover,
.cid-uJiukMbPpz .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uJiukMbPpz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJiukMbPpz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJiukMbPpz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJiukMbPpz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJiukMbPpz .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-uJiukMbPpz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJiukMbPpz .offcanvas_box {
    display: none;
  }
}
.cid-uJiukMbPpz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJiukMbPpz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJiukMbPpz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJiukMbPpz .container {
  display: flex;
  margin: auto;
}
.cid-uJiukMbPpz .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJiukMbPpz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJiukMbPpz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJiukMbPpz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJiukMbPpz .navbar-nav {
    margin: 0;
  }
}
.cid-uJiukMbPpz .dropdown-menu,
.cid-uJiukMbPpz .navbar.opened {
  background-color: false !important;
}
.cid-uJiukMbPpz .nav-item:focus,
.cid-uJiukMbPpz .nav-link:focus {
  outline: none;
}
.cid-uJiukMbPpz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJiukMbPpz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJiukMbPpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJiukMbPpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJiukMbPpz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJiukMbPpz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJiukMbPpz .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJiukMbPpz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJiukMbPpz .navbar.opened {
  transition: all 0.3s;
}
.cid-uJiukMbPpz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJiukMbPpz .navbar .navbar-logo img {
  max-width: 200px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJiukMbPpz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJiukMbPpz .navbar.collapsed {
  justify-content: center;
}
.cid-uJiukMbPpz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJiukMbPpz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJiukMbPpz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJiukMbPpz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJiukMbPpz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJiukMbPpz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJiukMbPpz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJiukMbPpz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJiukMbPpz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uJiukMbPpz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJiukMbPpz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJiukMbPpz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJiukMbPpz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJiukMbPpz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJiukMbPpz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJiukMbPpz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJiukMbPpz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJiukMbPpz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJiukMbPpz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJiukMbPpz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJiukMbPpz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJiukMbPpz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJiukMbPpz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJiukMbPpz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJiukMbPpz .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-uJiukMbPpz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJiukMbPpz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJiukMbPpz .dropdown-item.active,
.cid-uJiukMbPpz .dropdown-item:active {
  background-color: transparent;
}
.cid-uJiukMbPpz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uJiukMbPpz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJiukMbPpz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJiukMbPpz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJiukMbPpz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJiukMbPpz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJiukMbPpz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uJiukMbPpz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJiukMbPpz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJiukMbPpz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJiukMbPpz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJiukMbPpz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJiukMbPpz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJiukMbPpz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJiukMbPpz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJiukMbPpz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJiukMbPpz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJiukMbPpz .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-uJiukMbPpz .navbar {
    height: 70px;
  }
  .cid-uJiukMbPpz .navbar.opened {
    height: auto;
  }
  .cid-uJiukMbPpz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJiukMbPpz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uJiukMbPpz .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uJiukMbPpz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJiukMbPpz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJiukMbPpz .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uJiukMbPpz .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uJiukMbPpz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJiukMbPpz .text_widget {
  margin-bottom: 32px;
}
.cid-uJiukMbPpz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJiukMbPpz .text_widget a:hover,
.cid-uJiukMbPpz .text_widget a:focus {
  opacity: .6;
}
.cid-uJiukMbPpz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJiukMbPpz .navbar-caption {
  color: #000000;
}
.cid-uJiukMbPpz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJiukMbPpz .mbr-section-subtitle,
.cid-uJiukMbPpz .text_widget,
.cid-uJiukMbPpz .mbr-section-btn {
  text-align: center;
}
.cid-uJiukMbPpz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJiAFyLoFk {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJiAFyLoFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiAFyLoFk .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-uJiAFyLoFk .container {
    padding: 0 25px;
  }
}
.cid-uJiAFyLoFk .row {
  justify-content: center;
}
.cid-uJiAFyLoFk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJiAFyLoFk .item {
  margin-bottom: 30px;
}
.cid-uJiAFyLoFk .item:hover .item-wrapper .item-content,
.cid-uJiAFyLoFk .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uJiAFyLoFk .item:hover .item-wrapper .item-content .mbr-role,
.cid-uJiAFyLoFk .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uJiAFyLoFk .item:hover .item-wrapper .item-content .mbr-name,
.cid-uJiAFyLoFk .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uJiAFyLoFk .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uJiAFyLoFk .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uJiAFyLoFk .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uJiAFyLoFk .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uJiAFyLoFk .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJiAFyLoFk .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uJiAFyLoFk .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJiAFyLoFk .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uJiAFyLoFk .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJiAFyLoFk .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uJiAFyLoFk .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uJiAFyLoFk .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJiAFyLoFk .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uJiAFyLoFk .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uJiAFyLoFk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJiAFyLoFk .mbr-name {
  color: #000000;
}
.cid-uJiAFyLoFk .mbr-role {
  color: #000000;
}
.cid-uJiAFyLoFk .mbr-name,
.cid-uJiAFyLoFk .social-wrapper {
  text-align: center;
}
.cid-uJiukPeguc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJiukPeguc .container {
  display: flex;
  justify-content: center;
}
.cid-uJiukPeguc .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uJiukPeguc .col-brand {
  margin-bottom: 40px;
}
.cid-uJiukPeguc .col-link {
  margin-bottom: 30px;
}
.cid-uJiukPeguc .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uJiukPeguc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uJiukPeguc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uJiukPeguc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJiukPeguc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJiukPeguc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uJiukPeguc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJiukPeguc .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uJiukPeguc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uJiukPeguc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJiukPeguc .soc-item:hover {
  background-color: #738bae;
}
.cid-uJiukPeguc .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uJiukPeguc .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uJiukPeguc .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uJiukPeguc .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uJiukPeguc .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uJiukPeguc .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uJiukPeguc .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uJiukPeguc .mbr-text a {
  opacity: 0.8;
}
.cid-uJiukPeguc .mbr-text a:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-uJiukPeguc .col-copyright {
  margin-top: 44px;
}
.cid-uJiukPeguc .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uJiukPeguc .copyright {
    text-align: center !important;
  }
}
.cid-uJiukPeguc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiukPeguc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiFHrRGTl {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJiFHrRGTl .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uJiFHrRGTl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uJiFHrRGTl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJiFHrRGTl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJiFHrRGTl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJiFHrRGTl .menu_box .navbar.opened,
  .cid-uJiFHrRGTl .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJiFHrRGTl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJiFHrRGTl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uJiFHrRGTl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJiFHrRGTl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJiFHrRGTl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJiFHrRGTl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJiFHrRGTl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uJiFHrRGTl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJiFHrRGTl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJiFHrRGTl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJiFHrRGTl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJiFHrRGTl .offcanvas-body .mbr-text,
  .cid-uJiFHrRGTl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJiFHrRGTl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJiFHrRGTl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJiFHrRGTl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uJiFHrRGTl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJiFHrRGTl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJiFHrRGTl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJiFHrRGTl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJiFHrRGTl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJiFHrRGTl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJiFHrRGTl .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-uJiFHrRGTl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJiFHrRGTl 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-uJiFHrRGTl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJiFHrRGTl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uJiFHrRGTl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJiFHrRGTl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJiFHrRGTl .nav-item {
    margin: 0 !important;
  }
}
.cid-uJiFHrRGTl .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uJiFHrRGTl .nav-item .nav-link:hover,
.cid-uJiFHrRGTl .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uJiFHrRGTl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJiFHrRGTl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJiFHrRGTl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJiFHrRGTl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJiFHrRGTl .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-uJiFHrRGTl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJiFHrRGTl .offcanvas_box {
    display: none;
  }
}
.cid-uJiFHrRGTl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJiFHrRGTl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJiFHrRGTl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJiFHrRGTl .container {
  display: flex;
  margin: auto;
}
.cid-uJiFHrRGTl .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJiFHrRGTl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJiFHrRGTl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJiFHrRGTl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJiFHrRGTl .navbar-nav {
    margin: 0;
  }
}
.cid-uJiFHrRGTl .dropdown-menu,
.cid-uJiFHrRGTl .navbar.opened {
  background-color: false !important;
}
.cid-uJiFHrRGTl .nav-item:focus,
.cid-uJiFHrRGTl .nav-link:focus {
  outline: none;
}
.cid-uJiFHrRGTl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJiFHrRGTl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJiFHrRGTl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJiFHrRGTl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJiFHrRGTl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJiFHrRGTl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJiFHrRGTl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJiFHrRGTl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJiFHrRGTl .navbar.opened {
  transition: all 0.3s;
}
.cid-uJiFHrRGTl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJiFHrRGTl .navbar .navbar-logo img {
  max-width: 200px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJiFHrRGTl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJiFHrRGTl .navbar.collapsed {
  justify-content: center;
}
.cid-uJiFHrRGTl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJiFHrRGTl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJiFHrRGTl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJiFHrRGTl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJiFHrRGTl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJiFHrRGTl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJiFHrRGTl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJiFHrRGTl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJiFHrRGTl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uJiFHrRGTl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJiFHrRGTl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJiFHrRGTl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJiFHrRGTl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJiFHrRGTl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJiFHrRGTl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJiFHrRGTl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJiFHrRGTl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJiFHrRGTl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJiFHrRGTl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJiFHrRGTl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJiFHrRGTl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJiFHrRGTl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJiFHrRGTl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJiFHrRGTl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJiFHrRGTl .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-uJiFHrRGTl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJiFHrRGTl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJiFHrRGTl .dropdown-item.active,
.cid-uJiFHrRGTl .dropdown-item:active {
  background-color: transparent;
}
.cid-uJiFHrRGTl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uJiFHrRGTl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJiFHrRGTl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJiFHrRGTl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJiFHrRGTl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJiFHrRGTl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJiFHrRGTl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uJiFHrRGTl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJiFHrRGTl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJiFHrRGTl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJiFHrRGTl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJiFHrRGTl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJiFHrRGTl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJiFHrRGTl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJiFHrRGTl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJiFHrRGTl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJiFHrRGTl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJiFHrRGTl .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-uJiFHrRGTl .navbar {
    height: 70px;
  }
  .cid-uJiFHrRGTl .navbar.opened {
    height: auto;
  }
  .cid-uJiFHrRGTl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJiFHrRGTl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uJiFHrRGTl .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uJiFHrRGTl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJiFHrRGTl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJiFHrRGTl .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uJiFHrRGTl .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uJiFHrRGTl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJiFHrRGTl .text_widget {
  margin-bottom: 32px;
}
.cid-uJiFHrRGTl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJiFHrRGTl .text_widget a:hover,
.cid-uJiFHrRGTl .text_widget a:focus {
  opacity: .6;
}
.cid-uJiFHrRGTl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJiFHrRGTl .navbar-caption {
  color: #000000;
}
.cid-uJiFHrRGTl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJiFHrRGTl .mbr-section-subtitle,
.cid-uJiFHrRGTl .text_widget,
.cid-uJiFHrRGTl .mbr-section-btn {
  text-align: center;
}
.cid-uJiFHrRGTl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJiFHtkX0K {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJiFHtkX0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiFHtkX0K .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-uJiFHtkX0K .container {
    padding: 0 25px;
  }
}
.cid-uJiFHtkX0K .row {
  justify-content: center;
}
.cid-uJiFHtkX0K .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJiFHtkX0K .item {
  margin-bottom: 30px;
}
.cid-uJiFHtkX0K .item:hover .item-wrapper .item-content,
.cid-uJiFHtkX0K .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uJiFHtkX0K .item:hover .item-wrapper .item-content .mbr-role,
.cid-uJiFHtkX0K .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uJiFHtkX0K .item:hover .item-wrapper .item-content .mbr-name,
.cid-uJiFHtkX0K .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uJiFHtkX0K .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uJiFHtkX0K .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uJiFHtkX0K .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uJiFHtkX0K .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uJiFHtkX0K .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJiFHtkX0K .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uJiFHtkX0K .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJiFHtkX0K .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uJiFHtkX0K .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJiFHtkX0K .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uJiFHtkX0K .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uJiFHtkX0K .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJiFHtkX0K .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uJiFHtkX0K .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uJiFHtkX0K .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJiFHtkX0K .mbr-name {
  color: #000000;
}
.cid-uJiFHtkX0K .mbr-role {
  color: #000000;
}
.cid-uJiFHtkX0K .mbr-name,
.cid-uJiFHtkX0K .social-wrapper {
  text-align: center;
}
.cid-uJiFHu2uW4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJiFHu2uW4 .container {
  display: flex;
  justify-content: center;
}
.cid-uJiFHu2uW4 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uJiFHu2uW4 .col-brand {
  margin-bottom: 40px;
}
.cid-uJiFHu2uW4 .col-link {
  margin-bottom: 30px;
}
.cid-uJiFHu2uW4 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uJiFHu2uW4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uJiFHu2uW4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uJiFHu2uW4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJiFHu2uW4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJiFHu2uW4 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uJiFHu2uW4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJiFHu2uW4 .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uJiFHu2uW4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uJiFHu2uW4 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJiFHu2uW4 .soc-item:hover {
  background-color: #738bae;
}
.cid-uJiFHu2uW4 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uJiFHu2uW4 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uJiFHu2uW4 .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uJiFHu2uW4 .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uJiFHu2uW4 .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uJiFHu2uW4 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uJiFHu2uW4 .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uJiFHu2uW4 .mbr-text a {
  opacity: 0.8;
}
.cid-uJiFHu2uW4 .mbr-text a:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-uJiFHu2uW4 .col-copyright {
  margin-top: 44px;
}
.cid-uJiFHu2uW4 .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uJiFHu2uW4 .copyright {
    text-align: center !important;
  }
}
.cid-uJiFHu2uW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiFHu2uW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgOlCb1cS {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLgOlCb1cS .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgOlCb1cS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgOlCb1cS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLgOlCb1cS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLgOlCb1cS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLgOlCb1cS .menu_box .navbar.opened,
  .cid-uLgOlCb1cS .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgOlCb1cS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLgOlCb1cS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgOlCb1cS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgOlCb1cS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgOlCb1cS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgOlCb1cS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgOlCb1cS .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLgOlCb1cS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgOlCb1cS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgOlCb1cS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgOlCb1cS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgOlCb1cS .offcanvas-body .mbr-text,
  .cid-uLgOlCb1cS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgOlCb1cS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgOlCb1cS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgOlCb1cS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLgOlCb1cS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgOlCb1cS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgOlCb1cS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgOlCb1cS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgOlCb1cS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgOlCb1cS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgOlCb1cS .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-uLgOlCb1cS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgOlCb1cS 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-uLgOlCb1cS .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLgOlCb1cS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLgOlCb1cS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgOlCb1cS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgOlCb1cS .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgOlCb1cS .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLgOlCb1cS .nav-item .nav-link:hover,
.cid-uLgOlCb1cS .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLgOlCb1cS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgOlCb1cS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgOlCb1cS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgOlCb1cS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgOlCb1cS .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-uLgOlCb1cS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgOlCb1cS .offcanvas_box {
    display: none;
  }
}
.cid-uLgOlCb1cS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgOlCb1cS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgOlCb1cS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgOlCb1cS .container {
  display: flex;
  margin: auto;
}
.cid-uLgOlCb1cS .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLgOlCb1cS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgOlCb1cS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgOlCb1cS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgOlCb1cS .navbar-nav {
    margin: 0;
  }
}
.cid-uLgOlCb1cS .dropdown-menu,
.cid-uLgOlCb1cS .navbar.opened {
  background-color: false !important;
}
.cid-uLgOlCb1cS .nav-item:focus,
.cid-uLgOlCb1cS .nav-link:focus {
  outline: none;
}
.cid-uLgOlCb1cS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgOlCb1cS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgOlCb1cS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgOlCb1cS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgOlCb1cS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgOlCb1cS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgOlCb1cS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgOlCb1cS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgOlCb1cS .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgOlCb1cS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgOlCb1cS .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLgOlCb1cS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgOlCb1cS .navbar.collapsed {
  justify-content: center;
}
.cid-uLgOlCb1cS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgOlCb1cS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgOlCb1cS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgOlCb1cS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgOlCb1cS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgOlCb1cS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgOlCb1cS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgOlCb1cS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgOlCb1cS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgOlCb1cS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgOlCb1cS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgOlCb1cS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgOlCb1cS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgOlCb1cS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgOlCb1cS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgOlCb1cS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgOlCb1cS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgOlCb1cS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgOlCb1cS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLgOlCb1cS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgOlCb1cS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgOlCb1cS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgOlCb1cS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgOlCb1cS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgOlCb1cS .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-uLgOlCb1cS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLgOlCb1cS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgOlCb1cS .dropdown-item.active,
.cid-uLgOlCb1cS .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgOlCb1cS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLgOlCb1cS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgOlCb1cS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgOlCb1cS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgOlCb1cS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgOlCb1cS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgOlCb1cS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uLgOlCb1cS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLgOlCb1cS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgOlCb1cS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgOlCb1cS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgOlCb1cS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgOlCb1cS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgOlCb1cS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgOlCb1cS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgOlCb1cS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgOlCb1cS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgOlCb1cS .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-uLgOlCb1cS .navbar {
    height: 70px;
  }
  .cid-uLgOlCb1cS .navbar.opened {
    height: auto;
  }
  .cid-uLgOlCb1cS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgOlCb1cS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLgOlCb1cS .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLgOlCb1cS .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLgOlCb1cS .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLgOlCb1cS .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLgOlCb1cS .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLgOlCb1cS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgOlCb1cS .text_widget {
  margin-bottom: 32px;
}
.cid-uLgOlCb1cS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgOlCb1cS .text_widget a:hover,
.cid-uLgOlCb1cS .text_widget a:focus {
  opacity: .6;
}
.cid-uLgOlCb1cS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLgOlCb1cS .navbar-caption {
  color: #000000;
}
.cid-uLgOlCb1cS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLgOlCb1cS .mbr-section-subtitle,
.cid-uLgOlCb1cS .text_widget,
.cid-uLgOlCb1cS .mbr-section-btn {
  text-align: center;
}
.cid-uLgOlCb1cS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgOx1EnxO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgOlI1DuW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (min-width: 400px) {
  .cid-uLgOlI1DuW h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uLgOlI1DuW h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-uLgOlI1DuW .media-container-row {
  justify-content: space-between;
}
.cid-uLgOlI1DuW .btn.btn-primary-outline {
  border: 1px solid #000000;
}
.cid-uLgOlI1DuW .btn.btn-primary-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgOlI1DuW .btn.btn-secondary-outline {
  border: 1px solid #cbc97a;
}
.cid-uLgOlI1DuW .btn.btn-secondary-outline:hover {
  background-color: #cbc97a !important;
  color: #ffffff !important;
}
.cid-uLgOlI1DuW .btn.btn-success-outline {
  border: 1px solid #ef6f3f;
}
.cid-uLgOlI1DuW .btn.btn-success-outline:hover {
  background-color: #ef6f3f !important;
  color: #ffffff !important;
}
.cid-uLgOlI1DuW .btn.btn-info-outline {
  border: 1px solid #f0f0f0;
}
.cid-uLgOlI1DuW .btn.btn-info-outline:hover {
  background-color: #f0f0f0 !important;
  color: #ffffff !important;
}
.cid-uLgOlI1DuW .btn.btn-warning-outline {
  border: 1px solid #569071;
}
.cid-uLgOlI1DuW .btn.btn-warning-outline:hover {
  background-color: #569071 !important;
  color: #ffffff !important;
}
.cid-uLgOlI1DuW .btn.btn-danger-outline {
  border: 1px solid #fed630;
}
.cid-uLgOlI1DuW .btn.btn-danger-outline:hover {
  background-color: #fed630 !important;
  color: #ffffff !important;
}
.cid-uLgOlI1DuW .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uLgOlI1DuW .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgOlI1DuW .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uLgOlI1DuW .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uLgOlI1DuW .form-control {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  background: #eef2f7;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  border-collapse: separate;
  color: #333;
  text-align: left;
  cursor: text;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.43;
  min-height: 3.5em;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.cid-uLgOlI1DuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgOlI1DuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgOlI1DuW .mbr-section-title {
  color: #ffffff;
}
.cid-uLgOlIR2aM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLgOlIR2aM .container {
  display: flex;
  justify-content: center;
}
.cid-uLgOlIR2aM .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uLgOlIR2aM .col-brand {
  margin-bottom: 40px;
}
.cid-uLgOlIR2aM .col-link {
  margin-bottom: 30px;
}
.cid-uLgOlIR2aM .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uLgOlIR2aM .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLgOlIR2aM .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLgOlIR2aM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLgOlIR2aM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgOlIR2aM .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uLgOlIR2aM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLgOlIR2aM .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uLgOlIR2aM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uLgOlIR2aM .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLgOlIR2aM .soc-item:hover {
  background-color: #738bae;
}
.cid-uLgOlIR2aM .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uLgOlIR2aM .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uLgOlIR2aM .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLgOlIR2aM .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLgOlIR2aM .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLgOlIR2aM .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uLgOlIR2aM .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uLgOlIR2aM .mbr-text a {
  opacity: 0.8;
}
.cid-uLgOlIR2aM .mbr-text a:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-uLgOlIR2aM .col-copyright {
  margin-top: 44px;
}
.cid-uLgOlIR2aM .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLgOlIR2aM .copyright {
    text-align: center !important;
  }
}
.cid-uLgOlIR2aM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgOlIR2aM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgPVLBkwB {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLgPVLBkwB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgPVLBkwB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgPVLBkwB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLgPVLBkwB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLgPVLBkwB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLgPVLBkwB .menu_box .navbar.opened,
  .cid-uLgPVLBkwB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgPVLBkwB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLgPVLBkwB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgPVLBkwB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgPVLBkwB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgPVLBkwB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgPVLBkwB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgPVLBkwB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLgPVLBkwB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgPVLBkwB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgPVLBkwB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgPVLBkwB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgPVLBkwB .offcanvas-body .mbr-text,
  .cid-uLgPVLBkwB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgPVLBkwB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgPVLBkwB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgPVLBkwB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLgPVLBkwB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgPVLBkwB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgPVLBkwB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgPVLBkwB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgPVLBkwB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgPVLBkwB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgPVLBkwB .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-uLgPVLBkwB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgPVLBkwB 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-uLgPVLBkwB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLgPVLBkwB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLgPVLBkwB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgPVLBkwB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgPVLBkwB .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgPVLBkwB .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLgPVLBkwB .nav-item .nav-link:hover,
.cid-uLgPVLBkwB .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLgPVLBkwB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgPVLBkwB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgPVLBkwB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgPVLBkwB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgPVLBkwB .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-uLgPVLBkwB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgPVLBkwB .offcanvas_box {
    display: none;
  }
}
.cid-uLgPVLBkwB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgPVLBkwB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgPVLBkwB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgPVLBkwB .container {
  display: flex;
  margin: auto;
}
.cid-uLgPVLBkwB .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLgPVLBkwB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgPVLBkwB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgPVLBkwB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgPVLBkwB .navbar-nav {
    margin: 0;
  }
}
.cid-uLgPVLBkwB .dropdown-menu,
.cid-uLgPVLBkwB .navbar.opened {
  background-color: false !important;
}
.cid-uLgPVLBkwB .nav-item:focus,
.cid-uLgPVLBkwB .nav-link:focus {
  outline: none;
}
.cid-uLgPVLBkwB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgPVLBkwB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgPVLBkwB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgPVLBkwB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgPVLBkwB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgPVLBkwB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgPVLBkwB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgPVLBkwB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgPVLBkwB .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgPVLBkwB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgPVLBkwB .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLgPVLBkwB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgPVLBkwB .navbar.collapsed {
  justify-content: center;
}
.cid-uLgPVLBkwB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgPVLBkwB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgPVLBkwB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgPVLBkwB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgPVLBkwB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgPVLBkwB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgPVLBkwB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgPVLBkwB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgPVLBkwB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgPVLBkwB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgPVLBkwB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgPVLBkwB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgPVLBkwB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgPVLBkwB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgPVLBkwB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgPVLBkwB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgPVLBkwB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgPVLBkwB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgPVLBkwB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLgPVLBkwB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgPVLBkwB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgPVLBkwB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgPVLBkwB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgPVLBkwB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgPVLBkwB .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-uLgPVLBkwB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLgPVLBkwB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgPVLBkwB .dropdown-item.active,
.cid-uLgPVLBkwB .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgPVLBkwB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLgPVLBkwB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgPVLBkwB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgPVLBkwB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgPVLBkwB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgPVLBkwB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgPVLBkwB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uLgPVLBkwB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLgPVLBkwB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgPVLBkwB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgPVLBkwB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgPVLBkwB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgPVLBkwB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgPVLBkwB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgPVLBkwB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgPVLBkwB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgPVLBkwB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgPVLBkwB .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-uLgPVLBkwB .navbar {
    height: 70px;
  }
  .cid-uLgPVLBkwB .navbar.opened {
    height: auto;
  }
  .cid-uLgPVLBkwB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgPVLBkwB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLgPVLBkwB .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLgPVLBkwB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLgPVLBkwB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLgPVLBkwB .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLgPVLBkwB .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLgPVLBkwB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgPVLBkwB .text_widget {
  margin-bottom: 32px;
}
.cid-uLgPVLBkwB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgPVLBkwB .text_widget a:hover,
.cid-uLgPVLBkwB .text_widget a:focus {
  opacity: .6;
}
.cid-uLgPVLBkwB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLgPVLBkwB .navbar-caption {
  color: #000000;
}
.cid-uLgPVLBkwB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLgPVLBkwB .mbr-section-subtitle,
.cid-uLgPVLBkwB .text_widget,
.cid-uLgPVLBkwB .mbr-section-btn {
  text-align: center;
}
.cid-uLgPVLBkwB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgPVMjn1T {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgPVMFsc9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (min-width: 400px) {
  .cid-uLgPVMFsc9 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uLgPVMFsc9 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-uLgPVMFsc9 .media-container-row {
  justify-content: space-between;
}
.cid-uLgPVMFsc9 .btn.btn-primary-outline {
  border: 1px solid #000000;
}
.cid-uLgPVMFsc9 .btn.btn-primary-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgPVMFsc9 .btn.btn-secondary-outline {
  border: 1px solid #cbc97a;
}
.cid-uLgPVMFsc9 .btn.btn-secondary-outline:hover {
  background-color: #cbc97a !important;
  color: #ffffff !important;
}
.cid-uLgPVMFsc9 .btn.btn-success-outline {
  border: 1px solid #ef6f3f;
}
.cid-uLgPVMFsc9 .btn.btn-success-outline:hover {
  background-color: #ef6f3f !important;
  color: #ffffff !important;
}
.cid-uLgPVMFsc9 .btn.btn-info-outline {
  border: 1px solid #f0f0f0;
}
.cid-uLgPVMFsc9 .btn.btn-info-outline:hover {
  background-color: #f0f0f0 !important;
  color: #ffffff !important;
}
.cid-uLgPVMFsc9 .btn.btn-warning-outline {
  border: 1px solid #569071;
}
.cid-uLgPVMFsc9 .btn.btn-warning-outline:hover {
  background-color: #569071 !important;
  color: #ffffff !important;
}
.cid-uLgPVMFsc9 .btn.btn-danger-outline {
  border: 1px solid #fed630;
}
.cid-uLgPVMFsc9 .btn.btn-danger-outline:hover {
  background-color: #fed630 !important;
  color: #ffffff !important;
}
.cid-uLgPVMFsc9 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uLgPVMFsc9 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgPVMFsc9 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uLgPVMFsc9 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uLgPVMFsc9 .form-control {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  background: #eef2f7;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  border-collapse: separate;
  color: #333;
  text-align: left;
  cursor: text;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.43;
  min-height: 3.5em;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.cid-uLgPVMFsc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgPVMFsc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgPVMFsc9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLgPVN2pdu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLgPVN2pdu .container {
  display: flex;
  justify-content: center;
}
.cid-uLgPVN2pdu .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uLgPVN2pdu .col-brand {
  margin-bottom: 40px;
}
.cid-uLgPVN2pdu .col-link {
  margin-bottom: 30px;
}
.cid-uLgPVN2pdu .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uLgPVN2pdu .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLgPVN2pdu .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLgPVN2pdu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLgPVN2pdu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgPVN2pdu .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uLgPVN2pdu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLgPVN2pdu .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uLgPVN2pdu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uLgPVN2pdu .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLgPVN2pdu .soc-item:hover {
  background-color: #738bae;
}
.cid-uLgPVN2pdu .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uLgPVN2pdu .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uLgPVN2pdu .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLgPVN2pdu .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLgPVN2pdu .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLgPVN2pdu .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uLgPVN2pdu .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uLgPVN2pdu .mbr-text a {
  opacity: 0.8;
}
.cid-uLgPVN2pdu .mbr-text a:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-uLgPVN2pdu .col-copyright {
  margin-top: 44px;
}
.cid-uLgPVN2pdu .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLgPVN2pdu .copyright {
    text-align: center !important;
  }
}
.cid-uLgPVN2pdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgPVN2pdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgTySXlAx {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLgTySXlAx .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgTySXlAx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgTySXlAx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLgTySXlAx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLgTySXlAx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLgTySXlAx .menu_box .navbar.opened,
  .cid-uLgTySXlAx .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgTySXlAx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLgTySXlAx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgTySXlAx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgTySXlAx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgTySXlAx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgTySXlAx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgTySXlAx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLgTySXlAx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgTySXlAx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgTySXlAx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgTySXlAx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgTySXlAx .offcanvas-body .mbr-text,
  .cid-uLgTySXlAx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgTySXlAx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgTySXlAx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgTySXlAx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLgTySXlAx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgTySXlAx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgTySXlAx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgTySXlAx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgTySXlAx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgTySXlAx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgTySXlAx .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-uLgTySXlAx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgTySXlAx 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-uLgTySXlAx .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLgTySXlAx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLgTySXlAx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgTySXlAx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgTySXlAx .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgTySXlAx .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLgTySXlAx .nav-item .nav-link:hover,
.cid-uLgTySXlAx .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLgTySXlAx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgTySXlAx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgTySXlAx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgTySXlAx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgTySXlAx .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-uLgTySXlAx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgTySXlAx .offcanvas_box {
    display: none;
  }
}
.cid-uLgTySXlAx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgTySXlAx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgTySXlAx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgTySXlAx .container {
  display: flex;
  margin: auto;
}
.cid-uLgTySXlAx .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLgTySXlAx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgTySXlAx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgTySXlAx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgTySXlAx .navbar-nav {
    margin: 0;
  }
}
.cid-uLgTySXlAx .dropdown-menu,
.cid-uLgTySXlAx .navbar.opened {
  background-color: false !important;
}
.cid-uLgTySXlAx .nav-item:focus,
.cid-uLgTySXlAx .nav-link:focus {
  outline: none;
}
.cid-uLgTySXlAx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgTySXlAx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgTySXlAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgTySXlAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgTySXlAx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgTySXlAx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgTySXlAx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgTySXlAx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgTySXlAx .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgTySXlAx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgTySXlAx .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLgTySXlAx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgTySXlAx .navbar.collapsed {
  justify-content: center;
}
.cid-uLgTySXlAx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgTySXlAx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgTySXlAx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgTySXlAx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgTySXlAx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgTySXlAx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgTySXlAx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgTySXlAx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgTySXlAx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgTySXlAx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgTySXlAx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgTySXlAx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgTySXlAx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgTySXlAx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgTySXlAx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgTySXlAx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgTySXlAx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgTySXlAx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgTySXlAx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLgTySXlAx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgTySXlAx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgTySXlAx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgTySXlAx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgTySXlAx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgTySXlAx .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-uLgTySXlAx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLgTySXlAx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgTySXlAx .dropdown-item.active,
.cid-uLgTySXlAx .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgTySXlAx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLgTySXlAx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgTySXlAx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgTySXlAx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgTySXlAx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgTySXlAx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgTySXlAx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uLgTySXlAx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLgTySXlAx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgTySXlAx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgTySXlAx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgTySXlAx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgTySXlAx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgTySXlAx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgTySXlAx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgTySXlAx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgTySXlAx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgTySXlAx .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-uLgTySXlAx .navbar {
    height: 70px;
  }
  .cid-uLgTySXlAx .navbar.opened {
    height: auto;
  }
  .cid-uLgTySXlAx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgTySXlAx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLgTySXlAx .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLgTySXlAx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLgTySXlAx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLgTySXlAx .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLgTySXlAx .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLgTySXlAx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgTySXlAx .text_widget {
  margin-bottom: 32px;
}
.cid-uLgTySXlAx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgTySXlAx .text_widget a:hover,
.cid-uLgTySXlAx .text_widget a:focus {
  opacity: .6;
}
.cid-uLgTySXlAx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLgTySXlAx .navbar-caption {
  color: #000000;
}
.cid-uLgTySXlAx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLgTySXlAx .mbr-section-subtitle,
.cid-uLgTySXlAx .text_widget,
.cid-uLgTySXlAx .mbr-section-btn {
  text-align: center;
}
.cid-uLgTySXlAx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgTyTJK5H {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgTyU1hBR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (min-width: 400px) {
  .cid-uLgTyU1hBR h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uLgTyU1hBR h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-uLgTyU1hBR .media-container-row {
  justify-content: space-between;
}
.cid-uLgTyU1hBR .btn.btn-primary-outline {
  border: 1px solid #000000;
}
.cid-uLgTyU1hBR .btn.btn-primary-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgTyU1hBR .btn.btn-secondary-outline {
  border: 1px solid #cbc97a;
}
.cid-uLgTyU1hBR .btn.btn-secondary-outline:hover {
  background-color: #cbc97a !important;
  color: #ffffff !important;
}
.cid-uLgTyU1hBR .btn.btn-success-outline {
  border: 1px solid #ef6f3f;
}
.cid-uLgTyU1hBR .btn.btn-success-outline:hover {
  background-color: #ef6f3f !important;
  color: #ffffff !important;
}
.cid-uLgTyU1hBR .btn.btn-info-outline {
  border: 1px solid #f0f0f0;
}
.cid-uLgTyU1hBR .btn.btn-info-outline:hover {
  background-color: #f0f0f0 !important;
  color: #ffffff !important;
}
.cid-uLgTyU1hBR .btn.btn-warning-outline {
  border: 1px solid #569071;
}
.cid-uLgTyU1hBR .btn.btn-warning-outline:hover {
  background-color: #569071 !important;
  color: #ffffff !important;
}
.cid-uLgTyU1hBR .btn.btn-danger-outline {
  border: 1px solid #fed630;
}
.cid-uLgTyU1hBR .btn.btn-danger-outline:hover {
  background-color: #fed630 !important;
  color: #ffffff !important;
}
.cid-uLgTyU1hBR .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uLgTyU1hBR .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgTyU1hBR .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uLgTyU1hBR .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uLgTyU1hBR .form-control {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  background: #eef2f7;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  border-collapse: separate;
  color: #333;
  text-align: left;
  cursor: text;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.43;
  min-height: 3.5em;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.cid-uLgTyU1hBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgTyU1hBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgTyU1hBR .mbr-section-title {
  color: #ffffff;
}
.cid-uLgTyUprI1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLgTyUprI1 .container {
  display: flex;
  justify-content: center;
}
.cid-uLgTyUprI1 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uLgTyUprI1 .col-brand {
  margin-bottom: 40px;
}
.cid-uLgTyUprI1 .col-link {
  margin-bottom: 30px;
}
.cid-uLgTyUprI1 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uLgTyUprI1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLgTyUprI1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLgTyUprI1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLgTyUprI1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgTyUprI1 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uLgTyUprI1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLgTyUprI1 .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uLgTyUprI1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uLgTyUprI1 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLgTyUprI1 .soc-item:hover {
  background-color: #738bae;
}
.cid-uLgTyUprI1 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uLgTyUprI1 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uLgTyUprI1 .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLgTyUprI1 .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLgTyUprI1 .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLgTyUprI1 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uLgTyUprI1 .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uLgTyUprI1 .mbr-text a {
  opacity: 0.8;
}
.cid-uLgTyUprI1 .mbr-text a:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-uLgTyUprI1 .col-copyright {
  margin-top: 44px;
}
.cid-uLgTyUprI1 .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLgTyUprI1 .copyright {
    text-align: center !important;
  }
}
.cid-uLgTyUprI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgTyUprI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgU8ZptGq {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLgU8ZptGq .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgU8ZptGq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgU8ZptGq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLgU8ZptGq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLgU8ZptGq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLgU8ZptGq .menu_box .navbar.opened,
  .cid-uLgU8ZptGq .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgU8ZptGq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLgU8ZptGq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgU8ZptGq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgU8ZptGq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgU8ZptGq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgU8ZptGq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgU8ZptGq .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLgU8ZptGq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgU8ZptGq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgU8ZptGq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgU8ZptGq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgU8ZptGq .offcanvas-body .mbr-text,
  .cid-uLgU8ZptGq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgU8ZptGq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgU8ZptGq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgU8ZptGq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLgU8ZptGq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgU8ZptGq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgU8ZptGq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgU8ZptGq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgU8ZptGq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgU8ZptGq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgU8ZptGq .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-uLgU8ZptGq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgU8ZptGq 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-uLgU8ZptGq .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLgU8ZptGq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLgU8ZptGq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgU8ZptGq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgU8ZptGq .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgU8ZptGq .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLgU8ZptGq .nav-item .nav-link:hover,
.cid-uLgU8ZptGq .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLgU8ZptGq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgU8ZptGq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgU8ZptGq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgU8ZptGq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgU8ZptGq .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-uLgU8ZptGq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgU8ZptGq .offcanvas_box {
    display: none;
  }
}
.cid-uLgU8ZptGq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgU8ZptGq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgU8ZptGq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgU8ZptGq .container {
  display: flex;
  margin: auto;
}
.cid-uLgU8ZptGq .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLgU8ZptGq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgU8ZptGq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgU8ZptGq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgU8ZptGq .navbar-nav {
    margin: 0;
  }
}
.cid-uLgU8ZptGq .dropdown-menu,
.cid-uLgU8ZptGq .navbar.opened {
  background-color: false !important;
}
.cid-uLgU8ZptGq .nav-item:focus,
.cid-uLgU8ZptGq .nav-link:focus {
  outline: none;
}
.cid-uLgU8ZptGq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgU8ZptGq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgU8ZptGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgU8ZptGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgU8ZptGq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgU8ZptGq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgU8ZptGq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgU8ZptGq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgU8ZptGq .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgU8ZptGq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgU8ZptGq .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLgU8ZptGq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgU8ZptGq .navbar.collapsed {
  justify-content: center;
}
.cid-uLgU8ZptGq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgU8ZptGq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgU8ZptGq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgU8ZptGq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgU8ZptGq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgU8ZptGq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgU8ZptGq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgU8ZptGq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgU8ZptGq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgU8ZptGq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgU8ZptGq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgU8ZptGq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgU8ZptGq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgU8ZptGq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgU8ZptGq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgU8ZptGq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgU8ZptGq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgU8ZptGq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgU8ZptGq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLgU8ZptGq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgU8ZptGq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgU8ZptGq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgU8ZptGq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgU8ZptGq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgU8ZptGq .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-uLgU8ZptGq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLgU8ZptGq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgU8ZptGq .dropdown-item.active,
.cid-uLgU8ZptGq .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgU8ZptGq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLgU8ZptGq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgU8ZptGq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgU8ZptGq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgU8ZptGq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgU8ZptGq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgU8ZptGq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uLgU8ZptGq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLgU8ZptGq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgU8ZptGq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgU8ZptGq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgU8ZptGq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgU8ZptGq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgU8ZptGq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgU8ZptGq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgU8ZptGq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgU8ZptGq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgU8ZptGq .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-uLgU8ZptGq .navbar {
    height: 70px;
  }
  .cid-uLgU8ZptGq .navbar.opened {
    height: auto;
  }
  .cid-uLgU8ZptGq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgU8ZptGq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLgU8ZptGq .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLgU8ZptGq .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLgU8ZptGq .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLgU8ZptGq .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLgU8ZptGq .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLgU8ZptGq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgU8ZptGq .text_widget {
  margin-bottom: 32px;
}
.cid-uLgU8ZptGq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgU8ZptGq .text_widget a:hover,
.cid-uLgU8ZptGq .text_widget a:focus {
  opacity: .6;
}
.cid-uLgU8ZptGq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLgU8ZptGq .navbar-caption {
  color: #000000;
}
.cid-uLgU8ZptGq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLgU8ZptGq .mbr-section-subtitle,
.cid-uLgU8ZptGq .text_widget,
.cid-uLgU8ZptGq .mbr-section-btn {
  text-align: center;
}
.cid-uLgU8ZptGq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgU907Bwd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgU90tqDf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (min-width: 400px) {
  .cid-uLgU90tqDf h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uLgU90tqDf h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-uLgU90tqDf .media-container-row {
  justify-content: space-between;
}
.cid-uLgU90tqDf .btn.btn-primary-outline {
  border: 1px solid #000000;
}
.cid-uLgU90tqDf .btn.btn-primary-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgU90tqDf .btn.btn-secondary-outline {
  border: 1px solid #cbc97a;
}
.cid-uLgU90tqDf .btn.btn-secondary-outline:hover {
  background-color: #cbc97a !important;
  color: #ffffff !important;
}
.cid-uLgU90tqDf .btn.btn-success-outline {
  border: 1px solid #ef6f3f;
}
.cid-uLgU90tqDf .btn.btn-success-outline:hover {
  background-color: #ef6f3f !important;
  color: #ffffff !important;
}
.cid-uLgU90tqDf .btn.btn-info-outline {
  border: 1px solid #f0f0f0;
}
.cid-uLgU90tqDf .btn.btn-info-outline:hover {
  background-color: #f0f0f0 !important;
  color: #ffffff !important;
}
.cid-uLgU90tqDf .btn.btn-warning-outline {
  border: 1px solid #569071;
}
.cid-uLgU90tqDf .btn.btn-warning-outline:hover {
  background-color: #569071 !important;
  color: #ffffff !important;
}
.cid-uLgU90tqDf .btn.btn-danger-outline {
  border: 1px solid #fed630;
}
.cid-uLgU90tqDf .btn.btn-danger-outline:hover {
  background-color: #fed630 !important;
  color: #ffffff !important;
}
.cid-uLgU90tqDf .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uLgU90tqDf .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgU90tqDf .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uLgU90tqDf .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uLgU90tqDf .form-control {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  background: #eef2f7;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  border-collapse: separate;
  color: #333;
  text-align: left;
  cursor: text;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.43;
  min-height: 3.5em;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.cid-uLgU90tqDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgU90tqDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgU90tqDf .mbr-section-title {
  color: #ffffff;
}
.cid-uLgU90Tczl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLgU90Tczl .container {
  display: flex;
  justify-content: center;
}
.cid-uLgU90Tczl .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uLgU90Tczl .col-brand {
  margin-bottom: 40px;
}
.cid-uLgU90Tczl .col-link {
  margin-bottom: 30px;
}
.cid-uLgU90Tczl .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uLgU90Tczl .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLgU90Tczl .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLgU90Tczl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLgU90Tczl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgU90Tczl .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uLgU90Tczl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLgU90Tczl .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uLgU90Tczl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uLgU90Tczl .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLgU90Tczl .soc-item:hover {
  background-color: #738bae;
}
.cid-uLgU90Tczl .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uLgU90Tczl .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uLgU90Tczl .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLgU90Tczl .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLgU90Tczl .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLgU90Tczl .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uLgU90Tczl .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uLgU90Tczl .mbr-text a {
  opacity: 0.8;
}
.cid-uLgU90Tczl .mbr-text a:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-uLgU90Tczl .col-copyright {
  margin-top: 44px;
}
.cid-uLgU90Tczl .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLgU90Tczl .copyright {
    text-align: center !important;
  }
}
.cid-uLgU90Tczl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgU90Tczl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgWwREarw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLgWwREarw .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgWwREarw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgWwREarw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLgWwREarw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLgWwREarw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLgWwREarw .menu_box .navbar.opened,
  .cid-uLgWwREarw .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgWwREarw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLgWwREarw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgWwREarw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgWwREarw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgWwREarw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgWwREarw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgWwREarw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLgWwREarw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgWwREarw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgWwREarw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgWwREarw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgWwREarw .offcanvas-body .mbr-text,
  .cid-uLgWwREarw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgWwREarw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgWwREarw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgWwREarw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLgWwREarw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgWwREarw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgWwREarw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgWwREarw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgWwREarw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgWwREarw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgWwREarw .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-uLgWwREarw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgWwREarw 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-uLgWwREarw .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLgWwREarw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLgWwREarw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgWwREarw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgWwREarw .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgWwREarw .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLgWwREarw .nav-item .nav-link:hover,
.cid-uLgWwREarw .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLgWwREarw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgWwREarw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgWwREarw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgWwREarw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgWwREarw .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-uLgWwREarw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgWwREarw .offcanvas_box {
    display: none;
  }
}
.cid-uLgWwREarw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgWwREarw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgWwREarw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgWwREarw .container {
  display: flex;
  margin: auto;
}
.cid-uLgWwREarw .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLgWwREarw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgWwREarw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgWwREarw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgWwREarw .navbar-nav {
    margin: 0;
  }
}
.cid-uLgWwREarw .dropdown-menu,
.cid-uLgWwREarw .navbar.opened {
  background-color: false !important;
}
.cid-uLgWwREarw .nav-item:focus,
.cid-uLgWwREarw .nav-link:focus {
  outline: none;
}
.cid-uLgWwREarw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgWwREarw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgWwREarw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgWwREarw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgWwREarw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgWwREarw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgWwREarw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgWwREarw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgWwREarw .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgWwREarw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgWwREarw .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLgWwREarw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgWwREarw .navbar.collapsed {
  justify-content: center;
}
.cid-uLgWwREarw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgWwREarw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgWwREarw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgWwREarw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgWwREarw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgWwREarw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgWwREarw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgWwREarw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgWwREarw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgWwREarw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgWwREarw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgWwREarw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgWwREarw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgWwREarw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgWwREarw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgWwREarw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgWwREarw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgWwREarw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgWwREarw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLgWwREarw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgWwREarw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgWwREarw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgWwREarw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgWwREarw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgWwREarw .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-uLgWwREarw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLgWwREarw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgWwREarw .dropdown-item.active,
.cid-uLgWwREarw .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgWwREarw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLgWwREarw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgWwREarw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgWwREarw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgWwREarw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgWwREarw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgWwREarw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uLgWwREarw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLgWwREarw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgWwREarw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgWwREarw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgWwREarw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgWwREarw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgWwREarw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgWwREarw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgWwREarw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgWwREarw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgWwREarw .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-uLgWwREarw .navbar {
    height: 70px;
  }
  .cid-uLgWwREarw .navbar.opened {
    height: auto;
  }
  .cid-uLgWwREarw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgWwREarw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLgWwREarw .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLgWwREarw .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLgWwREarw .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLgWwREarw .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLgWwREarw .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLgWwREarw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgWwREarw .text_widget {
  margin-bottom: 32px;
}
.cid-uLgWwREarw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgWwREarw .text_widget a:hover,
.cid-uLgWwREarw .text_widget a:focus {
  opacity: .6;
}
.cid-uLgWwREarw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLgWwREarw .navbar-caption {
  color: #000000;
}
.cid-uLgWwREarw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLgWwREarw .mbr-section-subtitle,
.cid-uLgWwREarw .text_widget,
.cid-uLgWwREarw .mbr-section-btn {
  text-align: center;
}
.cid-uLgWwREarw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgWwSuotd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgWwSQoa3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (min-width: 400px) {
  .cid-uLgWwSQoa3 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uLgWwSQoa3 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-uLgWwSQoa3 .media-container-row {
  justify-content: space-between;
}
.cid-uLgWwSQoa3 .btn.btn-primary-outline {
  border: 1px solid #000000;
}
.cid-uLgWwSQoa3 .btn.btn-primary-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgWwSQoa3 .btn.btn-secondary-outline {
  border: 1px solid #cbc97a;
}
.cid-uLgWwSQoa3 .btn.btn-secondary-outline:hover {
  background-color: #cbc97a !important;
  color: #ffffff !important;
}
.cid-uLgWwSQoa3 .btn.btn-success-outline {
  border: 1px solid #ef6f3f;
}
.cid-uLgWwSQoa3 .btn.btn-success-outline:hover {
  background-color: #ef6f3f !important;
  color: #ffffff !important;
}
.cid-uLgWwSQoa3 .btn.btn-info-outline {
  border: 1px solid #f0f0f0;
}
.cid-uLgWwSQoa3 .btn.btn-info-outline:hover {
  background-color: #f0f0f0 !important;
  color: #ffffff !important;
}
.cid-uLgWwSQoa3 .btn.btn-warning-outline {
  border: 1px solid #569071;
}
.cid-uLgWwSQoa3 .btn.btn-warning-outline:hover {
  background-color: #569071 !important;
  color: #ffffff !important;
}
.cid-uLgWwSQoa3 .btn.btn-danger-outline {
  border: 1px solid #fed630;
}
.cid-uLgWwSQoa3 .btn.btn-danger-outline:hover {
  background-color: #fed630 !important;
  color: #ffffff !important;
}
.cid-uLgWwSQoa3 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uLgWwSQoa3 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgWwSQoa3 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uLgWwSQoa3 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uLgWwSQoa3 .form-control {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  background: #eef2f7;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  border-collapse: separate;
  color: #333;
  text-align: left;
  cursor: text;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.43;
  min-height: 3.5em;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.cid-uLgWwSQoa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgWwSQoa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgWwSQoa3 .mbr-section-title {
  color: #ffffff;
}
.cid-uLgWwTuEEF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLgWwTuEEF .container {
  display: flex;
  justify-content: center;
}
.cid-uLgWwTuEEF .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uLgWwTuEEF .col-brand {
  margin-bottom: 40px;
}
.cid-uLgWwTuEEF .col-link {
  margin-bottom: 30px;
}
.cid-uLgWwTuEEF .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uLgWwTuEEF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLgWwTuEEF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLgWwTuEEF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLgWwTuEEF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgWwTuEEF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uLgWwTuEEF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLgWwTuEEF .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uLgWwTuEEF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uLgWwTuEEF .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLgWwTuEEF .soc-item:hover {
  background-color: #738bae;
}
.cid-uLgWwTuEEF .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uLgWwTuEEF .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uLgWwTuEEF .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLgWwTuEEF .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLgWwTuEEF .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLgWwTuEEF .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uLgWwTuEEF .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uLgWwTuEEF .mbr-text a {
  opacity: 0.8;
}
.cid-uLgWwTuEEF .mbr-text a:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-uLgWwTuEEF .col-copyright {
  margin-top: 44px;
}
.cid-uLgWwTuEEF .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLgWwTuEEF .copyright {
    text-align: center !important;
  }
}
.cid-uLgWwTuEEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgWwTuEEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhcVLkJXM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLhcVLkJXM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLhcVLkJXM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLhcVLkJXM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLhcVLkJXM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLhcVLkJXM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLhcVLkJXM .menu_box .navbar.opened,
  .cid-uLhcVLkJXM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLhcVLkJXM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLhcVLkJXM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLhcVLkJXM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhcVLkJXM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLhcVLkJXM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLhcVLkJXM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLhcVLkJXM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLhcVLkJXM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLhcVLkJXM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLhcVLkJXM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLhcVLkJXM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLhcVLkJXM .offcanvas-body .mbr-text,
  .cid-uLhcVLkJXM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLhcVLkJXM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLhcVLkJXM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLhcVLkJXM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLhcVLkJXM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLhcVLkJXM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLhcVLkJXM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLhcVLkJXM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLhcVLkJXM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLhcVLkJXM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLhcVLkJXM .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-uLhcVLkJXM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLhcVLkJXM 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-uLhcVLkJXM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLhcVLkJXM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLhcVLkJXM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLhcVLkJXM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLhcVLkJXM .nav-item {
    margin: 0 !important;
  }
}
.cid-uLhcVLkJXM .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLhcVLkJXM .nav-item .nav-link:hover,
.cid-uLhcVLkJXM .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLhcVLkJXM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLhcVLkJXM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLhcVLkJXM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLhcVLkJXM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLhcVLkJXM .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-uLhcVLkJXM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLhcVLkJXM .offcanvas_box {
    display: none;
  }
}
.cid-uLhcVLkJXM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLhcVLkJXM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLhcVLkJXM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLhcVLkJXM .container {
  display: flex;
  margin: auto;
}
.cid-uLhcVLkJXM .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLhcVLkJXM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLhcVLkJXM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLhcVLkJXM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLhcVLkJXM .navbar-nav {
    margin: 0;
  }
}
.cid-uLhcVLkJXM .dropdown-menu,
.cid-uLhcVLkJXM .navbar.opened {
  background-color: false !important;
}
.cid-uLhcVLkJXM .nav-item:focus,
.cid-uLhcVLkJXM .nav-link:focus {
  outline: none;
}
.cid-uLhcVLkJXM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLhcVLkJXM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLhcVLkJXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLhcVLkJXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLhcVLkJXM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLhcVLkJXM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLhcVLkJXM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLhcVLkJXM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLhcVLkJXM .navbar.opened {
  transition: all 0.3s;
}
.cid-uLhcVLkJXM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLhcVLkJXM .navbar .navbar-logo img {
  max-width: 200px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLhcVLkJXM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLhcVLkJXM .navbar.collapsed {
  justify-content: center;
}
.cid-uLhcVLkJXM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLhcVLkJXM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLhcVLkJXM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLhcVLkJXM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLhcVLkJXM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLhcVLkJXM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLhcVLkJXM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLhcVLkJXM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLhcVLkJXM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLhcVLkJXM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLhcVLkJXM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLhcVLkJXM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLhcVLkJXM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLhcVLkJXM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLhcVLkJXM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLhcVLkJXM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLhcVLkJXM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLhcVLkJXM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLhcVLkJXM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLhcVLkJXM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLhcVLkJXM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLhcVLkJXM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLhcVLkJXM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLhcVLkJXM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLhcVLkJXM .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-uLhcVLkJXM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLhcVLkJXM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhcVLkJXM .dropdown-item.active,
.cid-uLhcVLkJXM .dropdown-item:active {
  background-color: transparent;
}
.cid-uLhcVLkJXM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLhcVLkJXM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLhcVLkJXM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLhcVLkJXM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLhcVLkJXM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLhcVLkJXM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLhcVLkJXM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uLhcVLkJXM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLhcVLkJXM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLhcVLkJXM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhcVLkJXM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhcVLkJXM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLhcVLkJXM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhcVLkJXM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLhcVLkJXM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLhcVLkJXM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhcVLkJXM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLhcVLkJXM .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-uLhcVLkJXM .navbar {
    height: 70px;
  }
  .cid-uLhcVLkJXM .navbar.opened {
    height: auto;
  }
  .cid-uLhcVLkJXM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLhcVLkJXM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLhcVLkJXM .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLhcVLkJXM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLhcVLkJXM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLhcVLkJXM .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLhcVLkJXM .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLhcVLkJXM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLhcVLkJXM .text_widget {
  margin-bottom: 32px;
}
.cid-uLhcVLkJXM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLhcVLkJXM .text_widget a:hover,
.cid-uLhcVLkJXM .text_widget a:focus {
  opacity: .6;
}
.cid-uLhcVLkJXM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLhcVLkJXM .navbar-caption {
  color: #000000;
}
.cid-uLhcVLkJXM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLhcVLkJXM .mbr-section-subtitle,
.cid-uLhcVLkJXM .text_widget,
.cid-uLhcVLkJXM .mbr-section-btn {
  text-align: center;
}
.cid-uLhcVLkJXM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLhcVLRymu {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLhcVLRymu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhcVLRymu .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-uLhcVLRymu .container {
    padding: 0 25px;
  }
}
.cid-uLhcVLRymu .row {
  justify-content: center;
}
.cid-uLhcVLRymu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLhcVLRymu .item {
  margin-bottom: 30px;
}
.cid-uLhcVLRymu .item:hover .item-wrapper .item-content,
.cid-uLhcVLRymu .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uLhcVLRymu .item:hover .item-wrapper .item-content .mbr-role,
.cid-uLhcVLRymu .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uLhcVLRymu .item:hover .item-wrapper .item-content .mbr-name,
.cid-uLhcVLRymu .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uLhcVLRymu .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uLhcVLRymu .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uLhcVLRymu .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uLhcVLRymu .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uLhcVLRymu .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLhcVLRymu .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uLhcVLRymu .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLhcVLRymu .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uLhcVLRymu .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLhcVLRymu .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uLhcVLRymu .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uLhcVLRymu .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLhcVLRymu .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLhcVLRymu .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uLhcVLRymu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLhcVLRymu .mbr-name {
  color: #000000;
}
.cid-uLhcVLRymu .mbr-role {
  color: #000000;
}
.cid-uLhcVLRymu .mbr-name,
.cid-uLhcVLRymu .social-wrapper {
  text-align: center;
}
.cid-uLhcVMiAH0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLhcVMiAH0 .container {
  display: flex;
  justify-content: center;
}
.cid-uLhcVMiAH0 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uLhcVMiAH0 .col-brand {
  margin-bottom: 40px;
}
.cid-uLhcVMiAH0 .col-link {
  margin-bottom: 30px;
}
.cid-uLhcVMiAH0 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uLhcVMiAH0 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLhcVMiAH0 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLhcVMiAH0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLhcVMiAH0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhcVMiAH0 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uLhcVMiAH0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLhcVMiAH0 .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uLhcVMiAH0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uLhcVMiAH0 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLhcVMiAH0 .soc-item:hover {
  background-color: #738bae;
}
.cid-uLhcVMiAH0 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uLhcVMiAH0 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uLhcVMiAH0 .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLhcVMiAH0 .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLhcVMiAH0 .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLhcVMiAH0 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uLhcVMiAH0 .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uLhcVMiAH0 .mbr-text a {
  opacity: 0.8;
}
.cid-uLhcVMiAH0 .mbr-text a:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-uLhcVMiAH0 .col-copyright {
  margin-top: 44px;
}
.cid-uLhcVMiAH0 .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLhcVMiAH0 .copyright {
    text-align: center !important;
  }
}
.cid-uLhcVMiAH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhcVMiAH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhjLCNGoW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLhjLCNGoW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLhjLCNGoW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLhjLCNGoW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLhjLCNGoW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLhjLCNGoW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLhjLCNGoW .menu_box .navbar.opened,
  .cid-uLhjLCNGoW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLhjLCNGoW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLhjLCNGoW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLhjLCNGoW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhjLCNGoW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLhjLCNGoW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLhjLCNGoW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLhjLCNGoW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLhjLCNGoW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLhjLCNGoW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLhjLCNGoW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLhjLCNGoW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLhjLCNGoW .offcanvas-body .mbr-text,
  .cid-uLhjLCNGoW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLhjLCNGoW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLhjLCNGoW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLhjLCNGoW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLhjLCNGoW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLhjLCNGoW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLhjLCNGoW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLhjLCNGoW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLhjLCNGoW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLhjLCNGoW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLhjLCNGoW .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-uLhjLCNGoW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLhjLCNGoW 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-uLhjLCNGoW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLhjLCNGoW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLhjLCNGoW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLhjLCNGoW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLhjLCNGoW .nav-item {
    margin: 0 !important;
  }
}
.cid-uLhjLCNGoW .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLhjLCNGoW .nav-item .nav-link:hover,
.cid-uLhjLCNGoW .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLhjLCNGoW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLhjLCNGoW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLhjLCNGoW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLhjLCNGoW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLhjLCNGoW .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-uLhjLCNGoW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLhjLCNGoW .offcanvas_box {
    display: none;
  }
}
.cid-uLhjLCNGoW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLhjLCNGoW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLhjLCNGoW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLhjLCNGoW .container {
  display: flex;
  margin: auto;
}
.cid-uLhjLCNGoW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLhjLCNGoW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLhjLCNGoW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLhjLCNGoW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLhjLCNGoW .navbar-nav {
    margin: 0;
  }
}
.cid-uLhjLCNGoW .dropdown-menu,
.cid-uLhjLCNGoW .navbar.opened {
  background-color: false !important;
}
.cid-uLhjLCNGoW .nav-item:focus,
.cid-uLhjLCNGoW .nav-link:focus {
  outline: none;
}
.cid-uLhjLCNGoW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLhjLCNGoW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLhjLCNGoW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLhjLCNGoW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLhjLCNGoW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLhjLCNGoW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLhjLCNGoW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLhjLCNGoW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLhjLCNGoW .navbar.opened {
  transition: all 0.3s;
}
.cid-uLhjLCNGoW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLhjLCNGoW .navbar .navbar-logo img {
  max-width: 200px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLhjLCNGoW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLhjLCNGoW .navbar.collapsed {
  justify-content: center;
}
.cid-uLhjLCNGoW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLhjLCNGoW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLhjLCNGoW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLhjLCNGoW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLhjLCNGoW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLhjLCNGoW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLhjLCNGoW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLhjLCNGoW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLhjLCNGoW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLhjLCNGoW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLhjLCNGoW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLhjLCNGoW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLhjLCNGoW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLhjLCNGoW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLhjLCNGoW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLhjLCNGoW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLhjLCNGoW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLhjLCNGoW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLhjLCNGoW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLhjLCNGoW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLhjLCNGoW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLhjLCNGoW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLhjLCNGoW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLhjLCNGoW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLhjLCNGoW .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-uLhjLCNGoW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLhjLCNGoW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhjLCNGoW .dropdown-item.active,
.cid-uLhjLCNGoW .dropdown-item:active {
  background-color: transparent;
}
.cid-uLhjLCNGoW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLhjLCNGoW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLhjLCNGoW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLhjLCNGoW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLhjLCNGoW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLhjLCNGoW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLhjLCNGoW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uLhjLCNGoW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLhjLCNGoW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLhjLCNGoW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhjLCNGoW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhjLCNGoW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLhjLCNGoW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhjLCNGoW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLhjLCNGoW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLhjLCNGoW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhjLCNGoW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLhjLCNGoW .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-uLhjLCNGoW .navbar {
    height: 70px;
  }
  .cid-uLhjLCNGoW .navbar.opened {
    height: auto;
  }
  .cid-uLhjLCNGoW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLhjLCNGoW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLhjLCNGoW .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLhjLCNGoW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLhjLCNGoW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLhjLCNGoW .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLhjLCNGoW .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLhjLCNGoW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLhjLCNGoW .text_widget {
  margin-bottom: 32px;
}
.cid-uLhjLCNGoW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLhjLCNGoW .text_widget a:hover,
.cid-uLhjLCNGoW .text_widget a:focus {
  opacity: .6;
}
.cid-uLhjLCNGoW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLhjLCNGoW .navbar-caption {
  color: #000000;
}
.cid-uLhjLCNGoW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLhjLCNGoW .mbr-section-subtitle,
.cid-uLhjLCNGoW .text_widget,
.cid-uLhjLCNGoW .mbr-section-btn {
  text-align: center;
}
.cid-uLhjLCNGoW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLhjLDIcXv {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLhjLDIcXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjLDIcXv .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-uLhjLDIcXv .container {
    padding: 0 25px;
  }
}
.cid-uLhjLDIcXv .row {
  justify-content: center;
}
.cid-uLhjLDIcXv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLhjLDIcXv .item {
  margin-bottom: 30px;
}
.cid-uLhjLDIcXv .item:hover .item-wrapper .item-content,
.cid-uLhjLDIcXv .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uLhjLDIcXv .item:hover .item-wrapper .item-content .mbr-role,
.cid-uLhjLDIcXv .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uLhjLDIcXv .item:hover .item-wrapper .item-content .mbr-name,
.cid-uLhjLDIcXv .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uLhjLDIcXv .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uLhjLDIcXv .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uLhjLDIcXv .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uLhjLDIcXv .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uLhjLDIcXv .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLhjLDIcXv .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uLhjLDIcXv .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLhjLDIcXv .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uLhjLDIcXv .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLhjLDIcXv .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uLhjLDIcXv .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uLhjLDIcXv .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLhjLDIcXv .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLhjLDIcXv .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uLhjLDIcXv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLhjLDIcXv .mbr-name {
  color: #000000;
}
.cid-uLhjLDIcXv .mbr-role {
  color: #000000;
}
.cid-uLhjLDIcXv .mbr-name,
.cid-uLhjLDIcXv .social-wrapper {
  text-align: center;
}
.cid-uLhjLE6uBf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLhjLE6uBf .container {
  display: flex;
  justify-content: center;
}
.cid-uLhjLE6uBf .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uLhjLE6uBf .col-brand {
  margin-bottom: 40px;
}
.cid-uLhjLE6uBf .col-link {
  margin-bottom: 30px;
}
.cid-uLhjLE6uBf .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uLhjLE6uBf .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLhjLE6uBf .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLhjLE6uBf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLhjLE6uBf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhjLE6uBf .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uLhjLE6uBf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLhjLE6uBf .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uLhjLE6uBf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uLhjLE6uBf .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLhjLE6uBf .soc-item:hover {
  background-color: #738bae;
}
.cid-uLhjLE6uBf .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uLhjLE6uBf .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uLhjLE6uBf .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLhjLE6uBf .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLhjLE6uBf .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLhjLE6uBf .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uLhjLE6uBf .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uLhjLE6uBf .mbr-text a {
  opacity: 0.8;
}
.cid-uLhjLE6uBf .mbr-text a:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-uLhjLE6uBf .col-copyright {
  margin-top: 44px;
}
.cid-uLhjLE6uBf .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLhjLE6uBf .copyright {
    text-align: center !important;
  }
}
.cid-uLhjLE6uBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjLE6uBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhp1gwzk6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLhp1gwzk6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLhp1gwzk6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLhp1gwzk6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLhp1gwzk6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLhp1gwzk6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLhp1gwzk6 .menu_box .navbar.opened,
  .cid-uLhp1gwzk6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLhp1gwzk6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLhp1gwzk6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLhp1gwzk6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhp1gwzk6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLhp1gwzk6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLhp1gwzk6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLhp1gwzk6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLhp1gwzk6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLhp1gwzk6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLhp1gwzk6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLhp1gwzk6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLhp1gwzk6 .offcanvas-body .mbr-text,
  .cid-uLhp1gwzk6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLhp1gwzk6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLhp1gwzk6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLhp1gwzk6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLhp1gwzk6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLhp1gwzk6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLhp1gwzk6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLhp1gwzk6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLhp1gwzk6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLhp1gwzk6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLhp1gwzk6 .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-uLhp1gwzk6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLhp1gwzk6 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-uLhp1gwzk6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLhp1gwzk6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLhp1gwzk6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLhp1gwzk6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLhp1gwzk6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLhp1gwzk6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLhp1gwzk6 .nav-item .nav-link:hover,
.cid-uLhp1gwzk6 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLhp1gwzk6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLhp1gwzk6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLhp1gwzk6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLhp1gwzk6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLhp1gwzk6 .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-uLhp1gwzk6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLhp1gwzk6 .offcanvas_box {
    display: none;
  }
}
.cid-uLhp1gwzk6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLhp1gwzk6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLhp1gwzk6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLhp1gwzk6 .container {
  display: flex;
  margin: auto;
}
.cid-uLhp1gwzk6 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLhp1gwzk6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLhp1gwzk6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLhp1gwzk6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLhp1gwzk6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLhp1gwzk6 .dropdown-menu,
.cid-uLhp1gwzk6 .navbar.opened {
  background-color: false !important;
}
.cid-uLhp1gwzk6 .nav-item:focus,
.cid-uLhp1gwzk6 .nav-link:focus {
  outline: none;
}
.cid-uLhp1gwzk6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLhp1gwzk6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLhp1gwzk6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLhp1gwzk6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLhp1gwzk6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLhp1gwzk6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLhp1gwzk6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLhp1gwzk6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLhp1gwzk6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLhp1gwzk6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLhp1gwzk6 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLhp1gwzk6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLhp1gwzk6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLhp1gwzk6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLhp1gwzk6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLhp1gwzk6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLhp1gwzk6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLhp1gwzk6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLhp1gwzk6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLhp1gwzk6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLhp1gwzk6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLhp1gwzk6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLhp1gwzk6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLhp1gwzk6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLhp1gwzk6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLhp1gwzk6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLhp1gwzk6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLhp1gwzk6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLhp1gwzk6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLhp1gwzk6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLhp1gwzk6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLhp1gwzk6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLhp1gwzk6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLhp1gwzk6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLhp1gwzk6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLhp1gwzk6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLhp1gwzk6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLhp1gwzk6 .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-uLhp1gwzk6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLhp1gwzk6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhp1gwzk6 .dropdown-item.active,
.cid-uLhp1gwzk6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLhp1gwzk6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLhp1gwzk6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLhp1gwzk6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLhp1gwzk6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLhp1gwzk6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLhp1gwzk6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLhp1gwzk6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uLhp1gwzk6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLhp1gwzk6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLhp1gwzk6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhp1gwzk6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhp1gwzk6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLhp1gwzk6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhp1gwzk6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLhp1gwzk6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLhp1gwzk6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhp1gwzk6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLhp1gwzk6 .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-uLhp1gwzk6 .navbar {
    height: 70px;
  }
  .cid-uLhp1gwzk6 .navbar.opened {
    height: auto;
  }
  .cid-uLhp1gwzk6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLhp1gwzk6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLhp1gwzk6 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLhp1gwzk6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLhp1gwzk6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLhp1gwzk6 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLhp1gwzk6 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLhp1gwzk6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLhp1gwzk6 .text_widget {
  margin-bottom: 32px;
}
.cid-uLhp1gwzk6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLhp1gwzk6 .text_widget a:hover,
.cid-uLhp1gwzk6 .text_widget a:focus {
  opacity: .6;
}
.cid-uLhp1gwzk6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLhp1gwzk6 .navbar-caption {
  color: #000000;
}
.cid-uLhp1gwzk6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLhp1gwzk6 .mbr-section-subtitle,
.cid-uLhp1gwzk6 .text_widget,
.cid-uLhp1gwzk6 .mbr-section-btn {
  text-align: center;
}
.cid-uLhp1gwzk6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLhp1heDOB {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLhp1heDOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhp1heDOB .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-uLhp1heDOB .container {
    padding: 0 25px;
  }
}
.cid-uLhp1heDOB .row {
  justify-content: center;
}
.cid-uLhp1heDOB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLhp1heDOB .item {
  margin-bottom: 30px;
}
.cid-uLhp1heDOB .item:hover .item-wrapper .item-content,
.cid-uLhp1heDOB .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uLhp1heDOB .item:hover .item-wrapper .item-content .mbr-role,
.cid-uLhp1heDOB .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uLhp1heDOB .item:hover .item-wrapper .item-content .mbr-name,
.cid-uLhp1heDOB .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uLhp1heDOB .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uLhp1heDOB .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uLhp1heDOB .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uLhp1heDOB .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uLhp1heDOB .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLhp1heDOB .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uLhp1heDOB .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLhp1heDOB .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uLhp1heDOB .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLhp1heDOB .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uLhp1heDOB .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uLhp1heDOB .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLhp1heDOB .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLhp1heDOB .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uLhp1heDOB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLhp1heDOB .mbr-name {
  color: #000000;
}
.cid-uLhp1heDOB .mbr-role {
  color: #000000;
}
.cid-uLhp1heDOB .mbr-name,
.cid-uLhp1heDOB .social-wrapper {
  text-align: center;
}
.cid-uLhp1hT4v3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLhp1hT4v3 .container {
  display: flex;
  justify-content: center;
}
.cid-uLhp1hT4v3 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uLhp1hT4v3 .col-brand {
  margin-bottom: 40px;
}
.cid-uLhp1hT4v3 .col-link {
  margin-bottom: 30px;
}
.cid-uLhp1hT4v3 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uLhp1hT4v3 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLhp1hT4v3 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLhp1hT4v3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLhp1hT4v3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhp1hT4v3 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uLhp1hT4v3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLhp1hT4v3 .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uLhp1hT4v3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uLhp1hT4v3 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLhp1hT4v3 .soc-item:hover {
  background-color: #738bae;
}
.cid-uLhp1hT4v3 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uLhp1hT4v3 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uLhp1hT4v3 .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLhp1hT4v3 .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLhp1hT4v3 .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLhp1hT4v3 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uLhp1hT4v3 .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uLhp1hT4v3 .mbr-text a {
  opacity: 0.8;
}
.cid-uLhp1hT4v3 .mbr-text a:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-uLhp1hT4v3 .col-copyright {
  margin-top: 44px;
}
.cid-uLhp1hT4v3 .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLhp1hT4v3 .copyright {
    text-align: center !important;
  }
}
.cid-uLhp1hT4v3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhp1hT4v3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhqQ54Enu {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLhqQ54Enu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLhqQ54Enu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLhqQ54Enu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLhqQ54Enu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLhqQ54Enu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLhqQ54Enu .menu_box .navbar.opened,
  .cid-uLhqQ54Enu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLhqQ54Enu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLhqQ54Enu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLhqQ54Enu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhqQ54Enu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLhqQ54Enu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLhqQ54Enu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLhqQ54Enu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLhqQ54Enu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLhqQ54Enu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLhqQ54Enu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLhqQ54Enu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLhqQ54Enu .offcanvas-body .mbr-text,
  .cid-uLhqQ54Enu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLhqQ54Enu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLhqQ54Enu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLhqQ54Enu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLhqQ54Enu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLhqQ54Enu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLhqQ54Enu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLhqQ54Enu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLhqQ54Enu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLhqQ54Enu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLhqQ54Enu .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-uLhqQ54Enu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLhqQ54Enu 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-uLhqQ54Enu .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLhqQ54Enu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLhqQ54Enu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLhqQ54Enu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLhqQ54Enu .nav-item {
    margin: 0 !important;
  }
}
.cid-uLhqQ54Enu .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLhqQ54Enu .nav-item .nav-link:hover,
.cid-uLhqQ54Enu .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLhqQ54Enu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLhqQ54Enu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLhqQ54Enu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLhqQ54Enu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLhqQ54Enu .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-uLhqQ54Enu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLhqQ54Enu .offcanvas_box {
    display: none;
  }
}
.cid-uLhqQ54Enu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLhqQ54Enu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLhqQ54Enu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLhqQ54Enu .container {
  display: flex;
  margin: auto;
}
.cid-uLhqQ54Enu .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLhqQ54Enu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLhqQ54Enu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLhqQ54Enu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLhqQ54Enu .navbar-nav {
    margin: 0;
  }
}
.cid-uLhqQ54Enu .dropdown-menu,
.cid-uLhqQ54Enu .navbar.opened {
  background-color: false !important;
}
.cid-uLhqQ54Enu .nav-item:focus,
.cid-uLhqQ54Enu .nav-link:focus {
  outline: none;
}
.cid-uLhqQ54Enu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLhqQ54Enu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLhqQ54Enu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLhqQ54Enu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLhqQ54Enu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLhqQ54Enu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLhqQ54Enu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLhqQ54Enu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLhqQ54Enu .navbar.opened {
  transition: all 0.3s;
}
.cid-uLhqQ54Enu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLhqQ54Enu .navbar .navbar-logo img {
  max-width: 200px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLhqQ54Enu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLhqQ54Enu .navbar.collapsed {
  justify-content: center;
}
.cid-uLhqQ54Enu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLhqQ54Enu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLhqQ54Enu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLhqQ54Enu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLhqQ54Enu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLhqQ54Enu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLhqQ54Enu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLhqQ54Enu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLhqQ54Enu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLhqQ54Enu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLhqQ54Enu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLhqQ54Enu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLhqQ54Enu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLhqQ54Enu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLhqQ54Enu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLhqQ54Enu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLhqQ54Enu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLhqQ54Enu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLhqQ54Enu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLhqQ54Enu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLhqQ54Enu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLhqQ54Enu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLhqQ54Enu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLhqQ54Enu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLhqQ54Enu .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-uLhqQ54Enu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLhqQ54Enu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhqQ54Enu .dropdown-item.active,
.cid-uLhqQ54Enu .dropdown-item:active {
  background-color: transparent;
}
.cid-uLhqQ54Enu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLhqQ54Enu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLhqQ54Enu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLhqQ54Enu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLhqQ54Enu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLhqQ54Enu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLhqQ54Enu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uLhqQ54Enu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLhqQ54Enu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLhqQ54Enu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhqQ54Enu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhqQ54Enu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLhqQ54Enu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhqQ54Enu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLhqQ54Enu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLhqQ54Enu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhqQ54Enu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLhqQ54Enu .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-uLhqQ54Enu .navbar {
    height: 70px;
  }
  .cid-uLhqQ54Enu .navbar.opened {
    height: auto;
  }
  .cid-uLhqQ54Enu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLhqQ54Enu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLhqQ54Enu .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLhqQ54Enu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLhqQ54Enu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLhqQ54Enu .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLhqQ54Enu .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLhqQ54Enu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLhqQ54Enu .text_widget {
  margin-bottom: 32px;
}
.cid-uLhqQ54Enu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLhqQ54Enu .text_widget a:hover,
.cid-uLhqQ54Enu .text_widget a:focus {
  opacity: .6;
}
.cid-uLhqQ54Enu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLhqQ54Enu .navbar-caption {
  color: #000000;
}
.cid-uLhqQ54Enu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLhqQ54Enu .mbr-section-subtitle,
.cid-uLhqQ54Enu .text_widget,
.cid-uLhqQ54Enu .mbr-section-btn {
  text-align: center;
}
.cid-uLhqQ54Enu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLhrzrDvfM {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLhrzrDvfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhrzrDvfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhrzrDvfM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-uLhrzrDvfM .card-wrapper {
  padding: 3rem;
  background: #f0f0f0;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uLhrzrDvfM .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhrzrDvfM .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLhrzrDvfM .card-title {
  color: #000000;
}
.cid-uLhrzrDvfM .link {
  color: #ffffff;
}
.cid-uLhrUMKh57 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #ffffff;
}
.cid-uLhrUMKh57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhrUMKh57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhrUMKh57 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uLhrUMKh57 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLhrUMKh57 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uLhrUMKh57 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLhrUMKh57 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLhqQ6RnL6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLhqQ6RnL6 .container {
  display: flex;
  justify-content: center;
}
.cid-uLhqQ6RnL6 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-uLhqQ6RnL6 .col-brand {
  margin-bottom: 40px;
}
.cid-uLhqQ6RnL6 .col-link {
  margin-bottom: 30px;
}
.cid-uLhqQ6RnL6 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uLhqQ6RnL6 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLhqQ6RnL6 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLhqQ6RnL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLhqQ6RnL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhqQ6RnL6 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uLhqQ6RnL6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLhqQ6RnL6 .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uLhqQ6RnL6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uLhqQ6RnL6 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLhqQ6RnL6 .soc-item:hover {
  background-color: #738bae;
}
.cid-uLhqQ6RnL6 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uLhqQ6RnL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}
.cid-uLhqQ6RnL6 .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLhqQ6RnL6 .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uLhqQ6RnL6 .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLhqQ6RnL6 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uLhqQ6RnL6 .mbr-text .text-black {
  color: #00284E !important;
}
.cid-uLhqQ6RnL6 .mbr-text a {
  opacity: 0.8;
}
.cid-uLhqQ6RnL6 .mbr-text a:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-uLhqQ6RnL6 .col-copyright {
  margin-top: 44px;
}
.cid-uLhqQ6RnL6 .copyright {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLhqQ6RnL6 .copyright {
    text-align: center !important;
  }
}
.cid-uLhqQ6RnL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhqQ6RnL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
