body {
  background-color: #e9eef2;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'GFS Didot', serif;
  font-size: 9.4rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.75rem;
}
.display-2 {
  font-family: 'GFS Didot', serif;
  font-size: 4.5rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'GFS Didot', serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'GFS Didot', serif;
  font-size: 1.56rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'GFS Didot', serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 7.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.58rem;
    font-size: calc( 3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #38a3a5 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #38a3a5 !important;
  border-color: #38a3a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #226364 !important;
  border-color: #226364 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #226364 !important;
  border-color: #226364 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #80ed99 !important;
  border-color: #80ed99 !important;
  color: #0e6021 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #34e25c !important;
  border-color: #34e25c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0e6021 !important;
  background-color: #34e25c !important;
  border-color: #34e25c !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #38a3a5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #226364 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #38a3a5 !important;
  border-color: #38a3a5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #80ed99;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #34e25c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #0e6021 !important;
  background-color: #80ed99 !important;
  border-color: #80ed99 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #38a3a5 !important;
}
.text-secondary {
  color: #80ed99 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1e5859 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #27e051 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #38a3a5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #38a3a5;
  border-color: #38a3a5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #38a3a5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #86d5d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'GFS Didot', serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #38a3a5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'GFS Didot', serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #38a3a5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #38a3a5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #38a3a5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #38a3a5;
  border-bottom-color: #38a3a5;
}
.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: #38a3a5 !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: #80ed99 !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='%2338a3a5' %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 {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #38a3a5;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #38a3a5;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #0aa3c2;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #38a3a5;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #38a3a5 !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #80ed99;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #80ed99 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #20ac6b;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #20ac6b !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #0aa3c2;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #0aa3c2 !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #ae1e2c !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #cc9900;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #cc9900 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-uUhqYy4H53 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uUhqYy4H53 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uUhqYy4H53 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUhqYy4H53 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUhqYy4H53 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUhqYy4H53 .menu_box .navbar.opened,
  .cid-uUhqYy4H53 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUhqYy4H53 .navbar-dropdown {
  position: relative !important;
}
.cid-uUhqYy4H53 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUhqYy4H53 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUhqYy4H53 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUhqYy4H53 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUhqYy4H53 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUhqYy4H53 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUhqYy4H53 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uUhqYy4H53 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uUhqYy4H53 .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uUhqYy4H53 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUhqYy4H53 .nav-item {
    margin: 0 !important;
  }
}
.cid-uUhqYy4H53 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uUhqYy4H53 .nav-item .nav-link:hover,
.cid-uUhqYy4H53 .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uUhqYy4H53 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUhqYy4H53 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUhqYy4H53 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUhqYy4H53 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUhqYy4H53 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uUhqYy4H53 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUhqYy4H53 .offcanvas_box {
    display: none;
  }
}
.cid-uUhqYy4H53 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uUhqYy4H53 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUhqYy4H53 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUhqYy4H53 .container {
  display: flex;
  margin: auto;
}
.cid-uUhqYy4H53 .iconfont-wrapper {
  color: #e0bdb6;
  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-uUhqYy4H53 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUhqYy4H53 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUhqYy4H53 .navbar-caption {
  color: #000000;
}
.cid-uUhqYy4H53 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUhqYy4H53 .navbar-nav {
    margin: 0;
  }
}
.cid-uUhqYy4H53 .dropdown-menu,
.cid-uUhqYy4H53 .navbar.opened {
  background-color: false !important;
}
.cid-uUhqYy4H53 .nav-item:focus,
.cid-uUhqYy4H53 .nav-link:focus {
  outline: none;
}
.cid-uUhqYy4H53 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUhqYy4H53 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUhqYy4H53 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUhqYy4H53 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUhqYy4H53 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUhqYy4H53 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUhqYy4H53 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUhqYy4H53 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUhqYy4H53 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUhqYy4H53 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUhqYy4H53 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uUhqYy4H53 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUhqYy4H53 .navbar.collapsed {
  justify-content: center;
}
.cid-uUhqYy4H53 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUhqYy4H53 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUhqYy4H53 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUhqYy4H53 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUhqYy4H53 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUhqYy4H53 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUhqYy4H53 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUhqYy4H53 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUhqYy4H53 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUhqYy4H53 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUhqYy4H53 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUhqYy4H53 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUhqYy4H53 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUhqYy4H53 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUhqYy4H53 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUhqYy4H53 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUhqYy4H53 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUhqYy4H53 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUhqYy4H53 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUhqYy4H53 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUhqYy4H53 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUhqYy4H53 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUhqYy4H53 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUhqYy4H53 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUhqYy4H53 .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-uUhqYy4H53 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUhqYy4H53 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUhqYy4H53 .dropdown-item.active,
.cid-uUhqYy4H53 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUhqYy4H53 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUhqYy4H53 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUhqYy4H53 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUhqYy4H53 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUhqYy4H53 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-uUhqYy4H53 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUhqYy4H53 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: #e9eef2;
}
.cid-uUhqYy4H53 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUhqYy4H53 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUhqYy4H53 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUhqYy4H53 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUhqYy4H53 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUhqYy4H53 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUhqYy4H53 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUhqYy4H53 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUhqYy4H53 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUhqYy4H53 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUhqYy4H53 .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-uUhqYy4H53 .navbar {
    height: 70px;
  }
  .cid-uUhqYy4H53 .navbar.opened {
    height: auto;
  }
  .cid-uUhqYy4H53 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUhqYy4H53 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUhqYy4H53 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uUhqYy4H53 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uUhqYy4H53 .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uUhqYy4H53 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uUhqYy4H53 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uUhqYy4H53 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUhqYy4H53 .text_widget {
  margin-bottom: 24px;
}
.cid-uUhqYy4H53 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUhqYy4H53 .text_widget a:hover {
  color: #80ed99 !important;
}
.cid-uUhqYy4H53 .icons-menu-main {
  display: flex;
}
.cid-uUhqYy4H53 .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uUhqYy4H53 .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uUhqYy4H53 .mbr-section-subtitle,
.cid-uUhqYy4H53 .text_widget,
.cid-uUhqYy4H53 .mbr-section-btn {
  text-align: center;
}
.cid-uUhqYy4H53 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUhqYy4H53 .nav-link,
.cid-uUhqYy4H53 .dropdown-item {
  color: #000000;
}
.cid-uUhqYy4H53 .nav-link {
  position: relative;
}
.cid-uUhqYy4H53 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uUhqYy4H53 .nav-link:hover:before {
  opacity: 1;
}
.cid-uUhwPtqLtc {
  background-color: #ffffff;
}
.cid-uUhwPtqLtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhwPtqLtc .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-uUhwPtqLtc .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uUhwPtqLtc .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uUhwPtqLtc .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uUhwPtqLtc .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uUhwPtqLtc .mbr-section-title {
  color: #E0BDB6;
}
.cid-uUhwPtqLtc .mbr-text {
  color: #000000;
}
.cid-uUhwPtqLtc .mbr-section-title,
.cid-uUhwPtqLtc .mbr-section-btn {
  color: #091d7c;
}
.cid-uUhzh6g5Rb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #091d7c;
}
.cid-uUhzh6g5Rb .mbr-text {
  color: #ffffff;
}
.cid-uUhzh6g5Rb .mbr-section-subtitle {
  color: #fbfbf9;
}
.cid-uUhzh6g5Rb .mbr-section-title {
  color: #ffffff;
}
.cid-uUhqYy7e2d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUhqYy7e2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhqYy7e2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhqYy7e2d .row {
  justify-content: space-between;
}
.cid-uUhqYy7e2d .item {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-uUhqYy7e2d .item {
    padding-right: 60px;
  }
  .cid-uUhqYy7e2d .item:nth-child(2n) {
    padding-right: 16px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .cid-uUhqYy7e2d .item {
    margin-top: 60px;
  }
}
.cid-uUhqYy7e2d .item:nth-child(2n) {
  margin-top: 134px;
}
@media (max-width: 768px) {
  .cid-uUhqYy7e2d .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uUhqYy7e2d .item .item-wrapper {
  position: relative;
}
.cid-uUhqYy7e2d .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uUhqYy7e2d .item .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUhqYy7e2d .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uUhqYy7e2d .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 18px;
}
.cid-uUhqYy7e2d .mbr-section-title {
  color: #747474;
}
.cid-uUhqYy7e2d .mbr-text {
  color: #747474;
}
.cid-uUhqYy7e2d .mbr-price {
  color: #E0BDB6;
}
.cid-uUhqYy7e2d .mbr-text,
.cid-uUhqYy7e2d .mbr-section-btn {
  color: #000000;
}
.cid-uUhGpoa8Ko {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUhGpoa8Ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhGpoa8Ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhGpoa8Ko .mbr-text {
  color: #000000;
}
.cid-uUhGpoa8Ko .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUhGpoa8Ko .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUhGpoa8Ko .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uUhGpoa8Ko .mbr-section-subtitle,
.cid-uUhGpoa8Ko .main-button {
  color: #000000;
}
.cid-uUhGpoa8Ko .mbr-section-title {
  color: #091d7c;
}
.cid-uUhBNlHzwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uUhBNlHzwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhBNlHzwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhBNlHzwd .card {
  justify-content: center;
}
.cid-uUhBNlHzwd .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uUhBNlHzwd .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUhBNlHzwd .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 1440px) {
  .cid-uUhBNlHzwd .images-wrapper {
    margin-right: 0;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUhBNlHzwd .images-wrapper {
    margin-left: 0;
  }
}
.cid-uUhBNlHzwd .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-uUhBNlHzwd .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-uUhBNlHzwd .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-uUhBNlHzwd .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUhBNlHzwd .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-uUhBNlHzwd .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUhBNlHzwd .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uUhBNlHzwd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUhBNlHzwd .content-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uUhBNlHzwd .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUhBNlHzwd .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uUhBNlHzwd .mbr-label {
  color: #ffffff;
}
.cid-uUhBNlHzwd .mbr-section-title {
  color: #ffffff;
}
.cid-uUhBNlHzwd .mbr-text {
  color: #ffffff;
}
.cid-uUhFpfoZyr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a5172d;
}
.cid-uUhFpfoZyr .item-subtitle {
  line-height: 1.2;
  color: #fbfbf9;
  text-align: center;
}
.cid-uUhFpfoZyr img,
.cid-uUhFpfoZyr .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uUhFpfoZyr .item:focus,
.cid-uUhFpfoZyr span:focus {
  outline: none;
}
.cid-uUhFpfoZyr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUhFpfoZyr .item {
    margin-bottom: 1rem;
  }
}
.cid-uUhFpfoZyr .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUhFpfoZyr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUhFpfoZyr .mbr-section-title {
  color: #fbfbf9;
}
.cid-uUhFpfoZyr .mbr-text,
.cid-uUhFpfoZyr .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uUhFpfoZyr .item-title {
  color: #fbfbf9;
  text-align: center;
}
.cid-uUhFpfoZyr .content-head {
  max-width: 800px;
}
.cid-uUhFpfoZyr .mbr-section-subtitle {
  color: #fbfbf9;
}
.cid-uUhElGR1jt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uUhElGR1jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhElGR1jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhElGR1jt .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUhElGR1jt .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUhElGR1jt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUhElGR1jt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUhElGR1jt .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUhElGR1jt .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUhElGR1jt .mbr-section-title,
.cid-uUhElGR1jt .title-wrapper,
.cid-uUhElGR1jt .mbr-section-btn {
  text-align: center;
}
.cid-uUhFmO4j8U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffebe6;
}
.cid-uUhFmO4j8U .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUhFmO4j8U .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUhFmO4j8U .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uUhFmO4j8U .mbr-section-maintitle {
  color: #091d7c;
}
.cid-uUhqYyallB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #38a3a5;
}
.cid-uUhqYyallB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhqYyallB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhqYyallB .row {
  justify-content: center;
}
.cid-uUhqYyallB .item .item-wrapper {
  padding: 80px 101px 80px 10px;
}
.cid-uUhqYyallB .item:nth-child(2n) .item-wrapper {
  padding: 80px 10px 80px 100px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-uUhqYyallB .item-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uUhqYyallB .item-wrapper .mbr-text,
.cid-uUhqYyallB .item-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uUhqYyallB .item-wrapper .mbr-text,
  .cid-uUhqYyallB .item-wrapper .mbr-text_2 {
    text-align: left;
  }
}
.cid-uUhqYyallB .mbr-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-uUhqYyallB .mbr-text_2 {
  color: #FFFFFF;
  text-align: left;
}
.cid-uUhqYya26y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUhqYya26y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhqYya26y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhqYya26y .row {
  justify-content: center;
}
.cid-uUhqYya26y .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uUhqYya26y .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUhqYya26y .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uUhqYya26y .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uUhqYya26y .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #38a3a5;
  position: relative;
  border: none;
  display: flex;
}
@media (max-width: 768px) {
  .cid-uUhqYya26y .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uUhqYya26y .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -5px;
  left: -1rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #38a3a5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uUhqYya26y .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uUhqYya26y .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uUhqYya26y .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uUhqYya26y .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUhqYya26y .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uUhqYya26y .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uUhqYya26y .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUhqYybUgs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUhqYybUgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhqYybUgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhqYybUgs .row {
  justify-content: center;
}
.cid-uUhqYybUgs .title-wrapper {
  padding: 71px;
  background-color: #38a3a5;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uUhqYybUgs .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uUhqYybUgs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUhqYybUgs .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uUhqYybUgs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUhqYybUgs .mbr-text {
  color: #747474;
}
.cid-uUhqYybUgs .mbr-text,
.cid-uUhqYybUgs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uUhqYybUgs .mbr-section-title,
.cid-uUhqYybUgs .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uUhqYybvxP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUhqYybvxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhqYybvxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhqYybvxP .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uUhqYybvxP .cards .card {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-uUhqYybvxP .cards .card {
    margin-bottom: 40px;
  }
}
.cid-uUhqYybvxP .cards .card .mbr-section-title,
.cid-uUhqYybvxP .cards .card .mbr-section-title_2 {
  margin-bottom: 12px;
}
.cid-uUhqYybvxP .cards .card .mbr-text,
.cid-uUhqYybvxP .cards .card .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uUhqYybvxP .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 513px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUhqYybvxP .icon-wrapper {
    display: none;
  }
}
.cid-uUhqYybvxP .icon-wrapper .mbr-iconfont {
  font-size: 78px;
  color: #000000;
  margin-top: -8rem;
}
.cid-uUhqYybvxP .icon-wrapper::before {
  content: '';
  position: absolute;
  top: -1rem;
  display: block;
  width: 1px;
  height: 75px;
  background-color: #000000;
}
.cid-uUhqYybvxP .icon-wrapper::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 1px;
  height: 109px;
  background-color: #000000;
}
.cid-uUhqYybvxP .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uUhqYybvxP .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uUhqYybvxP .mbr-section-title_2 {
  color: #000000;
}
.cid-uUhqYybvxP .mbr-text_2 {
  color: #000000;
}
.cid-uUhqYyiDls {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUhqYyiDls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhqYyiDls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhqYyiDls .title-wrapper {
  padding: 96px 10px;
  background-color: #007476;
}
@media (max-width: 992px) {
  .cid-uUhqYyiDls .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uUhqYyiDls .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uUhqYyiDls .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUhqYyiDls .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uUhqYyiDls .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-uUhqYyiDls .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uUhqYyiDls .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uUhqYyiDls .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uUhqYyiDls .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uUhqYyiDls .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #007476;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uUhqYyiDls .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.cid-uUhqYyiDls .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uUhqYyiDls .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uUhqYyiDls .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUhqYyiDls .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUhqYyiDls .panel-title-edit {
  color: #000000;
}
.cid-uUhqYyiDls .panel-text {
  color: #000000;
}
.cid-uUhqYyiDls .mbr-section-title,
.cid-uUhqYyiDls .mbr-section-btn {
  color: #000000;
}
.cid-uUhqYyjx6w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUhqYyjx6w .item:focus,
.cid-uUhqYyjx6w span:focus {
  outline: none;
}
.cid-uUhqYyjx6w .item {
  cursor: pointer;
}
.cid-uUhqYyjx6w .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uUhqYyjx6w .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uUhqYyjx6w .grid-container-1,
.cid-uUhqYyjx6w .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uUhqYyjx6w .grid-container-1,
  .cid-uUhqYyjx6w .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uUhqYyjx6w .mbr-section-title {
  margin-bottom: 50px;
  color: #E0BDB6;
  text-align: center;
}
.cid-uUhqYyjx6w .mbr-text,
.cid-uUhqYyjx6w .mbr-section-btn {
  color: #000000;
}
.cid-uUhqYyjx6w .content-head {
  max-width: 800px;
}
.cid-uUhqYyjx6w .container,
.cid-uUhqYyjx6w .container-fluid {
  overflow: hidden;
}
.cid-uUhqYyjx6w .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uUhqYyjx6w .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUhqYyjx6w .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 390px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uUhqYyjx6w .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uUhqYyjx6w .grid-item img {
    height: 160px;
  }
}
.cid-uUhqYyjx6w .grid-container-1,
.cid-uUhqYyjx6w .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uUhqYyjx6w .grid-container-1 {
  align-items: flex-end;
}
.cid-uUhqYyjx6w .grid-container-2 {
  align-items: flex-start;
}
.cid-uUhqYykxY7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUhqYykxY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhqYykxY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhqYykxY7 .row {
  justify-content: center;
}
.cid-uUhqYykxY7 .title-wrapper {
  padding: 71px;
  background-color: #38a3a5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uUhqYykxY7 .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uUhqYykxY7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUhqYykxY7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUhqYykxY7 .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uUhqYykxY7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUhqYykxY7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUhqYykxY7 .list {
  color: #747474;
}
.cid-uUhqYykxY7 .list,
.cid-uUhqYykxY7 .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-uUhqYykxY7 .mbr-section-title,
.cid-uUhqYykxY7 .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uUhqYykdkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004246;
}
.cid-uUhqYykdkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhqYykdkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhqYykdkJ .row {
  justify-content: space-between;
}
.cid-uUhqYykdkJ .mbr-section-title {
  margin: 0;
  color: #ffebe6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUhqYykdkJ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUhqYykdkJ .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUhqYykdkJ .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uUhqYykdkJ .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uUhqYykdkJ .list li {
  margin-bottom: 25px;
}
.cid-uUhqYykdkJ .list li:last-child {
  margin-bottom: 0;
}
.cid-uUhqYykdkJ .mbr-desc {
  margin-bottom: 8px;
}
.cid-uUhqYykdkJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUhqYykdkJ .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uUhqYykdkJ .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uUhqYykdkJ .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004246;
  transition: all 0.3s ease;
}
.cid-uUhqYykdkJ .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
.cid-uUhqYykdkJ .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004246;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uUhqYykdkJ .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uUhqYykdkJ .mbr-desc,
.cid-uUhqYykdkJ .mbr-iconfont {
  color: #ffffff;
}
.cid-uVdqb2HLft .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uVdqb2HLft .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVdqb2HLft .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVdqb2HLft .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVdqb2HLft .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVdqb2HLft .menu_box .navbar.opened,
  .cid-uVdqb2HLft .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVdqb2HLft .navbar-dropdown {
  position: relative !important;
}
.cid-uVdqb2HLft .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVdqb2HLft .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVdqb2HLft ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVdqb2HLft .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVdqb2HLft .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVdqb2HLft .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVdqb2HLft li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uVdqb2HLft .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVdqb2HLft .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uVdqb2HLft .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVdqb2HLft .nav-item {
    margin: 0 !important;
  }
}
.cid-uVdqb2HLft .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVdqb2HLft .nav-item .nav-link:hover,
.cid-uVdqb2HLft .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uVdqb2HLft .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVdqb2HLft .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVdqb2HLft .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVdqb2HLft .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVdqb2HLft .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uVdqb2HLft .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVdqb2HLft .offcanvas_box {
    display: none;
  }
}
.cid-uVdqb2HLft .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uVdqb2HLft .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVdqb2HLft .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVdqb2HLft .container {
  display: flex;
  margin: auto;
}
.cid-uVdqb2HLft .iconfont-wrapper {
  color: #e0bdb6;
  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-uVdqb2HLft .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVdqb2HLft .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uVdqb2HLft .navbar-caption {
  color: #000000;
}
.cid-uVdqb2HLft .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVdqb2HLft .navbar-nav {
    margin: 0;
  }
}
.cid-uVdqb2HLft .dropdown-menu,
.cid-uVdqb2HLft .navbar.opened {
  background-color: false !important;
}
.cid-uVdqb2HLft .nav-item:focus,
.cid-uVdqb2HLft .nav-link:focus {
  outline: none;
}
.cid-uVdqb2HLft .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVdqb2HLft .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVdqb2HLft .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVdqb2HLft .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVdqb2HLft .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVdqb2HLft .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVdqb2HLft .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVdqb2HLft .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVdqb2HLft .navbar.opened {
  transition: all 0.3s;
}
.cid-uVdqb2HLft .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVdqb2HLft .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uVdqb2HLft .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVdqb2HLft .navbar.collapsed {
  justify-content: center;
}
.cid-uVdqb2HLft .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVdqb2HLft .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVdqb2HLft .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVdqb2HLft .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVdqb2HLft .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVdqb2HLft .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVdqb2HLft .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVdqb2HLft .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uVdqb2HLft .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVdqb2HLft .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVdqb2HLft .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVdqb2HLft .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVdqb2HLft .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVdqb2HLft .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVdqb2HLft .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVdqb2HLft .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVdqb2HLft .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVdqb2HLft .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVdqb2HLft .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVdqb2HLft .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVdqb2HLft .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVdqb2HLft .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVdqb2HLft .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVdqb2HLft .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVdqb2HLft .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-uVdqb2HLft .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVdqb2HLft .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVdqb2HLft .dropdown-item.active,
.cid-uVdqb2HLft .dropdown-item:active {
  background-color: transparent;
}
.cid-uVdqb2HLft .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVdqb2HLft .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVdqb2HLft .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVdqb2HLft .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVdqb2HLft ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-uVdqb2HLft .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVdqb2HLft 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: #e9eef2;
}
.cid-uVdqb2HLft button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVdqb2HLft button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVdqb2HLft button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVdqb2HLft button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVdqb2HLft button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVdqb2HLft nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVdqb2HLft nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVdqb2HLft nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVdqb2HLft nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVdqb2HLft a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVdqb2HLft .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-uVdqb2HLft .navbar {
    height: 70px;
  }
  .cid-uVdqb2HLft .navbar.opened {
    height: auto;
  }
  .cid-uVdqb2HLft .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVdqb2HLft .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVdqb2HLft .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVdqb2HLft .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVdqb2HLft .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uVdqb2HLft .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVdqb2HLft .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uVdqb2HLft .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVdqb2HLft .text_widget {
  margin-bottom: 24px;
}
.cid-uVdqb2HLft .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVdqb2HLft .text_widget a:hover {
  color: #80ed99 !important;
}
.cid-uVdqb2HLft .icons-menu-main {
  display: flex;
}
.cid-uVdqb2HLft .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uVdqb2HLft .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uVdqb2HLft .mbr-section-subtitle,
.cid-uVdqb2HLft .text_widget,
.cid-uVdqb2HLft .mbr-section-btn {
  text-align: center;
}
.cid-uVdqb2HLft a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVdqb2HLft .nav-link,
.cid-uVdqb2HLft .dropdown-item {
  color: #000000;
}
.cid-uVdqb2HLft .nav-link {
  position: relative;
}
.cid-uVdqb2HLft .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uVdqb2HLft .nav-link:hover:before {
  opacity: 1;
}
.cid-uVdtFaLoZq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uVdtFaLoZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdtFaLoZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVdtFaLoZq .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uVdtFaLoZq .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uVdtFaLoZq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uVdtFaLoZq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uVdtFaLoZq .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #9c9c9d;
}
@media (max-width: 1540px) {
  .cid-uVdtFaLoZq .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-uVdtFaLoZq .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uVdtFaLoZq .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVdtFaLoZq .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uVdtFaLoZq .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVdtFaLoZq .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uVdtFaLoZq .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uVdtFaLoZq .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-uVdtFaLoZq .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVdtFaLoZq .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uVdtFaLoZq .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVdtFaLoZq .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uVdtFaLoZq .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVdtFaLoZq .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVdtFaLoZq .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVdtFaLoZq .mbr-section-title,
.cid-uVdtFaLoZq .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uVdtFaLoZq .card-title {
  color: #f5f8ff;
}
.cid-uVdtFaLoZq .card-text {
  color: #232323;
}
.cid-uVdtFaLoZq .mbr-section-title,
.cid-uVdtFaLoZq .mbr-section-btn,
.cid-uVdtFaLoZq .title-wrapper {
  color: #091d7c;
}
.cid-uVdtFaLoZq .card-title,
.cid-uVdtFaLoZq .mbr-section-btn {
  color: #232323;
}
.cid-uVdqb5e6qU {
  background-color: #ffffff;
}
.cid-uVdqb5e6qU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdqb5e6qU .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-uVdqb5e6qU .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uVdqb5e6qU .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uVdqb5e6qU .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uVdqb5e6qU .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uVdqb5e6qU .mbr-section-title {
  color: #E0BDB6;
}
.cid-uVdqb5e6qU .mbr-text {
  color: #000000;
}
.cid-uVdqb5e6qU .mbr-section-title,
.cid-uVdqb5e6qU .mbr-section-btn {
  color: #091d7c;
}
.cid-uVdqb7UjGk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #091d7c;
}
.cid-uVdqb7UjGk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVdqb7UjGk .mbr-section-subtitle {
  color: #fbfbf9;
}
.cid-uVdqb7UjGk .mbr-section-title {
  color: #ffffff;
}
.cid-uVdqbbo1kK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVdqbbo1kK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdqbbo1kK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVdqbbo1kK .mbr-text {
  color: #000000;
}
.cid-uVdqbbo1kK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVdqbbo1kK .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVdqbbo1kK .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uVdqbbo1kK .mbr-section-subtitle,
.cid-uVdqbbo1kK .main-button {
  color: #000000;
}
.cid-uVdqbbo1kK .mbr-section-title {
  color: #091d7c;
}
.cid-uVdqbILvW7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVdqbILvW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdqbILvW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVdqbILvW7 .row {
  justify-content: center;
}
.cid-uVdqbILvW7 .title-wrapper {
  padding: 71px;
  background-color: #38a3a5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uVdqbILvW7 .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uVdqbILvW7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVdqbILvW7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVdqbILvW7 .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uVdqbILvW7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVdqbILvW7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVdqbILvW7 .list {
  color: #747474;
}
.cid-uVdqbILvW7 .list,
.cid-uVdqbILvW7 .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-uVdqbILvW7 .mbr-section-title,
.cid-uVdqbILvW7 .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uVdqbLhpL6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004246;
}
.cid-uVdqbLhpL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdqbLhpL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVdqbLhpL6 .row {
  justify-content: space-between;
}
.cid-uVdqbLhpL6 .mbr-section-title {
  margin: 0;
  color: #ffebe6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVdqbLhpL6 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVdqbLhpL6 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVdqbLhpL6 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uVdqbLhpL6 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uVdqbLhpL6 .list li {
  margin-bottom: 25px;
}
.cid-uVdqbLhpL6 .list li:last-child {
  margin-bottom: 0;
}
.cid-uVdqbLhpL6 .mbr-desc {
  margin-bottom: 8px;
}
.cid-uVdqbLhpL6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVdqbLhpL6 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uVdqbLhpL6 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uVdqbLhpL6 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004246;
  transition: all 0.3s ease;
}
.cid-uVdqbLhpL6 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
.cid-uVdqbLhpL6 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004246;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uVdqbLhpL6 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uVdqbLhpL6 .mbr-desc,
.cid-uVdqbLhpL6 .mbr-iconfont {
  color: #ffffff;
}
.cid-uVdS7FJL2I .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uVdS7FJL2I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVdS7FJL2I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVdS7FJL2I .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVdS7FJL2I .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVdS7FJL2I .menu_box .navbar.opened,
  .cid-uVdS7FJL2I .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVdS7FJL2I .navbar-dropdown {
  position: relative !important;
}
.cid-uVdS7FJL2I .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVdS7FJL2I .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVdS7FJL2I ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVdS7FJL2I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVdS7FJL2I .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVdS7FJL2I .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVdS7FJL2I li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uVdS7FJL2I .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVdS7FJL2I .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uVdS7FJL2I .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVdS7FJL2I .nav-item {
    margin: 0 !important;
  }
}
.cid-uVdS7FJL2I .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVdS7FJL2I .nav-item .nav-link:hover,
.cid-uVdS7FJL2I .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uVdS7FJL2I .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVdS7FJL2I .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVdS7FJL2I .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVdS7FJL2I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVdS7FJL2I .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uVdS7FJL2I .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVdS7FJL2I .offcanvas_box {
    display: none;
  }
}
.cid-uVdS7FJL2I .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uVdS7FJL2I .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVdS7FJL2I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVdS7FJL2I .container {
  display: flex;
  margin: auto;
}
.cid-uVdS7FJL2I .iconfont-wrapper {
  color: #e0bdb6;
  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-uVdS7FJL2I .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVdS7FJL2I .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uVdS7FJL2I .navbar-caption {
  color: #000000;
}
.cid-uVdS7FJL2I .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVdS7FJL2I .navbar-nav {
    margin: 0;
  }
}
.cid-uVdS7FJL2I .dropdown-menu,
.cid-uVdS7FJL2I .navbar.opened {
  background-color: false !important;
}
.cid-uVdS7FJL2I .nav-item:focus,
.cid-uVdS7FJL2I .nav-link:focus {
  outline: none;
}
.cid-uVdS7FJL2I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVdS7FJL2I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVdS7FJL2I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVdS7FJL2I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVdS7FJL2I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVdS7FJL2I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVdS7FJL2I .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVdS7FJL2I .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVdS7FJL2I .navbar.opened {
  transition: all 0.3s;
}
.cid-uVdS7FJL2I .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVdS7FJL2I .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uVdS7FJL2I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVdS7FJL2I .navbar.collapsed {
  justify-content: center;
}
.cid-uVdS7FJL2I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVdS7FJL2I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVdS7FJL2I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVdS7FJL2I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVdS7FJL2I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVdS7FJL2I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVdS7FJL2I .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVdS7FJL2I .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uVdS7FJL2I .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVdS7FJL2I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVdS7FJL2I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVdS7FJL2I .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVdS7FJL2I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVdS7FJL2I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVdS7FJL2I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVdS7FJL2I .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVdS7FJL2I .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVdS7FJL2I .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVdS7FJL2I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVdS7FJL2I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVdS7FJL2I .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVdS7FJL2I .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVdS7FJL2I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVdS7FJL2I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVdS7FJL2I .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-uVdS7FJL2I .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVdS7FJL2I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVdS7FJL2I .dropdown-item.active,
.cid-uVdS7FJL2I .dropdown-item:active {
  background-color: transparent;
}
.cid-uVdS7FJL2I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVdS7FJL2I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVdS7FJL2I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVdS7FJL2I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVdS7FJL2I ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-uVdS7FJL2I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVdS7FJL2I 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: #e9eef2;
}
.cid-uVdS7FJL2I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVdS7FJL2I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVdS7FJL2I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVdS7FJL2I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVdS7FJL2I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVdS7FJL2I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVdS7FJL2I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVdS7FJL2I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVdS7FJL2I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVdS7FJL2I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVdS7FJL2I .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-uVdS7FJL2I .navbar {
    height: 70px;
  }
  .cid-uVdS7FJL2I .navbar.opened {
    height: auto;
  }
  .cid-uVdS7FJL2I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVdS7FJL2I .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVdS7FJL2I .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVdS7FJL2I .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVdS7FJL2I .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uVdS7FJL2I .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVdS7FJL2I .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uVdS7FJL2I .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVdS7FJL2I .text_widget {
  margin-bottom: 24px;
}
.cid-uVdS7FJL2I .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVdS7FJL2I .text_widget a:hover {
  color: #80ed99 !important;
}
.cid-uVdS7FJL2I .icons-menu-main {
  display: flex;
}
.cid-uVdS7FJL2I .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uVdS7FJL2I .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uVdS7FJL2I .mbr-section-subtitle,
.cid-uVdS7FJL2I .text_widget,
.cid-uVdS7FJL2I .mbr-section-btn {
  text-align: center;
}
.cid-uVdS7FJL2I a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVdS7FJL2I .nav-link,
.cid-uVdS7FJL2I .dropdown-item {
  color: #000000;
}
.cid-uVdS7FJL2I .nav-link {
  position: relative;
}
.cid-uVdS7FJL2I .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uVdS7FJL2I .nav-link:hover:before {
  opacity: 1;
}
.cid-uVdS7OP6Gl {
  background-color: #ffffff;
}
.cid-uVdS7OP6Gl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdS7OP6Gl .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-uVdS7OP6Gl .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uVdS7OP6Gl .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uVdS7OP6Gl .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uVdS7OP6Gl .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uVdS7OP6Gl .mbr-section-title {
  color: #E0BDB6;
}
.cid-uVdS7OP6Gl .mbr-text {
  color: #000000;
}
.cid-uVdS7OP6Gl .mbr-section-title,
.cid-uVdS7OP6Gl .mbr-section-btn {
  color: #091d7c;
}
.cid-uVdTXGSGVX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbf9;
}
.cid-uVdTXGSGVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdTXGSGVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVdTXGSGVX .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVdTXGSGVX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVdTXGSGVX .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVdTXGSGVX .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #fbfbf9;
}
.cid-uVdTXGSGVX .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVdTXGSGVX .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVdTXGSGVX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVdTXGSGVX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVdTXGSGVX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVdTXGSGVX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVdTXGSGVX .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uVdTXGSGVX .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVdTXGSGVX .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uVdTXGSGVX .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #fafafa;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVdTXGSGVX .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uVdTXGSGVX .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVdTXGSGVX .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uVdTXGSGVX .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #fbfbf9;
}
.cid-uVdTXGSGVX .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVdTXGSGVX .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVdTXGSGVX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uVdTXGSGVX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVdTXGSGVX .mbr-label,
.cid-uVdTXGSGVX .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVdTXGSGVX .mbr-section-title,
.cid-uVdTXGSGVX .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVdTXGSGVX .mbr-text,
.cid-uVdTXGSGVX .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVdTXGSGVX .item-title {
  color: #000000;
}
.cid-uVdTXGSGVX .item-text {
  color: #000000;
}
.cid-uVdTXGSGVX .item-title,
.cid-uVdTXGSGVX .mbr-section-btn {
  color: #a5172d;
}
.cid-uVSukmndNH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVSukmndNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVSukmndNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVSukmndNH .row {
  justify-content: center;
}
.cid-uVSukmndNH .title-wrapper {
  padding: 71px;
  background-color: #e0bdb6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uVSukmndNH .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uVSukmndNH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVSukmndNH .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uVSukmndNH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVSukmndNH .mbr-text {
  color: #747474;
}
.cid-uVSukmndNH .mbr-text,
.cid-uVSukmndNH .mbr-section-btn {
  text-align: center;
}
.cid-uVSukmndNH .mbr-section-title,
.cid-uVSukmndNH .mbr-iconfont {
  color: #091d7c;
}
.cid-uVdS8tX9aB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVdS8tX9aB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdS8tX9aB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVdS8tX9aB .title-wrapper {
  padding: 96px 10px;
  background-color: #007476;
}
@media (max-width: 992px) {
  .cid-uVdS8tX9aB .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uVdS8tX9aB .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uVdS8tX9aB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVdS8tX9aB .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uVdS8tX9aB .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-uVdS8tX9aB .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uVdS8tX9aB .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uVdS8tX9aB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uVdS8tX9aB .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uVdS8tX9aB .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #007476;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uVdS8tX9aB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.cid-uVdS8tX9aB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uVdS8tX9aB .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uVdS8tX9aB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVdS8tX9aB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVdS8tX9aB .panel-title-edit {
  color: #000000;
}
.cid-uVdS8tX9aB .panel-text {
  color: #000000;
}
.cid-uVdS8tX9aB .mbr-section-title,
.cid-uVdS8tX9aB .mbr-section-btn {
  color: #000000;
}
.cid-uVdS8xBXrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVdS8xBXrK .item:focus,
.cid-uVdS8xBXrK span:focus {
  outline: none;
}
.cid-uVdS8xBXrK .item {
  cursor: pointer;
}
.cid-uVdS8xBXrK .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uVdS8xBXrK .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uVdS8xBXrK .grid-container-1,
.cid-uVdS8xBXrK .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVdS8xBXrK .grid-container-1,
  .cid-uVdS8xBXrK .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uVdS8xBXrK .mbr-section-title {
  margin-bottom: 50px;
  color: #E0BDB6;
  text-align: center;
}
.cid-uVdS8xBXrK .mbr-text,
.cid-uVdS8xBXrK .mbr-section-btn {
  color: #000000;
}
.cid-uVdS8xBXrK .content-head {
  max-width: 800px;
}
.cid-uVdS8xBXrK .container,
.cid-uVdS8xBXrK .container-fluid {
  overflow: hidden;
}
.cid-uVdS8xBXrK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVdS8xBXrK .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVdS8xBXrK .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 390px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uVdS8xBXrK .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uVdS8xBXrK .grid-item img {
    height: 160px;
  }
}
.cid-uVdS8xBXrK .grid-container-1,
.cid-uVdS8xBXrK .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVdS8xBXrK .grid-container-1 {
  align-items: flex-end;
}
.cid-uVdS8xBXrK .grid-container-2 {
  align-items: flex-start;
}
.cid-uVdS8AD5K0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVdS8AD5K0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdS8AD5K0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVdS8AD5K0 .row {
  justify-content: center;
}
.cid-uVdS8AD5K0 .title-wrapper {
  padding: 71px;
  background-color: #38a3a5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uVdS8AD5K0 .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uVdS8AD5K0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVdS8AD5K0 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVdS8AD5K0 .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uVdS8AD5K0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVdS8AD5K0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVdS8AD5K0 .list {
  color: #747474;
}
.cid-uVdS8AD5K0 .list,
.cid-uVdS8AD5K0 .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-uVdS8AD5K0 .mbr-section-title,
.cid-uVdS8AD5K0 .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uVdS8E5WAg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004246;
}
.cid-uVdS8E5WAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdS8E5WAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVdS8E5WAg .row {
  justify-content: space-between;
}
.cid-uVdS8E5WAg .mbr-section-title {
  margin: 0;
  color: #ffebe6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVdS8E5WAg .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVdS8E5WAg .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVdS8E5WAg .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uVdS8E5WAg .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uVdS8E5WAg .list li {
  margin-bottom: 25px;
}
.cid-uVdS8E5WAg .list li:last-child {
  margin-bottom: 0;
}
.cid-uVdS8E5WAg .mbr-desc {
  margin-bottom: 8px;
}
.cid-uVdS8E5WAg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVdS8E5WAg .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uVdS8E5WAg .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uVdS8E5WAg .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004246;
  transition: all 0.3s ease;
}
.cid-uVdS8E5WAg .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
.cid-uVdS8E5WAg .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004246;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uVdS8E5WAg .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uVdS8E5WAg .mbr-desc,
.cid-uVdS8E5WAg .mbr-iconfont {
  color: #ffffff;
}
.cid-uVe5dgQBFK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uVe5dgQBFK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVe5dgQBFK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVe5dgQBFK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVe5dgQBFK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVe5dgQBFK .menu_box .navbar.opened,
  .cid-uVe5dgQBFK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVe5dgQBFK .navbar-dropdown {
  position: relative !important;
}
.cid-uVe5dgQBFK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVe5dgQBFK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVe5dgQBFK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVe5dgQBFK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVe5dgQBFK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVe5dgQBFK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVe5dgQBFK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uVe5dgQBFK .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVe5dgQBFK .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uVe5dgQBFK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVe5dgQBFK .nav-item {
    margin: 0 !important;
  }
}
.cid-uVe5dgQBFK .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVe5dgQBFK .nav-item .nav-link:hover,
.cid-uVe5dgQBFK .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uVe5dgQBFK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVe5dgQBFK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVe5dgQBFK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVe5dgQBFK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVe5dgQBFK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uVe5dgQBFK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVe5dgQBFK .offcanvas_box {
    display: none;
  }
}
.cid-uVe5dgQBFK .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uVe5dgQBFK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVe5dgQBFK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVe5dgQBFK .container {
  display: flex;
  margin: auto;
}
.cid-uVe5dgQBFK .iconfont-wrapper {
  color: #e0bdb6;
  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-uVe5dgQBFK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVe5dgQBFK .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uVe5dgQBFK .navbar-caption {
  color: #000000;
}
.cid-uVe5dgQBFK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVe5dgQBFK .navbar-nav {
    margin: 0;
  }
}
.cid-uVe5dgQBFK .dropdown-menu,
.cid-uVe5dgQBFK .navbar.opened {
  background-color: false !important;
}
.cid-uVe5dgQBFK .nav-item:focus,
.cid-uVe5dgQBFK .nav-link:focus {
  outline: none;
}
.cid-uVe5dgQBFK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVe5dgQBFK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVe5dgQBFK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVe5dgQBFK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVe5dgQBFK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVe5dgQBFK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVe5dgQBFK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVe5dgQBFK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVe5dgQBFK .navbar.opened {
  transition: all 0.3s;
}
.cid-uVe5dgQBFK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVe5dgQBFK .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uVe5dgQBFK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVe5dgQBFK .navbar.collapsed {
  justify-content: center;
}
.cid-uVe5dgQBFK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVe5dgQBFK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVe5dgQBFK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVe5dgQBFK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVe5dgQBFK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVe5dgQBFK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVe5dgQBFK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVe5dgQBFK .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uVe5dgQBFK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVe5dgQBFK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVe5dgQBFK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVe5dgQBFK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVe5dgQBFK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVe5dgQBFK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVe5dgQBFK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVe5dgQBFK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVe5dgQBFK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVe5dgQBFK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVe5dgQBFK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVe5dgQBFK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVe5dgQBFK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVe5dgQBFK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVe5dgQBFK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVe5dgQBFK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVe5dgQBFK .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-uVe5dgQBFK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVe5dgQBFK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVe5dgQBFK .dropdown-item.active,
.cid-uVe5dgQBFK .dropdown-item:active {
  background-color: transparent;
}
.cid-uVe5dgQBFK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVe5dgQBFK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVe5dgQBFK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVe5dgQBFK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVe5dgQBFK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-uVe5dgQBFK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVe5dgQBFK 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: #e9eef2;
}
.cid-uVe5dgQBFK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVe5dgQBFK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVe5dgQBFK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVe5dgQBFK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVe5dgQBFK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVe5dgQBFK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVe5dgQBFK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVe5dgQBFK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVe5dgQBFK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVe5dgQBFK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVe5dgQBFK .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-uVe5dgQBFK .navbar {
    height: 70px;
  }
  .cid-uVe5dgQBFK .navbar.opened {
    height: auto;
  }
  .cid-uVe5dgQBFK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVe5dgQBFK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVe5dgQBFK .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVe5dgQBFK .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVe5dgQBFK .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uVe5dgQBFK .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVe5dgQBFK .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uVe5dgQBFK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVe5dgQBFK .text_widget {
  margin-bottom: 24px;
}
.cid-uVe5dgQBFK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVe5dgQBFK .text_widget a:hover {
  color: #80ed99 !important;
}
.cid-uVe5dgQBFK .icons-menu-main {
  display: flex;
}
.cid-uVe5dgQBFK .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uVe5dgQBFK .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uVe5dgQBFK .mbr-section-subtitle,
.cid-uVe5dgQBFK .text_widget,
.cid-uVe5dgQBFK .mbr-section-btn {
  text-align: center;
}
.cid-uVe5dgQBFK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVe5dgQBFK .nav-link,
.cid-uVe5dgQBFK .dropdown-item {
  color: #000000;
}
.cid-uVe5dgQBFK .nav-link {
  position: relative;
}
.cid-uVe5dgQBFK .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uVe5dgQBFK .nav-link:hover:before {
  opacity: 1;
}
.cid-uVe5dkqdUy {
  background-color: #ffffff;
}
.cid-uVe5dkqdUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVe5dkqdUy .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-uVe5dkqdUy .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uVe5dkqdUy .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uVe5dkqdUy .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uVe5dkqdUy .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uVe5dkqdUy .mbr-section-title {
  color: #E0BDB6;
}
.cid-uVe5dkqdUy .mbr-text {
  color: #000000;
}
.cid-uVe5dkqdUy .mbr-section-title,
.cid-uVe5dkqdUy .mbr-section-btn {
  color: #091d7c;
}
.cid-uVe5dmJRt0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #091d7c;
}
.cid-uVe5dmJRt0 .mbr-text {
  color: #ffffff;
}
.cid-uVe5dmJRt0 .mbr-section-subtitle {
  color: #fbfbf9;
}
.cid-uVe5dmJRt0 .mbr-section-title {
  color: #ffffff;
}
.cid-uVe6nuJJ2r {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVe6nuJJ2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVe6nuJJ2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVe6nuJJ2r .text-wrap {
  width: 100%;
}
.cid-uVe6nuJJ2r .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uVe6nuJJ2r .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uVe6nuJJ2r .mbr-section-title {
  color: #091d7c;
  margin-bottom: 0;
}
.cid-uVe6nuJJ2r .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-uVe6nuJJ2r .item-row {
  row-gap: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.cid-uVe6nuJJ2r .item-row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uVe6nuJJ2r .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #fbfbf9;
  overflow: hidden;
  border: 1px solid rgba(165, 23, 45, 0.8);
  border-radius: 45px;
}
.cid-uVe6nuJJ2r .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-uVe6nuJJ2r .item-img img {
  aspect-ratio: 0.83333333;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uVe6nuJJ2r .item-title-wrap {
  padding: 45px 26px;
  border-radius: 0 0 45px 45px;
  border: 1px solid rgba(165, 23, 45, 0.8);
  background-color: rgba(40, 22, 50, 0.8);
}
.cid-uVe6nuJJ2r .item-title {
  width: 100%;
  margin: 0;
  color: #fffcf5;
}
.cid-uVe6nuJJ2r .item-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 26px;
}
.cid-uVe6nuJJ2r .item-text {
  color: #353535;
  margin: 0;
}
.cid-uVe6nuJJ2r .mbr-section-btn {
  margin-top: 10px;
}
.cid-uVe6nuJJ2r .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-uVe6nuJJ2r .item-text,
.cid-uVe6nuJJ2r .mbr-section-btn {
  color: #000000;
}
.cid-uVe5dU3D0d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVe5dU3D0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVe5dU3D0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVe5dU3D0d .row {
  justify-content: center;
}
.cid-uVe5dU3D0d .title-wrapper {
  padding: 71px;
  background-color: #38a3a5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uVe5dU3D0d .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uVe5dU3D0d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVe5dU3D0d .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVe5dU3D0d .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uVe5dU3D0d .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVe5dU3D0d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVe5dU3D0d .list {
  color: #747474;
}
.cid-uVe5dU3D0d .list,
.cid-uVe5dU3D0d .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-uVe5dU3D0d .mbr-section-title,
.cid-uVe5dU3D0d .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uVe5e245Iu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004246;
}
.cid-uVe5e245Iu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVe5e245Iu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVe5e245Iu .row {
  justify-content: space-between;
}
.cid-uVe5e245Iu .mbr-section-title {
  margin: 0;
  color: #ffebe6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVe5e245Iu .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVe5e245Iu .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVe5e245Iu .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uVe5e245Iu .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uVe5e245Iu .list li {
  margin-bottom: 25px;
}
.cid-uVe5e245Iu .list li:last-child {
  margin-bottom: 0;
}
.cid-uVe5e245Iu .mbr-desc {
  margin-bottom: 8px;
}
.cid-uVe5e245Iu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVe5e245Iu .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uVe5e245Iu .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uVe5e245Iu .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004246;
  transition: all 0.3s ease;
}
.cid-uVe5e245Iu .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
.cid-uVe5e245Iu .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004246;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uVe5e245Iu .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uVe5e245Iu .mbr-desc,
.cid-uVe5e245Iu .mbr-iconfont {
  color: #ffffff;
}
.cid-uViMA6SUZy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uViMA6SUZy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uViMA6SUZy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uViMA6SUZy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uViMA6SUZy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uViMA6SUZy .menu_box .navbar.opened,
  .cid-uViMA6SUZy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uViMA6SUZy .navbar-dropdown {
  position: relative !important;
}
.cid-uViMA6SUZy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uViMA6SUZy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uViMA6SUZy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uViMA6SUZy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uViMA6SUZy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uViMA6SUZy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uViMA6SUZy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uViMA6SUZy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uViMA6SUZy .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uViMA6SUZy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uViMA6SUZy .nav-item {
    margin: 0 !important;
  }
}
.cid-uViMA6SUZy .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uViMA6SUZy .nav-item .nav-link:hover,
.cid-uViMA6SUZy .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uViMA6SUZy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uViMA6SUZy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uViMA6SUZy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uViMA6SUZy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uViMA6SUZy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uViMA6SUZy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uViMA6SUZy .offcanvas_box {
    display: none;
  }
}
.cid-uViMA6SUZy .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uViMA6SUZy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uViMA6SUZy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uViMA6SUZy .container {
  display: flex;
  margin: auto;
}
.cid-uViMA6SUZy .iconfont-wrapper {
  color: #e0bdb6;
  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-uViMA6SUZy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uViMA6SUZy .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uViMA6SUZy .navbar-caption {
  color: #000000;
}
.cid-uViMA6SUZy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uViMA6SUZy .navbar-nav {
    margin: 0;
  }
}
.cid-uViMA6SUZy .dropdown-menu,
.cid-uViMA6SUZy .navbar.opened {
  background-color: false !important;
}
.cid-uViMA6SUZy .nav-item:focus,
.cid-uViMA6SUZy .nav-link:focus {
  outline: none;
}
.cid-uViMA6SUZy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uViMA6SUZy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uViMA6SUZy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uViMA6SUZy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uViMA6SUZy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uViMA6SUZy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uViMA6SUZy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uViMA6SUZy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uViMA6SUZy .navbar.opened {
  transition: all 0.3s;
}
.cid-uViMA6SUZy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uViMA6SUZy .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uViMA6SUZy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uViMA6SUZy .navbar.collapsed {
  justify-content: center;
}
.cid-uViMA6SUZy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uViMA6SUZy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uViMA6SUZy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uViMA6SUZy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uViMA6SUZy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uViMA6SUZy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uViMA6SUZy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uViMA6SUZy .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uViMA6SUZy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uViMA6SUZy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uViMA6SUZy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uViMA6SUZy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uViMA6SUZy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uViMA6SUZy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uViMA6SUZy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uViMA6SUZy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uViMA6SUZy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uViMA6SUZy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uViMA6SUZy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uViMA6SUZy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uViMA6SUZy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uViMA6SUZy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uViMA6SUZy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uViMA6SUZy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uViMA6SUZy .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-uViMA6SUZy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uViMA6SUZy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uViMA6SUZy .dropdown-item.active,
.cid-uViMA6SUZy .dropdown-item:active {
  background-color: transparent;
}
.cid-uViMA6SUZy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uViMA6SUZy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uViMA6SUZy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uViMA6SUZy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uViMA6SUZy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-uViMA6SUZy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uViMA6SUZy 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: #e9eef2;
}
.cid-uViMA6SUZy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uViMA6SUZy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uViMA6SUZy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uViMA6SUZy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uViMA6SUZy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uViMA6SUZy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uViMA6SUZy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uViMA6SUZy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uViMA6SUZy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uViMA6SUZy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uViMA6SUZy .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-uViMA6SUZy .navbar {
    height: 70px;
  }
  .cid-uViMA6SUZy .navbar.opened {
    height: auto;
  }
  .cid-uViMA6SUZy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uViMA6SUZy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uViMA6SUZy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uViMA6SUZy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uViMA6SUZy .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uViMA6SUZy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uViMA6SUZy .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uViMA6SUZy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uViMA6SUZy .text_widget {
  margin-bottom: 24px;
}
.cid-uViMA6SUZy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uViMA6SUZy .text_widget a:hover {
  color: #80ed99 !important;
}
.cid-uViMA6SUZy .icons-menu-main {
  display: flex;
}
.cid-uViMA6SUZy .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uViMA6SUZy .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uViMA6SUZy .mbr-section-subtitle,
.cid-uViMA6SUZy .text_widget,
.cid-uViMA6SUZy .mbr-section-btn {
  text-align: center;
}
.cid-uViMA6SUZy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uViMA6SUZy .nav-link,
.cid-uViMA6SUZy .dropdown-item {
  color: #000000;
}
.cid-uViMA6SUZy .nav-link {
  position: relative;
}
.cid-uViMA6SUZy .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uViMA6SUZy .nav-link:hover:before {
  opacity: 1;
}
.cid-uViMA9JXQn {
  background-color: #ffffff;
}
.cid-uViMA9JXQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uViMA9JXQn .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-uViMA9JXQn .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uViMA9JXQn .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uViMA9JXQn .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uViMA9JXQn .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uViMA9JXQn .mbr-section-title {
  color: #E0BDB6;
}
.cid-uViMA9JXQn .mbr-text {
  color: #000000;
}
.cid-uViMA9JXQn .mbr-section-title,
.cid-uViMA9JXQn .mbr-section-btn {
  color: #091d7c;
}
.cid-uViMAb1jkw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #091d7c;
}
.cid-uViMAb1jkw .mbr-text {
  color: #ffffff;
}
.cid-uViMAb1jkw .mbr-section-subtitle {
  color: #fbfbf9;
}
.cid-uViMAb1jkw .mbr-section-title {
  color: #ffffff;
}
.cid-uViMAcBFD8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uViMAcBFD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uViMAcBFD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uViMAcBFD8 .row {
  justify-content: space-between;
}
.cid-uViMAcBFD8 .item {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-uViMAcBFD8 .item {
    padding-right: 60px;
    padding-right: 16px;
    padding-left: 60px;
  }
  .cid-uViMAcBFD8 .item:nth-child(2n) {
    padding-right: 16px;
    padding-left: 60px;
  }
  .cid-uViMAcBFD8 .item:nth-child(2n) {
    padding-right: 60px;
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uViMAcBFD8 .item {
    margin-top: 60px;
  }
}
.cid-uViMAcBFD8 .item:nth-child(2n) {
  margin-top: 134px;
}
@media (max-width: 768px) {
  .cid-uViMAcBFD8 .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uViMAcBFD8 .item .item-wrapper {
  position: relative;
}
.cid-uViMAcBFD8 .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uViMAcBFD8 .item .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uViMAcBFD8 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uViMAcBFD8 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 18px;
}
.cid-uViMAcBFD8 .mbr-section-title {
  color: #747474;
}
.cid-uViMAcBFD8 .mbr-text {
  color: #747474;
}
.cid-uViMAcBFD8 .mbr-price {
  color: #E0BDB6;
}
.cid-uViMAcBFD8 .mbr-text,
.cid-uViMAcBFD8 .mbr-section-btn {
  color: #000000;
}
.cid-uViMAqH0Uk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uViMAqH0Uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uViMAqH0Uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uViMAqH0Uk .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uViMAqH0Uk .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uViMAqH0Uk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uViMAqH0Uk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uViMAqH0Uk .mbr-section-title {
  color: #f5f8ff;
}
.cid-uViMAqH0Uk .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uViMAqH0Uk .mbr-section-title,
.cid-uViMAqH0Uk .title-wrapper,
.cid-uViMAqH0Uk .mbr-section-btn {
  text-align: center;
}
.cid-uViMAfdQvd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uViMAfdQvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uViMAfdQvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uViMAfdQvd .mbr-text {
  color: #000000;
}
.cid-uViMAfdQvd .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uViMAfdQvd .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uViMAfdQvd .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uViMAfdQvd .mbr-section-subtitle,
.cid-uViMAfdQvd .main-button {
  color: #000000;
}
.cid-uViMAfdQvd .mbr-section-title {
  color: #091d7c;
}
.cid-uVSvBPPHF8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uViMAwkKRE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #38a3a5;
}
.cid-uViMAwkKRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uViMAwkKRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uViMAwkKRE .row {
  justify-content: center;
}
.cid-uViMAwkKRE .item .item-wrapper {
  padding: 80px 101px 80px 10px;
}
.cid-uViMAwkKRE .item:nth-child(2n) .item-wrapper {
  padding: 80px 10px 80px 100px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-uViMAwkKRE .item-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uViMAwkKRE .item-wrapper .mbr-text,
.cid-uViMAwkKRE .item-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uViMAwkKRE .item-wrapper .mbr-text,
  .cid-uViMAwkKRE .item-wrapper .mbr-text_2 {
    text-align: left;
  }
}
.cid-uViMAwkKRE .mbr-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-uViMAwkKRE .mbr-text_2 {
  color: #FFFFFF;
  text-align: left;
}
.cid-uViMAyAdu7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uViMAyAdu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uViMAyAdu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uViMAyAdu7 .row {
  justify-content: center;
}
.cid-uViMAyAdu7 .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uViMAyAdu7 .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uViMAyAdu7 .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uViMAyAdu7 .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uViMAyAdu7 .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #38a3a5;
  position: relative;
  border: none;
  display: flex;
}
@media (max-width: 768px) {
  .cid-uViMAyAdu7 .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uViMAyAdu7 .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -5px;
  left: -1rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #38a3a5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uViMAyAdu7 .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uViMAyAdu7 .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uViMAyAdu7 .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uViMAyAdu7 .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uViMAyAdu7 .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uViMAyAdu7 .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uViMAyAdu7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uViMAIj119 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uViMAIj119 .item:focus,
.cid-uViMAIj119 span:focus {
  outline: none;
}
.cid-uViMAIj119 .item {
  cursor: pointer;
}
.cid-uViMAIj119 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uViMAIj119 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uViMAIj119 .grid-container-1,
.cid-uViMAIj119 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uViMAIj119 .grid-container-1,
  .cid-uViMAIj119 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uViMAIj119 .mbr-section-title {
  margin-bottom: 50px;
  color: #E0BDB6;
  text-align: center;
}
.cid-uViMAIj119 .mbr-text,
.cid-uViMAIj119 .mbr-section-btn {
  color: #000000;
}
.cid-uViMAIj119 .content-head {
  max-width: 800px;
}
.cid-uViMAIj119 .container,
.cid-uViMAIj119 .container-fluid {
  overflow: hidden;
}
.cid-uViMAIj119 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uViMAIj119 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uViMAIj119 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 390px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uViMAIj119 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uViMAIj119 .grid-item img {
    height: 160px;
  }
}
.cid-uViMAIj119 .grid-container-1,
.cid-uViMAIj119 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uViMAIj119 .grid-container-1 {
  align-items: flex-end;
}
.cid-uViMAIj119 .grid-container-2 {
  align-items: flex-start;
}
.cid-uViMAKAdFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uViMAKAdFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uViMAKAdFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uViMAKAdFk .row {
  justify-content: center;
}
.cid-uViMAKAdFk .title-wrapper {
  padding: 71px;
  background-color: #38a3a5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uViMAKAdFk .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uViMAKAdFk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uViMAKAdFk .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uViMAKAdFk .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uViMAKAdFk .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uViMAKAdFk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uViMAKAdFk .list {
  color: #747474;
}
.cid-uViMAKAdFk .list,
.cid-uViMAKAdFk .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-uViMAKAdFk .mbr-section-title,
.cid-uViMAKAdFk .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uViMAMDagt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004246;
}
.cid-uViMAMDagt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uViMAMDagt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uViMAMDagt .row {
  justify-content: space-between;
}
.cid-uViMAMDagt .mbr-section-title {
  margin: 0;
  color: #ffebe6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uViMAMDagt .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uViMAMDagt .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uViMAMDagt .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uViMAMDagt .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uViMAMDagt .list li {
  margin-bottom: 25px;
}
.cid-uViMAMDagt .list li:last-child {
  margin-bottom: 0;
}
.cid-uViMAMDagt .mbr-desc {
  margin-bottom: 8px;
}
.cid-uViMAMDagt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uViMAMDagt .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uViMAMDagt .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uViMAMDagt .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004246;
  transition: all 0.3s ease;
}
.cid-uViMAMDagt .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
.cid-uViMAMDagt .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004246;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uViMAMDagt .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uViMAMDagt .mbr-desc,
.cid-uViMAMDagt .mbr-iconfont {
  color: #ffffff;
}
.cid-uVjiO0x3ha .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uVjiO0x3ha .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVjiO0x3ha .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVjiO0x3ha .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVjiO0x3ha .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVjiO0x3ha .menu_box .navbar.opened,
  .cid-uVjiO0x3ha .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVjiO0x3ha .navbar-dropdown {
  position: relative !important;
}
.cid-uVjiO0x3ha .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVjiO0x3ha .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVjiO0x3ha ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVjiO0x3ha .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVjiO0x3ha .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVjiO0x3ha .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVjiO0x3ha li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uVjiO0x3ha .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVjiO0x3ha .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uVjiO0x3ha .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVjiO0x3ha .nav-item {
    margin: 0 !important;
  }
}
.cid-uVjiO0x3ha .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVjiO0x3ha .nav-item .nav-link:hover,
.cid-uVjiO0x3ha .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uVjiO0x3ha .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVjiO0x3ha .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVjiO0x3ha .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVjiO0x3ha .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVjiO0x3ha .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uVjiO0x3ha .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVjiO0x3ha .offcanvas_box {
    display: none;
  }
}
.cid-uVjiO0x3ha .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uVjiO0x3ha .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVjiO0x3ha .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVjiO0x3ha .container {
  display: flex;
  margin: auto;
}
.cid-uVjiO0x3ha .iconfont-wrapper {
  color: #e0bdb6;
  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-uVjiO0x3ha .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVjiO0x3ha .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uVjiO0x3ha .navbar-caption {
  color: #000000;
}
.cid-uVjiO0x3ha .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVjiO0x3ha .navbar-nav {
    margin: 0;
  }
}
.cid-uVjiO0x3ha .dropdown-menu,
.cid-uVjiO0x3ha .navbar.opened {
  background-color: false !important;
}
.cid-uVjiO0x3ha .nav-item:focus,
.cid-uVjiO0x3ha .nav-link:focus {
  outline: none;
}
.cid-uVjiO0x3ha .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVjiO0x3ha .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVjiO0x3ha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVjiO0x3ha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjiO0x3ha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVjiO0x3ha .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVjiO0x3ha .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVjiO0x3ha .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVjiO0x3ha .navbar.opened {
  transition: all 0.3s;
}
.cid-uVjiO0x3ha .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVjiO0x3ha .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uVjiO0x3ha .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVjiO0x3ha .navbar.collapsed {
  justify-content: center;
}
.cid-uVjiO0x3ha .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVjiO0x3ha .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVjiO0x3ha .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVjiO0x3ha .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVjiO0x3ha .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVjiO0x3ha .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVjiO0x3ha .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVjiO0x3ha .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uVjiO0x3ha .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVjiO0x3ha .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVjiO0x3ha .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVjiO0x3ha .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVjiO0x3ha .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVjiO0x3ha .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVjiO0x3ha .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVjiO0x3ha .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVjiO0x3ha .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVjiO0x3ha .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVjiO0x3ha .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVjiO0x3ha .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVjiO0x3ha .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVjiO0x3ha .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVjiO0x3ha .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVjiO0x3ha .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVjiO0x3ha .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-uVjiO0x3ha .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVjiO0x3ha .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVjiO0x3ha .dropdown-item.active,
.cid-uVjiO0x3ha .dropdown-item:active {
  background-color: transparent;
}
.cid-uVjiO0x3ha .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVjiO0x3ha .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVjiO0x3ha .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVjiO0x3ha .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVjiO0x3ha ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-uVjiO0x3ha .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVjiO0x3ha 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: #e9eef2;
}
.cid-uVjiO0x3ha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVjiO0x3ha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVjiO0x3ha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjiO0x3ha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjiO0x3ha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVjiO0x3ha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjiO0x3ha nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVjiO0x3ha nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVjiO0x3ha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjiO0x3ha a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVjiO0x3ha .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-uVjiO0x3ha .navbar {
    height: 70px;
  }
  .cid-uVjiO0x3ha .navbar.opened {
    height: auto;
  }
  .cid-uVjiO0x3ha .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVjiO0x3ha .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVjiO0x3ha .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVjiO0x3ha .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVjiO0x3ha .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uVjiO0x3ha .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVjiO0x3ha .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uVjiO0x3ha .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVjiO0x3ha .text_widget {
  margin-bottom: 24px;
}
.cid-uVjiO0x3ha .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVjiO0x3ha .text_widget a:hover {
  color: #80ed99 !important;
}
.cid-uVjiO0x3ha .icons-menu-main {
  display: flex;
}
.cid-uVjiO0x3ha .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uVjiO0x3ha .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uVjiO0x3ha .mbr-section-subtitle,
.cid-uVjiO0x3ha .text_widget,
.cid-uVjiO0x3ha .mbr-section-btn {
  text-align: center;
}
.cid-uVjiO0x3ha a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVjiO0x3ha .nav-link,
.cid-uVjiO0x3ha .dropdown-item {
  color: #000000;
}
.cid-uVjiO0x3ha .nav-link {
  position: relative;
}
.cid-uVjiO0x3ha .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uVjiO0x3ha .nav-link:hover:before {
  opacity: 1;
}
.cid-uVjiO2tyL6 {
  background-color: #ffffff;
}
.cid-uVjiO2tyL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjiO2tyL6 .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-uVjiO2tyL6 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uVjiO2tyL6 .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uVjiO2tyL6 .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uVjiO2tyL6 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uVjiO2tyL6 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uVjiO2tyL6 .mbr-text {
  color: #000000;
}
.cid-uVjiO2tyL6 .mbr-section-title,
.cid-uVjiO2tyL6 .mbr-section-btn {
  color: #091d7c;
}
.cid-uVjiO5C1PE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #091d7c;
}
.cid-uVjiO5C1PE .mbr-text {
  color: #ffffff;
}
.cid-uVjiO5C1PE .mbr-section-subtitle {
  color: #fbfbf9;
}
.cid-uVjiO5C1PE .mbr-section-title {
  color: #ffffff;
}
.cid-uVjiOatPwV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVjiOatPwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjiOatPwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjiOatPwV .mbr-text {
  color: #000000;
}
.cid-uVjiOatPwV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVjiOatPwV .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVjiOatPwV .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uVjiOatPwV .mbr-section-subtitle,
.cid-uVjiOatPwV .main-button {
  color: #000000;
}
.cid-uVjiOatPwV .mbr-section-title {
  color: #091d7c;
}
.cid-uVjiOcxoa1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #38a3a5;
}
.cid-uVjiOcxoa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjiOcxoa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjiOcxoa1 .row {
  justify-content: center;
}
.cid-uVjiOcxoa1 .item .item-wrapper {
  padding: 80px 101px 80px 10px;
}
.cid-uVjiOcxoa1 .item:nth-child(2n) .item-wrapper {
  padding: 80px 10px 80px 100px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-uVjiOcxoa1 .item-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uVjiOcxoa1 .item-wrapper .mbr-text,
.cid-uVjiOcxoa1 .item-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uVjiOcxoa1 .item-wrapper .mbr-text,
  .cid-uVjiOcxoa1 .item-wrapper .mbr-text_2 {
    text-align: left;
  }
}
.cid-uVjiOcxoa1 .mbr-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-uVjiOcxoa1 .mbr-text_2 {
  color: #FFFFFF;
  text-align: left;
}
.cid-uVjiOewnb7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVjiOewnb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjiOewnb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjiOewnb7 .row {
  justify-content: center;
}
.cid-uVjiOewnb7 .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uVjiOewnb7 .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVjiOewnb7 .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uVjiOewnb7 .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uVjiOewnb7 .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #38a3a5;
  position: relative;
  border: none;
  display: flex;
}
@media (max-width: 768px) {
  .cid-uVjiOewnb7 .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uVjiOewnb7 .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -5px;
  left: -1rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #38a3a5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uVjiOewnb7 .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uVjiOewnb7 .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uVjiOewnb7 .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uVjiOewnb7 .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVjiOewnb7 .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uVjiOewnb7 .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uVjiOewnb7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVjiOgKSrB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVjiOgKSrB .item:focus,
.cid-uVjiOgKSrB span:focus {
  outline: none;
}
.cid-uVjiOgKSrB .item {
  cursor: pointer;
}
.cid-uVjiOgKSrB .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uVjiOgKSrB .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uVjiOgKSrB .grid-container-1,
.cid-uVjiOgKSrB .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVjiOgKSrB .grid-container-1,
  .cid-uVjiOgKSrB .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uVjiOgKSrB .mbr-section-title {
  margin-bottom: 50px;
  color: #E0BDB6;
  text-align: center;
}
.cid-uVjiOgKSrB .mbr-text,
.cid-uVjiOgKSrB .mbr-section-btn {
  color: #000000;
}
.cid-uVjiOgKSrB .content-head {
  max-width: 800px;
}
.cid-uVjiOgKSrB .container,
.cid-uVjiOgKSrB .container-fluid {
  overflow: hidden;
}
.cid-uVjiOgKSrB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVjiOgKSrB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVjiOgKSrB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 390px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uVjiOgKSrB .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uVjiOgKSrB .grid-item img {
    height: 160px;
  }
}
.cid-uVjiOgKSrB .grid-container-1,
.cid-uVjiOgKSrB .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVjiOgKSrB .grid-container-1 {
  align-items: flex-end;
}
.cid-uVjiOgKSrB .grid-container-2 {
  align-items: flex-start;
}
.cid-uVjiOjmehC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVjiOjmehC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjiOjmehC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjiOjmehC .row {
  justify-content: center;
}
.cid-uVjiOjmehC .title-wrapper {
  padding: 71px;
  background-color: #38a3a5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uVjiOjmehC .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uVjiOjmehC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVjiOjmehC .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVjiOjmehC .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uVjiOjmehC .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVjiOjmehC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVjiOjmehC .list {
  color: #747474;
}
.cid-uVjiOjmehC .list,
.cid-uVjiOjmehC .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-uVjiOjmehC .mbr-section-title,
.cid-uVjiOjmehC .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uVjiOleF5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004246;
}
.cid-uVjiOleF5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjiOleF5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjiOleF5B .row {
  justify-content: space-between;
}
.cid-uVjiOleF5B .mbr-section-title {
  margin: 0;
  color: #ffebe6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVjiOleF5B .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVjiOleF5B .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVjiOleF5B .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uVjiOleF5B .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uVjiOleF5B .list li {
  margin-bottom: 25px;
}
.cid-uVjiOleF5B .list li:last-child {
  margin-bottom: 0;
}
.cid-uVjiOleF5B .mbr-desc {
  margin-bottom: 8px;
}
.cid-uVjiOleF5B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVjiOleF5B .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uVjiOleF5B .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uVjiOleF5B .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004246;
  transition: all 0.3s ease;
}
.cid-uVjiOleF5B .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
.cid-uVjiOleF5B .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004246;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uVjiOleF5B .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uVjiOleF5B .mbr-desc,
.cid-uVjiOleF5B .mbr-iconfont {
  color: #ffffff;
}
.cid-uVjvY3H9UY .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uVjvY3H9UY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVjvY3H9UY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVjvY3H9UY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVjvY3H9UY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVjvY3H9UY .menu_box .navbar.opened,
  .cid-uVjvY3H9UY .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVjvY3H9UY .navbar-dropdown {
  position: relative !important;
}
.cid-uVjvY3H9UY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVjvY3H9UY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVjvY3H9UY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVjvY3H9UY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVjvY3H9UY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVjvY3H9UY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVjvY3H9UY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uVjvY3H9UY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVjvY3H9UY .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uVjvY3H9UY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVjvY3H9UY .nav-item {
    margin: 0 !important;
  }
}
.cid-uVjvY3H9UY .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVjvY3H9UY .nav-item .nav-link:hover,
.cid-uVjvY3H9UY .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uVjvY3H9UY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVjvY3H9UY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVjvY3H9UY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVjvY3H9UY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVjvY3H9UY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uVjvY3H9UY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVjvY3H9UY .offcanvas_box {
    display: none;
  }
}
.cid-uVjvY3H9UY .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uVjvY3H9UY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVjvY3H9UY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVjvY3H9UY .container {
  display: flex;
  margin: auto;
}
.cid-uVjvY3H9UY .iconfont-wrapper {
  color: #e0bdb6;
  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-uVjvY3H9UY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVjvY3H9UY .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uVjvY3H9UY .navbar-caption {
  color: #000000;
}
.cid-uVjvY3H9UY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVjvY3H9UY .navbar-nav {
    margin: 0;
  }
}
.cid-uVjvY3H9UY .dropdown-menu,
.cid-uVjvY3H9UY .navbar.opened {
  background-color: false !important;
}
.cid-uVjvY3H9UY .nav-item:focus,
.cid-uVjvY3H9UY .nav-link:focus {
  outline: none;
}
.cid-uVjvY3H9UY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVjvY3H9UY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVjvY3H9UY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVjvY3H9UY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjvY3H9UY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVjvY3H9UY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVjvY3H9UY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVjvY3H9UY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVjvY3H9UY .navbar.opened {
  transition: all 0.3s;
}
.cid-uVjvY3H9UY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVjvY3H9UY .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uVjvY3H9UY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVjvY3H9UY .navbar.collapsed {
  justify-content: center;
}
.cid-uVjvY3H9UY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVjvY3H9UY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVjvY3H9UY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVjvY3H9UY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVjvY3H9UY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVjvY3H9UY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVjvY3H9UY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVjvY3H9UY .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uVjvY3H9UY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVjvY3H9UY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVjvY3H9UY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVjvY3H9UY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVjvY3H9UY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVjvY3H9UY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVjvY3H9UY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVjvY3H9UY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVjvY3H9UY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVjvY3H9UY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVjvY3H9UY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVjvY3H9UY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVjvY3H9UY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVjvY3H9UY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVjvY3H9UY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVjvY3H9UY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVjvY3H9UY .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-uVjvY3H9UY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVjvY3H9UY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVjvY3H9UY .dropdown-item.active,
.cid-uVjvY3H9UY .dropdown-item:active {
  background-color: transparent;
}
.cid-uVjvY3H9UY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVjvY3H9UY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVjvY3H9UY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVjvY3H9UY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVjvY3H9UY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-uVjvY3H9UY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVjvY3H9UY 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: #e9eef2;
}
.cid-uVjvY3H9UY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVjvY3H9UY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVjvY3H9UY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjvY3H9UY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjvY3H9UY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVjvY3H9UY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjvY3H9UY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVjvY3H9UY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVjvY3H9UY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjvY3H9UY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVjvY3H9UY .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-uVjvY3H9UY .navbar {
    height: 70px;
  }
  .cid-uVjvY3H9UY .navbar.opened {
    height: auto;
  }
  .cid-uVjvY3H9UY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVjvY3H9UY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVjvY3H9UY .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVjvY3H9UY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVjvY3H9UY .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uVjvY3H9UY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVjvY3H9UY .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uVjvY3H9UY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVjvY3H9UY .text_widget {
  margin-bottom: 24px;
}
.cid-uVjvY3H9UY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVjvY3H9UY .text_widget a:hover {
  color: #80ed99 !important;
}
.cid-uVjvY3H9UY .icons-menu-main {
  display: flex;
}
.cid-uVjvY3H9UY .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uVjvY3H9UY .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uVjvY3H9UY .mbr-section-subtitle,
.cid-uVjvY3H9UY .text_widget,
.cid-uVjvY3H9UY .mbr-section-btn {
  text-align: center;
}
.cid-uVjvY3H9UY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVjvY3H9UY .nav-link,
.cid-uVjvY3H9UY .dropdown-item {
  color: #000000;
}
.cid-uVjvY3H9UY .nav-link {
  position: relative;
}
.cid-uVjvY3H9UY .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uVjvY3H9UY .nav-link:hover:before {
  opacity: 1;
}
.cid-uVjvY934CZ {
  background-color: #ffffff;
}
.cid-uVjvY934CZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjvY934CZ .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-uVjvY934CZ .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uVjvY934CZ .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uVjvY934CZ .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uVjvY934CZ .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uVjvY934CZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-uVjvY934CZ .mbr-text {
  color: #000000;
}
.cid-uVjvY934CZ .mbr-section-title,
.cid-uVjvY934CZ .mbr-section-btn {
  color: #091d7c;
}
.cid-uVjvYouQaS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffebe6;
}
.cid-uVjvYouQaS .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVjvYouQaS .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVjvYouQaS .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uVjvYouQaS .mbr-section-maintitle {
  color: #091d7c;
}
.cid-uVjyQeT0Hw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVjyQeT0Hw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjyQeT0Hw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjyQeT0Hw .row {
  justify-content: center;
}
.cid-uVjyQeT0Hw .video-block {
  margin-bottom: 20px;
}
.cid-uVjyQeT0Hw .title-wrapper .mbr-date {
  margin-bottom: 16px;
}
.cid-uVjyQeT0Hw .title-wrapper .mbr-section-title {
  margin-bottom: 26px;
}
.cid-uVjyQeT0Hw .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVjyQeT0Hw .mbr-section-title {
  color: #E0BDB6;
}
.cid-uVjyQeT0Hw .mbr-date {
  color: #747474;
}
.cid-uVjyQeT0Hw .mbr-text {
  color: #747474;
}
.cid-uVjvYiuGAl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVjvYiuGAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjvYiuGAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjvYiuGAl .card {
  justify-content: center;
}
.cid-uVjvYiuGAl .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uVjvYiuGAl .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVjvYiuGAl .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 1440px) {
  .cid-uVjvYiuGAl .images-wrapper {
    margin-right: 0;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVjvYiuGAl .images-wrapper {
    margin-left: 0;
  }
}
.cid-uVjvYiuGAl .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-uVjvYiuGAl .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-uVjvYiuGAl .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-uVjvYiuGAl .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVjvYiuGAl .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-uVjvYiuGAl .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVjvYiuGAl .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uVjvYiuGAl .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVjvYiuGAl .content-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVjvYiuGAl .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVjvYiuGAl .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVjvYiuGAl .mbr-label {
  color: #ffffff;
}
.cid-uVjvYiuGAl .mbr-section-title {
  color: #ffffff;
}
.cid-uVjvYiuGAl .mbr-text {
  color: #ffffff;
}
.cid-uVjvYr6fqT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #38a3a5;
}
.cid-uVjvYr6fqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjvYr6fqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjvYr6fqT .row {
  justify-content: center;
}
.cid-uVjvYr6fqT .item .item-wrapper {
  padding: 80px 101px 80px 10px;
}
.cid-uVjvYr6fqT .item:nth-child(2n) .item-wrapper {
  padding: 80px 10px 80px 100px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-uVjvYr6fqT .item-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uVjvYr6fqT .item-wrapper .mbr-text,
.cid-uVjvYr6fqT .item-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uVjvYr6fqT .item-wrapper .mbr-text,
  .cid-uVjvYr6fqT .item-wrapper .mbr-text_2 {
    text-align: left;
  }
}
.cid-uVjvYr6fqT .mbr-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-uVjvYr6fqT .mbr-text_2 {
  color: #FFFFFF;
  text-align: left;
}
.cid-uVjvYtrOTR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVjvYtrOTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjvYtrOTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjvYtrOTR .row {
  justify-content: center;
}
.cid-uVjvYtrOTR .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uVjvYtrOTR .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVjvYtrOTR .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uVjvYtrOTR .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uVjvYtrOTR .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #38a3a5;
  position: relative;
  border: none;
  display: flex;
}
@media (max-width: 768px) {
  .cid-uVjvYtrOTR .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uVjvYtrOTR .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -5px;
  left: -1rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #38a3a5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uVjvYtrOTR .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uVjvYtrOTR .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uVjvYtrOTR .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uVjvYtrOTR .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVjvYtrOTR .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uVjvYtrOTR .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uVjvYtrOTR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVjvYFE6Xf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVjvYFE6Xf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjvYFE6Xf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjvYFE6Xf .row {
  justify-content: center;
}
.cid-uVjvYFE6Xf .title-wrapper {
  padding: 71px;
  background-color: #38a3a5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uVjvYFE6Xf .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uVjvYFE6Xf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVjvYFE6Xf .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVjvYFE6Xf .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uVjvYFE6Xf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVjvYFE6Xf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVjvYFE6Xf .list {
  color: #747474;
}
.cid-uVjvYFE6Xf .list,
.cid-uVjvYFE6Xf .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-uVjvYFE6Xf .mbr-section-title,
.cid-uVjvYFE6Xf .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uVjvYI09Ym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004246;
}
.cid-uVjvYI09Ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjvYI09Ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjvYI09Ym .row {
  justify-content: space-between;
}
.cid-uVjvYI09Ym .mbr-section-title {
  margin: 0;
  color: #ffebe6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVjvYI09Ym .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVjvYI09Ym .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVjvYI09Ym .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uVjvYI09Ym .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uVjvYI09Ym .list li {
  margin-bottom: 25px;
}
.cid-uVjvYI09Ym .list li:last-child {
  margin-bottom: 0;
}
.cid-uVjvYI09Ym .mbr-desc {
  margin-bottom: 8px;
}
.cid-uVjvYI09Ym .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVjvYI09Ym .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uVjvYI09Ym .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uVjvYI09Ym .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004246;
  transition: all 0.3s ease;
}
.cid-uVjvYI09Ym .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
.cid-uVjvYI09Ym .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004246;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uVjvYI09Ym .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uVjvYI09Ym .mbr-desc,
.cid-uVjvYI09Ym .mbr-iconfont {
  color: #ffffff;
}
.cid-uVjDFzb4bE .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uVjDFzb4bE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVjDFzb4bE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVjDFzb4bE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVjDFzb4bE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVjDFzb4bE .menu_box .navbar.opened,
  .cid-uVjDFzb4bE .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVjDFzb4bE .navbar-dropdown {
  position: relative !important;
}
.cid-uVjDFzb4bE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVjDFzb4bE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVjDFzb4bE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVjDFzb4bE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVjDFzb4bE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVjDFzb4bE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVjDFzb4bE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uVjDFzb4bE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVjDFzb4bE .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uVjDFzb4bE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVjDFzb4bE .nav-item {
    margin: 0 !important;
  }
}
.cid-uVjDFzb4bE .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVjDFzb4bE .nav-item .nav-link:hover,
.cid-uVjDFzb4bE .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uVjDFzb4bE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVjDFzb4bE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVjDFzb4bE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVjDFzb4bE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVjDFzb4bE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uVjDFzb4bE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVjDFzb4bE .offcanvas_box {
    display: none;
  }
}
.cid-uVjDFzb4bE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uVjDFzb4bE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVjDFzb4bE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVjDFzb4bE .container {
  display: flex;
  margin: auto;
}
.cid-uVjDFzb4bE .iconfont-wrapper {
  color: #e0bdb6;
  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-uVjDFzb4bE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVjDFzb4bE .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uVjDFzb4bE .navbar-caption {
  color: #000000;
}
.cid-uVjDFzb4bE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVjDFzb4bE .navbar-nav {
    margin: 0;
  }
}
.cid-uVjDFzb4bE .dropdown-menu,
.cid-uVjDFzb4bE .navbar.opened {
  background-color: false !important;
}
.cid-uVjDFzb4bE .nav-item:focus,
.cid-uVjDFzb4bE .nav-link:focus {
  outline: none;
}
.cid-uVjDFzb4bE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVjDFzb4bE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVjDFzb4bE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVjDFzb4bE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjDFzb4bE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVjDFzb4bE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVjDFzb4bE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVjDFzb4bE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVjDFzb4bE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVjDFzb4bE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVjDFzb4bE .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uVjDFzb4bE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVjDFzb4bE .navbar.collapsed {
  justify-content: center;
}
.cid-uVjDFzb4bE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVjDFzb4bE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVjDFzb4bE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVjDFzb4bE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVjDFzb4bE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVjDFzb4bE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVjDFzb4bE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVjDFzb4bE .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uVjDFzb4bE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVjDFzb4bE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVjDFzb4bE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVjDFzb4bE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVjDFzb4bE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVjDFzb4bE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVjDFzb4bE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVjDFzb4bE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVjDFzb4bE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVjDFzb4bE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVjDFzb4bE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVjDFzb4bE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVjDFzb4bE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVjDFzb4bE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVjDFzb4bE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVjDFzb4bE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVjDFzb4bE .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-uVjDFzb4bE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVjDFzb4bE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVjDFzb4bE .dropdown-item.active,
.cid-uVjDFzb4bE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVjDFzb4bE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVjDFzb4bE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVjDFzb4bE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVjDFzb4bE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVjDFzb4bE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-uVjDFzb4bE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVjDFzb4bE 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: #e9eef2;
}
.cid-uVjDFzb4bE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVjDFzb4bE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVjDFzb4bE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjDFzb4bE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjDFzb4bE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVjDFzb4bE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjDFzb4bE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVjDFzb4bE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVjDFzb4bE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjDFzb4bE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVjDFzb4bE .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-uVjDFzb4bE .navbar {
    height: 70px;
  }
  .cid-uVjDFzb4bE .navbar.opened {
    height: auto;
  }
  .cid-uVjDFzb4bE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVjDFzb4bE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVjDFzb4bE .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVjDFzb4bE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVjDFzb4bE .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uVjDFzb4bE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVjDFzb4bE .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uVjDFzb4bE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVjDFzb4bE .text_widget {
  margin-bottom: 24px;
}
.cid-uVjDFzb4bE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVjDFzb4bE .text_widget a:hover {
  color: #80ed99 !important;
}
.cid-uVjDFzb4bE .icons-menu-main {
  display: flex;
}
.cid-uVjDFzb4bE .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uVjDFzb4bE .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uVjDFzb4bE .mbr-section-subtitle,
.cid-uVjDFzb4bE .text_widget,
.cid-uVjDFzb4bE .mbr-section-btn {
  text-align: center;
}
.cid-uVjDFzb4bE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVjDFzb4bE .nav-link,
.cid-uVjDFzb4bE .dropdown-item {
  color: #000000;
}
.cid-uVjDFzb4bE .nav-link {
  position: relative;
}
.cid-uVjDFzb4bE .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uVjDFzb4bE .nav-link:hover:before {
  opacity: 1;
}
.cid-uVjDFBD6x5 {
  background-color: #ffffff;
}
.cid-uVjDFBD6x5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjDFBD6x5 .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-uVjDFBD6x5 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uVjDFBD6x5 .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uVjDFBD6x5 .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uVjDFBD6x5 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uVjDFBD6x5 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uVjDFBD6x5 .mbr-text {
  color: #000000;
}
.cid-uVjDFBD6x5 .mbr-section-title,
.cid-uVjDFBD6x5 .mbr-section-btn {
  color: #fb5b66;
}
.cid-uVjDFE8mor {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffebe6;
}
.cid-uVjDFE8mor .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVjDFE8mor .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVjDFE8mor .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uVjDFE8mor .mbr-section-maintitle {
  color: #091d7c;
}
.cid-uVjDFGb65w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVjDFGb65w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjDFGb65w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjDFGb65w .row {
  justify-content: center;
}
.cid-uVjDFGb65w .video-block {
  margin-bottom: 20px;
}
.cid-uVjDFGb65w .title-wrapper .mbr-date {
  margin-bottom: 16px;
}
.cid-uVjDFGb65w .title-wrapper .mbr-section-title {
  margin-bottom: 26px;
}
.cid-uVjDFGb65w .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVjDFGb65w .mbr-section-title {
  color: #E0BDB6;
}
.cid-uVjDFGb65w .mbr-date {
  color: #747474;
}
.cid-uVjDFGb65w .mbr-text {
  color: #747474;
}
.cid-uVjDFI9d2I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVjDFI9d2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjDFI9d2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjDFI9d2I .card {
  justify-content: center;
}
.cid-uVjDFI9d2I .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uVjDFI9d2I .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVjDFI9d2I .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 1440px) {
  .cid-uVjDFI9d2I .images-wrapper {
    margin-right: 0;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVjDFI9d2I .images-wrapper {
    margin-left: 0;
  }
}
.cid-uVjDFI9d2I .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-uVjDFI9d2I .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-uVjDFI9d2I .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-uVjDFI9d2I .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVjDFI9d2I .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-uVjDFI9d2I .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVjDFI9d2I .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uVjDFI9d2I .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVjDFI9d2I .content-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVjDFI9d2I .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVjDFI9d2I .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVjDFI9d2I .mbr-label {
  color: #ffffff;
}
.cid-uVjDFI9d2I .mbr-section-title {
  color: #ffffff;
}
.cid-uVjDFI9d2I .mbr-text {
  color: #ffffff;
}
.cid-uVjDFJJboN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #38a3a5;
}
.cid-uVjDFJJboN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjDFJJboN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjDFJJboN .row {
  justify-content: center;
}
.cid-uVjDFJJboN .item .item-wrapper {
  padding: 80px 101px 80px 10px;
}
.cid-uVjDFJJboN .item:nth-child(2n) .item-wrapper {
  padding: 80px 10px 80px 100px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-uVjDFJJboN .item-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uVjDFJJboN .item-wrapper .mbr-text,
.cid-uVjDFJJboN .item-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uVjDFJJboN .item-wrapper .mbr-text,
  .cid-uVjDFJJboN .item-wrapper .mbr-text_2 {
    text-align: left;
  }
}
.cid-uVjDFJJboN .mbr-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-uVjDFJJboN .mbr-text_2 {
  color: #FFFFFF;
  text-align: left;
}
.cid-uVjDFLdhyl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVjDFLdhyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjDFLdhyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjDFLdhyl .row {
  justify-content: center;
}
.cid-uVjDFLdhyl .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uVjDFLdhyl .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVjDFLdhyl .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uVjDFLdhyl .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uVjDFLdhyl .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #38a3a5;
  position: relative;
  border: none;
  display: flex;
}
@media (max-width: 768px) {
  .cid-uVjDFLdhyl .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uVjDFLdhyl .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -5px;
  left: -1rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #38a3a5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uVjDFLdhyl .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uVjDFLdhyl .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uVjDFLdhyl .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uVjDFLdhyl .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVjDFLdhyl .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uVjDFLdhyl .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uVjDFLdhyl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVjDFNFtMG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVjDFNFtMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjDFNFtMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjDFNFtMG .row {
  justify-content: center;
}
.cid-uVjDFNFtMG .title-wrapper {
  padding: 71px;
  background-color: #38a3a5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uVjDFNFtMG .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uVjDFNFtMG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVjDFNFtMG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVjDFNFtMG .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uVjDFNFtMG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVjDFNFtMG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVjDFNFtMG .list {
  color: #747474;
}
.cid-uVjDFNFtMG .list,
.cid-uVjDFNFtMG .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-uVjDFNFtMG .mbr-section-title,
.cid-uVjDFNFtMG .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uVjDFPxCWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004246;
}
.cid-uVjDFPxCWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVjDFPxCWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVjDFPxCWZ .row {
  justify-content: space-between;
}
.cid-uVjDFPxCWZ .mbr-section-title {
  margin: 0;
  color: #ffebe6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVjDFPxCWZ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVjDFPxCWZ .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVjDFPxCWZ .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uVjDFPxCWZ .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uVjDFPxCWZ .list li {
  margin-bottom: 25px;
}
.cid-uVjDFPxCWZ .list li:last-child {
  margin-bottom: 0;
}
.cid-uVjDFPxCWZ .mbr-desc {
  margin-bottom: 8px;
}
.cid-uVjDFPxCWZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVjDFPxCWZ .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uVjDFPxCWZ .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uVjDFPxCWZ .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004246;
  transition: all 0.3s ease;
}
.cid-uVjDFPxCWZ .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
.cid-uVjDFPxCWZ .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004246;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uVjDFPxCWZ .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uVjDFPxCWZ .mbr-desc,
.cid-uVjDFPxCWZ .mbr-iconfont {
  color: #ffffff;
}
.cid-v0SOtWo9b9 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v0SOtWo9b9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v0SOtWo9b9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0SOtWo9b9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0SOtWo9b9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v0SOtWo9b9 .menu_box .navbar.opened,
  .cid-v0SOtWo9b9 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v0SOtWo9b9 .navbar-dropdown {
  position: relative !important;
}
.cid-v0SOtWo9b9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v0SOtWo9b9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v0SOtWo9b9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v0SOtWo9b9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v0SOtWo9b9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v0SOtWo9b9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v0SOtWo9b9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-v0SOtWo9b9 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v0SOtWo9b9 .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-v0SOtWo9b9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v0SOtWo9b9 .nav-item {
    margin: 0 !important;
  }
}
.cid-v0SOtWo9b9 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0SOtWo9b9 .nav-item .nav-link:hover,
.cid-v0SOtWo9b9 .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-v0SOtWo9b9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v0SOtWo9b9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v0SOtWo9b9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v0SOtWo9b9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v0SOtWo9b9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-v0SOtWo9b9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v0SOtWo9b9 .offcanvas_box {
    display: none;
  }
}
.cid-v0SOtWo9b9 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v0SOtWo9b9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v0SOtWo9b9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v0SOtWo9b9 .container {
  display: flex;
  margin: auto;
}
.cid-v0SOtWo9b9 .iconfont-wrapper {
  color: #e0bdb6;
  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-v0SOtWo9b9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v0SOtWo9b9 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-v0SOtWo9b9 .navbar-caption {
  color: #000000;
}
.cid-v0SOtWo9b9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v0SOtWo9b9 .navbar-nav {
    margin: 0;
  }
}
.cid-v0SOtWo9b9 .dropdown-menu,
.cid-v0SOtWo9b9 .navbar.opened {
  background-color: false !important;
}
.cid-v0SOtWo9b9 .nav-item:focus,
.cid-v0SOtWo9b9 .nav-link:focus {
  outline: none;
}
.cid-v0SOtWo9b9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0SOtWo9b9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0SOtWo9b9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0SOtWo9b9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0SOtWo9b9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0SOtWo9b9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0SOtWo9b9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v0SOtWo9b9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v0SOtWo9b9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0SOtWo9b9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v0SOtWo9b9 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-v0SOtWo9b9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0SOtWo9b9 .navbar.collapsed {
  justify-content: center;
}
.cid-v0SOtWo9b9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0SOtWo9b9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0SOtWo9b9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0SOtWo9b9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0SOtWo9b9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0SOtWo9b9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v0SOtWo9b9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0SOtWo9b9 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-v0SOtWo9b9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v0SOtWo9b9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0SOtWo9b9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0SOtWo9b9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v0SOtWo9b9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0SOtWo9b9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v0SOtWo9b9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0SOtWo9b9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v0SOtWo9b9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v0SOtWo9b9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v0SOtWo9b9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v0SOtWo9b9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0SOtWo9b9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v0SOtWo9b9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0SOtWo9b9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0SOtWo9b9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0SOtWo9b9 .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-v0SOtWo9b9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0SOtWo9b9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0SOtWo9b9 .dropdown-item.active,
.cid-v0SOtWo9b9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0SOtWo9b9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0SOtWo9b9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0SOtWo9b9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0SOtWo9b9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0SOtWo9b9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-v0SOtWo9b9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0SOtWo9b9 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: #e9eef2;
}
.cid-v0SOtWo9b9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0SOtWo9b9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0SOtWo9b9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0SOtWo9b9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0SOtWo9b9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0SOtWo9b9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0SOtWo9b9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0SOtWo9b9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0SOtWo9b9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0SOtWo9b9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v0SOtWo9b9 .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-v0SOtWo9b9 .navbar {
    height: 70px;
  }
  .cid-v0SOtWo9b9 .navbar.opened {
    height: auto;
  }
  .cid-v0SOtWo9b9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0SOtWo9b9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v0SOtWo9b9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v0SOtWo9b9 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v0SOtWo9b9 .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-v0SOtWo9b9 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v0SOtWo9b9 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v0SOtWo9b9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v0SOtWo9b9 .text_widget {
  margin-bottom: 24px;
}
.cid-v0SOtWo9b9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v0SOtWo9b9 .text_widget a:hover {
  color: #80ed99 !important;
}
.cid-v0SOtWo9b9 .icons-menu-main {
  display: flex;
}
.cid-v0SOtWo9b9 .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-v0SOtWo9b9 .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-v0SOtWo9b9 .mbr-section-subtitle,
.cid-v0SOtWo9b9 .text_widget,
.cid-v0SOtWo9b9 .mbr-section-btn {
  text-align: center;
}
.cid-v0SOtWo9b9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v0SOtWo9b9 .nav-link,
.cid-v0SOtWo9b9 .dropdown-item {
  color: #000000;
}
.cid-v0SOtWo9b9 .nav-link {
  position: relative;
}
.cid-v0SOtWo9b9 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-v0SOtWo9b9 .nav-link:hover:before {
  opacity: 1;
}
.cid-v0SOtXDkFM {
  background-color: #ffffff;
}
.cid-v0SOtXDkFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0SOtXDkFM .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-v0SOtXDkFM .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v0SOtXDkFM .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-v0SOtXDkFM .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-v0SOtXDkFM .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-v0SOtXDkFM .mbr-section-title {
  color: #E0BDB6;
}
.cid-v0SOtXDkFM .mbr-text {
  color: #000000;
}
.cid-v0SOtXDkFM .mbr-section-title,
.cid-v0SOtXDkFM .mbr-section-btn {
  color: #091d7c;
}
.cid-v0SOtZ14Az {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #091d7c;
}
.cid-v0SOtZ14Az .mbr-text {
  color: #ffffff;
}
.cid-v0SOtZ14Az .mbr-section-subtitle {
  color: #fbfbf9;
}
.cid-v0SOtZ14Az .mbr-section-title {
  color: #ffffff;
}
.cid-v0SPRXi6Y8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0SPRXi6Y8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0SPRXi6Y8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v0SPRXi6Y8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v0SPRXi6Y8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0SPRXi6Y8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v0SPRXi6Y8 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0SPRXi6Y8 .carousel-control,
.cid-v0SPRXi6Y8 .close {
  background: #1b1b1b;
}
.cid-v0SPRXi6Y8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0SPRXi6Y8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0SPRXi6Y8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0SPRXi6Y8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0SPRXi6Y8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0SPRXi6Y8 .close::before {
  content: '\e91a';
}
.cid-v0SPRXi6Y8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0SPRXi6Y8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0SPRXi6Y8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0SPRXi6Y8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0SPRXi6Y8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0SPRXi6Y8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0SPRXi6Y8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0SPRXi6Y8 .carousel-indicators li.active,
.cid-v0SPRXi6Y8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0SPRXi6Y8 .carousel-indicators li::after,
.cid-v0SPRXi6Y8 .carousel-indicators li::before {
  content: none;
}
.cid-v0SPRXi6Y8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0SPRXi6Y8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0SPRXi6Y8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0SPRXi6Y8 .carousel-indicators {
    display: none;
  }
}
.cid-v0SPRXi6Y8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0SPRXi6Y8 .carousel-inner > .active {
  display: block;
}
.cid-v0SPRXi6Y8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0SPRXi6Y8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0SPRXi6Y8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0SPRXi6Y8 .carousel-control,
  .cid-v0SPRXi6Y8 .carousel-indicators,
  .cid-v0SPRXi6Y8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0SPRXi6Y8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0SPRXi6Y8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0SPRXi6Y8 .carousel-indicators .active,
