.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: 'Unbounded', sans-serif;
  font-size: 5.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Unbounded', 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: 3.125rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  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-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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 {
  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-tOpSGw7zSh {
  padding-top: 10rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tOpSGw7zSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSGw7zSh .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-tOpSGw7zSh .container {
    padding: 0 25px;
  }
}
.cid-tOpSGw7zSh .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-tOpSGw7zSh .title-wrapper {
    padding: 0;
  }
}
.cid-tOpSGw7zSh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpSGw7zSh .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tOpSGw7zSh .mbr-section-title {
  color: #ffffff;
}
.cid-tOpSGw7zSh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGw7zSh .mbr-section-title,
.cid-tOpSGw7zSh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLJOr40ov5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #437d9f;
}
.cid-uLJOr40ov5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJOr40ov5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJOr40ov5 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uLJOr40ov5 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uLJOr40ov5 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uLJOr40ov5 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLJOr40ov5 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uLJOr40ov5 .mbr-desc,
.cid-uLJOr40ov5 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uLJOr40ov5 .mbr-text,
.cid-uLJOr40ov5 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLJQ2iTKm8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLJQ2iTKm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJQ2iTKm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJQ2iTKm8 .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uLJQ2iTKm8 .items-wrapper .item {
  padding: 0 40px;
}
.cid-uLJQ2iTKm8 .item {
  margin-bottom: 40px;
}
.cid-uLJQ2iTKm8 .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uLJQ2iTKm8 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLJQ2iTKm8 .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uLJQ2iTKm8 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLJQ2iTKm8 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uLJQ2iTKm8 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uLJQ2iTKm8 .item-title {
  color: #19171c;
}
.cid-uLJQ2iTKm8 .item-text {
  color: #6e6e73;
}
.cid-uLJQ2iTKm8 .item-title,
.cid-uLJQ2iTKm8 .title-wrapper {
  text-align: center;
}
.cid-uLJQ2iTKm8 .item-text,
.cid-uLJQ2iTKm8 .mbr-section-btn {
  text-align: center;
}
.cid-uLrBmbeBRY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-uLrBmbeBRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLrBmbeBRY .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-uLrBmbeBRY .container {
    padding: 0 25px;
  }
}
.cid-uLrBmbeBRY .row {
  justify-content: center;
}
.cid-uLrBmbeBRY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLrBmbeBRY .item {
  margin-bottom: 30px;
}
.cid-uLrBmbeBRY .item:hover .item-wrapper .item-content,
.cid-uLrBmbeBRY .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uLrBmbeBRY .item:hover .item-wrapper .item-content .mbr-role,
.cid-uLrBmbeBRY .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uLrBmbeBRY .item:hover .item-wrapper .item-content .mbr-name,
.cid-uLrBmbeBRY .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uLrBmbeBRY .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uLrBmbeBRY .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uLrBmbeBRY .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uLrBmbeBRY .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uLrBmbeBRY .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLrBmbeBRY .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uLrBmbeBRY .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLrBmbeBRY .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uLrBmbeBRY .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLrBmbeBRY .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uLrBmbeBRY .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uLrBmbeBRY .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLrBmbeBRY .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLrBmbeBRY .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-uLrBmbeBRY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLrBmbeBRY .mbr-name {
  color: #000000;
}
.cid-uLrBmbeBRY .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uLrBmbeBRY .mbr-name,
.cid-uLrBmbeBRY .social-wrapper {
  text-align: center;
}
.cid-tOpSPrS1WK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #437d9f;
}
.cid-tOpSPrS1WK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSPrS1WK .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-tOpSPrS1WK .container {
    padding: 0 25px;
  }
}
.cid-tOpSPrS1WK .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOpSPrS1WK .image-wrapper {
    margin-top: 20px;
  }
}
.cid-tOpSPrS1WK .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 0 20rem 20rem !important;
}
@media (max-width: 992px) {
  .cid-tOpSPrS1WK .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-tOpSPrS1WK .image-wrapper img {
    border-radius: 0 0 10rem 10rem !important;
  }
}
.cid-tOpSPrS1WK .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-tOpSPrS1WK .title-wrapper {
    padding: 0;
  }
}
.cid-tOpSPrS1WK .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOpSPrS1WK .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-tOpSPrS1WK .mbr-section-title {
  color: #ffffff;
}
.cid-tOpSPrS1WK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSPrS1WK .mbr-section-title,
.cid-tOpSPrS1WK .mbr-section-btn {
  text-align: center;
}
.cid-tOpSQieuBi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tOpSQieuBi .container {
    padding: 0 25px;
  }
}
.cid-tOpSQieuBi .title-wrapper {
  margin: 25px 0;
}
.cid-tOpSQieuBi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOpSQieuBi .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tOpSQieuBi .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-tOpSQieuBi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOpSQieuBi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tOpSQieuBi .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tOpSQieuBi .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLJUHhxEBL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #437d9f;
}
.cid-uLJUHhxEBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJUHhxEBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJUHhxEBL .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLJUHhxEBL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLJUHhxEBL .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uLJUHhxEBL .items-wrapper .item {
  padding: 0 10px;
}
.cid-uLJUHhxEBL .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLJUHhxEBL .item {
    margin-bottom: 16px;
  }
}
.cid-uLJUHhxEBL .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uLJUHhxEBL .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uLJUHhxEBL .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uLJUHhxEBL .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uLJUHhxEBL .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uLJUHhxEBL .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uLJUHhxEBL .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uLJUHhxEBL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLJUHhxEBL .item-title {
  color: #000c3f;
}
.cid-uLJUHhxEBL .item-text {
  color: #000c3f;
  text-align: center;
}
.cid-uLJUHhxEBL .item-title,
.cid-uLJUHhxEBL .mbr-section-btn {
  text-align: center;
}
.cid-tOpSRkMgKG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: inset 25rem 1rem 10rem #ffffff !important;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tOpSRkMgKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSRkMgKG .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-tOpSRkMgKG .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpSRkMgKG .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tOpSRkMgKG .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tOpSRkMgKG .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-tOpSRkMgKG .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-tOpSRkMgKG .image-wrapper {
    margin: 0;
  }
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-tOpSRkMgKG .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-tOpSRkMgKG .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tOpSRkMgKG .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-tOpSRkMgKG .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #000000;
  border-right: 4px dashed #000000;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-tOpSRkMgKG .mbr-section-title {
  color: #000000;
}
.cid-tOpSRkMgKG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tOpSRkMgKG .card-title {
  color: #000000;
  text-align: center;
}
.cid-tOpSRkMgKG .mbr-section-title,
.cid-tOpSRkMgKG .mbr-section-btn {
  text-align: center;
}
.cid-tOpSSYHsqE {
  background-color: #689ebe;
}
.cid-tOpSSYHsqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSSYHsqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpSSYHsqE .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpSSYHsqE .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpSSYHsqE .container {
    padding: 0 25px;
  }
}
.cid-tOpSSYHsqE .row {
  justify-content: center;
}
.cid-tOpSSYHsqE .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOpSSYHsqE .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tOpSSYHsqE .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tOpSSYHsqE .image-wrapper img {
    height: 350px;
  }
}
.cid-tOpSSYHsqE .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-tOpSSYHsqE .form-wrapper {
    padding: 0 12px;
  }
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tOpSSYHsqE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tOpSSYHsqE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSSYHsqE label {
  color: #ffffff;
}
.cid-uLDV0BTveM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.cid-uLDV0BTveM .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #437d9f;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .decor-wrapper {
    display: none;
  }
}
.cid-uLDV0BTveM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDV0BTveM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDV0BTveM .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLDV0BTveM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLDV0BTveM .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLDV0BTveM .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uLDV0BTveM .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uLDV0BTveM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .list {
  color: #ffffff;
}
.cid-uLt6KcDb77 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLt6KcDb77 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLt6KcDb77 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLt6KcDb77 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLt6KcDb77 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLt6KcDb77 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLt6KcDb77 .menu_box .navbar.opened,
  .cid-uLt6KcDb77 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLt6KcDb77 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLt6KcDb77 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLt6KcDb77 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLt6KcDb77 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLt6KcDb77 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLt6KcDb77 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLt6KcDb77 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLt6KcDb77 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLt6KcDb77 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLt6KcDb77 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLt6KcDb77 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLt6KcDb77 .offcanvas-body .mbr-text,
  .cid-uLt6KcDb77 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLt6KcDb77 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLt6KcDb77 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLt6KcDb77 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLt6KcDb77 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLt6KcDb77 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLt6KcDb77 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLt6KcDb77 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLt6KcDb77 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLt6KcDb77 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLt6KcDb77 .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-uLt6KcDb77 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLt6KcDb77 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-uLt6KcDb77 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLt6KcDb77 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLt6KcDb77 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLt6KcDb77 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLt6KcDb77 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLt6KcDb77 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLt6KcDb77 .nav-item .nav-link:hover,
