.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Kanit', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #0c2c68 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffa600 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #0c2c68 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #996400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01050d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #0c2c68;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa600 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uKhUiTxSQB {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uKhUiTxSQB {
    align-items: center;
  }
  .cid-uKhUiTxSQB .row {
    justify-content: flex-start;
  }
  .cid-uKhUiTxSQB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKhUiTxSQB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKhUiTxSQB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKhUiTxSQB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKhUiTxSQB .content-wrap {
    width: 100%;
  }
}
.cid-uKhUiTxSQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhUiTxSQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKhUiTxSQB .mbr-section-title,
.cid-uKhUiTxSQB .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uKhUiTxSQB .mbr-text,
.cid-uKhUiTxSQB .mbr-section-btn {
  text-align: left;
}
.cid-uKhUiTxSQB .mbr-section-title {
  color: #ffffff;
}
.cid-uKhUiTxSQB .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uKhXjWOo9E .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uKhXjWOo9E .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKhXjWOo9E a {
  font-style: normal;
}
.cid-uKhXjWOo9E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKhXjWOo9E .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKhXjWOo9E .nav-item:focus,
.cid-uKhXjWOo9E .nav-link:focus {
  outline: none;
}
.cid-uKhXjWOo9E .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKhXjWOo9E .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKhXjWOo9E .menu-logo {
  margin-right: auto;
}
.cid-uKhXjWOo9E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKhXjWOo9E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKhXjWOo9E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKhXjWOo9E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKhXjWOo9E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKhXjWOo9E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKhXjWOo9E .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKhXjWOo9E .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKhXjWOo9E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKhXjWOo9E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKhXjWOo9E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKhXjWOo9E .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKhXjWOo9E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKhXjWOo9E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKhXjWOo9E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKhXjWOo9E .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKhXjWOo9E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKhXjWOo9E .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKhXjWOo9E .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKhXjWOo9E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKhXjWOo9E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKhXjWOo9E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKhXjWOo9E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKhXjWOo9E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKhXjWOo9E button.navbar-toggler:focus {
  outline: none;
}
.cid-uKhXjWOo9E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-uKhXjWOo9E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKhXjWOo9E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKhXjWOo9E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKhXjWOo9E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKhXjWOo9E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKhXjWOo9E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKhXjWOo9E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKhXjWOo9E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKhXjWOo9E .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKhXjWOo9E .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKhXjWOo9E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKhXjWOo9E .collapsed .navbar-collapse.collapsing,
.cid-uKhXjWOo9E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKhXjWOo9E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKhXjWOo9E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKhXjWOo9E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKhXjWOo9E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKhXjWOo9E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKhXjWOo9E .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKhXjWOo9E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKhXjWOo9E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKhXjWOo9E .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKhXjWOo9E .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKhXjWOo9E .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKhXjWOo9E .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKhXjWOo9E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKhXjWOo9E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKhXjWOo9E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKhXjWOo9E .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKhXjWOo9E .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKhXjWOo9E img {
    height: 3.8rem !important;
  }
  .cid-uKhXjWOo9E .btn {
    display: -webkit-flex;
  }
  .cid-uKhXjWOo9E button.navbar-toggler {
    display: block;
  }
  .cid-uKhXjWOo9E .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKhXjWOo9E .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKhXjWOo9E .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKhXjWOo9E .navbar-collapse.collapsing,
  .cid-uKhXjWOo9E .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKhXjWOo9E .navbar-collapse.collapsing .navbar-nav,
  .cid-uKhXjWOo9E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKhXjWOo9E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKhXjWOo9E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKhXjWOo9E .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKhXjWOo9E .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKhXjWOo9E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKhXjWOo9E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKhXjWOo9E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKhXjWOo9E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKhXjWOo9E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKhXjWOo9E .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKhXjWOo9E .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKhXjWOo9E .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKhXjWOo9E .nav-link:hover,