.cid-v0SPRXi6Y8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0SPRXi6Y8 .carousel-indicators .active {
  background: #fff;
}
.cid-v0SPRXi6Y8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0SPRXi6Y8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0SPRXi6Y8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0SPRXi6Y8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0SPRXi6Y8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0SPRXi6Y8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0SPRXi6Y8 .carousel {
  width: 100%;
}
.cid-v0SPRXi6Y8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0SPRXi6Y8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0SPRXi6Y8 .modal.fade .modal-dialog,
.cid-v0SPRXi6Y8 .modal.in .modal-dialog {
  transform: none;
}
.cid-v0SPRXi6Y8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0SPRXi6Y8 .content-head {
  max-width: 800px;
}
.cid-v0SSuN0iVZ {
  background-color: #ffffff;
}
.cid-v0SSuN0iVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0SSuN0iVZ .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-v0SSuN0iVZ .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v0SSuN0iVZ .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-v0SSuN0iVZ .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-v0SSuN0iVZ .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-v0SSuN0iVZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-v0SSuN0iVZ .mbr-text {
  color: #000000;
}
.cid-v0SSuN0iVZ .mbr-section-title,
.cid-v0SSuN0iVZ .mbr-section-btn {
  color: #091d7c;
}
.cid-v0SOu2dPRR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0SOu2dPRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0SOu2dPRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0SOu2dPRR .row {
  justify-content: center;
}
.cid-v0SOu2dPRR .title-wrapper {
  padding: 71px;
  background-color: #38a3a5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-v0SOu2dPRR .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-v0SOu2dPRR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0SOu2dPRR .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0SOu2dPRR .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-v0SOu2dPRR .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0SOu2dPRR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0SOu2dPRR .list {
  color: #747474;
}
.cid-v0SOu2dPRR .list,
.cid-v0SOu2dPRR .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-v0SOu2dPRR .mbr-section-title,
.cid-v0SOu2dPRR .mbr-iconfont {
  color: #FFFFFF;
}
.cid-v0SOu3CiVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004246;
}
.cid-v0SOu3CiVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0SOu3CiVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0SOu3CiVu .row {
  justify-content: space-between;
}
.cid-v0SOu3CiVu .mbr-section-title {
  margin: 0;
  color: #ffebe6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0SOu3CiVu .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v0SOu3CiVu .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0SOu3CiVu .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-v0SOu3CiVu .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-v0SOu3CiVu .list li {
  margin-bottom: 25px;
}
.cid-v0SOu3CiVu .list li:last-child {
  margin-bottom: 0;
}
.cid-v0SOu3CiVu .mbr-desc {
  margin-bottom: 8px;
}
.cid-v0SOu3CiVu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0SOu3CiVu .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-v0SOu3CiVu .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-v0SOu3CiVu .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004246;
  transition: all 0.3s ease;
}
.cid-v0SOu3CiVu .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
.cid-v0SOu3CiVu .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004246;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-v0SOu3CiVu .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-v0SOu3CiVu .mbr-desc,
.cid-v0SOu3CiVu .mbr-iconfont {
  color: #ffffff;
}