.cid-uLt6KcDb77 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLt6KcDb77 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLt6KcDb77 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLt6KcDb77 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLt6KcDb77 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLt6KcDb77 .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-uLt6KcDb77 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLt6KcDb77 .offcanvas_box {
    display: none;
  }
}
.cid-uLt6KcDb77 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLt6KcDb77 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLt6KcDb77 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLt6KcDb77 .container {
  display: flex;
  margin: auto;
}
.cid-uLt6KcDb77 .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-uLt6KcDb77 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLt6KcDb77 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLt6KcDb77 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLt6KcDb77 .navbar-nav {
    margin: 0;
  }
}
.cid-uLt6KcDb77 .dropdown-menu,
.cid-uLt6KcDb77 .navbar.opened {
  background-color: false !important;
}
.cid-uLt6KcDb77 .nav-item:focus,
.cid-uLt6KcDb77 .nav-link:focus {
  outline: none;
}
.cid-uLt6KcDb77 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLt6KcDb77 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLt6KcDb77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLt6KcDb77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLt6KcDb77 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLt6KcDb77 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLt6KcDb77 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLt6KcDb77 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLt6KcDb77 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLt6KcDb77 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLt6KcDb77 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLt6KcDb77 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLt6KcDb77 .navbar.collapsed {
  justify-content: center;
}
.cid-uLt6KcDb77 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLt6KcDb77 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLt6KcDb77 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLt6KcDb77 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLt6KcDb77 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLt6KcDb77 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLt6KcDb77 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLt6KcDb77 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLt6KcDb77 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLt6KcDb77 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLt6KcDb77 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLt6KcDb77 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLt6KcDb77 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLt6KcDb77 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLt6KcDb77 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLt6KcDb77 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLt6KcDb77 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLt6KcDb77 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLt6KcDb77 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLt6KcDb77 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLt6KcDb77 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLt6KcDb77 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLt6KcDb77 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLt6KcDb77 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLt6KcDb77 .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-uLt6KcDb77 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLt6KcDb77 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLt6KcDb77 .dropdown-item.active,
.cid-uLt6KcDb77 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLt6KcDb77 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLt6KcDb77 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLt6KcDb77 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLt6KcDb77 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLt6KcDb77 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLt6KcDb77 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLt6KcDb77 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-uLt6KcDb77 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLt6KcDb77 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLt6KcDb77 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLt6KcDb77 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLt6KcDb77 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLt6KcDb77 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLt6KcDb77 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLt6KcDb77 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLt6KcDb77 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLt6KcDb77 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLt6KcDb77 .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-uLt6KcDb77 .navbar {
    height: 70px;
  }
  .cid-uLt6KcDb77 .navbar.opened {
    height: auto;
  }
  .cid-uLt6KcDb77 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLt6KcDb77 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLt6KcDb77 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLt6KcDb77 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLt6KcDb77 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLt6KcDb77 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLt6KcDb77 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLt6KcDb77 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLt6KcDb77 .text_widget {
  margin-bottom: 32px;
}
.cid-uLt6KcDb77 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLt6KcDb77 .text_widget a:hover,
.cid-uLt6KcDb77 .text_widget a:focus {
  opacity: .6;
}
.cid-uLt6KcDb77 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLt6KcDb77 .navbar-caption {
  color: #000000;
}
.cid-uLt6KcDb77 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLt6KcDb77 .mbr-section-subtitle,
.cid-uLt6KcDb77 .text_widget,
.cid-uLt6KcDb77 .mbr-section-btn {
  text-align: center;
}
.cid-uLt6KcDb77 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLt6KdmmOf {
  padding-top: 10rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-19-at-16.09.06-ab7799f2-800x538.webp");
}
.cid-uLt6KdmmOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLt6KdmmOf .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-uLt6KdmmOf .container {
    padding: 0 25px;
  }
}
.cid-uLt6KdmmOf .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uLt6KdmmOf .title-wrapper {
    padding: 0;
  }
}
.cid-uLt6KdmmOf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLt6KdmmOf .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uLt6KdmmOf .mbr-section-title {
  color: #ffffff;
}
.cid-uLt6KdmmOf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLt6KdmmOf .mbr-section-title,
.cid-uLt6KdmmOf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLt6KdN5xX {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLt6KdN5xX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLt6KdN5xX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLt6KdN5xX .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uLt6KdN5xX .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLt6KdN5xX .container {
    padding: 0 25px;
  }
}
.cid-uLt6KdN5xX .row {
  justify-content: center;
}
.cid-uLt6KdN5xX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLt6KdN5xX .item {
  margin-bottom: 30px;
}
.cid-uLt6KdN5xX .item:hover .item-wrapper .item-content,
.cid-uLt6KdN5xX .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uLt6KdN5xX .item:hover .item-wrapper .item-content .mbr-role,
.cid-uLt6KdN5xX .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uLt6KdN5xX .item:hover .item-wrapper .item-content .mbr-name,
.cid-uLt6KdN5xX .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uLt6KdN5xX .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uLt6KdN5xX .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uLt6KdN5xX .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uLt6KdN5xX .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uLt6KdN5xX .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLt6KdN5xX .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uLt6KdN5xX .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLt6KdN5xX .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uLt6KdN5xX .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLt6KdN5xX .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uLt6KdN5xX .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uLt6KdN5xX .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLt6KdN5xX .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLt6KdN5xX .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-uLt6KdN5xX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLt6KdN5xX .mbr-name {
  color: #000000;
}
.cid-uLt6KdN5xX .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uLt6KdN5xX .mbr-name,
.cid-uLt6KdN5xX .social-wrapper {
  text-align: center;
}
.cid-uLEVDrj5qJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #437d9f;
}
.cid-uLEVDrj5qJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEVDrj5qJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEVDrj5qJ .card-wrapper {
  padding: 75px 64px;
  background-color: #437d9f;
}
@media (max-width: 1440px) {
  .cid-uLEVDrj5qJ .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLEVDrj5qJ .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-uLEVDrj5qJ .card-wrapper .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLEVDrj5qJ .card-wrapper .content-wrap {
    display: block;
    padding: 0 14px;
    margin-bottom: 24px;
  }
}
.cid-uLEVDrj5qJ .card-wrapper .content-wrap .title-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uLEVDrj5qJ .card-wrapper .content-wrap .title-wrapper {
    width: 100%;
  }
}
.cid-uLEVDrj5qJ .card-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uLEVDrj5qJ .card-wrapper .content-wrap .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uLEVDrj5qJ .card-wrapper .content-wrap .text-wrapper {
  width: 15%;
}
@media (max-width: 992px) {
  .cid-uLEVDrj5qJ .card-wrapper .content-wrap .text-wrapper {
    width: 100%;
  }
}
.cid-uLEVDrj5qJ .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uLEVDrj5qJ .card-wrapper .content-wrap .text-wrapper .mbr-text {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uLEVDrj5qJ .card-wrapper .content-wrap .mbr-section-btn {
  width: 25%;
}
@media (max-width: 992px) {
  .cid-uLEVDrj5qJ .card-wrapper .content-wrap .mbr-section-btn {
    width: 100%;
  }
}
.cid-uLEVDrj5qJ .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1440px) {
  .cid-uLEVDrj5qJ .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-uLEVDrj5qJ .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uLEVDrj5qJ .card-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uLEVDrj5qJ .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffbf;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uLEVDrj5qJ .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uLEVDrj5qJ .card-wrapper .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLEVDrj5qJ .card-wrapper .items-wrapper .item .item-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uLEVDrj5qJ .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uLEVDrj5qJ .mbr-section-title {
  color: #2c2c26;
}
.cid-uLEVDrj5qJ .mbr-text {
  color: #63635d;
}
.cid-uLEVDrj5qJ .card-title {
  color: #2c2c26;
}
.cid-uLEVDrj5qJ .card-text {
  color: #63635d;
  text-align: center;
}
.cid-uLt6KfkO6U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLt6KfkO6U .container {
    padding: 0 25px;
  }
}
.cid-uLt6KfkO6U .title-wrapper {
  margin: 25px 0;
}
.cid-uLt6KfkO6U .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLt6KfkO6U .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uLt6KfkO6U .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uLt6KfkO6U .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLt6KfkO6U .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLt6KfkO6U .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLt6KfkO6U .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLUA6dop17 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUA6dop17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUA6dop17 .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-uLUA6dop17 .container {
    padding: 0 25px;
  }
}
.cid-uLUA6dop17 .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uLUA6dop17 .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uLUA6dop17 .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uLUA6dop17 .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uLUA6dop17 .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uLUA6dop17 .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLUA6dop17 .items .item {
    margin: 0;
  }
}
.cid-uLUA6dop17 .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uLUA6dop17 .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLUA6dop17 .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-uLUA6dop17 .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uLUA6dop17 .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uLUA6dop17 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLUA6dop17 .item-title {
  color: #000000;
}
.cid-uLUA6dop17 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLUA6dop17 .item-title,
.cid-uLUA6dop17 .icon-wrapper {
  text-align: center;
}
.cid-uLDV0BTveM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.cid-uLDV0BTveM .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #437d9f;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .decor-wrapper {
    display: none;
  }
}
.cid-uLDV0BTveM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDV0BTveM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDV0BTveM .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLDV0BTveM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLDV0BTveM .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLDV0BTveM .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uLDV0BTveM .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uLDV0BTveM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .list {
  color: #ffffff;
}
.cid-uLt7hb1RL5 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLt7hb1RL5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLt7hb1RL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLt7hb1RL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLt7hb1RL5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLt7hb1RL5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLt7hb1RL5 .menu_box .navbar.opened,
  .cid-uLt7hb1RL5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLt7hb1RL5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLt7hb1RL5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLt7hb1RL5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLt7hb1RL5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLt7hb1RL5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLt7hb1RL5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLt7hb1RL5 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLt7hb1RL5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLt7hb1RL5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLt7hb1RL5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLt7hb1RL5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLt7hb1RL5 .offcanvas-body .mbr-text,
  .cid-uLt7hb1RL5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLt7hb1RL5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLt7hb1RL5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLt7hb1RL5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLt7hb1RL5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLt7hb1RL5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLt7hb1RL5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLt7hb1RL5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLt7hb1RL5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLt7hb1RL5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLt7hb1RL5 .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-uLt7hb1RL5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLt7hb1RL5 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-uLt7hb1RL5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLt7hb1RL5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLt7hb1RL5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLt7hb1RL5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLt7hb1RL5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLt7hb1RL5 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLt7hb1RL5 .nav-item .nav-link:hover,