.cid-uKhXjWOo9E .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uKhXgfp1K5 {
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-uKhXgfp1K5 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uKhXgfp1K5 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uKhXgfp1K5 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uKhXgfp1K5 H3 {
  text-align: right;
  color: #0087ab;
}
.cid-uKhXgfp1K5 .mbr-text,
.cid-uKhXgfp1K5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKiosrMdZS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKiosrMdZS .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uKiosrMdZS .mbr-section-subtitle {
  text-align: center;
  color: #ed6031;
}
.cid-uKi5JWuRZw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKi5JWuRZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKi5JWuRZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKi5JWuRZw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKi5JWuRZw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKi5JWuRZw .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKi5JWuRZw .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKi5JWuRZw .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uKi5JWuRZw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uKi5JWuRZw .btn-wrapper {
  margin-top: -2%;
}
.cid-uKi5JWuRZw .mbr-section-title {
  color: #000000;
}
.cid-uKi5JWuRZw .item-title {
  color: #000000;
}
.cid-uKi5JWuRZw .item-text {
  color: #000000;
}
.cid-uKi6i9KQ9M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-uKi6i9KQ9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKi6i9KQ9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uKi6i9KQ9M .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uKi6i9KQ9M .row {
    margin: 0;
  }
}
.cid-uKi6i9KQ9M .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKi6i9KQ9M .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uKi6i9KQ9M .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKi6i9KQ9M .content-wrapper {
    padding: 24px;
  }
}
.cid-uKi6i9KQ9M .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uKi6i9KQ9M .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uKi6i9KQ9M .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKi6i9KQ9M .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uKi6i9KQ9M .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uKi6i9KQ9M .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uKi6i9KQ9M .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uKi6i9KQ9M .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uKi6i9KQ9M .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uKi6i9KQ9M .items .item {
    padding: 24px;
  }
}
.cid-uKi6i9KQ9M .items .item:last-child {
  border: none;
}
.cid-uKi6i9KQ9M .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uKi6i9KQ9M .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uKi6i9KQ9M .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uKi6i9KQ9M .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uKi6i9KQ9M .mbr-section-title {
  color: #F9F6E0;
}
.cid-uKi6i9KQ9M .mbr-text {
  color: #f7f7f7;
  text-align: right;
}
.cid-uKi6i9KQ9M .card-title {
  color: #F9F6E0;
}
.cid-uKi6i9KQ9M .card-number {
  color: #E0B548;
}
.cid-uKi6i9KQ9M .card-text {
  color: #edefeb;
}
.cid-uKi6i9KQ9M .mbr-section-title,
.cid-uKi6i9KQ9M .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uKi6i9KQ9M .card-title,
.cid-uKi6i9KQ9M .title-wrapper {
  color: #ffffff;
}
.cid-uKi6i9KQ9M .card-number,
.cid-uKi6i9KQ9M .title-wrapper {
  color: #a6a99c;
}
.cid-uKrYcLkMQj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKrYcLkMQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrYcLkMQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrYcLkMQj .row {
  flex-direction: row-reverse;
}
.cid-uKrYcLkMQj .mbr-description {
  text-align: left;
}
.cid-uKnHIoJfZg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-uKnHIoJfZg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-uKnHIoJfZg .main-sub-title {
  background: #6ec7f2;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uKnHIoJfZg .panel-group {
  border: none;
}
.cid-uKnHIoJfZg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKnHIoJfZg .panel-body {
  padding: 1rem 2rem;
}
.cid-uKnHIoJfZg .header-wrapper {
  position: relative;
}
.cid-uKnHIoJfZg .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uKnHIoJfZg span {
  transition: all 0.3s;
  color: #edefeb !important;
}
.cid-uKnHIoJfZg .card {
  overflow: visible;
}
.cid-uKnHIoJfZg .card:hover .card-header {
  border-color: #edefeb;
}
.cid-uKnHIoJfZg .card:hover .hover-bg {
  background: #808080;
  right: -8px;
  top: 8px;
}
.cid-uKnHIoJfZg .card:hover span {
  transform: rotate(-90deg);
}
.cid-uKnHIoJfZg .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #000000;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uKnHIoJfZg .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uKnHIoJfZg .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uKnHIoJfZg H4 {
  color: #777d74;
}
.cid-uKnHIoJfZg .panel-title-edit {
  color: #ffffff;
}
.cid-uKnHIoJfZg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKnHIoJfZg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKnHIoJfZg .main-sub-title,
.cid-uKnHIoJfZg .align-wrapper {
  color: #33358c;
  text-align: center;
}
.cid-uKnHIoJfZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnHIoJfZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnHIoJfZg .panel-text {
  color: #ffffff;
}
.cid-uKioeUl6BZ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKioeUl6BZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKioeUl6BZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLBo0E3c1e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLBo0E3c1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLBo0E3c1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLBo0E3c1e .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLBo0E3c1e .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLBo0E3c1e .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-uLBo0E3c1e .content-head {
  max-width: 800px;
}
.cid-uL5D2fR95h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uL5D2fR95h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5D2fR95h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5D2fR95h .content-wrapper {
  justify-content: flex-end;
}
.cid-uL5D2fR95h .card {
  justify-content: center;
}
.cid-uL5D2fR95h .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uL5D2fR95h .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uL5D2fR95h .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uL5D2fR95h .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL5D2fR95h .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uL5D2fR95h .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL5D2fR95h .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL5D2fR95h .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uL5D2fR95h .mbr-section-btn .btn::after,
.cid-uL5D2fR95h .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uL5D2fR95h .mbr-section-btn .btn:hover,
.cid-uL5D2fR95h .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL5D2fR95h .mbr-section-btn .btn:hover::after,
.cid-uL5D2fR95h .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uL5D2fR95h .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .cid-uL5D2fR95h .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uL5D2fR95h .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uL5D2fR95h .form-wrapper {
    padding: 20px;
  }
}
.cid-uL5D2fR95h .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL5D2fR95h .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uL5D2fR95h .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uL5D2fR95h .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
}
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uL5D2fR95h .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uL5D2fR95h .mbr-section-title {
  color: #ffffff;
}
.cid-uL5D2fR95h .mbr-tag {
  color: #adadad;
}
.cid-uL5D2fR95h .mbr-text {
  color: #ffffff;
}
.cid-uL5D2fR95h .mbr-title {
  color: #000000;
}
.cid-uL5D2fR95h .form-text {
  color: #c7c7c7;
}
.cid-uL5D2fR95h label {
  color: #121212;
}
.cid-uL5D2fR95h LABEL {
  color: #808080;
}
.cid-uKixfITaGY {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uKixfITaGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKixfITaGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKixfITaGY .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uKixfITaGY .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uKixfITaGY .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uKixfITaGY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uKixfITaGY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uKixfITaGY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uKixfITaGY .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uKixfITaGY .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uKixfITaGY .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uKixfITaGY .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uKixfITaGY .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uKixfITaGY .list-box {
  width: 100%;
}
.cid-uKixfITaGY .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uKixfITaGY .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uKixfITaGY .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uKixfITaGY .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uKixfITaGY .list a:hover:before {
  background-position: left !important;
}
.cid-uKixfITaGY .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uKixfITaGY .news-item {
  width: 100%;
}
.cid-uKixfITaGY .news-text {
  margin-bottom: 3px;
  color: #f7f7f7;
}
.cid-uKixfITaGY .news-title {
  color: #303030;
}
.cid-uKixfITaGY .copyright {
  margin-top: 20px;
  color: #f7f7f7;
}
.cid-uKtGmtWbO9 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uKtGmtWbO9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKtGmtWbO9 a {
  font-style: normal;
}
.cid-uKtGmtWbO9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKtGmtWbO9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKtGmtWbO9 .nav-item:focus,
.cid-uKtGmtWbO9 .nav-link:focus {
  outline: none;
}
.cid-uKtGmtWbO9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKtGmtWbO9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKtGmtWbO9 .menu-logo {
  margin-right: auto;
}
.cid-uKtGmtWbO9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKtGmtWbO9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKtGmtWbO9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKtGmtWbO9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKtGmtWbO9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKtGmtWbO9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKtGmtWbO9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKtGmtWbO9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKtGmtWbO9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKtGmtWbO9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKtGmtWbO9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKtGmtWbO9 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKtGmtWbO9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKtGmtWbO9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKtGmtWbO9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKtGmtWbO9 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKtGmtWbO9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKtGmtWbO9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKtGmtWbO9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKtGmtWbO9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKtGmtWbO9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKtGmtWbO9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKtGmtWbO9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKtGmtWbO9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKtGmtWbO9 button.navbar-toggler:focus {
  outline: none;
}
.cid-uKtGmtWbO9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-uKtGmtWbO9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtGmtWbO9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtGmtWbO9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtGmtWbO9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtGmtWbO9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtGmtWbO9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtGmtWbO9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtGmtWbO9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtGmtWbO9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKtGmtWbO9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKtGmtWbO9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKtGmtWbO9 .collapsed .navbar-collapse.collapsing,
.cid-uKtGmtWbO9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKtGmtWbO9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKtGmtWbO9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKtGmtWbO9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKtGmtWbO9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKtGmtWbO9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKtGmtWbO9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKtGmtWbO9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKtGmtWbO9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKtGmtWbO9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKtGmtWbO9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKtGmtWbO9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKtGmtWbO9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKtGmtWbO9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKtGmtWbO9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKtGmtWbO9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKtGmtWbO9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKtGmtWbO9 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKtGmtWbO9 img {
    height: 3.8rem !important;
  }
  .cid-uKtGmtWbO9 .btn {
    display: -webkit-flex;
  }
  .cid-uKtGmtWbO9 button.navbar-toggler {
    display: block;
  }
  .cid-uKtGmtWbO9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKtGmtWbO9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKtGmtWbO9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKtGmtWbO9 .navbar-collapse.collapsing,
  .cid-uKtGmtWbO9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKtGmtWbO9 .navbar-collapse.collapsing .navbar-nav,
  .cid-uKtGmtWbO9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKtGmtWbO9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKtGmtWbO9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKtGmtWbO9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKtGmtWbO9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKtGmtWbO9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKtGmtWbO9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKtGmtWbO9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKtGmtWbO9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKtGmtWbO9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKtGmtWbO9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKtGmtWbO9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKtGmtWbO9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKtGmtWbO9 .nav-link:hover,
.cid-uKtGmtWbO9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uKtGmufnsK {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uKtGmufnsK .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uKtGmufnsK .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uKtGmufnsK .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uKtGmufnsK H3 {
  text-align: right;
  color: #0087ab;
}
.cid-uKtGmufnsK .mbr-text,
.cid-uKtGmufnsK .mbr-section-btn {
  color: #ffffff;
}
.cid-uKtGmvDygw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKtGmvDygw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtGmvDygw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtOjXdltD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtOjXdltD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtOjXdltD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtOjXdltD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKtOjXdltD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKtOjXdltD .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uKtOjXdltD .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uKtOjXdltD .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uKtOjXdltD .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uKtOjXdltD .btn-wrapper {
  margin-top: -2%;
}
.cid-uKtOjXdltD .mbr-section-title {
  color: #000000;
}
.cid-uKtOjXdltD .item-title {
  color: #000000;
}
.cid-uKtOjXdltD .item-text {
  color: #000000;
}
.cid-uKupleEnJF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uKupleEnJF .progress {
  width: 100%;
}
.cid-uKupleEnJF .mbr-flex {
  display: flex;
}
.cid-uKupleEnJF img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-uKupleEnJF img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-uKupleEnJF .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uKupleEnJF progress {
  height: 4px;
}
.cid-uKupleEnJF .mbr-section-subtitle {
  color: #000000;
}
.cid-uKupleEnJF .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uKupleEnJF .progress_value {
  position: relative;
}
.cid-uKupleEnJF .progress_elements {
  margin: 0 auto;
}
.cid-uKupleEnJF .progress-border {
  border-bottom: 2px solid #42424c;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uKupleEnJF .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uKupleEnJF .progress1 .progressbar-number:before,
.cid-uKupleEnJF .progress2 .progressbar-number:before,
.cid-uKupleEnJF .progress3 .progressbar-number:before,
.cid-uKupleEnJF .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uKupleEnJF progress[value]::-webkit-progress-bar {
  background: transparent;
}
.cid-uKupleEnJF .progress1 progress::-webkit-progress-value {
  background: #ffa600;
}
.cid-uKupleEnJF .progress2 progress::-webkit-progress-value {
  background: #ffa600;
}
.cid-uKupleEnJF .progress3 progress::-webkit-progress-value {
  background: #ffa600;
}
.cid-uKupleEnJF .progress4 progress::-webkit-progress-value {
  background: #ffa600;
}
.cid-uKupleEnJF .progress1 .progressbar-number:before {
  content: '86';
}
.cid-uKupleEnJF .progress2 .progressbar-number:before {
  content: '93';
}
.cid-uKupleEnJF .progress3 .progressbar-number:before {
  content: '19';
}
.cid-uKupleEnJF .progress4 .progressbar-number:before {
  content: '53';
}
.cid-uKupleEnJF .progress-primary {
  background: transparent;
  border: none;
  outline: none;
}
.cid-uKupleEnJF .progress-primary::-webkit-progress-bar {
  background: transparent;
}
.cid-uKupleEnJF .progress_value span {
  padding-left: 30px;
}
.cid-uKupleEnJF .mbr-section-title {
  color: #1c1c25;
}
.cid-uKupleEnJF .progressbar-title p,
.cid-uKupleEnJF .progress_value {
  color: #1c1c25;
}
.cid-uKupleEnJF p {
  margin-bottom: 0.5rem;
}
.cid-uKupleEnJF .main-sub-title,
.cid-uKupleEnJF .align-wrapper {
  color: #33358c;
}
.cid-uKupleEnJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKupleEnJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtRD58lkP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uKtRD58lkP .progress {
  width: 100%;
}
.cid-uKtRD58lkP .mbr-flex {
  display: flex;
}
.cid-uKtRD58lkP img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-uKtRD58lkP img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-uKtRD58lkP .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uKtRD58lkP progress {
  height: 4px;
}
.cid-uKtRD58lkP .mbr-section-subtitle {
  color: #000000;
}
.cid-uKtRD58lkP .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uKtRD58lkP .progress_value {
  position: relative;
}
.cid-uKtRD58lkP .progress_elements {
  margin: 0 auto;
}
.cid-uKtRD58lkP .progress-border {
  border-bottom: 2px solid #42424c;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uKtRD58lkP .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uKtRD58lkP .progress1 .progressbar-number:before,
.cid-uKtRD58lkP .progress2 .progressbar-number:before,
.cid-uKtRD58lkP .progress3 .progressbar-number:before,
.cid-uKtRD58lkP .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uKtRD58lkP progress[value]::-webkit-progress-bar {
  background: transparent;
}
.cid-uKtRD58lkP .progress1 progress::-webkit-progress-value {
  background: #ffa600;
}
.cid-uKtRD58lkP .progress2 progress::-webkit-progress-value {
  background: #ffa600;
}
.cid-uKtRD58lkP .progress3 progress::-webkit-progress-value {
  background: #ffa600;
}
.cid-uKtRD58lkP .progress4 progress::-webkit-progress-value {
  background: #ffa600;
}
.cid-uKtRD58lkP .progress1 .progressbar-number:before {
  content: '9';
}
.cid-uKtRD58lkP .progress2 .progressbar-number:before {
  content: '72';
}
.cid-uKtRD58lkP .progress3 .progressbar-number:before {
  content: '19';
}
.cid-uKtRD58lkP .progress4 .progressbar-number:before {
  content: '53';
}
.cid-uKtRD58lkP .progress-primary {
  background: transparent;
  border: none;
  outline: none;
}
.cid-uKtRD58lkP .progress-primary::-webkit-progress-bar {
  background: transparent;
}
.cid-uKtRD58lkP .progress_value span {
  padding-left: 30px;
}
.cid-uKtRD58lkP .mbr-section-title {
  color: #1c1c25;
}
.cid-uKtRD58lkP .progressbar-title p,
.cid-uKtRD58lkP .progress_value {
  color: #1c1c25;
}
.cid-uKtRD58lkP p {
  margin-bottom: 0.5rem;
}
.cid-uKtRD58lkP .main-sub-title,
.cid-uKtRD58lkP .align-wrapper {
  color: #33358c;
}
.cid-uKtRD58lkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtRD58lkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2OldiL3C {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL2OldiL3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2OldiL3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6ehzpnnA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uL6ehzpnnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6ehzpnnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6ehzpnnA .content-wrapper {
  justify-content: flex-end;
}
.cid-uL6ehzpnnA .card {
  justify-content: center;
}
.cid-uL6ehzpnnA .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uL6ehzpnnA .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uL6ehzpnnA .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uL6ehzpnnA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL6ehzpnnA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uL6ehzpnnA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL6ehzpnnA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL6ehzpnnA .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uL6ehzpnnA .mbr-section-btn .btn::after,
.cid-uL6ehzpnnA .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uL6ehzpnnA .mbr-section-btn .btn:hover,
.cid-uL6ehzpnnA .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL6ehzpnnA .mbr-section-btn .btn:hover::after,
.cid-uL6ehzpnnA .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uL6ehzpnnA .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .cid-uL6ehzpnnA .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uL6ehzpnnA .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uL6ehzpnnA .form-wrapper {
    padding: 20px;
  }
}
.cid-uL6ehzpnnA .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL6ehzpnnA .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uL6ehzpnnA .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uL6ehzpnnA .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
}
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uL6ehzpnnA .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uL6ehzpnnA .mbr-section-title {
  color: #ffffff;
}
.cid-uL6ehzpnnA .mbr-tag {
  color: #adadad;
}
.cid-uL6ehzpnnA .mbr-text {
  color: #ffffff;
}
.cid-uL6ehzpnnA .mbr-title {
  color: #000000;
}
.cid-uL6ehzpnnA .form-text {
  color: #c7c7c7;
}
.cid-uL6ehzpnnA label {
  color: #121212;
}
.cid-uL6ehzpnnA LABEL {
  color: #808080;
}
.cid-uKtGmwtASQ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uKtGmwtASQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtGmwtASQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtGmwtASQ .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uKtGmwtASQ .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uKtGmwtASQ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uKtGmwtASQ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uKtGmwtASQ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uKtGmwtASQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uKtGmwtASQ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uKtGmwtASQ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uKtGmwtASQ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uKtGmwtASQ .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uKtGmwtASQ .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uKtGmwtASQ .list-box {
  width: 100%;
}
.cid-uKtGmwtASQ .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uKtGmwtASQ .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uKtGmwtASQ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uKtGmwtASQ .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uKtGmwtASQ .list a:hover:before {
  background-position: left !important;
}
.cid-uKtGmwtASQ .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uKtGmwtASQ .news-item {
  width: 100%;
}
.cid-uKtGmwtASQ .news-text {
  margin-bottom: 3px;
  color: #f7f7f7;
}
.cid-uKtGmwtASQ .news-title {
  color: #303030;
}
.cid-uKtGmwtASQ .copyright {
  margin-top: 20px;
  color: #f7f7f7;
}
.cid-uL2ws1JXmI .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uL2ws1JXmI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uL2ws1JXmI a {
  font-style: normal;
}
.cid-uL2ws1JXmI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uL2ws1JXmI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uL2ws1JXmI .nav-item:focus,
.cid-uL2ws1JXmI .nav-link:focus {
  outline: none;
}
.cid-uL2ws1JXmI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uL2ws1JXmI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uL2ws1JXmI .menu-logo {
  margin-right: auto;
}
.cid-uL2ws1JXmI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL2ws1JXmI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uL2ws1JXmI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uL2ws1JXmI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uL2ws1JXmI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uL2ws1JXmI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uL2ws1JXmI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uL2ws1JXmI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uL2ws1JXmI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uL2ws1JXmI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL2ws1JXmI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uL2ws1JXmI .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uL2ws1JXmI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uL2ws1JXmI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL2ws1JXmI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uL2ws1JXmI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uL2ws1JXmI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uL2ws1JXmI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uL2ws1JXmI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uL2ws1JXmI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uL2ws1JXmI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uL2ws1JXmI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uL2ws1JXmI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uL2ws1JXmI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uL2ws1JXmI button.navbar-toggler:focus {
  outline: none;
}
.cid-uL2ws1JXmI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-uL2ws1JXmI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uL2ws1JXmI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uL2ws1JXmI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uL2ws1JXmI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uL2ws1JXmI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL2ws1JXmI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uL2ws1JXmI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uL2ws1JXmI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL2ws1JXmI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uL2ws1JXmI .collapsed .btn {
  display: -webkit-flex;
}
.cid-uL2ws1JXmI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uL2ws1JXmI .collapsed .navbar-collapse.collapsing,
.cid-uL2ws1JXmI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uL2ws1JXmI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uL2ws1JXmI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uL2ws1JXmI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uL2ws1JXmI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uL2ws1JXmI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uL2ws1JXmI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uL2ws1JXmI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uL2ws1JXmI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uL2ws1JXmI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uL2ws1JXmI .collapsed button.navbar-toggler {
  display: block;
}
.cid-uL2ws1JXmI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uL2ws1JXmI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uL2ws1JXmI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uL2ws1JXmI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uL2ws1JXmI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uL2ws1JXmI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uL2ws1JXmI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uL2ws1JXmI img {
    height: 3.8rem !important;
  }
  .cid-uL2ws1JXmI .btn {
    display: -webkit-flex;
  }
  .cid-uL2ws1JXmI button.navbar-toggler {
    display: block;
  }
  .cid-uL2ws1JXmI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uL2ws1JXmI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uL2ws1JXmI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uL2ws1JXmI .navbar-collapse.collapsing,
  .cid-uL2ws1JXmI .navbar-collapse.show {
    display: block !important;
  }
  .cid-uL2ws1JXmI .navbar-collapse.collapsing .navbar-nav,
  .cid-uL2ws1JXmI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uL2ws1JXmI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uL2ws1JXmI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uL2ws1JXmI .navbar-collapse.collapsing .navbar-buttons,
  .cid-uL2ws1JXmI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uL2ws1JXmI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uL2ws1JXmI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uL2ws1JXmI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uL2ws1JXmI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uL2ws1JXmI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uL2ws1JXmI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uL2ws1JXmI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uL2ws1JXmI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uL2ws1JXmI .nav-link:hover,
.cid-uL2ws1JXmI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uL2ws23v54 {
  background-image: url("../../../assets/images/mbr-1920x1236.jpg");
}
.cid-uL2ws23v54 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uL2ws23v54 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uL2ws23v54 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uL2ws23v54 H3 {
  text-align: right;
  color: #0087ab;
}
.cid-uL2ws23v54 .mbr-text,
.cid-uL2ws23v54 .mbr-section-btn {
  color: #ffffff;
}
.cid-uL2ws2mGoY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2ws2mGoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2ws2mGoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2ws2mGoY .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uL6w337ydS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL6w337ydS .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffa600;
  margin-bottom: 1rem;
}
.cid-uL6w337ydS .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uL6w337ydS .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uL6w337ydS .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uL6w337ydS .card-wrapper:hover {
  background: #f4f4f4;
}
.cid-uL6w337ydS .card-title,
.cid-uL6w337ydS .card-box {
  color: #000000;
}
.cid-uL6w337ydS .main-title,
.cid-uL6w337ydS .title-col {
  text-align: center;
  color: #000000;
}
.cid-uL6w337ydS .card-text {
  color: #353535;
}
.cid-uL6w337ydS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6w337ydS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5iBOQCxk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uL5iBOQCxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5iBOQCxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8yaKbIQh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uL8yaKbIQh .carousel,
.cid-uL8yaKbIQh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uL8yaKbIQh .item-wrapper {
  width: 100%;
}
.cid-uL8yaKbIQh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uL8yaKbIQh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-uL8yaKbIQh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uL8yaKbIQh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uL8yaKbIQh .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.cid-uL8yaKbIQh .carousel-control span {
  color: #101019;
}
.cid-uL8yaKbIQh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uL8yaKbIQh .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-uL8yaKbIQh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uL8yaKbIQh .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uL8yaKbIQh .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-uL8yaKbIQh .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-uL8yaKbIQh .carousel-indicators li.active,
.cid-uL8yaKbIQh .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-uL8yaKbIQh .carousel-indicators li::after,
.cid-uL8yaKbIQh .carousel-indicators li::before {
  content: none;
}
.cid-uL8yaKbIQh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uL8yaKbIQh .carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cid-uL8yaKbIQh .mbr-section-head {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .cid-uL8yaKbIQh .mbr-section-head {
    margin-left: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uL8yaKbIQh .mbr-section-head {
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-uL8yaKbIQh .mbr-section-head {
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uL8yaKbIQh .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uLb9qQVWFN {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f7f7f7;
}
.cid-uLb9qQVWFN .card-header {
  background: transparent;
}
.cid-uLb9qQVWFN .mbr-iconfont {
  font-size: 1.4rem!important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-uLb9qQVWFN .panel-body {
  padding: 1rem 0;
}
.cid-uLb9qQVWFN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLb9qQVWFN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uLb9qQVWFN .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uLb9qQVWFN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLb9qQVWFN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLb9qQVWFN .card .panel-body {
  color: #767676;
}
.cid-uLb9qQVWFN h4 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid lightgray;
  padding: 0.8rem 0rem;
}
.cid-uLb9qQVWFN H4 {
  color: #000000;
}
.cid-uLb9qQVWFN H2 {
  color: #000000;
}
.cid-uLb9qQVWFN .panel-text {
  color: #767676;
}
.cid-uLb9qQVWFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb9qQVWFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8AKAhxRr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-uL8AKAhxRr .progress {
  width: 100%;
}
.cid-uL8AKAhxRr .container {
  max-width: 1400px;
}
.cid-uL8AKAhxRr .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uL8AKAhxRr .progress_value {
  position: relative;
  display: none;
}
.cid-uL8AKAhxRr .img-wrap {
  height: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
}
.cid-uL8AKAhxRr .img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uL8AKAhxRr progress {
  height: 16px;
  border-radius: 0px;
}
.cid-uL8AKAhxRr .progressbar-number {
  display: inline-block;
}
.cid-uL8AKAhxRr .progress-primary {
  background: #a6a99c;
  border: none;
  outline: none;
}
.cid-uL8AKAhxRr .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uL8AKAhxRr .section-content-title {
  font-weight: 500;
}
.cid-uL8AKAhxRr .progress1 .progressbar-number:before,
.cid-uL8AKAhxRr .progress2 .progressbar-number:before,
.cid-uL8AKAhxRr .progress3 .progressbar-number:before,
.cid-uL8AKAhxRr .progress4 .progressbar-number:before,
.cid-uL8AKAhxRr .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uL8AKAhxRr progress[value]::-webkit-progress-bar {
  background: #a6a99c;
}
.cid-uL8AKAhxRr progress::-webkit-progress-value {
  background: #0e7dbc;
}
.cid-uL8AKAhxRr progress[value]::-moz-progress-bar {
  background: #0e7dbc;
}
.cid-uL8AKAhxRr progress::-ms-fill {
  background: #0e7dbc;
}
.cid-uL8AKAhxRr .progress1 .progressbar-number:before {
  content: '98';
}
.cid-uL8AKAhxRr .progress2 .progressbar-number:before {
  content: '98';
}
.cid-uL8AKAhxRr .progress3 .progressbar-number:before {
  content: '90';
}
.cid-uL8AKAhxRr .progress4 .progressbar-number:before {
  content: '100';
}
.cid-uL8AKAhxRr .progress5 .progressbar-number:before {
  content: '50';
}
@media (min-width: 767px) {
  .cid-uL8AKAhxRr .progress_elements,
  .cid-uL8AKAhxRr .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uL8AKAhxRr .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-uL8AKAhxRr .progressbar-title p,
.cid-uL8AKAhxRr .progress_value {
  color: #181818;
}
.cid-uL8AKAhxRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8AKAhxRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8FHfn7hv {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #f7f7f7;
}
.cid-uL8FHfn7hv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8FHfn7hv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8FHfn7hv .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #f7f7f7;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL8FHfn7hv .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uL8FHfn7hv .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uL8FHfn7hv .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL8FHfn7hv .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uL8FHfn7hv .google-map {
  height: 100%;
  position: relative;
}
.cid-uL8FHfn7hv .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uL8FHfn7hv .google-map iframe {
    min-height: 350px;
  }
}
.cid-uL8FHfn7hv .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uL8FHfn7hv .google-map[data-state] {
  background: #ffffff;
}
.cid-uL8FHfn7hv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uL8FHfn7hv ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uL8FHfn7hv .content-head {
  max-width: 800px;
}
.cid-uL8FHfn7hv .mbr-section-title {
  color: #000000;
}
.cid-uL8FHfn7hv .cardTitle {
  color: #000000;
}
.cid-uL8FHfn7hv .list,
.cid-uL8FHfn7hv .item-wrap {
  color: #000000;
}
.cid-uL8LyFE0Mm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL8LyFE0Mm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8LyFE0Mm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8LyFE0Mm .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uLdX8nI4SM {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLdX8nI4SM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdX8nI4SM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6evL3Hve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uL6evL3Hve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6evL3Hve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6evL3Hve .content-wrapper {
  justify-content: flex-end;
}
.cid-uL6evL3Hve .card {
  justify-content: center;
}
.cid-uL6evL3Hve .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uL6evL3Hve .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uL6evL3Hve .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uL6evL3Hve .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL6evL3Hve .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uL6evL3Hve .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL6evL3Hve .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL6evL3Hve .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uL6evL3Hve .mbr-section-btn .btn::after,
.cid-uL6evL3Hve .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uL6evL3Hve .mbr-section-btn .btn:hover,
.cid-uL6evL3Hve .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL6evL3Hve .mbr-section-btn .btn:hover::after,
.cid-uL6evL3Hve .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uL6evL3Hve .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .cid-uL6evL3Hve .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uL6evL3Hve .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uL6evL3Hve .form-wrapper {
    padding: 20px;
  }
}
.cid-uL6evL3Hve .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL6evL3Hve .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uL6evL3Hve .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uL6evL3Hve .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
}
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uL6evL3Hve .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uL6evL3Hve .mbr-section-title {
  color: #ffffff;
}
.cid-uL6evL3Hve .mbr-tag {
  color: #adadad;
}
.cid-uL6evL3Hve .mbr-text {
  color: #ffffff;
}
.cid-uL6evL3Hve .mbr-title {
  color: #000000;
}
.cid-uL6evL3Hve .form-text {
  color: #c7c7c7;
}
.cid-uL6evL3Hve label {
  color: #121212;
}
.cid-uL6evL3Hve LABEL {
  color: #808080;
}
.cid-uL2ws6UOM1 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uL2ws6UOM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2ws6UOM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2ws6UOM1 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uL2ws6UOM1 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uL2ws6UOM1 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uL2ws6UOM1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uL2ws6UOM1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uL2ws6UOM1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uL2ws6UOM1 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uL2ws6UOM1 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL2ws6UOM1 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uL2ws6UOM1 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uL2ws6UOM1 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uL2ws6UOM1 .list-box {
  width: 100%;
}
.cid-uL2ws6UOM1 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uL2ws6UOM1 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uL2ws6UOM1 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uL2ws6UOM1 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uL2ws6UOM1 .list a:hover:before {
  background-position: left !important;
}
.cid-uL2ws6UOM1 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uL2ws6UOM1 .news-item {
  width: 100%;
}
.cid-uL2ws6UOM1 .news-text {
  margin-bottom: 3px;
  color: #f7f7f7;
}
.cid-uL2ws6UOM1 .news-title {
  color: #303030;
}
.cid-uL2ws6UOM1 .copyright {
  margin-top: 20px;
  color: #f7f7f7;
}
.cid-uLdkq7ZUDV .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uLdkq7ZUDV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uLdkq7ZUDV a {
  font-style: normal;
}
.cid-uLdkq7ZUDV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uLdkq7ZUDV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uLdkq7ZUDV .nav-item:focus,
.cid-uLdkq7ZUDV .nav-link:focus {
  outline: none;
}
.cid-uLdkq7ZUDV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLdkq7ZUDV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLdkq7ZUDV .menu-logo {
  margin-right: auto;
}
.cid-uLdkq7ZUDV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLdkq7ZUDV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uLdkq7ZUDV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLdkq7ZUDV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLdkq7ZUDV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLdkq7ZUDV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLdkq7ZUDV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uLdkq7ZUDV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uLdkq7ZUDV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLdkq7ZUDV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLdkq7ZUDV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLdkq7ZUDV .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uLdkq7ZUDV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uLdkq7ZUDV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLdkq7ZUDV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLdkq7ZUDV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uLdkq7ZUDV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uLdkq7ZUDV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uLdkq7ZUDV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uLdkq7ZUDV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLdkq7ZUDV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLdkq7ZUDV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uLdkq7ZUDV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLdkq7ZUDV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uLdkq7ZUDV button.navbar-toggler:focus {
  outline: none;
}
.cid-uLdkq7ZUDV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-uLdkq7ZUDV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLdkq7ZUDV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLdkq7ZUDV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLdkq7ZUDV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLdkq7ZUDV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLdkq7ZUDV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLdkq7ZUDV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLdkq7ZUDV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLdkq7ZUDV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLdkq7ZUDV .collapsed .btn {
  display: -webkit-flex;
}
.cid-uLdkq7ZUDV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLdkq7ZUDV .collapsed .navbar-collapse.collapsing,
.cid-uLdkq7ZUDV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uLdkq7ZUDV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLdkq7ZUDV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLdkq7ZUDV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLdkq7ZUDV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLdkq7ZUDV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLdkq7ZUDV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uLdkq7ZUDV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLdkq7ZUDV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uLdkq7ZUDV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uLdkq7ZUDV .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLdkq7ZUDV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uLdkq7ZUDV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLdkq7ZUDV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uLdkq7ZUDV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLdkq7ZUDV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uLdkq7ZUDV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uLdkq7ZUDV .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLdkq7ZUDV img {
    height: 3.8rem !important;
  }
  .cid-uLdkq7ZUDV .btn {
    display: -webkit-flex;
  }
  .cid-uLdkq7ZUDV button.navbar-toggler {
    display: block;
  }
  .cid-uLdkq7ZUDV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uLdkq7ZUDV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLdkq7ZUDV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLdkq7ZUDV .navbar-collapse.collapsing,
  .cid-uLdkq7ZUDV .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLdkq7ZUDV .navbar-collapse.collapsing .navbar-nav,
  .cid-uLdkq7ZUDV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLdkq7ZUDV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLdkq7ZUDV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLdkq7ZUDV .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLdkq7ZUDV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uLdkq7ZUDV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLdkq7ZUDV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLdkq7ZUDV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uLdkq7ZUDV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLdkq7ZUDV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uLdkq7ZUDV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uLdkq7ZUDV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uLdkq7ZUDV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uLdkq7ZUDV .nav-link:hover,
.cid-uLdkq7ZUDV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uLdkq8dQyA {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uLdkq8dQyA .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uLdkq8dQyA .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uLdkq8dQyA .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uLdkq8dQyA H3 {
  text-align: right;
  color: #0087ab;
}
.cid-uLdkq8dQyA .mbr-text,
.cid-uLdkq8dQyA .mbr-section-btn {
  color: #ffffff;
}
.cid-uLdkq8rPWW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLdkq8rPWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdkq8rPWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdnsIstBv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLdnsIstBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdnsIstBv .col-12 {
  padding: 0;
}
.cid-uLdnsIstBv .row {
  margin: 0;
}
.cid-uLdnsIstBv .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdnsIstBv .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLdnsIstBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdnsIstBv .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLdnsIstBv .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLdnsIstBv .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLdnsIstBv .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLdnsIstBv .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLdnsIstBv .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLdnsIstBv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLdnsIstBv .mbr-section-title {
  color: #221b35;
}
.cid-uLdnsIstBv .mbr-text,
.cid-uLdnsIstBv .mbr-section-btn {
  color: #221b35;
}
.cid-uLdnLc1hwb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLdnLc1hwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdnLc1hwb .col-12 {
  padding: 0;
}
.cid-uLdnLc1hwb .row {
  margin: 0;
}
.cid-uLdnLc1hwb .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdnLc1hwb .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLdnLc1hwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdnLc1hwb .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLdnLc1hwb .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLdnLc1hwb .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLdnLc1hwb .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLdnLc1hwb .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLdnLc1hwb .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLdnLc1hwb .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLdnLc1hwb .mbr-section-title {
  color: #221b35;
}
.cid-uLdnLc1hwb .mbr-text,
.cid-uLdnLc1hwb .mbr-section-btn {
  color: #221b35;
}
.cid-uLdpmPhNfZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLdpmPhNfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdpmPhNfZ .col-12 {
  padding: 0;
}
.cid-uLdpmPhNfZ .row {
  margin: 0;
}
.cid-uLdpmPhNfZ .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdpmPhNfZ .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLdpmPhNfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdpmPhNfZ .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLdpmPhNfZ .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLdpmPhNfZ .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLdpmPhNfZ .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLdpmPhNfZ .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLdpmPhNfZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLdpmPhNfZ .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLdpmPhNfZ .mbr-section-title {
  color: #221b35;
}
.cid-uLdpmPhNfZ .mbr-text,
.cid-uLdpmPhNfZ .mbr-section-btn {
  color: #221b35;
}
.cid-uLdJdOp2zE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLdJdOp2zE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdJdOp2zE .col-12 {
  padding: 0;
}
.cid-uLdJdOp2zE .row {
  margin: 0;
}
.cid-uLdJdOp2zE .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdJdOp2zE .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLdJdOp2zE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdJdOp2zE .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLdJdOp2zE .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLdJdOp2zE .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLdJdOp2zE .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLdJdOp2zE .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLdJdOp2zE .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLdJdOp2zE .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLdJdOp2zE .mbr-section-title {
  color: #221b35;
}
.cid-uLdJdOp2zE .mbr-text,
.cid-uLdJdOp2zE .mbr-section-btn {
  color: #221b35;
}
.cid-uLdNPsSU2s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLdNPsSU2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdNPsSU2s .col-12 {
  padding: 0;
}
.cid-uLdNPsSU2s .row {
  margin: 0;
}
.cid-uLdNPsSU2s .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdNPsSU2s .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLdNPsSU2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdNPsSU2s .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLdNPsSU2s .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLdNPsSU2s .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLdNPsSU2s .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLdNPsSU2s .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLdNPsSU2s .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLdNPsSU2s .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLdNPsSU2s .mbr-section-title {
  color: #221b35;
}
.cid-uLdNPsSU2s .mbr-text,
.cid-uLdNPsSU2s .mbr-section-btn {
  color: #221b35;
}
.cid-uLdkq9lYDU {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLdkq9lYDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdkq9lYDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdkq9BDPK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLdkq9BDPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdkq9BDPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdkq9BDPK .content-wrapper {
  justify-content: flex-end;
}
.cid-uLdkq9BDPK .card {
  justify-content: center;
}
.cid-uLdkq9BDPK .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uLdkq9BDPK .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uLdkq9BDPK .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uLdkq9BDPK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLdkq9BDPK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLdkq9BDPK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLdkq9BDPK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLdkq9BDPK .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLdkq9BDPK .mbr-section-btn .btn::after,
.cid-uLdkq9BDPK .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLdkq9BDPK .mbr-section-btn .btn:hover,
.cid-uLdkq9BDPK .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLdkq9BDPK .mbr-section-btn .btn:hover::after,
.cid-uLdkq9BDPK .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uLdkq9BDPK .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .cid-uLdkq9BDPK .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uLdkq9BDPK .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLdkq9BDPK .form-wrapper {
    padding: 20px;
  }
}
.cid-uLdkq9BDPK .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLdkq9BDPK .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uLdkq9BDPK .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uLdkq9BDPK .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
}
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uLdkq9BDPK .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uLdkq9BDPK .mbr-section-title {
  color: #ffffff;
}
.cid-uLdkq9BDPK .mbr-tag {
  color: #adadad;
}
.cid-uLdkq9BDPK .mbr-text {
  color: #ffffff;
}
.cid-uLdkq9BDPK .mbr-title {
  color: #000000;
}
.cid-uLdkq9BDPK .form-text {
  color: #c7c7c7;
}
.cid-uLdkq9BDPK label {
  color: #121212;
}
.cid-uLdkq9BDPK LABEL {
  color: #808080;
}
.cid-uLdkq9R0aE {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLdkq9R0aE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdkq9R0aE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdkq9R0aE .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uLdkq9R0aE .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uLdkq9R0aE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uLdkq9R0aE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLdkq9R0aE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLdkq9R0aE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uLdkq9R0aE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uLdkq9R0aE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uLdkq9R0aE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uLdkq9R0aE .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uLdkq9R0aE .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uLdkq9R0aE .list-box {
  width: 100%;
}
.cid-uLdkq9R0aE .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uLdkq9R0aE .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uLdkq9R0aE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uLdkq9R0aE .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uLdkq9R0aE .list a:hover:before {
  background-position: left !important;
}
.cid-uLdkq9R0aE .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uLdkq9R0aE .news-item {
  width: 100%;
}
.cid-uLdkq9R0aE .news-text {
  margin-bottom: 3px;
  color: #f7f7f7;
}
.cid-uLdkq9R0aE .news-title {
  color: #303030;
}
.cid-uLdkq9R0aE .copyright {
  margin-top: 20px;
  color: #f7f7f7;
}
.cid-uLe5ugMOMp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uLe5ugMOMp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uLe5ugMOMp a {
  font-style: normal;
}
.cid-uLe5ugMOMp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uLe5ugMOMp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uLe5ugMOMp .nav-item:focus,
.cid-uLe5ugMOMp .nav-link:focus {
  outline: none;
}
.cid-uLe5ugMOMp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLe5ugMOMp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLe5ugMOMp .menu-logo {
  margin-right: auto;
}
.cid-uLe5ugMOMp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLe5ugMOMp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uLe5ugMOMp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLe5ugMOMp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLe5ugMOMp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLe5ugMOMp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLe5ugMOMp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uLe5ugMOMp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uLe5ugMOMp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLe5ugMOMp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLe5ugMOMp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLe5ugMOMp .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uLe5ugMOMp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uLe5ugMOMp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLe5ugMOMp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLe5ugMOMp .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uLe5ugMOMp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uLe5ugMOMp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uLe5ugMOMp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uLe5ugMOMp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLe5ugMOMp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLe5ugMOMp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uLe5ugMOMp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLe5ugMOMp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uLe5ugMOMp button.navbar-toggler:focus {
  outline: none;
}
.cid-uLe5ugMOMp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-uLe5ugMOMp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLe5ugMOMp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLe5ugMOMp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLe5ugMOMp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLe5ugMOMp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLe5ugMOMp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLe5ugMOMp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLe5ugMOMp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLe5ugMOMp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLe5ugMOMp .collapsed .btn {
  display: -webkit-flex;
}
.cid-uLe5ugMOMp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLe5ugMOMp .collapsed .navbar-collapse.collapsing,
.cid-uLe5ugMOMp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uLe5ugMOMp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLe5ugMOMp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLe5ugMOMp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLe5ugMOMp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLe5ugMOMp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLe5ugMOMp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uLe5ugMOMp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLe5ugMOMp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uLe5ugMOMp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uLe5ugMOMp .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLe5ugMOMp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uLe5ugMOMp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLe5ugMOMp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uLe5ugMOMp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLe5ugMOMp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uLe5ugMOMp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uLe5ugMOMp .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLe5ugMOMp img {
    height: 3.8rem !important;
  }
  .cid-uLe5ugMOMp .btn {
    display: -webkit-flex;
  }
  .cid-uLe5ugMOMp button.navbar-toggler {
    display: block;
  }
  .cid-uLe5ugMOMp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uLe5ugMOMp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLe5ugMOMp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLe5ugMOMp .navbar-collapse.collapsing,
  .cid-uLe5ugMOMp .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLe5ugMOMp .navbar-collapse.collapsing .navbar-nav,
  .cid-uLe5ugMOMp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLe5ugMOMp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLe5ugMOMp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLe5ugMOMp .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLe5ugMOMp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uLe5ugMOMp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLe5ugMOMp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLe5ugMOMp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uLe5ugMOMp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLe5ugMOMp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uLe5ugMOMp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uLe5ugMOMp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uLe5ugMOMp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uLe5ugMOMp .nav-link:hover,
.cid-uLe5ugMOMp .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uLe5ugZ6wt {
  background-image: url("../../../assets/images/mbr-20.jpg");
}
.cid-uLe5ugZ6wt .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uLe5ugZ6wt .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uLe5ugZ6wt .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uLe5ugZ6wt H3 {
  text-align: right;
  color: #0087ab;
}
.cid-uLe5ugZ6wt .mbr-text,
.cid-uLe5ugZ6wt .mbr-section-btn {
  color: #ffffff;
}
.cid-uLe5uhdTxL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLe5uhdTxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLe5uhdTxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLe5uhdTxL .mbr-section-subtitle {
  color: #000000;
}
.cid-uOFI3H0mTA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOFI3H0mTA .title__block {
  position: relative;
  z-index: 10;
}
.cid-uOFI3H0mTA .mbr-section-title {
  margin-bottom: 25px;
  color: #2e2e2e;
  text-align: right;
}
.cid-uOFI3H0mTA .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-uOFI3H0mTA .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uOFI3H0mTA .mbr-section-btn {
  padding-right: 150px;
}
.cid-uOFI3H0mTA .slider__block .container {
  padding: 0 15px;
}
.cid-uOFI3H0mTA .carousel {
  padding-bottom: 100px;
}
.cid-uOFI3H0mTA .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uOFI3H0mTA .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uOFI3H0mTA .carousel-item.active {
  opacity: 1;
}
.cid-uOFI3H0mTA .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uOFI3H0mTA .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uOFI3H0mTA .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uOFI3H0mTA .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uOFI3H0mTA .carousel-item .cloneditem-1,
.cid-uOFI3H0mTA .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uOFI3H0mTA .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uOFI3H0mTA .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uOFI3H0mTA .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uOFI3H0mTA .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uOFI3H0mTA .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uOFI3H0mTA .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uOFI3H0mTA .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-uOFI3H0mTA .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uOFI3H0mTA .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uOFI3H0mTA .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uOFI3H0mTA .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uOFI3H0mTA .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uOFI3H0mTA .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-uOFI3H0mTA .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uOFI3H0mTA .cloneditem-1,
.cid-uOFI3H0mTA .cloneditem-2,
.cid-uOFI3H0mTA .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uOFI3H0mTA .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uOFI3H0mTA .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uOFI3H0mTA .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uOFI3H0mTA .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uOFI3H0mTA .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uOFI3H0mTA .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uOFI3H0mTA .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uOFI3H0mTA .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOFI3H0mTA .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uOFI3H0mTA .carousel-inner.slides2 .cloneditem-1,
  .cid-uOFI3H0mTA .carousel-inner.slides2 .cloneditem-2,
  .cid-uOFI3H0mTA .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uOFI3H0mTA .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uOFI3H0mTA .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uOFI3H0mTA .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uOFI3H0mTA .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uOFI3H0mTA .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uOFI3H0mTA .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOFI3H0mTA .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uOFI3H0mTA .carousel-inner.slides3 .cloneditem-1,
  .cid-uOFI3H0mTA .carousel-inner.slides3 .cloneditem-2,
  .cid-uOFI3H0mTA .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uOFI3H0mTA .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uOFI3H0mTA .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uOFI3H0mTA .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uOFI3H0mTA .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uOFI3H0mTA .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uOFI3H0mTA .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uOFI3H0mTA .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uOFI3H0mTA .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uOFI3H0mTA .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uOFI3H0mTA .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uOFI3H0mTA .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uOFI3H0mTA .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uOFI3H0mTA .carousel {
    padding-bottom: 50px;
  }
}
.cid-uOFI5kknqA {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOFI5kknqA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOFI5kknqA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uOFI5kknqA .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uOFI5kknqA .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-uOFI5kknqA .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uOFI5kknqA .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uOFI5kknqA .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-uOFI5kknqA .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uOFI5kknqA .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-uOFI5kknqA .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uOFI5kknqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFI5kknqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLe5uhqrAu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLe5uhqrAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLe5uhqrAu .col-12 {
  padding: 0;
}
.cid-uLe5uhqrAu .row {
  margin: 0;
}
.cid-uLe5uhqrAu .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLe5uhqrAu .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLe5uhqrAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLe5uhqrAu .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLe5uhqrAu .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLe5uhqrAu .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLe5uhqrAu .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLe5uhqrAu .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLe5uhqrAu .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLe5uhqrAu .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLe5uhqrAu .mbr-section-title {
  color: #221b35;
}
.cid-uLe5uhqrAu .mbr-text,
.cid-uLe5uhqrAu .mbr-section-btn {
  color: #221b35;
}
.cid-uLe5uhEyl7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLe5uhEyl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLe5uhEyl7 .col-12 {
  padding: 0;
}
.cid-uLe5uhEyl7 .row {
  margin: 0;
}
.cid-uLe5uhEyl7 .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLe5uhEyl7 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLe5uhEyl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLe5uhEyl7 .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLe5uhEyl7 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLe5uhEyl7 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLe5uhEyl7 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLe5uhEyl7 .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLe5uhEyl7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLe5uhEyl7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLe5uhEyl7 .mbr-section-title {
  color: #221b35;
}
.cid-uLe5uhEyl7 .mbr-text,
.cid-uLe5uhEyl7 .mbr-section-btn {
  color: #221b35;
}
.cid-uLe5uhSj9b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLe5uhSj9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLe5uhSj9b .col-12 {
  padding: 0;
}
.cid-uLe5uhSj9b .row {
  margin: 0;
}
.cid-uLe5uhSj9b .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLe5uhSj9b .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLe5uhSj9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLe5uhSj9b .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLe5uhSj9b .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLe5uhSj9b .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLe5uhSj9b .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLe5uhSj9b .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLe5uhSj9b .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLe5uhSj9b .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLe5uhSj9b .mbr-section-title {
  color: #221b35;
}
.cid-uLe5uhSj9b .mbr-text,
.cid-uLe5uhSj9b .mbr-section-btn {
  color: #221b35;
}
.cid-uLe5ui4m3f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLe5ui4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLe5ui4m3f .col-12 {
  padding: 0;
}
.cid-uLe5ui4m3f .row {
  margin: 0;
}
.cid-uLe5ui4m3f .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLe5ui4m3f .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLe5ui4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLe5ui4m3f .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLe5ui4m3f .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLe5ui4m3f .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLe5ui4m3f .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLe5ui4m3f .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLe5ui4m3f .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLe5ui4m3f .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLe5ui4m3f .mbr-section-title {
  color: #221b35;
}
.cid-uLe5ui4m3f .mbr-text,
.cid-uLe5ui4m3f .mbr-section-btn {
  color: #221b35;
}
.cid-uLe5uiiMTR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLe5uiiMTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLe5uiiMTR .col-12 {
  padding: 0;
}
.cid-uLe5uiiMTR .row {
  margin: 0;
}
.cid-uLe5uiiMTR .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLe5uiiMTR .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLe5uiiMTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLe5uiiMTR .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLe5uiiMTR .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLe5uiiMTR .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLe5uiiMTR .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLe5uiiMTR .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLe5uiiMTR .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLe5uiiMTR .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLe5uiiMTR .mbr-section-title {
  color: #221b35;
}
.cid-uLe5uiiMTR .mbr-text,
.cid-uLe5uiiMTR .mbr-section-btn {
  color: #221b35;
}
.cid-uLejcMaoDz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLejcMaoDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLejcMaoDz .col-12 {
  padding: 0;
}
.cid-uLejcMaoDz .row {
  margin: 0;
}
.cid-uLejcMaoDz .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLejcMaoDz .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLejcMaoDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLejcMaoDz .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLejcMaoDz .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLejcMaoDz .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLejcMaoDz .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLejcMaoDz .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLejcMaoDz .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLejcMaoDz .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLejcMaoDz .mbr-section-title {
  color: #221b35;
}
.cid-uLejcMaoDz .mbr-text,
.cid-uLejcMaoDz .mbr-section-btn {
  color: #221b35;
}
.cid-uLejuzvEHP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLejuzvEHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLejuzvEHP .col-12 {
  padding: 0;
}
.cid-uLejuzvEHP .row {
  margin: 0;
}
.cid-uLejuzvEHP .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLejuzvEHP .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLejuzvEHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLejuzvEHP .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLejuzvEHP .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLejuzvEHP .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLejuzvEHP .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLejuzvEHP .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLejuzvEHP .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLejuzvEHP .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLejuzvEHP .mbr-section-title {
  color: #221b35;
}
.cid-uLejuzvEHP .mbr-text,
.cid-uLejuzvEHP .mbr-section-btn {
  color: #221b35;
}
.cid-uLejGs4fxa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLejGs4fxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLejGs4fxa .col-12 {
  padding: 0;
}
.cid-uLejGs4fxa .row {
  margin: 0;
}
.cid-uLejGs4fxa .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLejGs4fxa .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLejGs4fxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLejGs4fxa .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLejGs4fxa .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLejGs4fxa .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLejGs4fxa .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLejGs4fxa .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLejGs4fxa .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLejGs4fxa .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLejGs4fxa .mbr-section-title {
  color: #221b35;
}
.cid-uLejGs4fxa .mbr-text,
.cid-uLejGs4fxa .mbr-section-btn {
  color: #221b35;
}
.cid-uLek3m5kFC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLek3m5kFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLek3m5kFC .col-12 {
  padding: 0;
}
.cid-uLek3m5kFC .row {
  margin: 0;
}
.cid-uLek3m5kFC .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLek3m5kFC .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLek3m5kFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLek3m5kFC .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLek3m5kFC .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLek3m5kFC .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLek3m5kFC .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLek3m5kFC .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLek3m5kFC .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLek3m5kFC .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLek3m5kFC .mbr-section-title {
  color: #221b35;
}
.cid-uLek3m5kFC .mbr-text,
.cid-uLek3m5kFC .mbr-section-btn {
  color: #221b35;
}
.cid-uLeqn3I0Y0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLeqn3I0Y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeqn3I0Y0 .col-12 {
  padding: 0;
}
.cid-uLeqn3I0Y0 .row {
  margin: 0;
}
.cid-uLeqn3I0Y0 .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLeqn3I0Y0 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLeqn3I0Y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeqn3I0Y0 .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLeqn3I0Y0 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLeqn3I0Y0 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLeqn3I0Y0 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLeqn3I0Y0 .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLeqn3I0Y0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLeqn3I0Y0 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLeqn3I0Y0 .mbr-section-title {
  color: #221b35;
}
.cid-uLeqn3I0Y0 .mbr-text,
.cid-uLeqn3I0Y0 .mbr-section-btn {
  color: #221b35;
}
.cid-uLesMyMytB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLesMyMytB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLesMyMytB .col-12 {
  padding: 0;
}
.cid-uLesMyMytB .row {
  margin: 0;
}
.cid-uLesMyMytB .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLesMyMytB .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLesMyMytB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLesMyMytB .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLesMyMytB .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLesMyMytB .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLesMyMytB .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLesMyMytB .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLesMyMytB .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLesMyMytB .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLesMyMytB .mbr-section-title {
  color: #221b35;
}
.cid-uLesMyMytB .mbr-text,
.cid-uLesMyMytB .mbr-section-btn {
  color: #221b35;
}
.cid-uLetbCpyOT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLetbCpyOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLetbCpyOT .col-12 {
  padding: 0;
}
.cid-uLetbCpyOT .row {
  margin: 0;
}
.cid-uLetbCpyOT .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLetbCpyOT .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLetbCpyOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLetbCpyOT .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uLetbCpyOT .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uLetbCpyOT .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uLetbCpyOT .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uLetbCpyOT .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uLetbCpyOT .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLetbCpyOT .image-wrapper {
    padding: 1rem;
  }
}
.cid-uLetbCpyOT .mbr-section-title {
  color: #221b35;
}
.cid-uLetbCpyOT .mbr-text,
.cid-uLetbCpyOT .mbr-section-btn {
  color: #221b35;
}
.cid-uLetFPUlSj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLetFPUlSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLetFPUlSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFIcZhxSj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOFIcZhxSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFIcZhxSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFIcZhxSj .row {
  justify-content: space-between;
}
.cid-uOFIcZhxSj .mbr-text,
.cid-uOFIcZhxSj .mbr-section-btn {
  color: #232323;
}
.cid-uOFIdNGqfl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOFIdNGqfl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uOFIdNGqfl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uOFIdNGqfl .mbr-gallery {
  border-radius: 20px;
  border: 3px solid #000;
  overflow: hidden;
}
.cid-uOFIdNGqfl .mbr-section-head {
  width: fit-content;
  border-radius: 20px;
  background-color: #ffffff;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 80px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-uOFIdNGqfl .mbr-section-head .display-7 {
    font-size: 23.8px;
  }
}
.cid-uOFIdNGqfl .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uOFIdNGqfl .item-wrapper img {
  object-fit: cover;
}
.cid-uOFIdNGqfl .item-wrapper img {
  height: 100%;
}
.cid-uOFIdNGqfl .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-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  transition: 0.2s;
}
.cid-uOFIdNGqfl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uOFIdNGqfl .carousel-control,
.cid-uOFIdNGqfl .close {
  background: #1b1b1b;
}
.cid-uOFIdNGqfl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOFIdNGqfl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOFIdNGqfl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
}
.cid-uOFIdNGqfl .close::before {
  content: '\e91a';
}
.cid-uOFIdNGqfl .close:hover {
  opacity: .7;
}
.cid-uOFIdNGqfl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  opacity: 0.5;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOFIdNGqfl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOFIdNGqfl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOFIdNGqfl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOFIdNGqfl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOFIdNGqfl .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-uOFIdNGqfl .carousel-indicators li.active,
.cid-uOFIdNGqfl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOFIdNGqfl .carousel-indicators li::after,
.cid-uOFIdNGqfl .carousel-indicators li::before {
  content: none;
}
.cid-uOFIdNGqfl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOFIdNGqfl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOFIdNGqfl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOFIdNGqfl .carousel-indicators {
    display: none;
  }
}
.cid-uOFIdNGqfl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOFIdNGqfl .carousel-inner > .active {
  display: block;
}
.cid-uOFIdNGqfl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOFIdNGqfl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOFIdNGqfl .carousel-control:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uOFIdNGqfl .carousel-control,
  .cid-uOFIdNGqfl .carousel-indicators,
  .cid-uOFIdNGqfl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOFIdNGqfl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOFIdNGqfl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOFIdNGqfl .carousel-indicators .active,