.cid-uLt7hb1RL5 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLt7hb1RL5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLt7hb1RL5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLt7hb1RL5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLt7hb1RL5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLt7hb1RL5 .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-uLt7hb1RL5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLt7hb1RL5 .offcanvas_box {
    display: none;
  }
}
.cid-uLt7hb1RL5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLt7hb1RL5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLt7hb1RL5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLt7hb1RL5 .container {
  display: flex;
  margin: auto;
}
.cid-uLt7hb1RL5 .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-uLt7hb1RL5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLt7hb1RL5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLt7hb1RL5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLt7hb1RL5 .navbar-nav {
    margin: 0;
  }
}
.cid-uLt7hb1RL5 .dropdown-menu,
.cid-uLt7hb1RL5 .navbar.opened {
  background-color: false !important;
}
.cid-uLt7hb1RL5 .nav-item:focus,
.cid-uLt7hb1RL5 .nav-link:focus {
  outline: none;
}
.cid-uLt7hb1RL5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLt7hb1RL5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLt7hb1RL5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLt7hb1RL5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLt7hb1RL5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLt7hb1RL5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLt7hb1RL5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLt7hb1RL5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLt7hb1RL5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLt7hb1RL5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLt7hb1RL5 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLt7hb1RL5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLt7hb1RL5 .navbar.collapsed {
  justify-content: center;
}
.cid-uLt7hb1RL5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLt7hb1RL5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLt7hb1RL5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLt7hb1RL5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLt7hb1RL5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLt7hb1RL5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLt7hb1RL5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLt7hb1RL5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLt7hb1RL5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLt7hb1RL5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLt7hb1RL5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLt7hb1RL5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLt7hb1RL5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLt7hb1RL5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLt7hb1RL5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLt7hb1RL5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLt7hb1RL5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLt7hb1RL5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLt7hb1RL5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLt7hb1RL5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLt7hb1RL5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLt7hb1RL5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLt7hb1RL5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLt7hb1RL5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLt7hb1RL5 .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-uLt7hb1RL5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLt7hb1RL5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLt7hb1RL5 .dropdown-item.active,
.cid-uLt7hb1RL5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLt7hb1RL5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLt7hb1RL5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLt7hb1RL5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLt7hb1RL5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLt7hb1RL5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLt7hb1RL5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLt7hb1RL5 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-uLt7hb1RL5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLt7hb1RL5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLt7hb1RL5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLt7hb1RL5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLt7hb1RL5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLt7hb1RL5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLt7hb1RL5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLt7hb1RL5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLt7hb1RL5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLt7hb1RL5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLt7hb1RL5 .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-uLt7hb1RL5 .navbar {
    height: 70px;
  }
  .cid-uLt7hb1RL5 .navbar.opened {
    height: auto;
  }
  .cid-uLt7hb1RL5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLt7hb1RL5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLt7hb1RL5 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLt7hb1RL5 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLt7hb1RL5 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLt7hb1RL5 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLt7hb1RL5 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLt7hb1RL5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLt7hb1RL5 .text_widget {
  margin-bottom: 32px;
}
.cid-uLt7hb1RL5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLt7hb1RL5 .text_widget a:hover,
.cid-uLt7hb1RL5 .text_widget a:focus {
  opacity: .6;
}
.cid-uLt7hb1RL5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLt7hb1RL5 .navbar-caption {
  color: #000000;
}
.cid-uLt7hb1RL5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLt7hb1RL5 .mbr-section-subtitle,
.cid-uLt7hb1RL5 .text_widget,
.cid-uLt7hb1RL5 .mbr-section-btn {
  text-align: center;
}
.cid-uLt7hb1RL5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLQlQsPlq3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uLQlQsPlq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQlQsPlq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQlQsPlq3 .row {
  justify-content: space-between;
}
.cid-uLQlQsPlq3 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLQlQsPlq3 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQlQsPlq3 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uLQlQsPlq3 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uLQlQsPlq3 .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uLQlQsPlq3 .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uLQlQsPlq3 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uLQlQsPlq3 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLQlQsPlq3 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLQlQsPlq3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLQlQsPlq3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLQlQsPlq3 .mbr-label {
  color: #19171c;
}
.cid-uLQlQsPlq3 .mbr-section-title {
  color: #19171c;
}
.cid-uLQlQsPlq3 .mbr-text,
.cid-uLQlQsPlq3 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uLQlQsPlq3 .mbr-section-title,
.cid-uLQlQsPlq3 .mbr-section-btn,
.cid-uLQlQsPlq3 .iconfont-wrapper {
  text-align: center;
}
.cid-uLQr4g5jeh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #437d9f;
}
.cid-uLQr4g5jeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQr4g5jeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQr4g5jeh .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uLQr4g5jeh .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uLQr4g5jeh .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uLQr4g5jeh .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLQr4g5jeh .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uLQr4g5jeh .mbr-desc,
.cid-uLQr4g5jeh .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLQr4g5jeh .mbr-text,
.cid-uLQr4g5jeh .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLDV0BTveM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.cid-uLDV0BTveM .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #437d9f;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .decor-wrapper {
    display: none;
  }
}
.cid-uLDV0BTveM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDV0BTveM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDV0BTveM .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLDV0BTveM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLDV0BTveM .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLDV0BTveM .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uLDV0BTveM .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uLDV0BTveM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .list {
  color: #ffffff;
}
.cid-uLt7PTVs2r {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLt7PTVs2r .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLt7PTVs2r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLt7PTVs2r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLt7PTVs2r .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLt7PTVs2r .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLt7PTVs2r .menu_box .navbar.opened,
  .cid-uLt7PTVs2r .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLt7PTVs2r nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLt7PTVs2r .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLt7PTVs2r .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLt7PTVs2r .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLt7PTVs2r .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLt7PTVs2r .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLt7PTVs2r .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLt7PTVs2r .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLt7PTVs2r .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLt7PTVs2r .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLt7PTVs2r .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLt7PTVs2r .offcanvas-body .mbr-text,
  .cid-uLt7PTVs2r .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLt7PTVs2r .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLt7PTVs2r .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLt7PTVs2r .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLt7PTVs2r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLt7PTVs2r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLt7PTVs2r .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLt7PTVs2r .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLt7PTVs2r ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLt7PTVs2r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLt7PTVs2r .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-uLt7PTVs2r .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLt7PTVs2r 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-uLt7PTVs2r .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLt7PTVs2r .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLt7PTVs2r .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLt7PTVs2r .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLt7PTVs2r .nav-item {
    margin: 0 !important;
  }
}
.cid-uLt7PTVs2r .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLt7PTVs2r .nav-item .nav-link:hover,
.cid-uLt7PTVs2r .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLt7PTVs2r .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLt7PTVs2r .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLt7PTVs2r .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLt7PTVs2r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLt7PTVs2r .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-uLt7PTVs2r .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLt7PTVs2r .offcanvas_box {
    display: none;
  }
}
.cid-uLt7PTVs2r .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLt7PTVs2r .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLt7PTVs2r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLt7PTVs2r .container {
  display: flex;
  margin: auto;
}
.cid-uLt7PTVs2r .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-uLt7PTVs2r .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLt7PTVs2r .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLt7PTVs2r .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLt7PTVs2r .navbar-nav {
    margin: 0;
  }
}
.cid-uLt7PTVs2r .dropdown-menu,
.cid-uLt7PTVs2r .navbar.opened {
  background-color: false !important;
}
.cid-uLt7PTVs2r .nav-item:focus,
.cid-uLt7PTVs2r .nav-link:focus {
  outline: none;
}
.cid-uLt7PTVs2r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLt7PTVs2r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLt7PTVs2r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLt7PTVs2r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLt7PTVs2r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLt7PTVs2r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLt7PTVs2r .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLt7PTVs2r .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLt7PTVs2r .navbar.opened {
  transition: all 0.3s;
}
.cid-uLt7PTVs2r .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLt7PTVs2r .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLt7PTVs2r .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLt7PTVs2r .navbar.collapsed {
  justify-content: center;
}
.cid-uLt7PTVs2r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLt7PTVs2r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLt7PTVs2r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLt7PTVs2r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLt7PTVs2r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLt7PTVs2r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLt7PTVs2r .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLt7PTVs2r .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLt7PTVs2r .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLt7PTVs2r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLt7PTVs2r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLt7PTVs2r .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLt7PTVs2r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLt7PTVs2r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLt7PTVs2r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLt7PTVs2r .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLt7PTVs2r .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLt7PTVs2r .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLt7PTVs2r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLt7PTVs2r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLt7PTVs2r .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLt7PTVs2r .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLt7PTVs2r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLt7PTVs2r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLt7PTVs2r .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-uLt7PTVs2r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLt7PTVs2r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLt7PTVs2r .dropdown-item.active,
.cid-uLt7PTVs2r .dropdown-item:active {
  background-color: transparent;
}
.cid-uLt7PTVs2r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLt7PTVs2r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLt7PTVs2r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLt7PTVs2r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLt7PTVs2r ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLt7PTVs2r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLt7PTVs2r 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-uLt7PTVs2r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLt7PTVs2r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLt7PTVs2r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLt7PTVs2r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLt7PTVs2r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLt7PTVs2r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLt7PTVs2r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLt7PTVs2r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLt7PTVs2r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLt7PTVs2r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLt7PTVs2r .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-uLt7PTVs2r .navbar {
    height: 70px;
  }
  .cid-uLt7PTVs2r .navbar.opened {
    height: auto;
  }
  .cid-uLt7PTVs2r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLt7PTVs2r .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLt7PTVs2r .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLt7PTVs2r .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLt7PTVs2r .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLt7PTVs2r .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLt7PTVs2r .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLt7PTVs2r .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLt7PTVs2r .text_widget {
  margin-bottom: 32px;
}
.cid-uLt7PTVs2r .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLt7PTVs2r .text_widget a:hover,
.cid-uLt7PTVs2r .text_widget a:focus {
  opacity: .6;
}
.cid-uLt7PTVs2r .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLt7PTVs2r .navbar-caption {
  color: #000000;
}
.cid-uLt7PTVs2r .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLt7PTVs2r .mbr-section-subtitle,
.cid-uLt7PTVs2r .text_widget,
.cid-uLt7PTVs2r .mbr-section-btn {
  text-align: center;
}
.cid-uLt7PTVs2r a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLt7PUs49r {
  padding-top: 10rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uLt7PUs49r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLt7PUs49r .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-uLt7PUs49r .container {
    padding: 0 25px;
  }
}
.cid-uLt7PUs49r .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uLt7PUs49r .title-wrapper {
    padding: 0;
  }
}
.cid-uLt7PUs49r .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLt7PUs49r .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uLt7PUs49r .mbr-section-title {
  color: #ffffff;
}
.cid-uLt7PUs49r .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLt7PUs49r .mbr-section-title,
.cid-uLt7PUs49r .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLQ9WtAAle {
  background-color: #689ebe;
}
.cid-uLQ9WtAAle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQ9WtAAle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQ9WtAAle .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uLQ9WtAAle .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLQ9WtAAle .container {
    padding: 0 25px;
  }
}
.cid-uLQ9WtAAle .row {
  justify-content: center;
}
.cid-uLQ9WtAAle .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLQ9WtAAle .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLQ9WtAAle .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLQ9WtAAle .image-wrapper img {
    height: 350px;
  }
}
.cid-uLQ9WtAAle .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-uLQ9WtAAle .form-wrapper {
    padding: 0 12px;
  }
}
.cid-uLQ9WtAAle .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uLQ9WtAAle .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uLQ9WtAAle .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uLQ9WtAAle .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLQ9WtAAle .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-uLQ9WtAAle .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-uLQ9WtAAle .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uLQ9WtAAle .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-uLQ9WtAAle .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-uLQ9WtAAle .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLQ9WtAAle .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-uLQ9WtAAle .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLQ9WtAAle .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLQ9WtAAle .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLQ9WtAAle label {
  color: #000000;
}
.cid-uLQiyaxDjV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: inset 25rem 1rem 10rem #ffffff !important;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-uLQiyaxDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQiyaxDjV .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-uLQiyaxDjV .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLQiyaxDjV .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uLQiyaxDjV .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uLQiyaxDjV .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-uLQiyaxDjV .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-uLQiyaxDjV .image-wrapper {
    margin: 0;
  }
}
.cid-uLQiyaxDjV .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-uLQiyaxDjV .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uLQiyaxDjV .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-uLQiyaxDjV .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-uLQiyaxDjV .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-uLQiyaxDjV .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uLQiyaxDjV .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-uLQiyaxDjV .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-uLQiyaxDjV .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #000000;
  border-right: 4px dashed #000000;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-uLQiyaxDjV .mbr-section-title {
  color: #000000;
}
.cid-uLQiyaxDjV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLQiyaxDjV .card-title {
  color: #000000;
  text-align: center;
}
.cid-uLQiyaxDjV .mbr-section-title,
.cid-uLQiyaxDjV .mbr-section-btn {
  text-align: center;
}
.cid-uLDV0BTveM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.cid-uLDV0BTveM .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #437d9f;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .decor-wrapper {
    display: none;
  }
}
.cid-uLDV0BTveM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDV0BTveM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDV0BTveM .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLDV0BTveM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLDV0BTveM .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLDV0BTveM .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uLDV0BTveM .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uLDV0BTveM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .list {
  color: #ffffff;
}
.cid-uLt795NynT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLt795NynT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLt795NynT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLt795NynT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLt795NynT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLt795NynT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLt795NynT .menu_box .navbar.opened,
  .cid-uLt795NynT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLt795NynT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLt795NynT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLt795NynT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLt795NynT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLt795NynT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLt795NynT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLt795NynT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLt795NynT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLt795NynT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLt795NynT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLt795NynT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLt795NynT .offcanvas-body .mbr-text,
  .cid-uLt795NynT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLt795NynT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLt795NynT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLt795NynT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLt795NynT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLt795NynT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLt795NynT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLt795NynT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLt795NynT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLt795NynT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLt795NynT .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-uLt795NynT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLt795NynT 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-uLt795NynT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLt795NynT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLt795NynT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLt795NynT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLt795NynT .nav-item {
    margin: 0 !important;
  }
}
.cid-uLt795NynT .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLt795NynT .nav-item .nav-link:hover,
.cid-uLt795NynT .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLt795NynT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLt795NynT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLt795NynT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLt795NynT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLt795NynT .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-uLt795NynT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLt795NynT .offcanvas_box {
    display: none;
  }
}
.cid-uLt795NynT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLt795NynT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLt795NynT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLt795NynT .container {
  display: flex;
  margin: auto;
}
.cid-uLt795NynT .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-uLt795NynT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLt795NynT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLt795NynT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLt795NynT .navbar-nav {
    margin: 0;
  }
}
.cid-uLt795NynT .dropdown-menu,
.cid-uLt795NynT .navbar.opened {
  background-color: false !important;
}
.cid-uLt795NynT .nav-item:focus,
.cid-uLt795NynT .nav-link:focus {
  outline: none;
}
.cid-uLt795NynT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLt795NynT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLt795NynT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLt795NynT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLt795NynT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLt795NynT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLt795NynT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLt795NynT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLt795NynT .navbar.opened {
  transition: all 0.3s;
}
.cid-uLt795NynT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLt795NynT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLt795NynT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLt795NynT .navbar.collapsed {
  justify-content: center;
}
.cid-uLt795NynT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLt795NynT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLt795NynT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLt795NynT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLt795NynT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLt795NynT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLt795NynT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLt795NynT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLt795NynT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLt795NynT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLt795NynT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLt795NynT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLt795NynT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLt795NynT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLt795NynT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLt795NynT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLt795NynT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLt795NynT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLt795NynT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLt795NynT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLt795NynT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLt795NynT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLt795NynT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLt795NynT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLt795NynT .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-uLt795NynT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLt795NynT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLt795NynT .dropdown-item.active,
.cid-uLt795NynT .dropdown-item:active {
  background-color: transparent;
}
.cid-uLt795NynT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLt795NynT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLt795NynT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLt795NynT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLt795NynT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLt795NynT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLt795NynT 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-uLt795NynT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLt795NynT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLt795NynT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLt795NynT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLt795NynT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLt795NynT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLt795NynT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLt795NynT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLt795NynT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLt795NynT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLt795NynT .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-uLt795NynT .navbar {
    height: 70px;
  }
  .cid-uLt795NynT .navbar.opened {
    height: auto;
  }
  .cid-uLt795NynT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLt795NynT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLt795NynT .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLt795NynT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLt795NynT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLt795NynT .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLt795NynT .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLt795NynT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLt795NynT .text_widget {
  margin-bottom: 32px;
}
.cid-uLt795NynT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLt795NynT .text_widget a:hover,
.cid-uLt795NynT .text_widget a:focus {
  opacity: .6;
}
.cid-uLt795NynT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLt795NynT .navbar-caption {
  color: #000000;
}
.cid-uLt795NynT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLt795NynT .mbr-section-subtitle,
.cid-uLt795NynT .text_widget,
.cid-uLt795NynT .mbr-section-btn {
  text-align: center;
}
.cid-uLt795NynT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLt796jxw7 {
  padding-top: 10rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uLt796jxw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLt796jxw7 .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-uLt796jxw7 .container {
    padding: 0 25px;
  }
}
.cid-uLt796jxw7 .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uLt796jxw7 .title-wrapper {
    padding: 0;
  }
}
.cid-uLt796jxw7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLt796jxw7 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uLt796jxw7 .mbr-section-title {
  color: #ffffff;
}
.cid-uLt796jxw7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLt796jxw7 .mbr-section-title,
.cid-uLt796jxw7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLPoeDHYC8 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLPoeDHYC8 .row {
  flex-direction: row-reverse;
}
.cid-uLPoeDHYC8 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uLPoeDHYC8 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uLPoeDHYC8 .card {
    margin-bottom: 2rem !important;
  }
  .cid-uLPoeDHYC8 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uLPoeDHYC8 .link-wrap {
    align-items: center;
  }
}
.cid-uLPoeDHYC8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLPoeDHYC8 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uLPoeDHYC8 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uLPoeDHYC8 .btn:hover,
.cid-uLPoeDHYC8 .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uLPoeDHYC8 .card-title {
  color: #000000;
}
.cid-uLPoeDHYC8 .mbr-subtile {
  color: #000000;
}
.cid-uLPoeDHYC8 .price {
  text-align: left;
  color: #d84a16;
}
@media (min-width: 992px) {
  .cid-uLPoeDHYC8 .padding {
    padding-right: 110px;
  }
}
.cid-uLPt9gkkKQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLPt9gkkKQ .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uLPt9gkkKQ .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-uLPt9gkkKQ .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-uLPt9gkkKQ .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-uLPt9gkkKQ .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uLPt9gkkKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPt9gkkKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLt797e1Kj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #437d9f;
}
.cid-uLt797e1Kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLt797e1Kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLt797e1Kj .container-fluid {
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-uLt797e1Kj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLt797e1Kj .container {
    padding: 0 25px;
  }
}
.cid-uLt797e1Kj .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLt797e1Kj .image-wrapper {
    margin-top: 20px;
  }
}
.cid-uLt797e1Kj .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 0 20rem 20rem !important;
}
@media (max-width: 992px) {
  .cid-uLt797e1Kj .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uLt797e1Kj .image-wrapper img {
    border-radius: 0 0 10rem 10rem !important;
  }
}
.cid-uLt797e1Kj .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uLt797e1Kj .title-wrapper {
    padding: 0;
  }
}
.cid-uLt797e1Kj .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLt797e1Kj .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uLt797e1Kj .mbr-section-title {
  color: #ffffff;
}
.cid-uLt797e1Kj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLt797e1Kj .mbr-section-title,
.cid-uLt797e1Kj .mbr-section-btn {
  text-align: center;
}
.cid-uLt797EL9v {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLt797EL9v .container {
    padding: 0 25px;
  }
}
.cid-uLt797EL9v .title-wrapper {
  margin: 25px 0;
}
.cid-uLt797EL9v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLt797EL9v .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uLt797EL9v .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uLt797EL9v .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLt797EL9v .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLt797EL9v .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLt797EL9v .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLt799th1I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #689ebe;
}
.cid-uLt799th1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLt799th1I .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-uLt799th1I .container {
    padding: 0 25px;
  }
}
.cid-uLt799th1I .row {
  justify-content: center;
}
.cid-uLt799th1I .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLt799th1I .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLt799th1I .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLt799th1I .image-wrapper img {
    height: 350px;
  }
}
.cid-uLt799th1I .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-uLt799th1I .form-wrapper {
    padding: 0 12px;
  }
}
.cid-uLt799th1I .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uLt799th1I .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uLt799th1I .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uLt799th1I .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLt799th1I .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-uLt799th1I .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-uLt799th1I .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uLt799th1I .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-uLt799th1I .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-uLt799th1I .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLt799th1I .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-uLt799th1I .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLt799th1I .mbr-section-title {
  color: #000000;
}
.cid-uLt799th1I .mbr-text {
  color: #000000;
}
.cid-uLt799th1I label {
  color: #000000;
}
.cid-uLDV0BTveM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.cid-uLDV0BTveM .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #437d9f;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .decor-wrapper {
    display: none;
  }
}
.cid-uLDV0BTveM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDV0BTveM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDV0BTveM .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLDV0BTveM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLDV0BTveM .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLDV0BTveM .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uLDV0BTveM .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uLDV0BTveM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .list {
  color: #ffffff;
}
.cid-uLtgpjue8e {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLtgpjue8e .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLtgpjue8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLtgpjue8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLtgpjue8e .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLtgpjue8e .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLtgpjue8e .menu_box .navbar.opened,
  .cid-uLtgpjue8e .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLtgpjue8e nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLtgpjue8e .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLtgpjue8e .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLtgpjue8e .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLtgpjue8e .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLtgpjue8e .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLtgpjue8e .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLtgpjue8e .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLtgpjue8e .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLtgpjue8e .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLtgpjue8e .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLtgpjue8e .offcanvas-body .mbr-text,
  .cid-uLtgpjue8e .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLtgpjue8e .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLtgpjue8e .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLtgpjue8e .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLtgpjue8e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLtgpjue8e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLtgpjue8e .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLtgpjue8e .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLtgpjue8e ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLtgpjue8e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLtgpjue8e .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-uLtgpjue8e .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLtgpjue8e 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-uLtgpjue8e .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLtgpjue8e .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLtgpjue8e .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLtgpjue8e .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLtgpjue8e .nav-item {
    margin: 0 !important;
  }
}
.cid-uLtgpjue8e .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLtgpjue8e .nav-item .nav-link:hover,
.cid-uLtgpjue8e .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLtgpjue8e .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLtgpjue8e .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLtgpjue8e .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLtgpjue8e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLtgpjue8e .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-uLtgpjue8e .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLtgpjue8e .offcanvas_box {
    display: none;
  }
}
.cid-uLtgpjue8e .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLtgpjue8e .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLtgpjue8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLtgpjue8e .container {
  display: flex;
  margin: auto;
}
.cid-uLtgpjue8e .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-uLtgpjue8e .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLtgpjue8e .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLtgpjue8e .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLtgpjue8e .navbar-nav {
    margin: 0;
  }
}
.cid-uLtgpjue8e .dropdown-menu,
.cid-uLtgpjue8e .navbar.opened {
  background-color: false !important;
}
.cid-uLtgpjue8e .nav-item:focus,
.cid-uLtgpjue8e .nav-link:focus {
  outline: none;
}
.cid-uLtgpjue8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLtgpjue8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLtgpjue8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLtgpjue8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLtgpjue8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLtgpjue8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLtgpjue8e .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLtgpjue8e .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLtgpjue8e .navbar.opened {
  transition: all 0.3s;
}
.cid-uLtgpjue8e .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLtgpjue8e .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLtgpjue8e .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLtgpjue8e .navbar.collapsed {
  justify-content: center;
}
.cid-uLtgpjue8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLtgpjue8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLtgpjue8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLtgpjue8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLtgpjue8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLtgpjue8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLtgpjue8e .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLtgpjue8e .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLtgpjue8e .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLtgpjue8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLtgpjue8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLtgpjue8e .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLtgpjue8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLtgpjue8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLtgpjue8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLtgpjue8e .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLtgpjue8e .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLtgpjue8e .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLtgpjue8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLtgpjue8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLtgpjue8e .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLtgpjue8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLtgpjue8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLtgpjue8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLtgpjue8e .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-uLtgpjue8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLtgpjue8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLtgpjue8e .dropdown-item.active,
.cid-uLtgpjue8e .dropdown-item:active {
  background-color: transparent;
}
.cid-uLtgpjue8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLtgpjue8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLtgpjue8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLtgpjue8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLtgpjue8e ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLtgpjue8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLtgpjue8e 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-uLtgpjue8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLtgpjue8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLtgpjue8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLtgpjue8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLtgpjue8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLtgpjue8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLtgpjue8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLtgpjue8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLtgpjue8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLtgpjue8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLtgpjue8e .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-uLtgpjue8e .navbar {
    height: 70px;
  }
  .cid-uLtgpjue8e .navbar.opened {
    height: auto;
  }
  .cid-uLtgpjue8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLtgpjue8e .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLtgpjue8e .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLtgpjue8e .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLtgpjue8e .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLtgpjue8e .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLtgpjue8e .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLtgpjue8e .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLtgpjue8e .text_widget {
  margin-bottom: 32px;
}
.cid-uLtgpjue8e .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLtgpjue8e .text_widget a:hover,
.cid-uLtgpjue8e .text_widget a:focus {
  opacity: .6;
}
.cid-uLtgpjue8e .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLtgpjue8e .navbar-caption {
  color: #000000;
}
.cid-uLtgpjue8e .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLtgpjue8e .mbr-section-subtitle,
.cid-uLtgpjue8e .text_widget,
.cid-uLtgpjue8e .mbr-section-btn {
  text-align: center;
}
.cid-uLtgpjue8e a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLtgpk2jVx {
  padding-top: 11rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/freeman-26-bow-841x632.webp");
}
.cid-uLtgpk2jVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLtgpk2jVx .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-uLtgpk2jVx .container {
    padding: 0 25px;
  }
}
.cid-uLtgpk2jVx .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uLtgpk2jVx .title-wrapper {
    padding: 0;
  }
}
.cid-uLtgpk2jVx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLtgpk2jVx .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uLtgpk2jVx .mbr-section-title {
  color: #ffffff;
}
.cid-uLtgpk2jVx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLtgpk2jVx .mbr-section-title,
.cid-uLtgpk2jVx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLKpwygusf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #437d9f;
}
.cid-uLKpwygusf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKpwygusf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKpwygusf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLKpwygusf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLKpwygusf .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
@media (max-width: 1440px) {
  .cid-uLKpwygusf .items-wrapper {
    margin: 0 -10px;
  }
}
.cid-uLKpwygusf .items-wrapper .item {
  padding: 0 32px;
}
@media (max-width: 1440px) {
  .cid-uLKpwygusf .items-wrapper .item {
    padding: 0 10px;
  }
}
.cid-uLKpwygusf .item {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uLKpwygusf .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLKpwygusf .item {
    margin-bottom: 16px;
  }
}
.cid-uLKpwygusf .item:hover .item-wrapper,
.cid-uLKpwygusf .item:focus .item-wrapper {
  box-shadow: 0 19px 45px 0 #0000004d;
}
.cid-uLKpwygusf .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 19px 45px 0 #0000001a;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uLKpwygusf .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLKpwygusf .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uLKpwygusf .item .item-wrapper .item-content {
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-uLKpwygusf .item .item-wrapper .item-content {
    padding: 50px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLKpwygusf .item .item-wrapper .item-content {
    padding: 30px 20px;
  }
}
.cid-uLKpwygusf .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uLKpwygusf .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLKpwygusf .item .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uLKpwygusf .item .item-wrapper .item-content .item-price {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLKpwygusf .item .item-wrapper .item-content .item-price {
    margin-bottom: 20px;
  }
}
.cid-uLKpwygusf .item .item-wrapper .item-content .mbr-section-btn .btn {
  padding: 8px 24px;
  margin-bottom: 0;
}
.cid-uLKpwygusf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLKpwygusf .item-title {
  color: #000c3f;
}
.cid-uLKpwygusf .item-text {
  color: #000c3f;
  text-align: left;
}
.cid-uLKpwygusf .item-price {
  color: #000c3f;
  text-align: left;
}
.cid-uLKpwygusf .item-title,
.cid-uLKpwygusf .mbr-section-btn {
  text-align: left;
}
.cid-uLtgploC2x {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLtgploC2x .container {
    padding: 0 25px;
  }
}
.cid-uLtgploC2x .title-wrapper {
  margin: 25px 0;
}
.cid-uLtgploC2x .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLtgploC2x .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uLtgploC2x .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uLtgploC2x .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLtgploC2x .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLtgploC2x .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLtgploC2x .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLtgpkXSVK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #437d9f;
}
.cid-uLtgpkXSVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLtgpkXSVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLtgpkXSVK .container-fluid {
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-uLtgpkXSVK .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLtgpkXSVK .container {
    padding: 0 25px;
  }
}
.cid-uLtgpkXSVK .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLtgpkXSVK .image-wrapper {
    margin-top: 20px;
  }
}
.cid-uLtgpkXSVK .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 0 20rem 20rem !important;
}
@media (max-width: 992px) {
  .cid-uLtgpkXSVK .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uLtgpkXSVK .image-wrapper img {
    border-radius: 0 0 10rem 10rem !important;
  }
}
.cid-uLtgpkXSVK .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uLtgpkXSVK .title-wrapper {
    padding: 0;
  }
}
.cid-uLtgpkXSVK .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLtgpkXSVK .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uLtgpkXSVK .mbr-section-title {
  color: #ffffff;
}
.cid-uLtgpkXSVK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLtgpkXSVK .mbr-section-title,
.cid-uLtgpkXSVK .mbr-section-btn {
  text-align: center;
}
.cid-uLtgpnLgXb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  box-shadow: inset 25rem 1rem 10rem #ffffff !important;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uLtgpnLgXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLtgpnLgXb .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-uLtgpnLgXb .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLtgpnLgXb .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uLtgpnLgXb .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uLtgpnLgXb .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-uLtgpnLgXb .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-uLtgpnLgXb .image-wrapper {
    margin: 0;
  }
}
.cid-uLtgpnLgXb .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-uLtgpnLgXb .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uLtgpnLgXb .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-uLtgpnLgXb .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-uLtgpnLgXb .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-uLtgpnLgXb .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uLtgpnLgXb .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-uLtgpnLgXb .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-uLtgpnLgXb .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #000000;
  border-right: 4px dashed #000000;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-uLtgpnLgXb .mbr-section-title {
  color: #000000;
}
.cid-uLtgpnLgXb .mbr-text {
  color: #000000;
}
.cid-uLtgpnLgXb .card-title {
  color: #000000;
  text-align: center;
}
.cid-uLDV0BTveM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.cid-uLDV0BTveM .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #437d9f;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .decor-wrapper {
    display: none;
  }
}
.cid-uLDV0BTveM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDV0BTveM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDV0BTveM .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLDV0BTveM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLDV0BTveM .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLDV0BTveM .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uLDV0BTveM .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uLDV0BTveM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .list {
  color: #ffffff;
}
.cid-uLt6W1mc20 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLt6W1mc20 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLt6W1mc20 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLt6W1mc20 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLt6W1mc20 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLt6W1mc20 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLt6W1mc20 .menu_box .navbar.opened,
  .cid-uLt6W1mc20 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLt6W1mc20 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLt6W1mc20 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLt6W1mc20 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLt6W1mc20 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLt6W1mc20 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLt6W1mc20 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLt6W1mc20 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLt6W1mc20 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLt6W1mc20 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLt6W1mc20 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLt6W1mc20 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLt6W1mc20 .offcanvas-body .mbr-text,
  .cid-uLt6W1mc20 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLt6W1mc20 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLt6W1mc20 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLt6W1mc20 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLt6W1mc20 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLt6W1mc20 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLt6W1mc20 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLt6W1mc20 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLt6W1mc20 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLt6W1mc20 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLt6W1mc20 .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-uLt6W1mc20 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLt6W1mc20 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-uLt6W1mc20 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLt6W1mc20 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLt6W1mc20 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLt6W1mc20 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLt6W1mc20 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLt6W1mc20 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLt6W1mc20 .nav-item .nav-link:hover,
.cid-uLt6W1mc20 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLt6W1mc20 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLt6W1mc20 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLt6W1mc20 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLt6W1mc20 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLt6W1mc20 .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-uLt6W1mc20 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLt6W1mc20 .offcanvas_box {
    display: none;
  }
}
.cid-uLt6W1mc20 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLt6W1mc20 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLt6W1mc20 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLt6W1mc20 .container {
  display: flex;
  margin: auto;
}
.cid-uLt6W1mc20 .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-uLt6W1mc20 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLt6W1mc20 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLt6W1mc20 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLt6W1mc20 .navbar-nav {
    margin: 0;
  }
}
.cid-uLt6W1mc20 .dropdown-menu,
.cid-uLt6W1mc20 .navbar.opened {
  background-color: false !important;
}
.cid-uLt6W1mc20 .nav-item:focus,
.cid-uLt6W1mc20 .nav-link:focus {
  outline: none;
}
.cid-uLt6W1mc20 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLt6W1mc20 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLt6W1mc20 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLt6W1mc20 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLt6W1mc20 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLt6W1mc20 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLt6W1mc20 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLt6W1mc20 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLt6W1mc20 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLt6W1mc20 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLt6W1mc20 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLt6W1mc20 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLt6W1mc20 .navbar.collapsed {
  justify-content: center;
}
.cid-uLt6W1mc20 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLt6W1mc20 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLt6W1mc20 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLt6W1mc20 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLt6W1mc20 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLt6W1mc20 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLt6W1mc20 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLt6W1mc20 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLt6W1mc20 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLt6W1mc20 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLt6W1mc20 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLt6W1mc20 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLt6W1mc20 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLt6W1mc20 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLt6W1mc20 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLt6W1mc20 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLt6W1mc20 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLt6W1mc20 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLt6W1mc20 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLt6W1mc20 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLt6W1mc20 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLt6W1mc20 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLt6W1mc20 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLt6W1mc20 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLt6W1mc20 .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-uLt6W1mc20 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLt6W1mc20 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLt6W1mc20 .dropdown-item.active,
.cid-uLt6W1mc20 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLt6W1mc20 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLt6W1mc20 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLt6W1mc20 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLt6W1mc20 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLt6W1mc20 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLt6W1mc20 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLt6W1mc20 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-uLt6W1mc20 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLt6W1mc20 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLt6W1mc20 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLt6W1mc20 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLt6W1mc20 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLt6W1mc20 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLt6W1mc20 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLt6W1mc20 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLt6W1mc20 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLt6W1mc20 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLt6W1mc20 .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-uLt6W1mc20 .navbar {
    height: 70px;
  }
  .cid-uLt6W1mc20 .navbar.opened {
    height: auto;
  }
  .cid-uLt6W1mc20 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLt6W1mc20 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLt6W1mc20 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLt6W1mc20 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLt6W1mc20 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLt6W1mc20 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLt6W1mc20 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLt6W1mc20 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLt6W1mc20 .text_widget {
  margin-bottom: 32px;
}
.cid-uLt6W1mc20 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLt6W1mc20 .text_widget a:hover,
.cid-uLt6W1mc20 .text_widget a:focus {
  opacity: .6;
}
.cid-uLt6W1mc20 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLt6W1mc20 .navbar-caption {
  color: #000000;
}
.cid-uLt6W1mc20 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLt6W1mc20 .mbr-section-subtitle,
.cid-uLt6W1mc20 .text_widget,
.cid-uLt6W1mc20 .mbr-section-btn {
  text-align: center;
}
.cid-uLt6W1mc20 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLt6W1URsN {
  padding-top: 10rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-uLt6W1URsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLt6W1URsN .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-uLt6W1URsN .container {
    padding: 0 25px;
  }
}
.cid-uLt6W1URsN .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uLt6W1URsN .title-wrapper {
    padding: 0;
  }
}
.cid-uLt6W1URsN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLt6W1URsN .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uLt6W1URsN .mbr-section-title {
  color: #ffffff;
}
.cid-uLt6W1URsN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLt6W1URsN .mbr-section-title,
.cid-uLt6W1URsN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLK7zBiTMz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-uLK7zBiTMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK7zBiTMz .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-uLK7zBiTMz .container {
    padding: 0 25px;
  }
}
.cid-uLK7zBiTMz .row {
  justify-content: center;
}
.cid-uLK7zBiTMz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLK7zBiTMz .item {
  margin-bottom: 30px;
}
.cid-uLK7zBiTMz .item:hover .item-wrapper .item-content,
.cid-uLK7zBiTMz .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uLK7zBiTMz .item:hover .item-wrapper .item-content .mbr-role,
.cid-uLK7zBiTMz .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uLK7zBiTMz .item:hover .item-wrapper .item-content .mbr-name,
.cid-uLK7zBiTMz .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uLK7zBiTMz .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uLK7zBiTMz .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uLK7zBiTMz .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uLK7zBiTMz .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uLK7zBiTMz .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLK7zBiTMz .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uLK7zBiTMz .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLK7zBiTMz .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uLK7zBiTMz .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLK7zBiTMz .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uLK7zBiTMz .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uLK7zBiTMz .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLK7zBiTMz .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLK7zBiTMz .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-uLK7zBiTMz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLK7zBiTMz .mbr-name {
  color: #000000;
}
.cid-uLK7zBiTMz .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uLK7zBiTMz .mbr-name,
.cid-uLK7zBiTMz .social-wrapper {
  text-align: center;
}
.cid-uLKfEqnlPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000c3f;
}
.cid-uLKfEqnlPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKfEqnlPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKfEqnlPk .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLKfEqnlPk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLKfEqnlPk .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uLKfEqnlPk .items-wrapper .item {
  padding: 0 10px;
}
.cid-uLKfEqnlPk .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLKfEqnlPk .item {
    margin-bottom: 16px;
  }
}
.cid-uLKfEqnlPk .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uLKfEqnlPk .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uLKfEqnlPk .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uLKfEqnlPk .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uLKfEqnlPk .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uLKfEqnlPk .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uLKfEqnlPk .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uLKfEqnlPk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLKfEqnlPk .item-title {
  color: #000c3f;
}
.cid-uLKfEqnlPk .item-text {
  color: #000c3f;
  text-align: center;
}
.cid-uLKfEqnlPk .item-title,
.cid-uLKfEqnlPk .mbr-section-btn {
  text-align: center;
}
.cid-uLt6W2SAUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #437d9f;
}
.cid-uLt6W2SAUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLt6W2SAUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLt6W2SAUO .container-fluid {
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-uLt6W2SAUO .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLt6W2SAUO .container {
    padding: 0 25px;
  }
}
.cid-uLt6W2SAUO .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLt6W2SAUO .image-wrapper {
    margin-top: 20px;
  }
}
.cid-uLt6W2SAUO .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 0 20rem 20rem !important;
}
@media (max-width: 992px) {
  .cid-uLt6W2SAUO .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uLt6W2SAUO .image-wrapper img {
    border-radius: 0 0 10rem 10rem !important;
  }
}
.cid-uLt6W2SAUO .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uLt6W2SAUO .title-wrapper {
    padding: 0;
  }
}
.cid-uLt6W2SAUO .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLt6W2SAUO .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uLt6W2SAUO .mbr-section-title {
  color: #ffffff;
}
.cid-uLt6W2SAUO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLt6W2SAUO .mbr-section-title,
.cid-uLt6W2SAUO .mbr-section-btn {
  text-align: center;
}
.cid-uLt6W3h859 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLt6W3h859 .container {
    padding: 0 25px;
  }
}
.cid-uLt6W3h859 .title-wrapper {
  margin: 25px 0;
}
.cid-uLt6W3h859 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLt6W3h859 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uLt6W3h859 .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uLt6W3h859 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLt6W3h859 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLt6W3h859 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLt6W3h859 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLDV0BTveM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.cid-uLDV0BTveM .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #437d9f;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uLDV0BTveM .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .decor-wrapper {
    display: none;
  }
}
.cid-uLDV0BTveM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDV0BTveM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDV0BTveM .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLDV0BTveM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLDV0BTveM .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLDV0BTveM .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uLDV0BTveM .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLDV0BTveM .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uLDV0BTveM .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:hover,
.cid-uLDV0BTveM .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uLDV0BTveM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uLDV0BTveM .list {
  color: #ffffff;
}
.cid-uLP9H08aeU {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLP9H08aeU .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLP9H08aeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLP9H08aeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLP9H08aeU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLP9H08aeU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLP9H08aeU .menu_box .navbar.opened,
  .cid-uLP9H08aeU .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLP9H08aeU nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLP9H08aeU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLP9H08aeU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLP9H08aeU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLP9H08aeU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLP9H08aeU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLP9H08aeU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLP9H08aeU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLP9H08aeU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLP9H08aeU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLP9H08aeU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLP9H08aeU .offcanvas-body .mbr-text,
  .cid-uLP9H08aeU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLP9H08aeU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLP9H08aeU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLP9H08aeU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLP9H08aeU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLP9H08aeU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLP9H08aeU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLP9H08aeU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLP9H08aeU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLP9H08aeU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLP9H08aeU .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-uLP9H08aeU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLP9H08aeU 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-uLP9H08aeU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLP9H08aeU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLP9H08aeU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLP9H08aeU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLP9H08aeU .nav-item {
    margin: 0 !important;
  }
}
.cid-uLP9H08aeU .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLP9H08aeU .nav-item .nav-link:hover,
.cid-uLP9H08aeU .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLP9H08aeU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLP9H08aeU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLP9H08aeU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLP9H08aeU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLP9H08aeU .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-uLP9H08aeU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLP9H08aeU .offcanvas_box {
    display: none;
  }
}
.cid-uLP9H08aeU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLP9H08aeU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLP9H08aeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLP9H08aeU .container {
  display: flex;
  margin: auto;
}
.cid-uLP9H08aeU .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-uLP9H08aeU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLP9H08aeU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLP9H08aeU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLP9H08aeU .navbar-nav {
    margin: 0;
  }
}
.cid-uLP9H08aeU .dropdown-menu,
.cid-uLP9H08aeU .navbar.opened {
  background-color: false !important;
}
.cid-uLP9H08aeU .nav-item:focus,
.cid-uLP9H08aeU .nav-link:focus {
  outline: none;
}
.cid-uLP9H08aeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLP9H08aeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLP9H08aeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLP9H08aeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLP9H08aeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLP9H08aeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLP9H08aeU .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLP9H08aeU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLP9H08aeU .navbar.opened {
  transition: all 0.3s;
}
.cid-uLP9H08aeU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLP9H08aeU .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLP9H08aeU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLP9H08aeU .navbar.collapsed {
  justify-content: center;
}
.cid-uLP9H08aeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLP9H08aeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLP9H08aeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLP9H08aeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLP9H08aeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLP9H08aeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLP9H08aeU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLP9H08aeU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLP9H08aeU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLP9H08aeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLP9H08aeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLP9H08aeU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLP9H08aeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLP9H08aeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLP9H08aeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLP9H08aeU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLP9H08aeU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLP9H08aeU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLP9H08aeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLP9H08aeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLP9H08aeU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLP9H08aeU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLP9H08aeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLP9H08aeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLP9H08aeU .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-uLP9H08aeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLP9H08aeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLP9H08aeU .dropdown-item.active,
.cid-uLP9H08aeU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLP9H08aeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLP9H08aeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLP9H08aeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLP9H08aeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLP9H08aeU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLP9H08aeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLP9H08aeU 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-uLP9H08aeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLP9H08aeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLP9H08aeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLP9H08aeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLP9H08aeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLP9H08aeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLP9H08aeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLP9H08aeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLP9H08aeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLP9H08aeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLP9H08aeU .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-uLP9H08aeU .navbar {
    height: 70px;
  }
  .cid-uLP9H08aeU .navbar.opened {
    height: auto;
  }
  .cid-uLP9H08aeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLP9H08aeU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLP9H08aeU .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLP9H08aeU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLP9H08aeU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLP9H08aeU .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLP9H08aeU .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLP9H08aeU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLP9H08aeU .text_widget {
  margin-bottom: 32px;
}
.cid-uLP9H08aeU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLP9H08aeU .text_widget a:hover,
.cid-uLP9H08aeU .text_widget a:focus {
  opacity: .6;
}
.cid-uLP9H08aeU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLP9H08aeU .navbar-caption {
  color: #000000;
}
.cid-uLP9H08aeU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLP9H08aeU .mbr-section-subtitle,
.cid-uLP9H08aeU .text_widget,
.cid-uLP9H08aeU .mbr-section-btn {
  text-align: center;
}
.cid-uLP9H08aeU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLP9H0Am4i {
  padding-top: 10rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-2-633x422.webp");
}
.cid-uLP9H0Am4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLP9H0Am4i .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-uLP9H0Am4i .container {
    padding: 0 25px;
  }
}
.cid-uLP9H0Am4i .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uLP9H0Am4i .title-wrapper {
    padding: 0;
  }
}
.cid-uLP9H0Am4i .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLP9H0Am4i .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uLP9H0Am4i .mbr-section-title {
  color: #ffffff;
}
.cid-uLP9H0Am4i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLP9H0Am4i .mbr-section-title,
.cid-uLP9H0Am4i .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLP9H0WYCR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #437d9f;
}
.cid-uLP9H0WYCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLP9H0WYCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLP9H0WYCR .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLP9H0WYCR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLP9H0WYCR .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
@media (max-width: 1440px) {
  .cid-uLP9H0WYCR .items-wrapper {
    margin: 0 -10px;
  }
}
.cid-uLP9H0WYCR .items-wrapper .item {
  padding: 0 32px;
}
@media (max-width: 1440px) {
  .cid-uLP9H0WYCR .items-wrapper .item {
    padding: 0 10px;
  }
}
.cid-uLP9H0WYCR .item {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uLP9H0WYCR .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLP9H0WYCR .item {
    margin-bottom: 16px;
  }
}
.cid-uLP9H0WYCR .item:hover .item-wrapper,
.cid-uLP9H0WYCR .item:focus .item-wrapper {
  box-shadow: 0 19px 45px 0 #0000004d;
}
.cid-uLP9H0WYCR .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 19px 45px 0 #0000001a;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uLP9H0WYCR .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLP9H0WYCR .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uLP9H0WYCR .item .item-wrapper .item-content {
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-uLP9H0WYCR .item .item-wrapper .item-content {
    padding: 50px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLP9H0WYCR .item .item-wrapper .item-content {
    padding: 30px 20px;
  }
}
.cid-uLP9H0WYCR .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uLP9H0WYCR .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLP9H0WYCR .item .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uLP9H0WYCR .item .item-wrapper .item-content .item-price {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLP9H0WYCR .item .item-wrapper .item-content .item-price {
    margin-bottom: 20px;
  }
}
.cid-uLP9H0WYCR .item .item-wrapper .item-content .mbr-section-btn .btn {
  padding: 8px 24px;
  margin-bottom: 0;
}
.cid-uLP9H0WYCR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLP9H0WYCR .item-title {
  color: #000c3f;
}
.cid-uLP9H0WYCR .item-text {
  color: #000c3f;
  text-align: center;
}
.cid-uLP9H0WYCR .item-price {
  color: #000c3f;
  text-align: center;
}
.cid-uLP9H0WYCR .item-title,
.cid-uLP9H0WYCR .mbr-section-btn {
  text-align: center;
}
.cid-uLP9H1mzVU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLP9H1mzVU .container {
    padding: 0 25px;
  }
}
.cid-uLP9H1mzVU .title-wrapper {
  margin: 25px 0;
}
.cid-uLP9H1mzVU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLP9H1mzVU .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uLP9H1mzVU .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uLP9H1mzVU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLP9H1mzVU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLP9H1mzVU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLP9H1mzVU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLP9H1N1GI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #437d9f;
}
.cid-uLP9H1N1GI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLP9H1N1GI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLP9H1N1GI .container-fluid {
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-uLP9H1N1GI .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLP9H1N1GI .container {
    padding: 0 25px;
  }
}
.cid-uLP9H1N1GI .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLP9H1N1GI .image-wrapper {
    margin-top: 20px;
  }
}
.cid-uLP9H1N1GI .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 0 20rem 20rem !important;
}
@media (max-width: 992px) {
  .cid-uLP9H1N1GI .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uLP9H1N1GI .image-wrapper img {
    border-radius: 0 0 10rem 10rem !important;
  }
}
.cid-uLP9H1N1GI .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uLP9H1N1GI .title-wrapper {
    padding: 0;
  }
}
.cid-uLP9H1N1GI .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLP9H1N1GI .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uLP9H1N1GI .mbr-section-title {
  color: #ffffff;
}
.cid-uLP9H1N1GI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLP9H1N1GI .mbr-section-title,
.cid-uLP9H1N1GI .mbr-section-btn {
  text-align: center;
}
.cid-uLP9H2ecc9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  box-shadow: inset 25rem 1rem 10rem #ffffff !important;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uLP9H2ecc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLP9H2ecc9 .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-uLP9H2ecc9 .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLP9H2ecc9 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uLP9H2ecc9 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uLP9H2ecc9 .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-uLP9H2ecc9 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-uLP9H2ecc9 .image-wrapper {
    margin: 0;
  }
}
.cid-uLP9H2ecc9 .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-uLP9H2ecc9 .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uLP9H2ecc9 .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-uLP9H2ecc9 .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-uLP9H2ecc9 .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-uLP9H2ecc9 .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uLP9H2ecc9 .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-uLP9H2ecc9 .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-uLP9H2ecc9 .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #000000;
  border-right: 4px dashed #000000;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-uLP9H2ecc9 .mbr-section-title {
  color: #000000;
}
.cid-uLP9H2ecc9 .mbr-text {
  color: #000000;
}
.cid-uLP9H2ecc9 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uLP9H2E1m0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.cid-uLP9H2E1m0 .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #437d9f;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uLP9H2E1m0 .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uLP9H2E1m0 .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uLP9H2E1m0 .decor-wrapper {
    display: none;
  }
}
.cid-uLP9H2E1m0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLP9H2E1m0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLP9H2E1m0 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLP9H2E1m0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLP9H2E1m0 .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLP9H2E1m0 .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLP9H2E1m0 .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uLP9H2E1m0 .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLP9H2E1m0 .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uLP9H2E1m0 .nav-wrapper .list .item-wrap:hover,
.cid-uLP9H2E1m0 .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uLP9H2E1m0 .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uLP9H2E1m0 .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLP9H2E1m0 .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uLP9H2E1m0 .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLP9H2E1m0 .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uLP9H2E1m0 .social-wrapper .list .item-wrap:hover,
.cid-uLP9H2E1m0 .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uLP9H2E1m0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLP9H2E1m0 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uLP9H2E1m0 .list {
  color: #ffffff;
}
.cid-uLPvprELzL {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLPvprELzL .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLPvprELzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLPvprELzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLPvprELzL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLPvprELzL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLPvprELzL .menu_box .navbar.opened,
  .cid-uLPvprELzL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLPvprELzL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLPvprELzL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLPvprELzL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLPvprELzL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLPvprELzL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLPvprELzL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLPvprELzL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLPvprELzL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLPvprELzL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLPvprELzL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLPvprELzL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLPvprELzL .offcanvas-body .mbr-text,
  .cid-uLPvprELzL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLPvprELzL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLPvprELzL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLPvprELzL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLPvprELzL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLPvprELzL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLPvprELzL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLPvprELzL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLPvprELzL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLPvprELzL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLPvprELzL .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-uLPvprELzL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLPvprELzL 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-uLPvprELzL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLPvprELzL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLPvprELzL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLPvprELzL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLPvprELzL .nav-item {
    margin: 0 !important;
  }
}
.cid-uLPvprELzL .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLPvprELzL .nav-item .nav-link:hover,
.cid-uLPvprELzL .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLPvprELzL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLPvprELzL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLPvprELzL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLPvprELzL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLPvprELzL .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-uLPvprELzL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLPvprELzL .offcanvas_box {
    display: none;
  }
}
.cid-uLPvprELzL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLPvprELzL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLPvprELzL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLPvprELzL .container {
  display: flex;
  margin: auto;
}
.cid-uLPvprELzL .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-uLPvprELzL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLPvprELzL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLPvprELzL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLPvprELzL .navbar-nav {
    margin: 0;
  }
}
.cid-uLPvprELzL .dropdown-menu,
.cid-uLPvprELzL .navbar.opened {
  background-color: false !important;
}
.cid-uLPvprELzL .nav-item:focus,
.cid-uLPvprELzL .nav-link:focus {
  outline: none;
}
.cid-uLPvprELzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLPvprELzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLPvprELzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLPvprELzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLPvprELzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLPvprELzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLPvprELzL .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLPvprELzL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLPvprELzL .navbar.opened {
  transition: all 0.3s;
}
.cid-uLPvprELzL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLPvprELzL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLPvprELzL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLPvprELzL .navbar.collapsed {
  justify-content: center;
}
.cid-uLPvprELzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLPvprELzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLPvprELzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLPvprELzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLPvprELzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLPvprELzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLPvprELzL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLPvprELzL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLPvprELzL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLPvprELzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLPvprELzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLPvprELzL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLPvprELzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLPvprELzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLPvprELzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLPvprELzL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLPvprELzL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLPvprELzL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLPvprELzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLPvprELzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLPvprELzL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLPvprELzL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLPvprELzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLPvprELzL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLPvprELzL .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-uLPvprELzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLPvprELzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLPvprELzL .dropdown-item.active,
.cid-uLPvprELzL .dropdown-item:active {
  background-color: transparent;
}
.cid-uLPvprELzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLPvprELzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLPvprELzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLPvprELzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLPvprELzL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLPvprELzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLPvprELzL 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-uLPvprELzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLPvprELzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLPvprELzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLPvprELzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLPvprELzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLPvprELzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLPvprELzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLPvprELzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLPvprELzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLPvprELzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLPvprELzL .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-uLPvprELzL .navbar {
    height: 70px;
  }
  .cid-uLPvprELzL .navbar.opened {
    height: auto;
  }
  .cid-uLPvprELzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLPvprELzL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLPvprELzL .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLPvprELzL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLPvprELzL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLPvprELzL .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLPvprELzL .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLPvprELzL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLPvprELzL .text_widget {
  margin-bottom: 32px;
}
.cid-uLPvprELzL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLPvprELzL .text_widget a:hover,
.cid-uLPvprELzL .text_widget a:focus {
  opacity: .6;
}
.cid-uLPvprELzL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLPvprELzL .navbar-caption {
  color: #000000;
}
.cid-uLPvprELzL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLPvprELzL .mbr-section-subtitle,
.cid-uLPvprELzL .text_widget,
.cid-uLPvprELzL .mbr-section-btn {
  text-align: center;
}
.cid-uLPvprELzL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLPvpss1fN {
  padding-top: 10rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uLPvpss1fN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPvpss1fN .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-uLPvpss1fN .container {
    padding: 0 25px;
  }
}
.cid-uLPvpss1fN .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uLPvpss1fN .title-wrapper {
    padding: 0;
  }
}
.cid-uLPvpss1fN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLPvpss1fN .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uLPvpss1fN .mbr-section-title {
  color: #ffffff;
}
.cid-uLPvpss1fN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLPvpss1fN .mbr-section-title,
.cid-uLPvpss1fN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLPvpsWCbT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLPvpsWCbT .row {
  flex-direction: row-reverse;
}
.cid-uLPvpsWCbT .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uLPvpsWCbT .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uLPvpsWCbT .card {
    margin-bottom: 2rem !important;
  }
  .cid-uLPvpsWCbT .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uLPvpsWCbT .link-wrap {
    align-items: center;
  }
}
.cid-uLPvpsWCbT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLPvpsWCbT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uLPvpsWCbT .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uLPvpsWCbT .btn:hover,
.cid-uLPvpsWCbT .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uLPvpsWCbT .card-title {
  color: #000000;
}
.cid-uLPvpsWCbT .mbr-subtile {
  color: #000000;
}
.cid-uLPvpsWCbT .price {
  text-align: left;
  color: #d84a16;
}
@media (min-width: 992px) {
  .cid-uLPvpsWCbT .padding {
    padding-right: 110px;
  }
}
.cid-uLPvpttSiV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLPvpttSiV .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uLPvpttSiV .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-uLPvpttSiV .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-uLPvpttSiV .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-uLPvpttSiV .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uLPvpttSiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPvpttSiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLPvpu5yci {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #437d9f;
}
.cid-uLPvpu5yci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPvpu5yci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLPvpu5yci .container-fluid {
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-uLPvpu5yci .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLPvpu5yci .container {
    padding: 0 25px;
  }
}
.cid-uLPvpu5yci .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLPvpu5yci .image-wrapper {
    margin-top: 20px;
  }
}
.cid-uLPvpu5yci .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 0 20rem 20rem !important;
}
@media (max-width: 992px) {
  .cid-uLPvpu5yci .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uLPvpu5yci .image-wrapper img {
    border-radius: 0 0 10rem 10rem !important;
  }
}
.cid-uLPvpu5yci .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uLPvpu5yci .title-wrapper {
    padding: 0;
  }
}
.cid-uLPvpu5yci .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLPvpu5yci .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uLPvpu5yci .mbr-section-title {
  color: #ffffff;
}
.cid-uLPvpu5yci .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLPvpu5yci .mbr-section-title,
.cid-uLPvpu5yci .mbr-section-btn {
  text-align: center;
}
.cid-uLPvpuCe1A {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLPvpuCe1A .container {
    padding: 0 25px;
  }
}
.cid-uLPvpuCe1A .title-wrapper {
  margin: 25px 0;
}
.cid-uLPvpuCe1A .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLPvpuCe1A .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uLPvpuCe1A .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uLPvpuCe1A .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLPvpuCe1A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLPvpuCe1A .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLPvpuCe1A .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLPvpvq3MB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #689ebe;
}
.cid-uLPvpvq3MB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPvpvq3MB .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-uLPvpvq3MB .container {
    padding: 0 25px;
  }
}
.cid-uLPvpvq3MB .row {
  justify-content: center;
}
.cid-uLPvpvq3MB .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLPvpvq3MB .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLPvpvq3MB .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLPvpvq3MB .image-wrapper img {
    height: 350px;
  }
}
.cid-uLPvpvq3MB .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-uLPvpvq3MB .form-wrapper {
    padding: 0 12px;
  }
}
.cid-uLPvpvq3MB .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uLPvpvq3MB .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uLPvpvq3MB .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uLPvpvq3MB .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLPvpvq3MB .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-uLPvpvq3MB .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-uLPvpvq3MB .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uLPvpvq3MB .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-uLPvpvq3MB .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-uLPvpvq3MB .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLPvpvq3MB .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-uLPvpvq3MB .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLPvpvq3MB .mbr-section-title {
  color: #000000;
}
.cid-uLPvpvq3MB .mbr-text {
  color: #000000;
}
.cid-uLPvpvq3MB label {
  color: #000000;
}
.cid-uLPvpvPwxn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.cid-uLPvpvPwxn .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #437d9f;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uLPvpvPwxn .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uLPvpvPwxn .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uLPvpvPwxn .decor-wrapper {
    display: none;
  }
}
.cid-uLPvpvPwxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPvpvPwxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLPvpvPwxn .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLPvpvPwxn .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLPvpvPwxn .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLPvpvPwxn .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLPvpvPwxn .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uLPvpvPwxn .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLPvpvPwxn .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uLPvpvPwxn .nav-wrapper .list .item-wrap:hover,
.cid-uLPvpvPwxn .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uLPvpvPwxn .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uLPvpvPwxn .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLPvpvPwxn .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uLPvpvPwxn .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLPvpvPwxn .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uLPvpvPwxn .social-wrapper .list .item-wrap:hover,
.cid-uLPvpvPwxn .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uLPvpvPwxn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLPvpvPwxn .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uLPvpvPwxn .list {
  color: #ffffff;
}
.cid-uLQJ82hVQ4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLQJ82hVQ4 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLQJ82hVQ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLQJ82hVQ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLQJ82hVQ4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLQJ82hVQ4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLQJ82hVQ4 .menu_box .navbar.opened,
  .cid-uLQJ82hVQ4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLQJ82hVQ4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLQJ82hVQ4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLQJ82hVQ4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLQJ82hVQ4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLQJ82hVQ4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLQJ82hVQ4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLQJ82hVQ4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLQJ82hVQ4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLQJ82hVQ4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLQJ82hVQ4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLQJ82hVQ4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLQJ82hVQ4 .offcanvas-body .mbr-text,
  .cid-uLQJ82hVQ4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLQJ82hVQ4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLQJ82hVQ4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLQJ82hVQ4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLQJ82hVQ4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLQJ82hVQ4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLQJ82hVQ4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLQJ82hVQ4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLQJ82hVQ4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLQJ82hVQ4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLQJ82hVQ4 .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-uLQJ82hVQ4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLQJ82hVQ4 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-uLQJ82hVQ4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLQJ82hVQ4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLQJ82hVQ4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLQJ82hVQ4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLQJ82hVQ4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLQJ82hVQ4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLQJ82hVQ4 .nav-item .nav-link:hover,