.cid-uOFIdNGqfl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOFIdNGqfl .carousel-indicators .active {
  background: #fff;
}
.cid-uOFIdNGqfl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOFIdNGqfl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOFIdNGqfl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOFIdNGqfl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOFIdNGqfl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOFIdNGqfl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOFIdNGqfl .carousel {
  width: 100%;
}
.cid-uOFIdNGqfl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOFIdNGqfl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOFIdNGqfl .modal.fade .modal-dialog,
.cid-uOFIdNGqfl .modal.in .modal-dialog {
  transform: none;
}
.cid-uOFIdNGqfl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOFIdNGqfl H6 {
  text-align: center;
}
.cid-uOFIdNGqfl H3 {
  text-align: right;
  color: #2e2e2e;
}
.cid-uNDOLUXIpZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNDOLUXIpZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uNDOLUXIpZ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uNDOLUXIpZ .mbr-text {
  color: #767676;
}
.cid-uNDPi77IEs {
  padding-top: 1rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uNDPi77IEs .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uNDPi77IEs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uNDPi77IEs .container {
    padding: 0 16px;
  }
}
.cid-uNDPi77IEs .row {
  position: relative;
  z-index: 1;
}
.cid-uNDPi77IEs .title-wrapper {
  margin-bottom: 80px;
}
.cid-uNDPi77IEs .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uNDPi77IEs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNDPi77IEs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uNDPi77IEs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uNDPi77IEs .embla__slide .slide-content {
  width: 100%;
}
.cid-uNDPi77IEs .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNDPi77IEs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uNDPi77IEs .embla__button--next,
.cid-uNDPi77IEs .embla__button--prev {
  display: flex;
}
.cid-uNDPi77IEs .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uNDPi77IEs .embla__button {
    display: none;
  }
}
.cid-uNDPi77IEs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNDPi77IEs .embla__button:hover {
  opacity: .7 !important;
}
.cid-uNDPi77IEs .embla__button.embla__button--prev {
  left: 0;
}
.cid-uNDPi77IEs .embla__button.embla__button--next {
  right: 0;
}
.cid-uNDPi77IEs .embla {
  position: relative;
  width: 100%;
}
.cid-uNDPi77IEs .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNDPi77IEs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNDPi77IEs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNDPi77IEs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNDPi77IEs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNDPi77IEs .mbr-desc {
  color: #232323;
  text-align: center;
}
.cid-uLe5uiN38n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLe5uiN38n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLe5uiN38n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLe5uiN38n .content-wrapper {
  justify-content: flex-end;
}
.cid-uLe5uiN38n .card {
  justify-content: center;
}
.cid-uLe5uiN38n .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uLe5uiN38n .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uLe5uiN38n .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uLe5uiN38n .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLe5uiN38n .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLe5uiN38n .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLe5uiN38n .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLe5uiN38n .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLe5uiN38n .mbr-section-btn .btn::after,
.cid-uLe5uiN38n .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLe5uiN38n .mbr-section-btn .btn:hover,
.cid-uLe5uiN38n .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLe5uiN38n .mbr-section-btn .btn:hover::after,
.cid-uLe5uiN38n .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uLe5uiN38n .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .cid-uLe5uiN38n .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uLe5uiN38n .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLe5uiN38n .form-wrapper {
    padding: 20px;
  }
}
.cid-uLe5uiN38n .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLe5uiN38n .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uLe5uiN38n .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uLe5uiN38n .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
}
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uLe5uiN38n .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uLe5uiN38n .mbr-section-title {
  color: #ffffff;
}
.cid-uLe5uiN38n .mbr-tag {
  color: #adadad;
}
.cid-uLe5uiN38n .mbr-text {
  color: #ffffff;
}
.cid-uLe5uiN38n .mbr-title {
  color: #000000;
}
.cid-uLe5uiN38n .form-text {
  color: #c7c7c7;
}
.cid-uLe5uiN38n label {
  color: #121212;
}
.cid-uLe5uiN38n LABEL {
  color: #808080;
}
.cid-uLetxYwv3s {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLetxYwv3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLetxYwv3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLe5uj3VEI {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLe5uj3VEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLe5uj3VEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLe5uj3VEI .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uLe5uj3VEI .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uLe5uj3VEI .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uLe5uj3VEI .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLe5uj3VEI .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLe5uj3VEI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uLe5uj3VEI .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uLe5uj3VEI .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uLe5uj3VEI .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uLe5uj3VEI .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uLe5uj3VEI .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uLe5uj3VEI .list-box {
  width: 100%;
}
.cid-uLe5uj3VEI .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uLe5uj3VEI .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uLe5uj3VEI .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uLe5uj3VEI .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uLe5uj3VEI .list a:hover:before {
  background-position: left !important;
}
.cid-uLe5uj3VEI .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uLe5uj3VEI .news-item {
  width: 100%;
}
.cid-uLe5uj3VEI .news-text {
  margin-bottom: 3px;
  color: #f7f7f7;
}
.cid-uLe5uj3VEI .news-title {
  color: #303030;
}
.cid-uLe5uj3VEI .copyright {
  margin-top: 20px;
  color: #f7f7f7;
}
.cid-uLeFpjbCxc .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uLeFpjbCxc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uLeFpjbCxc a {
  font-style: normal;
}
.cid-uLeFpjbCxc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uLeFpjbCxc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uLeFpjbCxc .nav-item:focus,
.cid-uLeFpjbCxc .nav-link:focus {
  outline: none;
}
.cid-uLeFpjbCxc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLeFpjbCxc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLeFpjbCxc .menu-logo {
  margin-right: auto;
}
.cid-uLeFpjbCxc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLeFpjbCxc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uLeFpjbCxc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLeFpjbCxc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLeFpjbCxc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLeFpjbCxc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLeFpjbCxc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uLeFpjbCxc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uLeFpjbCxc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLeFpjbCxc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLeFpjbCxc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLeFpjbCxc .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uLeFpjbCxc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uLeFpjbCxc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLeFpjbCxc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLeFpjbCxc .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uLeFpjbCxc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uLeFpjbCxc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uLeFpjbCxc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uLeFpjbCxc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLeFpjbCxc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLeFpjbCxc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uLeFpjbCxc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLeFpjbCxc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uLeFpjbCxc button.navbar-toggler:focus {
  outline: none;
}
.cid-uLeFpjbCxc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-uLeFpjbCxc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLeFpjbCxc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLeFpjbCxc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLeFpjbCxc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLeFpjbCxc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLeFpjbCxc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLeFpjbCxc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLeFpjbCxc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLeFpjbCxc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLeFpjbCxc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uLeFpjbCxc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLeFpjbCxc .collapsed .navbar-collapse.collapsing,
.cid-uLeFpjbCxc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uLeFpjbCxc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLeFpjbCxc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLeFpjbCxc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLeFpjbCxc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLeFpjbCxc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLeFpjbCxc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uLeFpjbCxc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLeFpjbCxc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uLeFpjbCxc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uLeFpjbCxc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLeFpjbCxc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uLeFpjbCxc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLeFpjbCxc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uLeFpjbCxc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLeFpjbCxc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uLeFpjbCxc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uLeFpjbCxc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLeFpjbCxc img {
    height: 3.8rem !important;
  }
  .cid-uLeFpjbCxc .btn {
    display: -webkit-flex;
  }
  .cid-uLeFpjbCxc button.navbar-toggler {
    display: block;
  }
  .cid-uLeFpjbCxc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uLeFpjbCxc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLeFpjbCxc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLeFpjbCxc .navbar-collapse.collapsing,
  .cid-uLeFpjbCxc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLeFpjbCxc .navbar-collapse.collapsing .navbar-nav,
  .cid-uLeFpjbCxc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLeFpjbCxc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLeFpjbCxc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLeFpjbCxc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLeFpjbCxc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uLeFpjbCxc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLeFpjbCxc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLeFpjbCxc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uLeFpjbCxc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLeFpjbCxc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uLeFpjbCxc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uLeFpjbCxc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uLeFpjbCxc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uLeFpjbCxc .nav-link:hover,
.cid-uLeFpjbCxc .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uLeFpjw9vt {
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-uLeFpjw9vt .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uLeFpjw9vt .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uLeFpjw9vt .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uLeFpjw9vt H3 {
  text-align: right;
  color: #0087ab;
}
.cid-uLeFpjw9vt .mbr-text,
.cid-uLeFpjw9vt .mbr-section-btn {
  color: #ffffff;
}
.cid-uLigwZ0xdQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLigwZ0xdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLigwZ0xdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnjzQAowP {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLnjzQAowP .title {
  padding: 0 2rem;
  color: #232323;
}
.cid-uLnjzQAowP .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uLnjzQAowP .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uLnjzQAowP a {
  display: flex;
}
.cid-uLnjzQAowP .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLnjzQAowP .mbr-iconfont:hover {
  background: #edefeb;
}
.cid-uLnjzQAowP img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uLnjzQAowP .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uLnjzQAowP .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uLnjzQAowP .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uLnjzQAowP .card-text {
  color: #000000;
}
.cid-uLnjzQAowP .card-title {
  color: #000000;
}
.cid-uLnjzQAowP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnjzQAowP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhs6P1rUF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLhs6P1rUF .item-img {
  position: relative;
}
.cid-uLhs6P1rUF .item-img img {
  transition: all 0.2s;
}
.cid-uLhs6P1rUF h5 {
  line-height: 1.2;
}
.cid-uLhs6P1rUF .item {
  transition: transform 0.3s;
}
.cid-uLhs6P1rUF .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uLhs6P1rUF .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uLhs6P1rUF .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uLhs6P1rUF .item {
    margin-bottom: 2rem;
  }
}
.cid-uLhs6P1rUF .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #000000;
}
@media (max-width: 992px) {
  .cid-uLhs6P1rUF .subtitle-wrap,
  .cid-uLhs6P1rUF .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uLhs6P1rUF .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uLhs6P1rUF .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLhs6P1rUF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLhs6P1rUF .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uLhs6P1rUF .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uLhs6P1rUF .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uLhs6P1rUF .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uLhs6P1rUF .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uLhs6P1rUF .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uLhs6P1rUF .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uLhs6P1rUF .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uLhs6P1rUF .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uLhs6P1rUF .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uLhs6P1rUF img,
.cid-uLhs6P1rUF .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLhs6P1rUF .item:focus,
.cid-uLhs6P1rUF span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uLhs6P1rUF .item {
    margin-bottom: 1rem;
  }
}
.cid-uLhs6P1rUF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLhs6P1rUF .item-title {
  text-align: left;
  color: #000000;
}
.cid-uLhs6P1rUF .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uLhs6P1rUF .mbr-text,
.cid-uLhs6P1rUF .item .mbr-section-btn {
  color: #000000;
}
.cid-uLhs6P1rUF .mbr-section-subtitle,
.cid-uLhs6P1rUF .subtitle-wrap,
.cid-uLhs6P1rUF .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLeFpnJPvA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLeFpnJPvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeFpnJPvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeFpnYtB1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLeFpnYtB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeFpnYtB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeFpnYtB1 .content-wrapper {
  justify-content: flex-end;
}
.cid-uLeFpnYtB1 .card {
  justify-content: center;
}
.cid-uLeFpnYtB1 .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uLeFpnYtB1 .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uLeFpnYtB1 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uLeFpnYtB1 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLeFpnYtB1 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLeFpnYtB1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLeFpnYtB1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLeFpnYtB1 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLeFpnYtB1 .mbr-section-btn .btn::after,
.cid-uLeFpnYtB1 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLeFpnYtB1 .mbr-section-btn .btn:hover,
.cid-uLeFpnYtB1 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLeFpnYtB1 .mbr-section-btn .btn:hover::after,
.cid-uLeFpnYtB1 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uLeFpnYtB1 .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .cid-uLeFpnYtB1 .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uLeFpnYtB1 .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLeFpnYtB1 .form-wrapper {
    padding: 20px;
  }
}
.cid-uLeFpnYtB1 .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLeFpnYtB1 .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uLeFpnYtB1 .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uLeFpnYtB1 .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
}
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uLeFpnYtB1 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uLeFpnYtB1 .mbr-section-title {
  color: #ffffff;
}
.cid-uLeFpnYtB1 .mbr-tag {
  color: #adadad;
}
.cid-uLeFpnYtB1 .mbr-text {
  color: #ffffff;
}
.cid-uLeFpnYtB1 .mbr-title {
  color: #000000;
}
.cid-uLeFpnYtB1 .form-text {
  color: #c7c7c7;
}
.cid-uLeFpnYtB1 label {
  color: #121212;
}
.cid-uLeFpnYtB1 LABEL {
  color: #808080;
}
.cid-uLeFpohhZR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLeFpohhZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeFpohhZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeFpohhZR .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uLeFpohhZR .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uLeFpohhZR .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uLeFpohhZR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLeFpohhZR .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLeFpohhZR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uLeFpohhZR .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uLeFpohhZR .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uLeFpohhZR .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uLeFpohhZR .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uLeFpohhZR .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uLeFpohhZR .list-box {
  width: 100%;
}
.cid-uLeFpohhZR .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uLeFpohhZR .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uLeFpohhZR .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uLeFpohhZR .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uLeFpohhZR .list a:hover:before {
  background-position: left !important;
}
.cid-uLeFpohhZR .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uLeFpohhZR .news-item {
  width: 100%;
}
.cid-uLeFpohhZR .news-text {
  margin-bottom: 3px;
  color: #f7f7f7;
}
.cid-uLeFpohhZR .news-title {
  color: #303030;
}
.cid-uLeFpohhZR .copyright {
  margin-top: 20px;
  color: #f7f7f7;
}
.cid-uLzFkrxBXl {
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-uLzFkrxBXl .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uLzFkrxBXl .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uLzFkrxBXl .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uLzFkrxBXl H3 {
  text-align: right;
  color: #0087ab;
}
.cid-uLzFkrxBXl .mbr-text,
.cid-uLzFkrxBXl .mbr-section-btn {
  color: #ffffff;
}
.cid-uLzFkrJbqI {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLzFkrJbqI .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uLzFkrJbqI .mbr-section-subtitle {
  text-align: center;
  color: #ed6031;
}
.cid-uLzFkrTyS1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLzFkrTyS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzFkrTyS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzFkrTyS1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLzFkrTyS1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLzFkrTyS1 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uLzFkrTyS1 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uLzFkrTyS1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uLzFkrTyS1 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uLzFkrTyS1 .btn-wrapper {
  margin-top: -2%;
}
.cid-uLzFkrTyS1 .mbr-section-title {
  color: #000000;
}
.cid-uLzFkrTyS1 .item-title {
  color: #000000;
}
.cid-uLzFkrTyS1 .item-text {
  color: #000000;
}
.cid-uLzFks401l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-uLzFks401l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzFks401l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uLzFks401l .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uLzFks401l .row {
    margin: 0;
  }
}
.cid-uLzFks401l .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLzFks401l .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uLzFks401l .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLzFks401l .content-wrapper {
    padding: 24px;
  }
}
.cid-uLzFks401l .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLzFks401l .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uLzFks401l .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLzFks401l .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uLzFks401l .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uLzFks401l .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uLzFks401l .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uLzFks401l .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uLzFks401l .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uLzFks401l .items .item {
    padding: 24px;
  }
}
.cid-uLzFks401l .items .item:last-child {
  border: none;
}
.cid-uLzFks401l .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uLzFks401l .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uLzFks401l .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uLzFks401l .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uLzFks401l .mbr-section-title {
  color: #F9F6E0;
}
.cid-uLzFks401l .mbr-text {
  color: #f7f7f7;
  text-align: right;
}
.cid-uLzFks401l .card-title {
  color: #F9F6E0;
}
.cid-uLzFks401l .card-number {
  color: #E0B548;
}
.cid-uLzFks401l .card-text {
  color: #edefeb;
}
.cid-uLzFks401l .mbr-section-title,
.cid-uLzFks401l .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uLzFks401l .card-title,
.cid-uLzFks401l .title-wrapper {
  color: #ffffff;
}
.cid-uLzFks401l .card-number,
.cid-uLzFks401l .title-wrapper {
  color: #a6a99c;
}
.cid-uLzFksik0u {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLzFksik0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzFksik0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzFksik0u .row {
  flex-direction: row-reverse;
}
.cid-uLzFksik0u .mbr-description {
  text-align: left;
}
.cid-uLzFksv7T6 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-uLzFksv7T6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-uLzFksv7T6 .main-sub-title {
  background: #6ec7f2;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uLzFksv7T6 .panel-group {
  border: none;
}
.cid-uLzFksv7T6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLzFksv7T6 .panel-body {
  padding: 1rem 2rem;
}
.cid-uLzFksv7T6 .header-wrapper {
  position: relative;
}
.cid-uLzFksv7T6 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uLzFksv7T6 span {
  transition: all 0.3s;
  color: #edefeb !important;
}
.cid-uLzFksv7T6 .card {
  overflow: visible;
}
.cid-uLzFksv7T6 .card:hover .card-header {
  border-color: #edefeb;
}
.cid-uLzFksv7T6 .card:hover .hover-bg {
  background: #808080;
  right: -8px;
  top: 8px;
}
.cid-uLzFksv7T6 .card:hover span {
  transform: rotate(-90deg);
}
.cid-uLzFksv7T6 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #000000;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uLzFksv7T6 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uLzFksv7T6 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uLzFksv7T6 H4 {
  color: #777d74;
}
.cid-uLzFksv7T6 .panel-title-edit {
  color: #ffffff;
}
.cid-uLzFksv7T6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLzFksv7T6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLzFksv7T6 .main-sub-title,
.cid-uLzFksv7T6 .align-wrapper {
  color: #33358c;
  text-align: center;
}
.cid-uLzFksv7T6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzFksv7T6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzFksv7T6 .panel-text {
  color: #ffffff;
}
.cid-uLBo3HmgBh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLBo3HmgBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLBo3HmgBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLBo3HmgBh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLBo3HmgBh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLBo3HmgBh .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-uLBo3HmgBh .content-head {
  max-width: 800px;
}
.cid-uLzFkt6cC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLzFkt6cC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzFkt6cC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzFkt6cC3 .content-wrapper {
  justify-content: flex-end;
}
.cid-uLzFkt6cC3 .card {
  justify-content: center;
}
.cid-uLzFkt6cC3 .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uLzFkt6cC3 .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uLzFkt6cC3 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uLzFkt6cC3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLzFkt6cC3 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLzFkt6cC3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLzFkt6cC3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLzFkt6cC3 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLzFkt6cC3 .mbr-section-btn .btn::after,
.cid-uLzFkt6cC3 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLzFkt6cC3 .mbr-section-btn .btn:hover,
.cid-uLzFkt6cC3 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLzFkt6cC3 .mbr-section-btn .btn:hover::after,
.cid-uLzFkt6cC3 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uLzFkt6cC3 .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .cid-uLzFkt6cC3 .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uLzFkt6cC3 .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLzFkt6cC3 .form-wrapper {
    padding: 20px;
  }
}
.cid-uLzFkt6cC3 .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLzFkt6cC3 .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uLzFkt6cC3 .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uLzFkt6cC3 .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
}
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uLzFkt6cC3 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uLzFkt6cC3 .mbr-section-title {
  color: #ffffff;
}
.cid-uLzFkt6cC3 .mbr-tag {
  color: #adadad;
}
.cid-uLzFkt6cC3 .mbr-text {
  color: #ffffff;
}
.cid-uLzFkt6cC3 .mbr-title {
  color: #000000;
}
.cid-uLzFkt6cC3 .form-text {
  color: #c7c7c7;
}
.cid-uLzFkt6cC3 label {
  color: #121212;
}
.cid-uLzFkt6cC3 LABEL {
  color: #808080;
}
.cid-uLzFktpaMQ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLzFktpaMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzFktpaMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzFktpaMQ .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uLzFktpaMQ .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uLzFktpaMQ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uLzFktpaMQ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uLzFktpaMQ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uLzFktpaMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uLzFktpaMQ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uLzFktpaMQ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uLzFktpaMQ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uLzFktpaMQ .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uLzFktpaMQ .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uLzFktpaMQ .list-box {
  width: 100%;
}
.cid-uLzFktpaMQ .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uLzFktpaMQ .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uLzFktpaMQ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uLzFktpaMQ .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uLzFktpaMQ .list a:hover:before {
  background-position: left !important;
}
.cid-uLzFktpaMQ .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uLzFktpaMQ .news-item {
  width: 100%;
}
.cid-uLzFktpaMQ .news-text {
  margin-bottom: 3px;
  color: #f7f7f7;
}
.cid-uLzFktpaMQ .news-title {
  color: #303030;
}
.cid-uLzFktpaMQ .copyright {
  margin-top: 20px;
  color: #f7f7f7;
}
.cid-uKC7IMQBpw .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uKC7IMQBpw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKC7IMQBpw a {
  font-style: normal;
}
.cid-uKC7IMQBpw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKC7IMQBpw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKC7IMQBpw .nav-item:focus,
.cid-uKC7IMQBpw .nav-link:focus {
  outline: none;
}
.cid-uKC7IMQBpw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKC7IMQBpw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKC7IMQBpw .menu-logo {
  margin-right: auto;
}
.cid-uKC7IMQBpw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKC7IMQBpw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKC7IMQBpw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKC7IMQBpw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKC7IMQBpw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKC7IMQBpw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKC7IMQBpw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKC7IMQBpw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKC7IMQBpw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKC7IMQBpw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKC7IMQBpw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKC7IMQBpw .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKC7IMQBpw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKC7IMQBpw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKC7IMQBpw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKC7IMQBpw .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKC7IMQBpw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKC7IMQBpw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKC7IMQBpw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKC7IMQBpw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKC7IMQBpw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKC7IMQBpw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKC7IMQBpw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKC7IMQBpw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKC7IMQBpw button.navbar-toggler:focus {
  outline: none;
}
.cid-uKC7IMQBpw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-uKC7IMQBpw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKC7IMQBpw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKC7IMQBpw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKC7IMQBpw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKC7IMQBpw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKC7IMQBpw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKC7IMQBpw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKC7IMQBpw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKC7IMQBpw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKC7IMQBpw .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKC7IMQBpw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKC7IMQBpw .collapsed .navbar-collapse.collapsing,
.cid-uKC7IMQBpw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKC7IMQBpw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKC7IMQBpw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKC7IMQBpw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKC7IMQBpw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKC7IMQBpw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKC7IMQBpw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKC7IMQBpw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKC7IMQBpw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKC7IMQBpw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKC7IMQBpw .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKC7IMQBpw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKC7IMQBpw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKC7IMQBpw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKC7IMQBpw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKC7IMQBpw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKC7IMQBpw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKC7IMQBpw .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKC7IMQBpw img {
    height: 3.8rem !important;
  }
  .cid-uKC7IMQBpw .btn {
    display: -webkit-flex;
  }
  .cid-uKC7IMQBpw button.navbar-toggler {
    display: block;
  }
  .cid-uKC7IMQBpw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKC7IMQBpw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKC7IMQBpw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKC7IMQBpw .navbar-collapse.collapsing,
  .cid-uKC7IMQBpw .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKC7IMQBpw .navbar-collapse.collapsing .navbar-nav,
  .cid-uKC7IMQBpw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKC7IMQBpw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKC7IMQBpw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKC7IMQBpw .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKC7IMQBpw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKC7IMQBpw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKC7IMQBpw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKC7IMQBpw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKC7IMQBpw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKC7IMQBpw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKC7IMQBpw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKC7IMQBpw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKC7IMQBpw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKC7IMQBpw .nav-link:hover,