.cid-uLQJ82hVQ4 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLQJ82hVQ4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLQJ82hVQ4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLQJ82hVQ4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLQJ82hVQ4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLQJ82hVQ4 .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-uLQJ82hVQ4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLQJ82hVQ4 .offcanvas_box {
    display: none;
  }
}
.cid-uLQJ82hVQ4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLQJ82hVQ4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLQJ82hVQ4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLQJ82hVQ4 .container {
  display: flex;
  margin: auto;
}
.cid-uLQJ82hVQ4 .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-uLQJ82hVQ4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLQJ82hVQ4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLQJ82hVQ4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLQJ82hVQ4 .navbar-nav {
    margin: 0;
  }
}
.cid-uLQJ82hVQ4 .dropdown-menu,
.cid-uLQJ82hVQ4 .navbar.opened {
  background-color: false !important;
}
.cid-uLQJ82hVQ4 .nav-item:focus,
.cid-uLQJ82hVQ4 .nav-link:focus {
  outline: none;
}
.cid-uLQJ82hVQ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLQJ82hVQ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLQJ82hVQ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLQJ82hVQ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLQJ82hVQ4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLQJ82hVQ4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLQJ82hVQ4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLQJ82hVQ4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLQJ82hVQ4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLQJ82hVQ4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLQJ82hVQ4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLQJ82hVQ4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLQJ82hVQ4 .navbar.collapsed {
  justify-content: center;
}
.cid-uLQJ82hVQ4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLQJ82hVQ4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLQJ82hVQ4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLQJ82hVQ4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLQJ82hVQ4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLQJ82hVQ4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLQJ82hVQ4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLQJ82hVQ4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLQJ82hVQ4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLQJ82hVQ4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLQJ82hVQ4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLQJ82hVQ4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLQJ82hVQ4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLQJ82hVQ4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLQJ82hVQ4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLQJ82hVQ4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLQJ82hVQ4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLQJ82hVQ4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLQJ82hVQ4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLQJ82hVQ4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLQJ82hVQ4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLQJ82hVQ4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLQJ82hVQ4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLQJ82hVQ4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLQJ82hVQ4 .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-uLQJ82hVQ4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLQJ82hVQ4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLQJ82hVQ4 .dropdown-item.active,
.cid-uLQJ82hVQ4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLQJ82hVQ4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLQJ82hVQ4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLQJ82hVQ4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLQJ82hVQ4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLQJ82hVQ4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLQJ82hVQ4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLQJ82hVQ4 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-uLQJ82hVQ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLQJ82hVQ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLQJ82hVQ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLQJ82hVQ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLQJ82hVQ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLQJ82hVQ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLQJ82hVQ4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLQJ82hVQ4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLQJ82hVQ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLQJ82hVQ4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLQJ82hVQ4 .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-uLQJ82hVQ4 .navbar {
    height: 70px;
  }
  .cid-uLQJ82hVQ4 .navbar.opened {
    height: auto;
  }
  .cid-uLQJ82hVQ4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLQJ82hVQ4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLQJ82hVQ4 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLQJ82hVQ4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLQJ82hVQ4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLQJ82hVQ4 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLQJ82hVQ4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLQJ82hVQ4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLQJ82hVQ4 .text_widget {
  margin-bottom: 32px;
}
.cid-uLQJ82hVQ4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLQJ82hVQ4 .text_widget a:hover,
.cid-uLQJ82hVQ4 .text_widget a:focus {
  opacity: .6;
}
.cid-uLQJ82hVQ4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLQJ82hVQ4 .navbar-caption {
  color: #000000;
}
.cid-uLQJ82hVQ4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLQJ82hVQ4 .mbr-section-subtitle,
.cid-uLQJ82hVQ4 .text_widget,
.cid-uLQJ82hVQ4 .mbr-section-btn {
  text-align: center;
}
.cid-uLQJ82hVQ4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLQJ82UwM6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uLQJ82UwM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQJ82UwM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQJ82UwM6 .row {
  justify-content: space-between;
}
.cid-uLQJ82UwM6 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLQJ82UwM6 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQJ82UwM6 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uLQJ82UwM6 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uLQJ82UwM6 .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uLQJ82UwM6 .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uLQJ82UwM6 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uLQJ82UwM6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLQJ82UwM6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLQJ82UwM6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLQJ82UwM6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLQJ82UwM6 .mbr-label {
  color: #19171c;
}
.cid-uLQJ82UwM6 .mbr-section-title {
  color: #19171c;
}
.cid-uLQJ82UwM6 .mbr-text,
.cid-uLQJ82UwM6 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uLQJ82UwM6 .mbr-section-title,
.cid-uLQJ82UwM6 .mbr-section-btn,
.cid-uLQJ82UwM6 .iconfont-wrapper {
  text-align: center;
}
.cid-uLQJ83lLdb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #437d9f;
}
.cid-uLQJ83lLdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQJ83lLdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQJ83lLdb .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uLQJ83lLdb .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uLQJ83lLdb .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uLQJ83lLdb .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLQJ83lLdb .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uLQJ83lLdb .mbr-desc,
.cid-uLQJ83lLdb .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLQJ83lLdb .mbr-text,
.cid-uLQJ83lLdb .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLQJ83L9jY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.cid-uLQJ83L9jY .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #437d9f;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uLQJ83L9jY .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uLQJ83L9jY .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uLQJ83L9jY .decor-wrapper {
    display: none;
  }
}
.cid-uLQJ83L9jY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQJ83L9jY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQJ83L9jY .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLQJ83L9jY .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLQJ83L9jY .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLQJ83L9jY .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLQJ83L9jY .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uLQJ83L9jY .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLQJ83L9jY .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uLQJ83L9jY .nav-wrapper .list .item-wrap:hover,
.cid-uLQJ83L9jY .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uLQJ83L9jY .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uLQJ83L9jY .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLQJ83L9jY .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uLQJ83L9jY .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLQJ83L9jY .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uLQJ83L9jY .social-wrapper .list .item-wrap:hover,
.cid-uLQJ83L9jY .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uLQJ83L9jY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLQJ83L9jY .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uLQJ83L9jY .list {
  color: #ffffff;
}
.cid-uLQJlcfffZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLQJlcfffZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLQJlcfffZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLQJlcfffZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLQJlcfffZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLQJlcfffZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLQJlcfffZ .menu_box .navbar.opened,
  .cid-uLQJlcfffZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLQJlcfffZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLQJlcfffZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLQJlcfffZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLQJlcfffZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLQJlcfffZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLQJlcfffZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLQJlcfffZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uLQJlcfffZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLQJlcfffZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLQJlcfffZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLQJlcfffZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLQJlcfffZ .offcanvas-body .mbr-text,
  .cid-uLQJlcfffZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLQJlcfffZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLQJlcfffZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLQJlcfffZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLQJlcfffZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLQJlcfffZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLQJlcfffZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLQJlcfffZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLQJlcfffZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLQJlcfffZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLQJlcfffZ .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-uLQJlcfffZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLQJlcfffZ 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-uLQJlcfffZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLQJlcfffZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLQJlcfffZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLQJlcfffZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLQJlcfffZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uLQJlcfffZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uLQJlcfffZ .nav-item .nav-link:hover,