.cid-uKC7IMQBpw .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uKC7IN3eJm {
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uKC7IN3eJm .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uKC7IN3eJm .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uKC7IN3eJm .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uKC7IN3eJm H3 {
  text-align: right;
  color: #0087ab;
}
.cid-uKC7IN3eJm .mbr-text,
.cid-uKC7IN3eJm .mbr-section-btn {
  color: #ffffff;
}
.cid-uKC7INd3NJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKC7INd3NJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKC7INd3NJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLBkdN1mLX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLBkdN1mLX .bottom {
  color: #52586a;
  margin-top: 14px;
}
.cid-uLBkdN1mLX .card-title {
  text-align: center;
  color: #ffa600;
}
.cid-uLBkdN1mLX .mbr-section-btn {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLBkdN1mLX .t1 {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .cid-uLBkdN1mLX .t {
    margin-top: 30px;
  }
}
.cid-uLBkdN1mLX .btn {
  border-width: 0px;
}
.cid-uL1PLACPva {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uL1PLACPva .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1PLACPva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1PLACPva .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-uL1PLACPva .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1PLACPva .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1PLACPva .card-wrapper {
    padding: 4rem;
  }
}
.cid-uL1PLACPva .mbr-text,
.cid-uL1PLACPva .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uL1PLACPva .card-title,
.cid-uL1PLACPva .card-box {
  text-align: left;
  color: #edefeb;
}
.cid-uL1PLACPva .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uL1PLACPva .mbr-text {
  text-align: left;
  color: #edefeb;
}
.cid-uL1PLACPva .mbr-card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uL2eC9Qmu6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL2eC9Qmu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2eC9Qmu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2eC9Qmu6 .row {
  flex-direction: row-reverse;
}
.cid-uL2eC9Qmu6 .mbr-description {
  text-align: left;
}
.cid-uLKRsalwWS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLKRsalwWS .bottom {
  color: #52586a;
  margin-top: 14px;
}
.cid-uLKRsalwWS .card-title {
  text-align: center;
  color: #ffa600;
}
.cid-uLKRsalwWS .mbr-section-btn {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLKRsalwWS .t1 {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .cid-uLKRsalwWS .t {
    margin-top: 30px;
  }
}
.cid-uLKRsalwWS .btn {
  border-width: 0px;
}
.cid-uLzzL0WwjL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uLzzL0WwjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzzL0WwjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzzL0WwjL .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-uLzzL0WwjL .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLzzL0WwjL .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLzzL0WwjL .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLzzL0WwjL .mbr-text,
.cid-uLzzL0WwjL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLzzL0WwjL .card-title,
.cid-uLzzL0WwjL .card-box {
  text-align: left;
  color: #edefeb;
}
.cid-uLzzL0WwjL .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uLzzL0WwjL .mbr-text {
  text-align: left;
  color: #edefeb;
}
.cid-uLzzL0WwjL .mbr-card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uKCRZVZrT4 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKCRZVZrT4 .container {
  max-width: 1312px;
}
.cid-uKCRZVZrT4 img,
.cid-uKCRZVZrT4 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uKCRZVZrT4 img {
  height: 415px;
  transition: transform 3s, filter 0.5s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKCRZVZrT4 img {
    height: 350px;
  }
}
.cid-uKCRZVZrT4 .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7787a5;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-uKCRZVZrT4 .item:focus,
.cid-uKCRZVZrT4 span:focus {
  outline: none;
}
.cid-uKCRZVZrT4 .item-wrap {
  flex-grow: 1;
}
.cid-uKCRZVZrT4 .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uKCRZVZrT4 .item-wrapper:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-uKCRZVZrT4 .item-wrapper:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-uKCRZVZrT4 .item-wrapper .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uKCRZVZrT4 .item-wrapper .item-content {
  padding: 1.5rem 1.5rem 0;
}
.cid-uKCRZVZrT4 .item-wrapper .item-footer {
  padding: 0 1.5rem 0.9rem;
}
.cid-uKCRZVZrT4 .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-uKCRZVZrT4 .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-uKCRZVZrT4 .mbr-section-title {
  color: #000000;
}
.cid-uKCRZVZrT4 .mbr-section-subtitle {
  color: #002549;
}
.cid-uKCRZVZrT4 .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uKCRZVZrT4 .item-price-container .item-price {
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  padding: 4px 1rem 8px;
  border-radius: 2em;
  display: inline-block;
}
.cid-uKCRZVZrT4 .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-uKCRZVZrT4 .item {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uKCRZVZrT4 .item {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-uKCRZVZrT4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKCRZVZrT4 .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uKCRZVZrT4 .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKCRZVZrT4 .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-uKCRZVZrT4 .item-title {
  text-align: left;
  color: #002549;
}
.cid-uKCRZVZrT4 .item-subtitle,
.cid-uKCRZVZrT4 .item-footer {
  color: #002549;
}
.cid-uKCRZVZrT4 .item-price,
.cid-uKCRZVZrT4 .item-price-container {
  color: #ffffff;
}
.cid-uKWTcCbbL4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKWTcCbbL4 .container {
  max-width: 1312px;
}
.cid-uKWTcCbbL4 img,
.cid-uKWTcCbbL4 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uKWTcCbbL4 img {
  height: 415px;
  transition: transform 3s, filter 0.5s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKWTcCbbL4 img {
    height: 350px;
  }
}
.cid-uKWTcCbbL4 .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7787a5;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-uKWTcCbbL4 .item:focus,
.cid-uKWTcCbbL4 span:focus {
  outline: none;
}
.cid-uKWTcCbbL4 .item-wrap {
  flex-grow: 1;
}
.cid-uKWTcCbbL4 .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uKWTcCbbL4 .item-wrapper:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-uKWTcCbbL4 .item-wrapper:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-uKWTcCbbL4 .item-wrapper .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uKWTcCbbL4 .item-wrapper .item-content {
  padding: 1.5rem 1.5rem 0;
}
.cid-uKWTcCbbL4 .item-wrapper .item-footer {
  padding: 0 1.5rem 0.9rem;
}
.cid-uKWTcCbbL4 .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-uKWTcCbbL4 .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-uKWTcCbbL4 .mbr-section-title {
  color: #000000;
}
.cid-uKWTcCbbL4 .mbr-section-subtitle {
  color: #002549;
}
.cid-uKWTcCbbL4 .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uKWTcCbbL4 .item-price-container .item-price {
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  padding: 4px 1rem 8px;
  border-radius: 2em;
  display: inline-block;
}
.cid-uKWTcCbbL4 .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-uKWTcCbbL4 .item {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uKWTcCbbL4 .item {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-uKWTcCbbL4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKWTcCbbL4 .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uKWTcCbbL4 .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKWTcCbbL4 .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-uKWTcCbbL4 .item-title {
  text-align: left;
  color: #002549;
}
.cid-uKWTcCbbL4 .item-subtitle,
.cid-uKWTcCbbL4 .item-footer {
  color: #002549;
}
.cid-uKWTcCbbL4 .item-price,
.cid-uKWTcCbbL4 .item-price-container {
  color: #ffffff;
}
.cid-uL02Y3lDUm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uL02Y3lDUm .container {
  max-width: 1312px;
}
.cid-uL02Y3lDUm img,
.cid-uL02Y3lDUm .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uL02Y3lDUm img {
  height: 415px;
  transition: transform 3s, filter 0.5s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL02Y3lDUm img {
    height: 350px;
  }
}
.cid-uL02Y3lDUm .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7787a5;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-uL02Y3lDUm .item:focus,
.cid-uL02Y3lDUm span:focus {
  outline: none;
}
.cid-uL02Y3lDUm .item-wrap {
  flex-grow: 1;
}
.cid-uL02Y3lDUm .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uL02Y3lDUm .item-wrapper:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-uL02Y3lDUm .item-wrapper:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-uL02Y3lDUm .item-wrapper .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uL02Y3lDUm .item-wrapper .item-content {
  padding: 1.5rem 1.5rem 0;
}
.cid-uL02Y3lDUm .item-wrapper .item-footer {
  padding: 0 1.5rem 0.9rem;
}
.cid-uL02Y3lDUm .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-uL02Y3lDUm .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-uL02Y3lDUm .mbr-section-title {
  color: #000000;
}
.cid-uL02Y3lDUm .mbr-section-subtitle {
  color: #002549;
}
.cid-uL02Y3lDUm .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uL02Y3lDUm .item-price-container .item-price {
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  padding: 4px 1rem 8px;
  border-radius: 2em;
  display: inline-block;
}
.cid-uL02Y3lDUm .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-uL02Y3lDUm .item {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uL02Y3lDUm .item {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-uL02Y3lDUm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uL02Y3lDUm .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uL02Y3lDUm .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-uL02Y3lDUm .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-uL02Y3lDUm .item-title {
  text-align: left;
  color: #002549;
}
.cid-uL02Y3lDUm .item-subtitle,
.cid-uL02Y3lDUm .item-footer {
  color: #002549;
}
.cid-uL02Y3lDUm .item-price,
.cid-uL02Y3lDUm .item-price-container {
  color: #ffffff;
}
.cid-uL03hK711m {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL03hK711m .container {
  max-width: 1312px;
}
.cid-uL03hK711m img,
.cid-uL03hK711m .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uL03hK711m img {
  height: 415px;
  transition: transform 3s, filter 0.5s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL03hK711m img {
    height: 350px;
  }
}
.cid-uL03hK711m .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7787a5;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-uL03hK711m .item:focus,
.cid-uL03hK711m span:focus {
  outline: none;
}
.cid-uL03hK711m .item-wrap {
  flex-grow: 1;
}
.cid-uL03hK711m .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uL03hK711m .item-wrapper:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-uL03hK711m .item-wrapper:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-uL03hK711m .item-wrapper .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uL03hK711m .item-wrapper .item-content {
  padding: 1.5rem 1.5rem 0;
}
.cid-uL03hK711m .item-wrapper .item-footer {
  padding: 0 1.5rem 0.9rem;
}
.cid-uL03hK711m .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-uL03hK711m .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-uL03hK711m .mbr-section-title {
  color: #000000;
}
.cid-uL03hK711m .mbr-section-subtitle {
  color: #002549;
}
.cid-uL03hK711m .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uL03hK711m .item-price-container .item-price {
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  padding: 4px 1rem 8px;
  border-radius: 2em;
  display: inline-block;
}
.cid-uL03hK711m .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-uL03hK711m .item {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uL03hK711m .item {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-uL03hK711m .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uL03hK711m .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uL03hK711m .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-uL03hK711m .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-uL03hK711m .item-title {
  text-align: left;
  color: #002549;
}
.cid-uL03hK711m .item-subtitle,
.cid-uL03hK711m .item-footer {
  color: #002549;
}
.cid-uL03hK711m .item-price,
.cid-uL03hK711m .item-price-container {
  color: #ffffff;
}
.cid-uL0Xe0ByDy {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL0Xe0ByDy .container {
  max-width: 1312px;
}
.cid-uL0Xe0ByDy img,
.cid-uL0Xe0ByDy .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uL0Xe0ByDy img {
  height: 415px;
  transition: transform 3s, filter 0.5s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL0Xe0ByDy img {
    height: 350px;
  }
}
.cid-uL0Xe0ByDy .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7787a5;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-uL0Xe0ByDy .item:focus,
.cid-uL0Xe0ByDy span:focus {
  outline: none;
}
.cid-uL0Xe0ByDy .item-wrap {
  flex-grow: 1;
}
.cid-uL0Xe0ByDy .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uL0Xe0ByDy .item-wrapper:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-uL0Xe0ByDy .item-wrapper:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-uL0Xe0ByDy .item-wrapper .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uL0Xe0ByDy .item-wrapper .item-content {
  padding: 1.5rem 1.5rem 0;
}
.cid-uL0Xe0ByDy .item-wrapper .item-footer {
  padding: 0 1.5rem 0.9rem;
}
.cid-uL0Xe0ByDy .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-uL0Xe0ByDy .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-uL0Xe0ByDy .mbr-section-title {
  color: #000000;
}
.cid-uL0Xe0ByDy .mbr-section-subtitle {
  color: #002549;
}
.cid-uL0Xe0ByDy .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uL0Xe0ByDy .item-price-container .item-price {
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  padding: 4px 1rem 8px;
  border-radius: 2em;
  display: inline-block;
}
.cid-uL0Xe0ByDy .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-uL0Xe0ByDy .item {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uL0Xe0ByDy .item {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-uL0Xe0ByDy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uL0Xe0ByDy .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uL0Xe0ByDy .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-uL0Xe0ByDy .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-uL0Xe0ByDy .item-title {
  text-align: left;
  color: #002549;
}
.cid-uL0Xe0ByDy .item-subtitle,
.cid-uL0Xe0ByDy .item-footer {
  color: #002549;
}
.cid-uL0Xe0ByDy .item-price,
.cid-uL0Xe0ByDy .item-price-container {
  color: #ffffff;
}
.cid-uL1KWh32bF {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1KWh32bF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1KWh32bF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdWYufaxI {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLdWYufaxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdWYufaxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLBmkFdxDr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLBmkFdxDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLBmkFdxDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLBmkFdxDr .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLBmkFdxDr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLBmkFdxDr .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-uLBmkFdxDr .content-head {
  max-width: 800px;
}
.cid-uL6erBR7EK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uL6erBR7EK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6erBR7EK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6erBR7EK .content-wrapper {
  justify-content: flex-end;
}
.cid-uL6erBR7EK .card {
  justify-content: center;
}
.cid-uL6erBR7EK .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uL6erBR7EK .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uL6erBR7EK .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uL6erBR7EK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL6erBR7EK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uL6erBR7EK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL6erBR7EK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL6erBR7EK .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uL6erBR7EK .mbr-section-btn .btn::after,
.cid-uL6erBR7EK .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uL6erBR7EK .mbr-section-btn .btn:hover,
.cid-uL6erBR7EK .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL6erBR7EK .mbr-section-btn .btn:hover::after,
.cid-uL6erBR7EK .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uL6erBR7EK .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .cid-uL6erBR7EK .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uL6erBR7EK .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uL6erBR7EK .form-wrapper {
    padding: 20px;
  }
}
.cid-uL6erBR7EK .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL6erBR7EK .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uL6erBR7EK .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uL6erBR7EK .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
}
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uL6erBR7EK .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uL6erBR7EK .mbr-section-title {
  color: #ffffff;
}
.cid-uL6erBR7EK .mbr-tag {
  color: #adadad;
}
.cid-uL6erBR7EK .mbr-text {
  color: #ffffff;
}
.cid-uL6erBR7EK .mbr-title {
  color: #000000;
}
.cid-uL6erBR7EK .form-text {
  color: #c7c7c7;
}
.cid-uL6erBR7EK label {
  color: #121212;
}
.cid-uL6erBR7EK LABEL {
  color: #808080;
}
.cid-uKC7IOi7ij {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uKC7IOi7ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKC7IOi7ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKC7IOi7ij .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uKC7IOi7ij .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uKC7IOi7ij .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uKC7IOi7ij .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uKC7IOi7ij .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uKC7IOi7ij .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uKC7IOi7ij .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uKC7IOi7ij .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uKC7IOi7ij .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uKC7IOi7ij .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uKC7IOi7ij .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uKC7IOi7ij .list-box {
  width: 100%;
}
.cid-uKC7IOi7ij .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uKC7IOi7ij .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uKC7IOi7ij .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uKC7IOi7ij .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uKC7IOi7ij .list a:hover:before {
  background-position: left !important;
}
.cid-uKC7IOi7ij .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uKC7IOi7ij .news-item {
  width: 100%;
}
.cid-uKC7IOi7ij .news-text {
  margin-bottom: 3px;
  color: #f7f7f7;
}
.cid-uKC7IOi7ij .news-title {
  color: #303030;
}
.cid-uKC7IOi7ij .copyright {
  margin-top: 20px;
  color: #f7f7f7;
}
.cid-uNcOZ6MBdL {
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-uNcOZ6MBdL .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uNcOZ6MBdL .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uNcOZ6MBdL .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uNcOZ6MBdL H3 {
  text-align: right;
  color: #0087ab;
}
.cid-uNcOZ6MBdL .mbr-text,
.cid-uNcOZ6MBdL .mbr-section-btn {
  color: #ffffff;
}
.cid-uNcOZ6X1Cr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNcOZ6X1Cr .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uNcOZ6X1Cr .mbr-section-subtitle {
  text-align: center;
  color: #ed6031;
}
.cid-uNcOZ75IjC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNcOZ75IjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNcOZ75IjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNcOZ75IjC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNcOZ75IjC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNcOZ75IjC .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uNcOZ75IjC .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uNcOZ75IjC .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uNcOZ75IjC .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNcOZ75IjC .btn-wrapper {
  margin-top: -2%;
}
.cid-uNcOZ75IjC .mbr-section-title {
  color: #000000;
}
.cid-uNcOZ75IjC .item-title {
  color: #000000;
}
.cid-uNcOZ75IjC .item-text {
  color: #000000;
}
.cid-uNcOZ7YVGz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNcOZ7YVGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNcOZ7YVGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNcOZ7YVGz .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNcOZ7YVGz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNcOZ7YVGz .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-uNcOZ7YVGz .content-head {
  max-width: 800px;
}
.cid-uNcOZ8c2hF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uNcOZ8c2hF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNcOZ8c2hF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNcOZ8c2hF .content-wrapper {
  justify-content: flex-end;
}
.cid-uNcOZ8c2hF .card {
  justify-content: center;
}
.cid-uNcOZ8c2hF .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uNcOZ8c2hF .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uNcOZ8c2hF .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uNcOZ8c2hF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNcOZ8c2hF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNcOZ8c2hF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNcOZ8c2hF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNcOZ8c2hF .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNcOZ8c2hF .mbr-section-btn .btn::after,
.cid-uNcOZ8c2hF .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uNcOZ8c2hF .mbr-section-btn .btn:hover,
.cid-uNcOZ8c2hF .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uNcOZ8c2hF .mbr-section-btn .btn:hover::after,
.cid-uNcOZ8c2hF .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uNcOZ8c2hF .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .cid-uNcOZ8c2hF .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uNcOZ8c2hF .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uNcOZ8c2hF .form-wrapper {
    padding: 20px;
  }
}
.cid-uNcOZ8c2hF .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNcOZ8c2hF .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uNcOZ8c2hF .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uNcOZ8c2hF .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
}
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uNcOZ8c2hF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uNcOZ8c2hF .mbr-section-title {
  color: #e86f47;
}
.cid-uNcOZ8c2hF .mbr-tag {
  color: #adadad;
}
.cid-uNcOZ8c2hF .mbr-text {
  color: #ffffff;
}
.cid-uNcOZ8c2hF .mbr-title {
  color: #000000;
}
.cid-uNcOZ8c2hF .form-text {
  color: #c7c7c7;
}
.cid-uNcOZ8c2hF label {
  color: #121212;
}
.cid-uNcOZ8c2hF LABEL {
  color: #808080;
}
.cid-uNcOZ8uddT {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uNcOZ8uddT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNcOZ8uddT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNcOZ8uddT .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uNcOZ8uddT .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uNcOZ8uddT .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uNcOZ8uddT .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uNcOZ8uddT .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uNcOZ8uddT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uNcOZ8uddT .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uNcOZ8uddT .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uNcOZ8uddT .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uNcOZ8uddT .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uNcOZ8uddT .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uNcOZ8uddT .list-box {
  width: 100%;
}
.cid-uNcOZ8uddT .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uNcOZ8uddT .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uNcOZ8uddT .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uNcOZ8uddT .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uNcOZ8uddT .list a:hover:before {
  background-position: left !important;
}
.cid-uNcOZ8uddT .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uNcOZ8uddT .news-item {
  width: 100%;
}
.cid-uNcOZ8uddT .news-text {
  margin-bottom: 3px;
  color: #f7f7f7;
}
.cid-uNcOZ8uddT .news-title {
  color: #303030;
}
.cid-uNcOZ8uddT .copyright {
  margin-top: 20px;
  color: #f7f7f7;
}
.cid-uNmhi80IC8 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uNmhi80IC8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uNmhi80IC8 a {
  font-style: normal;
}
.cid-uNmhi80IC8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uNmhi80IC8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uNmhi80IC8 .nav-item:focus,
.cid-uNmhi80IC8 .nav-link:focus {
  outline: none;
}
.cid-uNmhi80IC8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNmhi80IC8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uNmhi80IC8 .menu-logo {
  margin-right: auto;
}
.cid-uNmhi80IC8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uNmhi80IC8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uNmhi80IC8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uNmhi80IC8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uNmhi80IC8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uNmhi80IC8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uNmhi80IC8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uNmhi80IC8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uNmhi80IC8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uNmhi80IC8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNmhi80IC8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uNmhi80IC8 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uNmhi80IC8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uNmhi80IC8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNmhi80IC8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uNmhi80IC8 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uNmhi80IC8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uNmhi80IC8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uNmhi80IC8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uNmhi80IC8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uNmhi80IC8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uNmhi80IC8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uNmhi80IC8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uNmhi80IC8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uNmhi80IC8 button.navbar-toggler:focus {
  outline: none;
}
.cid-uNmhi80IC8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-uNmhi80IC8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNmhi80IC8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNmhi80IC8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNmhi80IC8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNmhi80IC8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNmhi80IC8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNmhi80IC8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNmhi80IC8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNmhi80IC8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uNmhi80IC8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uNmhi80IC8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uNmhi80IC8 .collapsed .navbar-collapse.collapsing,
.cid-uNmhi80IC8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uNmhi80IC8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uNmhi80IC8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uNmhi80IC8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uNmhi80IC8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uNmhi80IC8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uNmhi80IC8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uNmhi80IC8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uNmhi80IC8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uNmhi80IC8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uNmhi80IC8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uNmhi80IC8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uNmhi80IC8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uNmhi80IC8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uNmhi80IC8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uNmhi80IC8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uNmhi80IC8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uNmhi80IC8 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uNmhi80IC8 img {
    height: 3.8rem !important;
  }
  .cid-uNmhi80IC8 .btn {
    display: -webkit-flex;
  }
  .cid-uNmhi80IC8 button.navbar-toggler {
    display: block;
  }
  .cid-uNmhi80IC8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uNmhi80IC8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uNmhi80IC8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uNmhi80IC8 .navbar-collapse.collapsing,
  .cid-uNmhi80IC8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uNmhi80IC8 .navbar-collapse.collapsing .navbar-nav,
  .cid-uNmhi80IC8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uNmhi80IC8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uNmhi80IC8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uNmhi80IC8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uNmhi80IC8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uNmhi80IC8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uNmhi80IC8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uNmhi80IC8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uNmhi80IC8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uNmhi80IC8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uNmhi80IC8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uNmhi80IC8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uNmhi80IC8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uNmhi80IC8 .nav-link:hover,
.cid-uNmhi80IC8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNmhi8fCRm {
  background-image: url("../../../assets/images/mbr-2.png");
}
.cid-uNmhi8fCRm .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uNmhi8fCRm .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uNmhi8fCRm .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uNmhi8fCRm H3 {
  text-align: right;
  color: #0087ab;
}
.cid-uNmhi8fCRm .mbr-text,
.cid-uNmhi8fCRm .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmhi8qJ36 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNmhi8qJ36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNmhi8qJ36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNmhi8qJ36 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uNmhi8CGDQ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNmhi8CGDQ .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffa600;
  margin-bottom: 1rem;
}
.cid-uNmhi8CGDQ .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uNmhi8CGDQ .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uNmhi8CGDQ .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uNmhi8CGDQ .card-wrapper:hover {
  background: #f4f4f4;
}
.cid-uNmhi8CGDQ .card-title,
.cid-uNmhi8CGDQ .card-box {
  color: #000000;
}
.cid-uNmhi8CGDQ .main-title,
.cid-uNmhi8CGDQ .title-col {
  text-align: center;
  color: #000000;
}
.cid-uNmhi8CGDQ .card-text {
  color: #353535;
}
.cid-uNmhi8CGDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNmhi8CGDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNn0S0s0eV {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNn0S0s0eV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNn0S0s0eV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uNn0S0s0eV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uNn0S0s0eV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNn0S0s0eV .row {
  margin: 0;
}
.cid-uNn0S0s0eV .card {
  padding: 3rem;
  border: 1px solid #000000 !important;
}
@media (max-width: 767px) {
  .cid-uNn0S0s0eV .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uNn0S0s0eV h3 {
  margin-bottom: 3rem !important;
}
.cid-uNn0S0s0eV .content-head {
  max-width: 800px;
}
.cid-uNn0S0s0eV textarea {
  min-height: 200px;
}
.cid-uNn0S0s0eV input,
.cid-uNn0S0s0eV textarea {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uNn0S0s0eV .mbr-section-title {
  color: #221b35;
}
.cid-uNn0S0s0eV LABEL {
  color: #221b35;
}
.cid-uNnacYFKNS {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uNnacYFKNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnacYFKNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNnacYFKNS .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uNnacYFKNS .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNnacYFKNS .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uNnacYFKNS .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNnacYFKNS .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uNnacYFKNS .row {
  flex-direction: row-reverse;
}
.cid-uNnacYFKNS .image-wrapper {
  padding: 0 1rem;
}
.cid-uNnacYFKNS img,
.cid-uNnacYFKNS .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNnacYFKNS img,
  .cid-uNnacYFKNS .image-wrapper {
    max-height: 350px;
  }
}
.cid-uNnacYFKNS .mbr-section-title {
  color: #000000;
}
.cid-uNnacYFKNS .mbr-text {
  color: #000000;
}
.cid-uNmhiaI5GH {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNmhiaI5GH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNmhiaI5GH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNmhib0ghc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uNmhib0ghc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNmhib0ghc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNmhib0ghc .content-wrapper {
  justify-content: flex-end;
}
.cid-uNmhib0ghc .card {
  justify-content: center;
}
.cid-uNmhib0ghc .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uNmhib0ghc .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uNmhib0ghc .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uNmhib0ghc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNmhib0ghc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNmhib0ghc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNmhib0ghc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNmhib0ghc .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNmhib0ghc .mbr-section-btn .btn::after,
.cid-uNmhib0ghc .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uNmhib0ghc .mbr-section-btn .btn:hover,
.cid-uNmhib0ghc .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uNmhib0ghc .mbr-section-btn .btn:hover::after,
.cid-uNmhib0ghc .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uNmhib0ghc .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .cid-uNmhib0ghc .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uNmhib0ghc .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uNmhib0ghc .form-wrapper {
    padding: 20px;
  }
}
.cid-uNmhib0ghc .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNmhib0ghc .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uNmhib0ghc .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uNmhib0ghc .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #808080 !important;
}
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uNmhib0ghc .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uNmhib0ghc .mbr-section-title {
  color: #ffffff;
}
.cid-uNmhib0ghc .mbr-tag {
  color: #adadad;
}
.cid-uNmhib0ghc .mbr-text {
  color: #ffffff;
}
.cid-uNmhib0ghc .mbr-title {
  color: #000000;
}
.cid-uNmhib0ghc .form-text {
  color: #c7c7c7;
}
.cid-uNmhib0ghc label {
  color: #121212;
}
.cid-uNmhib0ghc LABEL {
  color: #808080;
}
.cid-uNmhibl87F {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uNmhibl87F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNmhibl87F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNmhibl87F .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uNmhibl87F .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uNmhibl87F .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uNmhibl87F .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uNmhibl87F .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uNmhibl87F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uNmhibl87F .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uNmhibl87F .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uNmhibl87F .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uNmhibl87F .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uNmhibl87F .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uNmhibl87F .list-box {
  width: 100%;
}
.cid-uNmhibl87F .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uNmhibl87F .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uNmhibl87F .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uNmhibl87F .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uNmhibl87F .list a:hover:before {
  background-position: left !important;
}
.cid-uNmhibl87F .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uNmhibl87F .news-item {
  width: 100%;
}
.cid-uNmhibl87F .news-text {
  margin-bottom: 3px;
  color: #f7f7f7;
}
.cid-uNmhibl87F .news-title {
  color: #303030;
}
.cid-uNmhibl87F .copyright {
  margin-top: 20px;
  color: #f7f7f7;
}