.cid-uLQJlcfffZ .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uLQJlcfffZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLQJlcfffZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLQJlcfffZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLQJlcfffZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLQJlcfffZ .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-uLQJlcfffZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLQJlcfffZ .offcanvas_box {
    display: none;
  }
}
.cid-uLQJlcfffZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLQJlcfffZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLQJlcfffZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLQJlcfffZ .container {
  display: flex;
  margin: auto;
}
.cid-uLQJlcfffZ .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-uLQJlcfffZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLQJlcfffZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLQJlcfffZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLQJlcfffZ .navbar-nav {
    margin: 0;
  }
}
.cid-uLQJlcfffZ .dropdown-menu,
.cid-uLQJlcfffZ .navbar.opened {
  background-color: false !important;
}
.cid-uLQJlcfffZ .nav-item:focus,
.cid-uLQJlcfffZ .nav-link:focus {
  outline: none;
}
.cid-uLQJlcfffZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLQJlcfffZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLQJlcfffZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLQJlcfffZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLQJlcfffZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLQJlcfffZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLQJlcfffZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLQJlcfffZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLQJlcfffZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uLQJlcfffZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLQJlcfffZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLQJlcfffZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLQJlcfffZ .navbar.collapsed {
  justify-content: center;
}
.cid-uLQJlcfffZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLQJlcfffZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLQJlcfffZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLQJlcfffZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLQJlcfffZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLQJlcfffZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLQJlcfffZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLQJlcfffZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLQJlcfffZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLQJlcfffZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLQJlcfffZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLQJlcfffZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLQJlcfffZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLQJlcfffZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLQJlcfffZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLQJlcfffZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLQJlcfffZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLQJlcfffZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLQJlcfffZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLQJlcfffZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLQJlcfffZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLQJlcfffZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLQJlcfffZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLQJlcfffZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLQJlcfffZ .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-uLQJlcfffZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLQJlcfffZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLQJlcfffZ .dropdown-item.active,
.cid-uLQJlcfffZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLQJlcfffZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLQJlcfffZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLQJlcfffZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLQJlcfffZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLQJlcfffZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLQJlcfffZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLQJlcfffZ 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-uLQJlcfffZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLQJlcfffZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLQJlcfffZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLQJlcfffZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLQJlcfffZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLQJlcfffZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLQJlcfffZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLQJlcfffZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLQJlcfffZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLQJlcfffZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLQJlcfffZ .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-uLQJlcfffZ .navbar {
    height: 70px;
  }
  .cid-uLQJlcfffZ .navbar.opened {
    height: auto;
  }
  .cid-uLQJlcfffZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLQJlcfffZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLQJlcfffZ .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uLQJlcfffZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLQJlcfffZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLQJlcfffZ .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uLQJlcfffZ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLQJlcfffZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLQJlcfffZ .text_widget {
  margin-bottom: 32px;
}
.cid-uLQJlcfffZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLQJlcfffZ .text_widget a:hover,
.cid-uLQJlcfffZ .text_widget a:focus {
  opacity: .6;
}
.cid-uLQJlcfffZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLQJlcfffZ .navbar-caption {
  color: #000000;
}
.cid-uLQJlcfffZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLQJlcfffZ .mbr-section-subtitle,
.cid-uLQJlcfffZ .text_widget,
.cid-uLQJlcfffZ .mbr-section-btn {
  text-align: center;
}
.cid-uLQJlcfffZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLQJld2t50 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uLQJld2t50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQJld2t50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQJld2t50 .row {
  justify-content: space-between;
}
.cid-uLQJld2t50 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLQJld2t50 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQJld2t50 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uLQJld2t50 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uLQJld2t50 .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uLQJld2t50 .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uLQJld2t50 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uLQJld2t50 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLQJld2t50 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLQJld2t50 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLQJld2t50 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLQJld2t50 .mbr-label {
  color: #19171c;
}
.cid-uLQJld2t50 .mbr-section-title {
  color: #19171c;
}
.cid-uLQJld2t50 .mbr-text,
.cid-uLQJld2t50 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uLQJld2t50 .mbr-section-title,
.cid-uLQJld2t50 .mbr-section-btn,
.cid-uLQJld2t50 .iconfont-wrapper {
  text-align: center;
}
.cid-uLQJldOAyk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #437d9f;
}
.cid-uLQJldOAyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQJldOAyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQJldOAyk .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uLQJldOAyk .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uLQJldOAyk .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uLQJldOAyk .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLQJldOAyk .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uLQJldOAyk .mbr-desc,
.cid-uLQJldOAyk .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLQJldOAyk .mbr-text,
.cid-uLQJldOAyk .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLQJlebQqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.cid-uLQJlebQqZ .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #437d9f;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uLQJlebQqZ .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uLQJlebQqZ .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uLQJlebQqZ .decor-wrapper {
    display: none;
  }
}
.cid-uLQJlebQqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQJlebQqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQJlebQqZ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLQJlebQqZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLQJlebQqZ .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLQJlebQqZ .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLQJlebQqZ .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uLQJlebQqZ .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLQJlebQqZ .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uLQJlebQqZ .nav-wrapper .list .item-wrap:hover,
.cid-uLQJlebQqZ .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uLQJlebQqZ .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uLQJlebQqZ .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLQJlebQqZ .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uLQJlebQqZ .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLQJlebQqZ .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uLQJlebQqZ .social-wrapper .list .item-wrap:hover,
.cid-uLQJlebQqZ .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uLQJlebQqZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLQJlebQqZ .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uLQJlebQqZ .list {
  color: #ffffff;
}
