.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: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.4;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #ff5300 !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ec00f4 !important;
}
.bg-danger {
  background-color: #ff5300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5300 !important;
  border-color: #ff5300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff7533 !important;
  border-color: #ff7533 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff7533 !important;
  border-color: #ff7533 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00d0f3 !important;
  border-color: #00d0f3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #27e0ff !important;
  border-color: #27e0ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #27e0ff !important;
  border-color: #27e0ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec00f4 !important;
  border-color: #ec00f4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f828ff !important;
  border-color: #f828ff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f828ff !important;
  border-color: #f828ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5300 !important;
  border-color: #ff5300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff7533 !important;
  border-color: #ff7533 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7533 !important;
  border-color: #ff7533 !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: #ff5300;
  color: #ff5300;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a83700 !important;
  background-color: transparent !important;
  border-color: #a83700 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5300 !important;
  border-color: #ff5300 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00d0f3;
  color: #00d0f3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00869c !important;
  background-color: transparent !important;
  border-color: #00869c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00d0f3 !important;
  border-color: #00d0f3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ec00f4;
  color: #ec00f4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #98009d !important;
  background-color: transparent !important;
  border-color: #98009d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec00f4 !important;
  border-color: #ec00f4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5300;
  color: #ff5300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a83700 !important;
  background-color: transparent !important;
  border-color: #a83700 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5300 !important;
  border-color: #ff5300 !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: #ff5300 !important;
}
.text-secondary {
  color: #00d0f3 !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ec00f4 !important;
}
.text-danger {
  color: #ff5300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #993200 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #00798d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bbbbbb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #89008e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993200 !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: #ff5300;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ec00f4;
}
.alert-danger {
  background-color: #ff5300;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff5300;
  border-color: #ff5300;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff5300;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffddcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdc1ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffddcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff5300 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff5300;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff5300;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5300;
}
.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: #ff5300;
  border-bottom-color: #ff5300;
}
.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: #ff5300 !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: #00d0f3 !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='%23ff5300' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 10px 40px;
  border-radius: 100px !important;
  z-index: 1;
  overflow: hidden;
  font-weight: 700 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  width: 100%;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
  color: #ff5300 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #ff5300 !important;
}
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before {
  background-color: #ff5300;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #ffffff !important;
}
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #ff5300 !important;
}
img {
  border-radius: 0 !important;
}
.cid-tZ3AfQ2beu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZ3AfQ2beu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZ3AfQ2beu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZ3AfQ2beu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3AfQ2beu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZ3AfQ2beu .nav-link:hover {
  color: #ffffff !important;
}
.cid-tZ3AfQ2beu .nav-link:hover::before {
  width: 100%;
}
.cid-tZ3AfQ2beu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AfQ2beu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tZ3AfQ2beu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-tZ3AfQ2beu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-tZ3AfQ2beu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3AfQ2beu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-tZ3AfQ2beu .nav-item:focus,
.cid-tZ3AfQ2beu .nav-link:focus {
  outline: none;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3AfQ2beu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3AfQ2beu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZ3AfQ2beu .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3AfQ2beu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3AfQ2beu .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3AfQ2beu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3AfQ2beu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZ3AfQ2beu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar {
    min-height: 72px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3AfQ2beu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3AfQ2beu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZ3AfQ2beu .dropdown-item.active,
.cid-tZ3AfQ2beu .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZ3AfQ2beu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3AfQ2beu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-buttons {
    text-align: left;
  }
}
.cid-tZ3AfQ2beu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZ3AfQ2beu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3AfQ2beu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ3AfQ2beu .navbar {
    height: 70px;
  }
  .cid-tZ3AfQ2beu .navbar.opened {
    height: auto;
  }
  .cid-tZ3AfQ2beu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZ3AfQ2beu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZ3AfQ2beu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar-brand {
    margin-right: auto;
  }
  .cid-tZ3AfQ2beu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tZ3AfQ2beu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-brand,
.cid-tZ3AfQ2beu .navbar-toggler,
.cid-tZ3AfQ2beu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uUevkVxgyW {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUevkVxgyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUevkVxgyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUevkVxgyW .container {
    padding: 0 22px;
  }
}
.cid-uUevkVxgyW .card {
  justify-content: center;
}
.cid-uUevkVxgyW .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uUevkVxgyW .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUevkVxgyW .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUevkVxgyW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUevkVxgyW .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uUevkVxgyW .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUevkVxgyW .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uUevkVxgyW .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uUevkVxgyW .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uUevkVxgyW .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uUevkVxgyW .mbr-section-title {
  color: #ffffff;
}
.cid-uUevkVxgyW .mbr-text {
  color: #ffffff;
}
.cid-uUpPjzRd8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpPjzRd8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpPjzRd8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpPjzRd8a .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUpPjzRd8a .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uUpPjzRd8a .card {
  justify-content: center;
}
.cid-uUpPjzRd8a .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUpPjzRd8a .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uUpPjzRd8a .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpPjzRd8a .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uUpPjzRd8a .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUpPjzRd8a .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uUpPjzRd8a .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uUpPjzRd8a .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpPjzRd8a .mbr-section-title {
  color: #000000;
}
.cid-uUpPjzRd8a .mbr-number {
  color: #000000;
}
.cid-uUpPjzRd8a .list {
  color: #000000;
}
.cid-uUev45RIQa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUev45RIQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUev45RIQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUev45RIQa .container {
    padding: 0 22px;
  }
}
.cid-uUev45RIQa .row {
  justify-content: center;
}
.cid-uUev45RIQa .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUev45RIQa .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUev45RIQa .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uUev45RIQa .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUev45RIQa .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uUev45RIQa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUev45RIQa .mbr-section-title {
  color: #ffffff;
}
.cid-uUev45RIQa .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUev45RIQa .mbr-section-title,
.cid-uUev45RIQa .icon-wrapper {
  text-align: center;
}
.cid-tZ3AtLuR1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-tZ3AtLuR1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AtLuR1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZ3AtLuR1a .container {
    padding: 0 22px;
  }
}
.cid-tZ3AtLuR1a .row {
  justify-content: center;
}
.cid-tZ3AtLuR1a .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AtLuR1a .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tZ3AtLuR1a .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZ3AtLuR1a .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AtLuR1a .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AtLuR1a .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-tZ3AtLuR1a .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AtLuR1a .mbr-section-title {
  color: #ffffff;
}
.cid-tZ3AtLuR1a .mbr-text {
  color: #ffffff;
}
.cid-tZ3AtLuR1a .mbr-section-title,
.cid-tZ3AtLuR1a .icon-wrapper {
  color: #ffffff;
}
.cid-tZ3AmndVX1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZ3AmndVX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AmndVX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZ3AmndVX1 .container {
    padding: 0 22px;
  }
}
.cid-tZ3AmndVX1 .row {
  justify-content: space-between;
}
.cid-tZ3AmndVX1 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ3AmndVX1 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZ3AmndVX1 .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ3AmndVX1 .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AmndVX1 .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-tZ3AmndVX1 .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tZ3AmndVX1 .image-wrapper img {
    height: 350px;
  }
}
.cid-tZ3AmndVX1 .mbr-section-title {
  color: #000305;
}
.cid-tZ3AmndVX1 .mbr-text {
  color: #ffffff;
}
.cid-tZ3AmndVX1 .mbr-text,
.cid-tZ3AmndVX1 .mbr-section-btn {
  color: #000305;
}
.cid-tZ3ADhBSa2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-tZ3ADhBSa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3ADhBSa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZ3ADhBSa2 .container {
    padding: 0 22px;
  }
}
.cid-tZ3ADhBSa2 .row {
  justify-content: center;
}
.cid-tZ3ADhBSa2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ3ADhBSa2 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZ3ADhBSa2 .tabs-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.cid-tZ3ADhBSa2 .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  justify-content: center;
  border: none;
}
.cid-tZ3ADhBSa2 .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 22px 22px;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3ADhBSa2 .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  color: #000305;
  background-color: #ffffff;
  border-radius: 100px !important;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3ADhBSa2 .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #eeeeee;
}
.cid-tZ3ADhBSa2 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 520px;
}
.cid-tZ3ADhBSa2 .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-tZ3ADhBSa2 .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 45%;
  background-image: linear-gradient(transparent, #ffffff 130px);
  z-index: 1;
}
.cid-tZ3ADhBSa2 .content-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tZ3ADhBSa2 .content-wrapper .item-content {
    margin-bottom: 30px;
  }
}
.cid-tZ3ADhBSa2 .content-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-tZ3ADhBSa2 .content-wrapper .item-content .card-text {
  margin-bottom: 10px;
}
.cid-tZ3ADhBSa2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZ3ADhBSa2 .card-title {
  color: #ffffff;
}
.cid-tZ3ADhBSa2 .card-text {
  color: #ffffff;
}
.cid-uUpTYHGHGr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUpTYHGHGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpTYHGHGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpTYHGHGr .row {
  margin: 0 -6px;
}
.cid-uUpTYHGHGr .card {
  padding: 0 6px;
}
.cid-uUpTYHGHGr .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uUpTYHGHGr .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uUpTYHGHGr .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUpTYHGHGr .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uUpTYHGHGr .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUpTYHGHGr .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uUpTYHGHGr .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uUpTYHGHGr .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUpTYHGHGr .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUpTYHGHGr .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uUpTYHGHGr .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUpTYHGHGr .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uUpTYHGHGr .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUpTYHGHGr .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUpTYHGHGr .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUpTYHGHGr .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uUpTYHGHGr .mbr-section-title {
  color: #000000;
}
.cid-uUpTYHGHGr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUpTYHGHGr .mbr-section-title,
.cid-uUpTYHGHGr .mbr-section-btn {
  text-align: center;
}
.cid-tZ3AiCEZBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-tZ3AiCEZBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AiCEZBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZ3AiCEZBv .container {
    padding: 0 22px;
  }
}
.cid-tZ3AiCEZBv .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-tZ3AiCEZBv .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ3AiCEZBv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AiCEZBv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ3AiCEZBv .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tZ3AiCEZBv .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-tZ3AiCEZBv .item a {
  display: block;
}
.cid-tZ3AiCEZBv .item a:hover .item-wrapper .item-img img,
.cid-tZ3AiCEZBv .item a:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-tZ3AiCEZBv .item a:hover .item-wrapper .item-img::before,
.cid-tZ3AiCEZBv .item a:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-tZ3AiCEZBv .item a:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-tZ3AiCEZBv .item a:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tZ3AiCEZBv .item a .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-tZ3AiCEZBv .item a .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tZ3AiCEZBv .item a .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-tZ3AiCEZBv .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-tZ3AiCEZBv .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #05301e 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-tZ3AiCEZBv .item a .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-tZ3AiCEZBv .item a .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-tZ3AiCEZBv .item a .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-tZ3AiCEZBv .item a .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-tZ3AiCEZBv .item a .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-tZ3AiCEZBv .mbr-section-title {
  color: #ffffff;
}
.cid-tZ3AiCEZBv .mbr-desc {
  color: #ffffff;
}
.cid-tZ3AiCEZBv .card-title {
  color: #ffffff;
}
.cid-uUpApdPoq1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpApdPoq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpApdPoq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpApdPoq1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUpApdPoq1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUpApdPoq1 .container {
    padding: 0 30px;
  }
}
.cid-uUpApdPoq1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uUpApdPoq1 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUpApdPoq1 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #05301e;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uUpApdPoq1 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uUpApdPoq1 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uUpApdPoq1 .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uUpApdPoq1 .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uUpApdPoq1 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUpApdPoq1 .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUpApdPoq1 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUpApdPoq1 .mbr-section-title {
  color: #ffffff;
}
.cid-uUpApdPoq1 .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uUpApdPoq1 .mbr-text {
  color: #ffffff;
}
.cid-uUpApdPoq1 .mbr-number {
  color: #FE5115;
}
.cid-tZ3AEmtazW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
@media (max-width: 992px) {
  .cid-tZ3AEmtazW .container {
    padding: 0 22px;
  }
}
.cid-tZ3AEmtazW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-tZ3AEmtazW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tZ3AEmtazW .embla__slide .slide-content {
  width: 100%;
}
.cid-tZ3AEmtazW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tZ3AEmtazW .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tZ3AEmtazW .embla__button--next,
.cid-tZ3AEmtazW .embla__button--prev {
  display: flex;
}
.cid-tZ3AEmtazW .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tZ3AEmtazW .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-tZ3AEmtazW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tZ3AEmtazW .embla__button:hover {
  opacity: 1 !important;
}
.cid-tZ3AEmtazW .embla__button.embla__button--prev {
  left: 20px;
}
.cid-tZ3AEmtazW .embla__button.embla__button--next {
  right: 20px;
}
.cid-tZ3AEmtazW .card {
  justify-content: center;
}
.cid-tZ3AEmtazW .embla {
  position: relative;
  width: 100%;
}
.cid-tZ3AEmtazW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tZ3AEmtazW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tZ3AEmtazW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tZ3AEmtazW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tZ3AEmtazW .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ3AEmtazW .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AEmtazW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ3AEmtazW .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tZ3AEmtazW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZ3AEmtazW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uUpAfXM94G {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpAfXM94G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpAfXM94G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUpAfXM94G .container {
    padding: 0 22px;
  }
}
.cid-uUpAfXM94G .row {
  justify-content: center;
}
.cid-uUpAfXM94G .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUpAfXM94G .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUpAfXM94G .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uUpAfXM94G .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUpAfXM94G .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uUpAfXM94G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUpAfXM94G .mbr-section-title {
  color: #ffffff;
}
.cid-uUpAfXM94G .mbr-text {
  color: #000305;
  text-align: center;
}
.cid-uUpAfXM94G .mbr-section-title,
.cid-uUpAfXM94G .icon-wrapper {
  text-align: center;
  color: #000305;
}
.cid-uUr1KbBmCw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUr1KbBmCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr1KbBmCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUr1KbBmCw .container {
    padding: 0 22px;
  }
}
.cid-uUr1KbBmCw .row {
  justify-content: center;
}
.cid-uUr1KbBmCw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUr1KbBmCw .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUr1KbBmCw .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUr1KbBmCw .item {
    margin-bottom: 20px;
  }
}
.cid-uUr1KbBmCw .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-uUr1KbBmCw .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUr1KbBmCw .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uUr1KbBmCw .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uUr1KbBmCw .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uUr1KbBmCw .mbr-section-title {
  color: #ffffff;
}
.cid-uUr1KbBmCw .card-title {
  color: #ffffff;
}
.cid-uUr1KbBmCw .card-text {
  color: #ffffff;
}
.cid-uUr1KbBmCw .mbr-section-title,
.cid-uUr1KbBmCw .mbr-section-btn {
  text-align: center;
}
.cid-uUpULM41Y7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uUpULM41Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpULM41Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpULM41Y7 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #05301e;
}
@media (max-width: 992px) {
  .cid-uUpULM41Y7 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uUpULM41Y7 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uUpULM41Y7 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uUpULM41Y7 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #05301e;
  box-shadow: 4px 4px 0 0 #05301e;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uUpULM41Y7 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uUpULM41Y7 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUpULM41Y7 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUpULM41Y7 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUpULM41Y7 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uUpULM41Y7 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uUpULM41Y7 .mbr-section-title,
.cid-uUpULM41Y7 .mbr-section-btn {
  color: #000000;
}
.cid-uUpA8nVfHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uUpA8nVfHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpA8nVfHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpA8nVfHd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUpA8nVfHd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUpA8nVfHd .container {
    padding: 0;
  }
}
.cid-uUpA8nVfHd .row {
  justify-content: center;
}
.cid-uUpA8nVfHd .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUpA8nVfHd .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uUpA8nVfHd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUpA8nVfHd .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uUpA8nVfHd .google-map iframe {
    height: 300px;
  }
}
.cid-uUpA8nVfHd .mbr-section-title {
  color: #000000;
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-uUq9UCLIcp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUq9UCLIcp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUq9UCLIcp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUq9UCLIcp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUq9UCLIcp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uUq9UCLIcp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUq9UCLIcp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUq9UCLIcp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUq9UCLIcp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUq9UCLIcp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUq9UCLIcp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uUq9UCLIcp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUq9UCLIcp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUq9UCLIcp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUq9UCLIcp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUq9UCLIcp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUq9UCLIcp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUq9UCLIcp .nav-link:hover {
  color: #ffffff !important;
}
.cid-uUq9UCLIcp .nav-link:hover::before {
  width: 100%;
}
.cid-uUq9UCLIcp .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9UCLIcp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUq9UCLIcp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUq9UCLIcp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uUq9UCLIcp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUq9UCLIcp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUq9UCLIcp .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uUq9UCLIcp .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUq9UCLIcp .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uUq9UCLIcp .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uUq9UCLIcp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUq9UCLIcp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-uUq9UCLIcp .nav-item:focus,
.cid-uUq9UCLIcp .nav-link:focus {
  outline: none;
}
.cid-uUq9UCLIcp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUq9UCLIcp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUq9UCLIcp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUq9UCLIcp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUq9UCLIcp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUq9UCLIcp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUq9UCLIcp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUq9UCLIcp .navbar.opened {
  transition: all 0.3s;
}
.cid-uUq9UCLIcp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUq9UCLIcp .navbar .navbar-logo img {
  width: auto;
}
.cid-uUq9UCLIcp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUq9UCLIcp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uUq9UCLIcp .navbar.collapsed {
  justify-content: center;
}
.cid-uUq9UCLIcp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUq9UCLIcp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUq9UCLIcp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uUq9UCLIcp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUq9UCLIcp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUq9UCLIcp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUq9UCLIcp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUq9UCLIcp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUq9UCLIcp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUq9UCLIcp .navbar {
    min-height: 72px;
  }
  .cid-uUq9UCLIcp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUq9UCLIcp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUq9UCLIcp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUq9UCLIcp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUq9UCLIcp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUq9UCLIcp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUq9UCLIcp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUq9UCLIcp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUq9UCLIcp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUq9UCLIcp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUq9UCLIcp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUq9UCLIcp .dropdown-item.active,
.cid-uUq9UCLIcp .dropdown-item:active {
  background-color: transparent;
}
.cid-uUq9UCLIcp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUq9UCLIcp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUq9UCLIcp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUq9UCLIcp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUq9UCLIcp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUq9UCLIcp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUq9UCLIcp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUq9UCLIcp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUq9UCLIcp .navbar-buttons {
    text-align: left;
  }
}
.cid-uUq9UCLIcp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUq9UCLIcp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUq9UCLIcp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUq9UCLIcp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUq9UCLIcp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUq9UCLIcp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUq9UCLIcp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUq9UCLIcp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUq9UCLIcp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUq9UCLIcp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUq9UCLIcp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUq9UCLIcp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUq9UCLIcp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9UCLIcp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUq9UCLIcp .navbar {
    height: 70px;
  }
  .cid-uUq9UCLIcp .navbar.opened {
    height: auto;
  }
  .cid-uUq9UCLIcp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUq9UCLIcp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUq9UCLIcp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUq9UCLIcp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUq9UCLIcp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUq9UCLIcp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUq9UCLIcp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUq9UCLIcp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUq9UCLIcp .navbar-brand {
    margin-right: auto;
  }
  .cid-uUq9UCLIcp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUq9UCLIcp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUq9UCLIcp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUq9UCLIcp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUq9UCLIcp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUq9UCLIcp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUq9UCLIcp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUq9UCLIcp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUq9UCLIcp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUq9UCLIcp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUq9UCLIcp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUq9UCLIcp .navbar-brand,
.cid-uUq9UCLIcp .navbar-toggler,
.cid-uUq9UCLIcp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uUq9UDuOg5 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUq9UDuOg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UDuOg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9UDuOg5 .container {
    padding: 0 22px;
  }
}
.cid-uUq9UDuOg5 .card {
  justify-content: center;
}
.cid-uUq9UDuOg5 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uUq9UDuOg5 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUq9UDuOg5 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUq9UDuOg5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9UDuOg5 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uUq9UDuOg5 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUq9UDuOg5 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uUq9UDuOg5 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9UDuOg5 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uUq9UDuOg5 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uUq9UDuOg5 .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9UDuOg5 .mbr-text {
  color: #ffffff;
}
.cid-uUq9UE9iR9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq9UE9iR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UE9iR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9UE9iR9 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUq9UE9iR9 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uUq9UE9iR9 .card {
  justify-content: center;
}
.cid-uUq9UE9iR9 .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUq9UE9iR9 .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uUq9UE9iR9 .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUq9UE9iR9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uUq9UE9iR9 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUq9UE9iR9 .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uUq9UE9iR9 .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uUq9UE9iR9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUq9UE9iR9 .mbr-section-title {
  color: #000000;
}
.cid-uUq9UE9iR9 .mbr-number {
  color: #000000;
}
.cid-uUq9UE9iR9 .list {
  color: #000000;
}
.cid-uUq9UECW7j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq9UECW7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UECW7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9UECW7j .container {
    padding: 0 22px;
  }
}
.cid-uUq9UECW7j .row {
  justify-content: center;
}
.cid-uUq9UECW7j .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9UECW7j .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUq9UECW7j .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uUq9UECW7j .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9UECW7j .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uUq9UECW7j .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9UECW7j .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9UECW7j .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUq9UECW7j .mbr-section-title,
.cid-uUq9UECW7j .icon-wrapper {
  text-align: center;
}
.cid-uUq9UF2dmA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUq9UF2dmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UF2dmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9UF2dmA .container {
    padding: 0 22px;
  }
}
.cid-uUq9UF2dmA .row {
  justify-content: center;
}
.cid-uUq9UF2dmA .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9UF2dmA .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUq9UF2dmA .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUq9UF2dmA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9UF2dmA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUq9UF2dmA .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uUq9UF2dmA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9UF2dmA .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9UF2dmA .mbr-text {
  color: #ffffff;
}
.cid-uUq9UFrZqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uUq9UFrZqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UFrZqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9UFrZqc .container {
    padding: 0 22px;
  }
}
.cid-uUq9UFrZqc .row {
  justify-content: space-between;
}
.cid-uUq9UFrZqc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9UFrZqc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUq9UFrZqc .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9UFrZqc .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9UFrZqc .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uUq9UFrZqc .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUq9UFrZqc .image-wrapper img {
    height: 350px;
  }
}
.cid-uUq9UFrZqc .mbr-section-title {
  color: #000305;
}
.cid-uUq9UFrZqc .mbr-text {
  color: #ffffff;
}
.cid-uUq9UFrZqc .mbr-text,
.cid-uUq9UFrZqc .mbr-section-btn {
  color: #000305;
}
.cid-uUq9UFR7yl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUq9UFR7yl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UFR7yl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9UFR7yl .container {
    padding: 0 22px;
  }
}
.cid-uUq9UFR7yl .row {
  justify-content: center;
}
.cid-uUq9UFR7yl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9UFR7yl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUq9UFR7yl .tabs-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.cid-uUq9UFR7yl .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  justify-content: center;
  border: none;
}
.cid-uUq9UFR7yl .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 22px 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9UFR7yl .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9UFR7yl .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
}
.cid-uUq9UFR7yl .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 520px;
}
.cid-uUq9UFR7yl .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-uUq9UFR7yl .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 45%;
  background-image: linear-gradient(transparent, #ffffff 130px);
  z-index: 1;
}
.cid-uUq9UFR7yl .content-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUq9UFR7yl .content-wrapper .item-content {
    margin-bottom: 30px;
  }
}
.cid-uUq9UFR7yl .content-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uUq9UFR7yl .content-wrapper .item-content .card-text {
  margin-bottom: 10px;
}
.cid-uUq9UFR7yl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUq9UFR7yl .card-title {
  color: #ffffff;
}
.cid-uUq9UFR7yl .card-text {
  color: #ffffff;
}
.cid-uUq9UGWTs8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUq9UGWTs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UGWTs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9UGWTs8 .row {
  margin: 0 -6px;
}
.cid-uUq9UGWTs8 .card {
  padding: 0 6px;
}
.cid-uUq9UGWTs8 .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uUq9UGWTs8 .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uUq9UGWTs8 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUq9UGWTs8 .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uUq9UGWTs8 .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9UGWTs8 .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uUq9UGWTs8 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uUq9UGWTs8 .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9UGWTs8 .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUq9UGWTs8 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uUq9UGWTs8 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9UGWTs8 .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uUq9UGWTs8 .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9UGWTs8 .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUq9UGWTs8 .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUq9UGWTs8 .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uUq9UGWTs8 .mbr-section-title {
  color: #000000;
}
.cid-uUq9UGWTs8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUq9UGWTs8 .mbr-section-title,
.cid-uUq9UGWTs8 .mbr-section-btn {
  text-align: center;
}
.cid-uUq9UHl1PV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUq9UHl1PV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UHl1PV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9UHl1PV .container {
    padding: 0 22px;
  }
}
.cid-uUq9UHl1PV .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uUq9UHl1PV .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9UHl1PV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9UHl1PV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9UHl1PV .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUq9UHl1PV .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uUq9UHl1PV .item a {
  display: block;
}
.cid-uUq9UHl1PV .item a:hover .item-wrapper .item-img img,
.cid-uUq9UHl1PV .item a:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uUq9UHl1PV .item a:hover .item-wrapper .item-img::before,
.cid-uUq9UHl1PV .item a:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uUq9UHl1PV .item a:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uUq9UHl1PV .item a:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uUq9UHl1PV .item a .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uUq9UHl1PV .item a .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUq9UHl1PV .item a .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uUq9UHl1PV .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uUq9UHl1PV .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #ffffff 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uUq9UHl1PV .item a .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uUq9UHl1PV .item a .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uUq9UHl1PV .item a .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uUq9UHl1PV .item a .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uUq9UHl1PV .item a .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uUq9UHl1PV .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9UHl1PV .mbr-desc {
  color: #ffffff;
}
.cid-uUq9UHl1PV .card-title {
  color: #ffffff;
}
.cid-uUqlTvrQ5C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUqlTvrQ5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqlTvrQ5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqlTvrQ5C .content-head {
  max-width: 800px;
}
.cid-uUqlTvrQ5C .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uUqlTvrQ5C .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uUqlTvrQ5C .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uUqlTvrQ5C .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uUqlTvrQ5C .mbr-section-title {
  color: #000000;
}
.cid-uUq9UHZKui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUq9UHZKui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UHZKui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9UHZKui .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUq9UHZKui .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9UHZKui .container {
    padding: 0 30px;
  }
}
.cid-uUq9UHZKui .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uUq9UHZKui .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUq9UHZKui .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uUq9UHZKui .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uUq9UHZKui .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uUq9UHZKui .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uUq9UHZKui .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uUq9UHZKui .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUq9UHZKui .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUq9UHZKui .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9UHZKui .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9UHZKui .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-uUq9UHZKui .mbr-text {
  color: #000305;
}
.cid-uUq9UHZKui .mbr-number {
  color: #FE5115;
}
.cid-uUq9UIsoHz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
@media (max-width: 992px) {
  .cid-uUq9UIsoHz .container {
    padding: 0 22px;
  }
}
.cid-uUq9UIsoHz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uUq9UIsoHz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUq9UIsoHz .embla__slide .slide-content {
  width: 100%;
}
.cid-uUq9UIsoHz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uUq9UIsoHz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uUq9UIsoHz .embla__button--next,
.cid-uUq9UIsoHz .embla__button--prev {
  display: flex;
}
.cid-uUq9UIsoHz .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uUq9UIsoHz .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uUq9UIsoHz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUq9UIsoHz .embla__button:hover {
  opacity: 1 !important;
}
.cid-uUq9UIsoHz .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uUq9UIsoHz .embla__button.embla__button--next {
  right: 20px;
}
.cid-uUq9UIsoHz .card {
  justify-content: center;
}
.cid-uUq9UIsoHz .embla {
  position: relative;
  width: 100%;
}
.cid-uUq9UIsoHz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUq9UIsoHz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUq9UIsoHz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUq9UIsoHz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUq9UIsoHz .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9UIsoHz .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9UIsoHz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9UIsoHz .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUq9UIsoHz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUq9UIsoHz .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uUq9UJgQHF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq9UJgQHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UJgQHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9UJgQHF .container {
    padding: 0 22px;
  }
}
.cid-uUq9UJgQHF .row {
  justify-content: center;
}
.cid-uUq9UJgQHF .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9UJgQHF .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUq9UJgQHF .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uUq9UJgQHF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9UJgQHF .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uUq9UJgQHF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9UJgQHF .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9UJgQHF .mbr-text {
  color: #000305;
  text-align: center;
}
.cid-uUq9UJgQHF .mbr-section-title,
.cid-uUq9UJgQHF .icon-wrapper {
  text-align: center;
  color: #000305;
}
.cid-uUq9UJNCSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uUq9UJNCSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UJNCSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9UJNCSm .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #05301e;
}
@media (max-width: 992px) {
  .cid-uUq9UJNCSm .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uUq9UJNCSm .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uUq9UJNCSm .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uUq9UJNCSm .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #05301e;
  box-shadow: 4px 4px 0 0 #05301e;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uUq9UJNCSm .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uUq9UJNCSm .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUq9UJNCSm .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUq9UJNCSm .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9UJNCSm .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uUq9UJNCSm .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uUq9UJNCSm .mbr-section-title,
.cid-uUq9UJNCSm .mbr-section-btn {
  color: #000000;
}
.cid-uUqEKMsvDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUqEKMsvDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqEKMsvDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqEKMsvDL .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #000305;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUqEKMsvDL .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uUqEKMsvDL .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #05301e, #ffffff 50%);
  opacity: .5;
}
.cid-uUqEKMsvDL .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUqEKMsvDL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUqEKMsvDL .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #000305;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUqEKMsvDL .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uUqEKMsvDL .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uUqEKMsvDL .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUqEKMsvDL .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUqEKMsvDL .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #05301e;
  border-radius: 100%;
}
.cid-uUqEKMsvDL .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uUqEKMsvDL .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uUqEKMsvDL .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uUqEKMsvDL .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uUqEKMsvDL .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUqEKMsvDL .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uUqEKMsvDL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUqEKMsvDL .panel-title-edit {
  color: #ffffff;
}
.cid-uUqEKMsvDL .panel-text {
  color: #ffffff;
}
.cid-uUqEKMsvDL .panel-title-edit,
.cid-uUqEKMsvDL .icon-wrapper {
  color: #000000;
}
.cid-uUqEKMsvDL .panel-text,
.cid-uUqEKMsvDL .panel-body {
  color: #000000;
}
.cid-uUq9UKgtGG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uUq9UKgtGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UKgtGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9UKgtGG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUq9UKgtGG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUq9UKgtGG .container {
    padding: 0;
  }
}
.cid-uUq9UKgtGG .row {
  justify-content: center;
}
.cid-uUq9UKgtGG .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUq9UKgtGG .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uUq9UKgtGG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9UKgtGG .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uUq9UKgtGG .google-map iframe {
    height: 300px;
  }
}
.cid-uUq9UKgtGG .mbr-section-title {
  color: #000000;
}
.cid-uUq9UKVd1Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUq9UKVd1Z::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uUq9UKVd1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9UKVd1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9UKVd1Z .container {
    padding: 0 22px;
  }
}
.cid-uUq9UKVd1Z .row {
  position: relative;
  z-index: 1;
}
.cid-uUq9UKVd1Z .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uUq9UKVd1Z .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uUq9UKVd1Z .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uUq9UKVd1Z .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUq9UKVd1Z .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9UKVd1Z .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUq9UKVd1Z .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9UKVd1Z .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9UKVd1Z .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uUq9UKVd1Z .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9UKVd1Z .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uUq9UKVd1Z .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uUq9UKVd1Z .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9UKVd1Z .nav-wrapper .list .item-wrap:hover,
.cid-uUq9UKVd1Z .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uUq9UKVd1Z .nav-wrapper .list .item-wrap:hover::before,
.cid-uUq9UKVd1Z .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uUq9UKVd1Z .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUq9UKVd1Z .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9UKVd1Z .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uUq9UKVd1Z .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uUq9UKVd1Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUq9UKVd1Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uUq9UKVd1Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uUq9UKVd1Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uUq9UKVd1Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uUq9UKVd1Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uUq9UKVd1Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uUq9UKVd1Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9UKVd1Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUq9UKVd1Z .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9UKVd1Z .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uUq9UKVd1Z .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uUq9UKVd1Z .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uUq9UKVd1Z .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUq9UKVd1Z .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uUq9UKVd1Z .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uUq9UKVd1Z .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uUq9UKVd1Z .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uUq9UKVd1Z .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUq9UKVd1Z .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUq9UKVd1Z .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uUq9UKVd1Z .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9UKVd1Z .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUq9UKVd1Z .mbr-section-title {
  color: #00d0f3;
}
.cid-uUq9UKVd1Z .mbr-text {
  color: #ffffff;
}
.cid-uUq9UKVd1Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUq9UKVd1Z .list {
  color: #ffffff;
}
.cid-uUq9UKVd1Z .mbr-contact {
  color: #ffffff;
}
.cid-uUq9UKVd1Z .mbr-desc {
  color: #ffffff;
}
.cid-uUq9VHpnap {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUq9VHpnap .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUq9VHpnap .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUq9VHpnap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUq9VHpnap .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uUq9VHpnap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUq9VHpnap .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUq9VHpnap .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUq9VHpnap .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUq9VHpnap .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUq9VHpnap .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uUq9VHpnap .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUq9VHpnap .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUq9VHpnap .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUq9VHpnap .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUq9VHpnap .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUq9VHpnap .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUq9VHpnap .nav-link:hover {
  color: #ffffff !important;
}
.cid-uUq9VHpnap .nav-link:hover::before {
  width: 100%;
}
.cid-uUq9VHpnap .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9VHpnap .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUq9VHpnap .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUq9VHpnap .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uUq9VHpnap .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUq9VHpnap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUq9VHpnap .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uUq9VHpnap .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUq9VHpnap .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uUq9VHpnap .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uUq9VHpnap .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUq9VHpnap .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-uUq9VHpnap .nav-item:focus,
.cid-uUq9VHpnap .nav-link:focus {
  outline: none;
}
.cid-uUq9VHpnap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUq9VHpnap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUq9VHpnap .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUq9VHpnap .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUq9VHpnap .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUq9VHpnap .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUq9VHpnap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUq9VHpnap .navbar.opened {
  transition: all 0.3s;
}
.cid-uUq9VHpnap .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUq9VHpnap .navbar .navbar-logo img {
  width: auto;
}
.cid-uUq9VHpnap .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUq9VHpnap .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uUq9VHpnap .navbar.collapsed {
  justify-content: center;
}
.cid-uUq9VHpnap .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUq9VHpnap .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUq9VHpnap .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uUq9VHpnap .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUq9VHpnap .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUq9VHpnap .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUq9VHpnap .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUq9VHpnap .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUq9VHpnap .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUq9VHpnap .navbar {
    min-height: 72px;
  }
  .cid-uUq9VHpnap .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUq9VHpnap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUq9VHpnap .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUq9VHpnap .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUq9VHpnap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUq9VHpnap .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUq9VHpnap .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUq9VHpnap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUq9VHpnap .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUq9VHpnap .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUq9VHpnap .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUq9VHpnap .dropdown-item.active,
.cid-uUq9VHpnap .dropdown-item:active {
  background-color: transparent;
}
.cid-uUq9VHpnap .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUq9VHpnap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUq9VHpnap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUq9VHpnap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUq9VHpnap .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUq9VHpnap .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUq9VHpnap ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUq9VHpnap .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUq9VHpnap .navbar-buttons {
    text-align: left;
  }
}
.cid-uUq9VHpnap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUq9VHpnap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUq9VHpnap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUq9VHpnap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUq9VHpnap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUq9VHpnap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUq9VHpnap nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUq9VHpnap nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUq9VHpnap nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUq9VHpnap nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUq9VHpnap .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUq9VHpnap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUq9VHpnap .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9VHpnap .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUq9VHpnap .navbar {
    height: 70px;
  }
  .cid-uUq9VHpnap .navbar.opened {
    height: auto;
  }
  .cid-uUq9VHpnap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUq9VHpnap .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUq9VHpnap .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUq9VHpnap .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUq9VHpnap .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUq9VHpnap .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUq9VHpnap .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUq9VHpnap .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUq9VHpnap .navbar-brand {
    margin-right: auto;
  }
  .cid-uUq9VHpnap .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUq9VHpnap .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUq9VHpnap .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUq9VHpnap .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUq9VHpnap .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUq9VHpnap .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUq9VHpnap .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUq9VHpnap .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUq9VHpnap .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUq9VHpnap .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUq9VHpnap .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUq9VHpnap .navbar-brand,
.cid-uUq9VHpnap .navbar-toggler,
.cid-uUq9VHpnap .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uUq9VHYwRD {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUq9VHYwRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VHYwRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9VHYwRD .container {
    padding: 0 22px;
  }
}
.cid-uUq9VHYwRD .card {
  justify-content: center;
}
.cid-uUq9VHYwRD .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uUq9VHYwRD .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUq9VHYwRD .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUq9VHYwRD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9VHYwRD .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uUq9VHYwRD .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUq9VHYwRD .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uUq9VHYwRD .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9VHYwRD .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uUq9VHYwRD .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uUq9VHYwRD .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9VHYwRD .mbr-text {
  color: #ffffff;
}
.cid-uUq9VInHjW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq9VInHjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VInHjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9VInHjW .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUq9VInHjW .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uUq9VInHjW .card {
  justify-content: center;
}
.cid-uUq9VInHjW .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUq9VInHjW .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uUq9VInHjW .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUq9VInHjW .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uUq9VInHjW .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUq9VInHjW .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uUq9VInHjW .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uUq9VInHjW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUq9VInHjW .mbr-section-title {
  color: #000000;
}
.cid-uUq9VInHjW .mbr-number {
  color: #000000;
}
.cid-uUq9VInHjW .list {
  color: #000000;
}
.cid-uUq9VIPdbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq9VIPdbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VIPdbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9VIPdbr .container {
    padding: 0 22px;
  }
}
.cid-uUq9VIPdbr .row {
  justify-content: center;
}
.cid-uUq9VIPdbr .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9VIPdbr .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUq9VIPdbr .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uUq9VIPdbr .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9VIPdbr .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uUq9VIPdbr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9VIPdbr .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9VIPdbr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUq9VIPdbr .mbr-section-title,
.cid-uUq9VIPdbr .icon-wrapper {
  text-align: center;
}
.cid-uUq9VJevCE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUq9VJevCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VJevCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9VJevCE .container {
    padding: 0 22px;
  }
}
.cid-uUq9VJevCE .row {
  justify-content: center;
}
.cid-uUq9VJevCE .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9VJevCE .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUq9VJevCE .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUq9VJevCE .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9VJevCE .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUq9VJevCE .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uUq9VJevCE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9VJevCE .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9VJevCE .mbr-text {
  color: #ffffff;
}
.cid-uUq9VJCZqM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq9VJCZqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VJCZqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9VJCZqM .container {
    padding: 0 22px;
  }
}
.cid-uUq9VJCZqM .row {
  justify-content: space-between;
}
.cid-uUq9VJCZqM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9VJCZqM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUq9VJCZqM .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9VJCZqM .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9VJCZqM .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uUq9VJCZqM .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUq9VJCZqM .image-wrapper img {
    height: 350px;
  }
}
.cid-uUq9VJCZqM .mbr-section-title {
  color: #000305;
}
.cid-uUq9VJCZqM .mbr-text {
  color: #ffffff;
}
.cid-uUq9VJCZqM .mbr-text,
.cid-uUq9VJCZqM .mbr-section-btn {
  color: #000305;
}
.cid-uUq9VK1mJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUq9VK1mJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VK1mJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9VK1mJB .container {
    padding: 0 22px;
  }
}
.cid-uUq9VK1mJB .row {
  justify-content: center;
}
.cid-uUq9VK1mJB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9VK1mJB .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUq9VK1mJB .tabs-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.cid-uUq9VK1mJB .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  justify-content: center;
  border: none;
}
.cid-uUq9VK1mJB .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 22px 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9VK1mJB .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9VK1mJB .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #f5f8ff;
}
.cid-uUq9VK1mJB .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 520px;
}
.cid-uUq9VK1mJB .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-uUq9VK1mJB .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 45%;
  background-image: linear-gradient(transparent, #000305 130px);
  z-index: 1;
}
.cid-uUq9VK1mJB .content-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUq9VK1mJB .content-wrapper .item-content {
    margin-bottom: 30px;
  }
}
.cid-uUq9VK1mJB .content-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uUq9VK1mJB .content-wrapper .item-content .card-text {
  margin-bottom: 10px;
}
.cid-uUq9VK1mJB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUq9VK1mJB .card-title {
  color: #ffffff;
}
.cid-uUq9VK1mJB .card-text {
  color: #ffffff;
}
.cid-uUq9VKP0hA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUq9VKP0hA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VKP0hA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9VKP0hA .row {
  margin: 0 -6px;
}
.cid-uUq9VKP0hA .card {
  padding: 0 6px;
}
.cid-uUq9VKP0hA .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uUq9VKP0hA .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uUq9VKP0hA .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUq9VKP0hA .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uUq9VKP0hA .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9VKP0hA .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uUq9VKP0hA .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uUq9VKP0hA .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9VKP0hA .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUq9VKP0hA .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uUq9VKP0hA .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9VKP0hA .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uUq9VKP0hA .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9VKP0hA .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUq9VKP0hA .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUq9VKP0hA .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uUq9VKP0hA .mbr-section-title {
  color: #000000;
}
.cid-uUq9VKP0hA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUq9VKP0hA .mbr-section-title,
.cid-uUq9VKP0hA .mbr-section-btn {
  text-align: center;
}
.cid-uUq9VLdnfe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUq9VLdnfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VLdnfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9VLdnfe .container {
    padding: 0 22px;
  }
}
.cid-uUq9VLdnfe .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uUq9VLdnfe .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9VLdnfe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9VLdnfe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9VLdnfe .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUq9VLdnfe .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uUq9VLdnfe .item a {
  display: block;
}
.cid-uUq9VLdnfe .item a:hover .item-wrapper .item-img img,
.cid-uUq9VLdnfe .item a:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uUq9VLdnfe .item a:hover .item-wrapper .item-img::before,
.cid-uUq9VLdnfe .item a:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uUq9VLdnfe .item a:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uUq9VLdnfe .item a:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uUq9VLdnfe .item a .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uUq9VLdnfe .item a .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUq9VLdnfe .item a .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uUq9VLdnfe .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uUq9VLdnfe .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uUq9VLdnfe .item a .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uUq9VLdnfe .item a .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uUq9VLdnfe .item a .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uUq9VLdnfe .item a .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uUq9VLdnfe .item a .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uUq9VLdnfe .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9VLdnfe .mbr-desc {
  color: #ffffff;
}
.cid-uUq9VLdnfe .card-title {
  color: #ffffff;
}
.cid-uUq9VLOslq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uUq9VLOslq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VLOslq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9VLOslq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUq9VLOslq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9VLOslq .container {
    padding: 0 30px;
  }
}
.cid-uUq9VLOslq .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uUq9VLOslq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUq9VLOslq .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #05301e;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uUq9VLOslq .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uUq9VLOslq .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uUq9VLOslq .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uUq9VLOslq .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uUq9VLOslq .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUq9VLOslq .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUq9VLOslq .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9VLOslq .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9VLOslq .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uUq9VLOslq .mbr-text {
  color: #ffffff;
}
.cid-uUq9VLOslq .mbr-number {
  color: #FE5115;
}
.cid-uUq9VMihwt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
@media (max-width: 992px) {
  .cid-uUq9VMihwt .container {
    padding: 0 22px;
  }
}
.cid-uUq9VMihwt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uUq9VMihwt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUq9VMihwt .embla__slide .slide-content {
  width: 100%;
}
.cid-uUq9VMihwt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uUq9VMihwt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uUq9VMihwt .embla__button--next,
.cid-uUq9VMihwt .embla__button--prev {
  display: flex;
}
.cid-uUq9VMihwt .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uUq9VMihwt .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uUq9VMihwt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUq9VMihwt .embla__button:hover {
  opacity: 1 !important;
}
.cid-uUq9VMihwt .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uUq9VMihwt .embla__button.embla__button--next {
  right: 20px;
}
.cid-uUq9VMihwt .card {
  justify-content: center;
}
.cid-uUq9VMihwt .embla {
  position: relative;
  width: 100%;
}
.cid-uUq9VMihwt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUq9VMihwt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUq9VMihwt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUq9VMihwt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUq9VMihwt .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9VMihwt .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9VMihwt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9VMihwt .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUq9VMihwt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUq9VMihwt .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uUq9VMZ7Pn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq9VMZ7Pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VMZ7Pn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9VMZ7Pn .container {
    padding: 0 22px;
  }
}
.cid-uUq9VMZ7Pn .row {
  justify-content: center;
}
.cid-uUq9VMZ7Pn .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9VMZ7Pn .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUq9VMZ7Pn .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uUq9VMZ7Pn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9VMZ7Pn .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uUq9VMZ7Pn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9VMZ7Pn .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9VMZ7Pn .mbr-text {
  color: #000305;
  text-align: center;
}
.cid-uUq9VMZ7Pn .mbr-section-title,
.cid-uUq9VMZ7Pn .icon-wrapper {
  text-align: center;
  color: #000305;
}
.cid-uUr7bwE5p7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUr7bwE5p7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr7bwE5p7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUr7bwE5p7 .container {
    padding: 0 22px;
  }
}
.cid-uUr7bwE5p7 .row {
  justify-content: center;
}
.cid-uUr7bwE5p7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUr7bwE5p7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUr7bwE5p7 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUr7bwE5p7 .item {
    margin-bottom: 20px;
  }
}
.cid-uUr7bwE5p7 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-uUr7bwE5p7 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUr7bwE5p7 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uUr7bwE5p7 .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uUr7bwE5p7 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uUr7bwE5p7 .mbr-section-title {
  color: #ffffff;
}
.cid-uUr7bwE5p7 .card-title {
  color: #ffffff;
}
.cid-uUr7bwE5p7 .card-text {
  color: #ffffff;
}
.cid-uUr7bwE5p7 .mbr-section-title,
.cid-uUr7bwE5p7 .mbr-section-btn {
  text-align: center;
}
.cid-uUq9VNriGd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uUq9VNriGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VNriGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9VNriGd .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #05301e;
}
@media (max-width: 992px) {
  .cid-uUq9VNriGd .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uUq9VNriGd .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uUq9VNriGd .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uUq9VNriGd .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #008e51;
  box-shadow: 4px 4px 0 0 #008e51;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uUq9VNriGd .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uUq9VNriGd .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUq9VNriGd .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUq9VNriGd .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9VNriGd .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uUq9VNriGd .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uUq9VNriGd .mbr-section-title,
.cid-uUq9VNriGd .mbr-section-btn {
  color: #000000;
}
.cid-uUqG0Oq6Qh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUqG0Oq6Qh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqG0Oq6Qh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqG0Oq6Qh .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #0b1324;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUqG0Oq6Qh .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uUqG0Oq6Qh .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #05301e, #ffffff 50%);
  opacity: .5;
}
.cid-uUqG0Oq6Qh .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUqG0Oq6Qh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUqG0Oq6Qh .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #0b1324;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUqG0Oq6Qh .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uUqG0Oq6Qh .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uUqG0Oq6Qh .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUqG0Oq6Qh .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUqG0Oq6Qh .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #05301e;
  border-radius: 100%;
}
.cid-uUqG0Oq6Qh .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uUqG0Oq6Qh .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uUqG0Oq6Qh .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uUqG0Oq6Qh .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uUqG0Oq6Qh .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUqG0Oq6Qh .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uUqG0Oq6Qh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUqG0Oq6Qh .panel-title-edit {
  color: #ffffff;
}
.cid-uUqG0Oq6Qh .panel-text {
  color: #ffffff;
}
.cid-uUqG0Oq6Qh .panel-title-edit,
.cid-uUqG0Oq6Qh .icon-wrapper {
  color: #000000;
}
.cid-uUqG0Oq6Qh .panel-text,
.cid-uUqG0Oq6Qh .panel-body {
  color: #000000;
}
.cid-uUq9VNYB0f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uUq9VNYB0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VNYB0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9VNYB0f .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUq9VNYB0f .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUq9VNYB0f .container {
    padding: 0;
  }
}
.cid-uUq9VNYB0f .row {
  justify-content: center;
}
.cid-uUq9VNYB0f .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUq9VNYB0f .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uUq9VNYB0f .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9VNYB0f .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uUq9VNYB0f .google-map iframe {
    height: 300px;
  }
}
.cid-uUq9VNYB0f .mbr-section-title {
  color: #000000;
}
.cid-uUq9VOCfw8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUq9VOCfw8::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uUq9VOCfw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9VOCfw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9VOCfw8 .container {
    padding: 0 22px;
  }
}
.cid-uUq9VOCfw8 .row {
  position: relative;
  z-index: 1;
}
.cid-uUq9VOCfw8 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uUq9VOCfw8 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uUq9VOCfw8 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uUq9VOCfw8 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUq9VOCfw8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9VOCfw8 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUq9VOCfw8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9VOCfw8 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9VOCfw8 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uUq9VOCfw8 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9VOCfw8 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uUq9VOCfw8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uUq9VOCfw8 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9VOCfw8 .nav-wrapper .list .item-wrap:hover,
.cid-uUq9VOCfw8 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uUq9VOCfw8 .nav-wrapper .list .item-wrap:hover::before,
.cid-uUq9VOCfw8 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uUq9VOCfw8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUq9VOCfw8 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9VOCfw8 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uUq9VOCfw8 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uUq9VOCfw8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUq9VOCfw8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uUq9VOCfw8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uUq9VOCfw8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uUq9VOCfw8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uUq9VOCfw8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uUq9VOCfw8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uUq9VOCfw8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9VOCfw8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUq9VOCfw8 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9VOCfw8 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uUq9VOCfw8 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uUq9VOCfw8 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uUq9VOCfw8 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUq9VOCfw8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uUq9VOCfw8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uUq9VOCfw8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uUq9VOCfw8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uUq9VOCfw8 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUq9VOCfw8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUq9VOCfw8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uUq9VOCfw8 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9VOCfw8 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUq9VOCfw8 .mbr-section-title {
  color: #00d0f3;
}
.cid-uUq9VOCfw8 .mbr-text {
  color: #ffffff;
}
.cid-uUq9VOCfw8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUq9VOCfw8 .list {
  color: #ffffff;
}
.cid-uUq9VOCfw8 .mbr-contact {
  color: #ffffff;
}
.cid-uUq9VOCfw8 .mbr-desc {
  color: #ffffff;
}
.cid-uUq9WE2YR2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUq9WE2YR2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUq9WE2YR2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUq9WE2YR2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUq9WE2YR2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uUq9WE2YR2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUq9WE2YR2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUq9WE2YR2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUq9WE2YR2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUq9WE2YR2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUq9WE2YR2 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uUq9WE2YR2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUq9WE2YR2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUq9WE2YR2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUq9WE2YR2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUq9WE2YR2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUq9WE2YR2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUq9WE2YR2 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uUq9WE2YR2 .nav-link:hover::before {
  width: 100%;
}
.cid-uUq9WE2YR2 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9WE2YR2 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUq9WE2YR2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUq9WE2YR2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uUq9WE2YR2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUq9WE2YR2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUq9WE2YR2 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uUq9WE2YR2 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUq9WE2YR2 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uUq9WE2YR2 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uUq9WE2YR2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUq9WE2YR2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-uUq9WE2YR2 .nav-item:focus,
.cid-uUq9WE2YR2 .nav-link:focus {
  outline: none;
}
.cid-uUq9WE2YR2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUq9WE2YR2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUq9WE2YR2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUq9WE2YR2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUq9WE2YR2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUq9WE2YR2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUq9WE2YR2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUq9WE2YR2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUq9WE2YR2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUq9WE2YR2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUq9WE2YR2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUq9WE2YR2 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uUq9WE2YR2 .navbar.collapsed {
  justify-content: center;
}
.cid-uUq9WE2YR2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUq9WE2YR2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUq9WE2YR2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uUq9WE2YR2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUq9WE2YR2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUq9WE2YR2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUq9WE2YR2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUq9WE2YR2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUq9WE2YR2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUq9WE2YR2 .navbar {
    min-height: 72px;
  }
  .cid-uUq9WE2YR2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUq9WE2YR2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUq9WE2YR2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUq9WE2YR2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUq9WE2YR2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUq9WE2YR2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUq9WE2YR2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUq9WE2YR2 .dropdown-item.active,
.cid-uUq9WE2YR2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUq9WE2YR2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUq9WE2YR2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUq9WE2YR2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUq9WE2YR2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUq9WE2YR2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUq9WE2YR2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUq9WE2YR2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUq9WE2YR2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUq9WE2YR2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uUq9WE2YR2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUq9WE2YR2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUq9WE2YR2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUq9WE2YR2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUq9WE2YR2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUq9WE2YR2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUq9WE2YR2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUq9WE2YR2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUq9WE2YR2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUq9WE2YR2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUq9WE2YR2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUq9WE2YR2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUq9WE2YR2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9WE2YR2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUq9WE2YR2 .navbar {
    height: 70px;
  }
  .cid-uUq9WE2YR2 .navbar.opened {
    height: auto;
  }
  .cid-uUq9WE2YR2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUq9WE2YR2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUq9WE2YR2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUq9WE2YR2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uUq9WE2YR2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUq9WE2YR2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUq9WE2YR2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUq9WE2YR2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUq9WE2YR2 .navbar-brand,
.cid-uUq9WE2YR2 .navbar-toggler,
.cid-uUq9WE2YR2 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uUq9WFF5PF {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUq9WFF5PF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WFF5PF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9WFF5PF .container {
    padding: 0 22px;
  }
}
.cid-uUq9WFF5PF .card {
  justify-content: center;
}
.cid-uUq9WFF5PF .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uUq9WFF5PF .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUq9WFF5PF .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUq9WFF5PF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9WFF5PF .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uUq9WFF5PF .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUq9WFF5PF .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uUq9WFF5PF .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9WFF5PF .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uUq9WFF5PF .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uUq9WFF5PF .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9WFF5PF .mbr-text {
  color: #ffffff;
}
.cid-uUq9WG90pS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq9WG90pS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WG90pS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9WG90pS .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUq9WG90pS .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uUq9WG90pS .card {
  justify-content: center;
}
.cid-uUq9WG90pS .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUq9WG90pS .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uUq9WG90pS .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUq9WG90pS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uUq9WG90pS .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uUq9WG90pS .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uUq9WG90pS .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uUq9WG90pS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUq9WG90pS .mbr-section-title {
  color: #000000;
}
.cid-uUq9WG90pS .mbr-number {
  color: #000000;
}
.cid-uUq9WG90pS .list {
  color: #000000;
}
.cid-uUq9WGB9mb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq9WGB9mb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WGB9mb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9WGB9mb .container {
    padding: 0 22px;
  }
}
.cid-uUq9WGB9mb .row {
  justify-content: center;
}
.cid-uUq9WGB9mb .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9WGB9mb .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUq9WGB9mb .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uUq9WGB9mb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9WGB9mb .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uUq9WGB9mb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9WGB9mb .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9WGB9mb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUq9WGB9mb .mbr-section-title,
.cid-uUq9WGB9mb .icon-wrapper {
  text-align: center;
}
.cid-uUq9WH47O8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUq9WH47O8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WH47O8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9WH47O8 .container {
    padding: 0 22px;
  }
}
.cid-uUq9WH47O8 .row {
  justify-content: center;
}
.cid-uUq9WH47O8 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9WH47O8 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUq9WH47O8 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUq9WH47O8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9WH47O8 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUq9WH47O8 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uUq9WH47O8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9WH47O8 .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9WH47O8 .mbr-text {
  color: #ffffff;
}
.cid-uUq9WHvBIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq9WHvBIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WHvBIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9WHvBIk .container {
    padding: 0 22px;
  }
}
.cid-uUq9WHvBIk .row {
  justify-content: space-between;
}
.cid-uUq9WHvBIk .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9WHvBIk .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUq9WHvBIk .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9WHvBIk .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9WHvBIk .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uUq9WHvBIk .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUq9WHvBIk .image-wrapper img {
    height: 350px;
  }
}
.cid-uUq9WHvBIk .mbr-section-title {
  color: #000305;
}
.cid-uUq9WHvBIk .mbr-text {
  color: #ffffff;
}
.cid-uUq9WHvBIk .mbr-text,
.cid-uUq9WHvBIk .mbr-section-btn {
  color: #000305;
}
.cid-uUq9WHVgnQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUq9WHVgnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WHVgnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9WHVgnQ .container {
    padding: 0 22px;
  }
}
.cid-uUq9WHVgnQ .row {
  justify-content: center;
}
.cid-uUq9WHVgnQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9WHVgnQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUq9WHVgnQ .tabs-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.cid-uUq9WHVgnQ .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  justify-content: center;
  border: none;
}
.cid-uUq9WHVgnQ .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 22px 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9WHVgnQ .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9WHVgnQ .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
}
.cid-uUq9WHVgnQ .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 520px;
}
.cid-uUq9WHVgnQ .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-uUq9WHVgnQ .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 45%;
  background-image: linear-gradient(transparent, #ffffff 130px);
  z-index: 1;
}
.cid-uUq9WHVgnQ .content-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUq9WHVgnQ .content-wrapper .item-content {
    margin-bottom: 30px;
  }
}
.cid-uUq9WHVgnQ .content-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uUq9WHVgnQ .content-wrapper .item-content .card-text {
  margin-bottom: 10px;
}
.cid-uUq9WHVgnQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUq9WHVgnQ .card-title {
  color: #ffffff;
}
.cid-uUq9WHVgnQ .card-text {
  color: #ffffff;
}
.cid-uUq9WIIYGq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUq9WIIYGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WIIYGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9WIIYGq .row {
  margin: 0 -6px;
}
.cid-uUq9WIIYGq .card {
  padding: 0 6px;
}
.cid-uUq9WIIYGq .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uUq9WIIYGq .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uUq9WIIYGq .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUq9WIIYGq .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uUq9WIIYGq .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9WIIYGq .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uUq9WIIYGq .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uUq9WIIYGq .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9WIIYGq .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUq9WIIYGq .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uUq9WIIYGq .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9WIIYGq .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uUq9WIIYGq .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9WIIYGq .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUq9WIIYGq .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUq9WIIYGq .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uUq9WIIYGq .mbr-section-title {
  color: #000000;
}
.cid-uUq9WIIYGq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUq9WIIYGq .mbr-section-title,
.cid-uUq9WIIYGq .mbr-section-btn {
  text-align: center;
}
.cid-uUq9WJa7W3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUq9WJa7W3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WJa7W3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9WJa7W3 .container {
    padding: 0 22px;
  }
}
.cid-uUq9WJa7W3 .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uUq9WJa7W3 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9WJa7W3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9WJa7W3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9WJa7W3 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUq9WJa7W3 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uUq9WJa7W3 .item a {
  display: block;
}
.cid-uUq9WJa7W3 .item a:hover .item-wrapper .item-img img,
.cid-uUq9WJa7W3 .item a:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uUq9WJa7W3 .item a:hover .item-wrapper .item-img::before,
.cid-uUq9WJa7W3 .item a:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uUq9WJa7W3 .item a:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uUq9WJa7W3 .item a:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uUq9WJa7W3 .item a .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uUq9WJa7W3 .item a .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUq9WJa7W3 .item a .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uUq9WJa7W3 .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uUq9WJa7W3 .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #ffffff 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uUq9WJa7W3 .item a .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uUq9WJa7W3 .item a .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uUq9WJa7W3 .item a .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uUq9WJa7W3 .item a .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uUq9WJa7W3 .item a .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uUq9WJa7W3 .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9WJa7W3 .mbr-desc {
  color: #ffffff;
}
.cid-uUq9WJa7W3 .card-title {
  color: #ffffff;
}
.cid-uUq9WJVuFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq9WJVuFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WJVuFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9WJVuFT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUq9WJVuFT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUq9WJVuFT .container {
    padding: 0 30px;
  }
}
.cid-uUq9WJVuFT .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uUq9WJVuFT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUq9WJVuFT .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #05301e;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uUq9WJVuFT .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uUq9WJVuFT .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uUq9WJVuFT .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uUq9WJVuFT .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uUq9WJVuFT .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUq9WJVuFT .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUq9WJVuFT .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9WJVuFT .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9WJVuFT .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uUq9WJVuFT .mbr-text {
  color: #ffffff;
}
.cid-uUq9WJVuFT .mbr-number {
  color: #FE5115;
}
.cid-uUq9WKtg0g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
@media (max-width: 992px) {
  .cid-uUq9WKtg0g .container {
    padding: 0 22px;
  }
}
.cid-uUq9WKtg0g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uUq9WKtg0g .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUq9WKtg0g .embla__slide .slide-content {
  width: 100%;
}
.cid-uUq9WKtg0g .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uUq9WKtg0g .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uUq9WKtg0g .embla__button--next,
.cid-uUq9WKtg0g .embla__button--prev {
  display: flex;
}
.cid-uUq9WKtg0g .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uUq9WKtg0g .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uUq9WKtg0g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUq9WKtg0g .embla__button:hover {
  opacity: 1 !important;
}
.cid-uUq9WKtg0g .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uUq9WKtg0g .embla__button.embla__button--next {
  right: 20px;
}
.cid-uUq9WKtg0g .card {
  justify-content: center;
}
.cid-uUq9WKtg0g .embla {
  position: relative;
  width: 100%;
}
.cid-uUq9WKtg0g .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUq9WKtg0g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUq9WKtg0g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUq9WKtg0g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUq9WKtg0g .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUq9WKtg0g .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9WKtg0g .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9WKtg0g .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUq9WKtg0g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUq9WKtg0g .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uUq9WLhfX6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-uUq9WLhfX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WLhfX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9WLhfX6 .container {
    padding: 0 22px;
  }
}
.cid-uUq9WLhfX6 .row {
  justify-content: center;
}
.cid-uUq9WLhfX6 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9WLhfX6 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUq9WLhfX6 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uUq9WLhfX6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9WLhfX6 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uUq9WLhfX6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9WLhfX6 .mbr-section-title {
  color: #ffffff;
}
.cid-uUq9WLhfX6 .mbr-text {
  color: #000305;
  text-align: center;
}
.cid-uUq9WLhfX6 .mbr-section-title,
.cid-uUq9WLhfX6 .icon-wrapper {
  text-align: center;
  color: #000305;
}
.cid-uUreltZW7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUreltZW7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUreltZW7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUreltZW7U .container {
    padding: 0 22px;
  }
}
.cid-uUreltZW7U .row {
  justify-content: center;
}
.cid-uUreltZW7U .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUreltZW7U .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUreltZW7U .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUreltZW7U .item {
    margin-bottom: 20px;
  }
}
.cid-uUreltZW7U .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-uUreltZW7U .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUreltZW7U .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uUreltZW7U .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uUreltZW7U .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uUreltZW7U .mbr-section-title {
  color: #ffffff;
}
.cid-uUreltZW7U .card-title {
  color: #ffffff;
}
.cid-uUreltZW7U .card-text {
  color: #ffffff;
}
.cid-uUreltZW7U .mbr-section-title,
.cid-uUreltZW7U .mbr-section-btn {
  text-align: center;
}
.cid-uUq9WLQBa5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uUq9WLQBa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WLQBa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9WLQBa5 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #04d7ff;
}
@media (max-width: 992px) {
  .cid-uUq9WLQBa5 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uUq9WLQBa5 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uUq9WLQBa5 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uUq9WLQBa5 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #05301e;
  box-shadow: 4px 4px 0 0 #05301e;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uUq9WLQBa5 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uUq9WLQBa5 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUq9WLQBa5 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUq9WLQBa5 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9WLQBa5 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uUq9WLQBa5 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uUq9WLQBa5 .mbr-section-title,
.cid-uUq9WLQBa5 .mbr-section-btn {
  color: #000000;
}
.cid-uUqGTVTu9M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUqGTVTu9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqGTVTu9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqGTVTu9M .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #0b1324;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUqGTVTu9M .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uUqGTVTu9M .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUqGTVTu9M .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUqGTVTu9M .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #0b1324;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUqGTVTu9M .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uUqGTVTu9M .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uUqGTVTu9M .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUqGTVTu9M .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUqGTVTu9M .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #05301e;
  border-radius: 100%;
}
.cid-uUqGTVTu9M .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uUqGTVTu9M .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uUqGTVTu9M .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uUqGTVTu9M .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uUqGTVTu9M .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUqGTVTu9M .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uUqGTVTu9M .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUqGTVTu9M .panel-title-edit {
  color: #ffffff;
}
.cid-uUqGTVTu9M .panel-text {
  color: #ffffff;
}
.cid-uUqGTVTu9M .panel-title-edit,
.cid-uUqGTVTu9M .icon-wrapper {
  color: #000000;
}
.cid-uUqGTVTu9M .panel-text,
.cid-uUqGTVTu9M .panel-body {
  color: #000000;
}
.cid-uUq9WMmlZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uUq9WMmlZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WMmlZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq9WMmlZS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUq9WMmlZS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUq9WMmlZS .container {
    padding: 0;
  }
}
.cid-uUq9WMmlZS .row {
  justify-content: center;
}
.cid-uUq9WMmlZS .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUq9WMmlZS .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uUq9WMmlZS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUq9WMmlZS .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uUq9WMmlZS .google-map iframe {
    height: 300px;
  }
}
.cid-uUq9WMmlZS .mbr-section-title {
  color: #000000;
}
.cid-uUq9WMXSDl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUq9WMXSDl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uUq9WMXSDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WMXSDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .container {
    padding: 0 22px;
  }
}
.cid-uUq9WMXSDl .row {
  position: relative;
  z-index: 1;
}
.cid-uUq9WMXSDl .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uUq9WMXSDl .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uUq9WMXSDl .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uUq9WMXSDl .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9WMXSDl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUq9WMXSDl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9WMXSDl .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uUq9WMXSDl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uUq9WMXSDl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap:hover,
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap:hover::before,
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9WMXSDl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9WMXSDl .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uUq9WMXSDl .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9WMXSDl .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUq9WMXSDl .mbr-section-title {
  color: #00d0f3;
}
.cid-uUq9WMXSDl .mbr-text {
  color: #ffffff;
}
.cid-uUq9WMXSDl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUq9WMXSDl .list {
  color: #ffffff;
}
.cid-uUq9WMXSDl .mbr-contact {
  color: #ffffff;
}
.cid-uUq9WMXSDl .mbr-desc {
  color: #ffffff;
}
.cid-uUq9WE2YR2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUq9WE2YR2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUq9WE2YR2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUq9WE2YR2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUq9WE2YR2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uUq9WE2YR2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUq9WE2YR2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUq9WE2YR2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUq9WE2YR2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUq9WE2YR2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUq9WE2YR2 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uUq9WE2YR2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUq9WE2YR2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUq9WE2YR2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUq9WE2YR2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUq9WE2YR2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUq9WE2YR2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUq9WE2YR2 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uUq9WE2YR2 .nav-link:hover::before {
  width: 100%;
}
.cid-uUq9WE2YR2 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9WE2YR2 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUq9WE2YR2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUq9WE2YR2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uUq9WE2YR2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUq9WE2YR2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUq9WE2YR2 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uUq9WE2YR2 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUq9WE2YR2 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uUq9WE2YR2 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uUq9WE2YR2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUq9WE2YR2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-uUq9WE2YR2 .nav-item:focus,
.cid-uUq9WE2YR2 .nav-link:focus {
  outline: none;
}
.cid-uUq9WE2YR2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUq9WE2YR2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUq9WE2YR2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUq9WE2YR2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUq9WE2YR2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUq9WE2YR2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUq9WE2YR2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUq9WE2YR2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUq9WE2YR2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUq9WE2YR2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUq9WE2YR2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUq9WE2YR2 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uUq9WE2YR2 .navbar.collapsed {
  justify-content: center;
}
.cid-uUq9WE2YR2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUq9WE2YR2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUq9WE2YR2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uUq9WE2YR2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUq9WE2YR2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUq9WE2YR2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUq9WE2YR2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUq9WE2YR2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUq9WE2YR2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUq9WE2YR2 .navbar {
    min-height: 72px;
  }
  .cid-uUq9WE2YR2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUq9WE2YR2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUq9WE2YR2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUq9WE2YR2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUq9WE2YR2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUq9WE2YR2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUq9WE2YR2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUq9WE2YR2 .dropdown-item.active,
.cid-uUq9WE2YR2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUq9WE2YR2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUq9WE2YR2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUq9WE2YR2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUq9WE2YR2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUq9WE2YR2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUq9WE2YR2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUq9WE2YR2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUq9WE2YR2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUq9WE2YR2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uUq9WE2YR2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUq9WE2YR2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUq9WE2YR2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUq9WE2YR2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUq9WE2YR2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUq9WE2YR2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUq9WE2YR2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUq9WE2YR2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUq9WE2YR2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUq9WE2YR2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUq9WE2YR2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUq9WE2YR2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUq9WE2YR2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9WE2YR2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUq9WE2YR2 .navbar {
    height: 70px;
  }
  .cid-uUq9WE2YR2 .navbar.opened {
    height: auto;
  }
  .cid-uUq9WE2YR2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUq9WE2YR2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUq9WE2YR2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUq9WE2YR2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uUq9WE2YR2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUq9WE2YR2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUq9WE2YR2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUq9WE2YR2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUq9WE2YR2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUq9WE2YR2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUq9WE2YR2 .navbar-brand,
.cid-uUq9WE2YR2 .navbar-toggler,
.cid-uUq9WE2YR2 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uUqCyy8pC7 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUqCyy8pC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqCyy8pC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUqCyy8pC7 .container {
    padding: 0 22px;
  }
}
.cid-uUqCyy8pC7 .card {
  justify-content: center;
}
.cid-uUqCyy8pC7 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uUqCyy8pC7 .content-wrapper {
    padding: 0;
  }
}
.cid-uUqCyy8pC7 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUqCyy8pC7 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uUqCyy8pC7 .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uUqCyy8pC7 .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-uUqCyy8pC7 .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUqCyy8pC7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uUqCyy8pC7 .mbr-section-title {
  color: #ffffff;
}
.cid-uUqCyy8pC7 .mbr-text {
  color: #ffffff;
}
.cid-uUqCHnC2m8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uUqCHnC2m8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqCHnC2m8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUqCHnC2m8 .container {
    padding: 0 22px;
  }
}
.cid-uUqCHnC2m8 .row {
  justify-content: center;
}
.cid-uUqCHnC2m8 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUqCHnC2m8 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUqCHnC2m8 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uUqCHnC2m8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUqCHnC2m8 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uUqCHnC2m8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUqCHnC2m8 .mbr-section-title {
  color: #ffffff;
}
.cid-uUqCHnC2m8 .mbr-text {
  color: #000305;
  text-align: center;
}
.cid-uUqCHnC2m8 .mbr-section-title,
.cid-uUqCHnC2m8 .icon-wrapper {
  text-align: center;
}
.cid-uUqAjsEMgP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uUqAjsEMgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqAjsEMgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqAjsEMgP .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uUqAjsEMgP .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uUqAjsEMgP .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uUqAjsEMgP .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uUq9WMXSDl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUq9WMXSDl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uUq9WMXSDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq9WMXSDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .container {
    padding: 0 22px;
  }
}
.cid-uUq9WMXSDl .row {
  position: relative;
  z-index: 1;
}
.cid-uUq9WMXSDl .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uUq9WMXSDl .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uUq9WMXSDl .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uUq9WMXSDl .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9WMXSDl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUq9WMXSDl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUq9WMXSDl .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uUq9WMXSDl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uUq9WMXSDl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap:hover,
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap:hover::before,
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uUq9WMXSDl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9WMXSDl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9WMXSDl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq9WMXSDl .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uUq9WMXSDl .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uUq9WMXSDl .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUq9WMXSDl .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUq9WMXSDl .mbr-section-title {
  color: #00d0f3;
}
.cid-uUq9WMXSDl .mbr-text {
  color: #ffffff;
}
.cid-uUq9WMXSDl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUq9WMXSDl .list {
  color: #ffffff;
}
.cid-uUq9WMXSDl .mbr-contact {
  color: #ffffff;
}
.cid-uUq9WMXSDl .mbr-desc {
  color: #ffffff;
}
.cid-uUqD0utSsg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUqD0utSsg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUqD0utSsg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUqD0utSsg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUqD0utSsg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uUqD0utSsg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUqD0utSsg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUqD0utSsg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUqD0utSsg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUqD0utSsg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUqD0utSsg .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uUqD0utSsg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUqD0utSsg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUqD0utSsg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUqD0utSsg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUqD0utSsg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUqD0utSsg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUqD0utSsg .nav-link:hover {
  color: #ffffff !important;
}
.cid-uUqD0utSsg .nav-link:hover::before {
  width: 100%;
}
.cid-uUqD0utSsg .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUqD0utSsg .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUqD0utSsg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUqD0utSsg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uUqD0utSsg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUqD0utSsg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUqD0utSsg .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uUqD0utSsg .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUqD0utSsg .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uUqD0utSsg .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uUqD0utSsg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUqD0utSsg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-uUqD0utSsg .nav-item:focus,
.cid-uUqD0utSsg .nav-link:focus {
  outline: none;
}
.cid-uUqD0utSsg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUqD0utSsg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUqD0utSsg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUqD0utSsg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUqD0utSsg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUqD0utSsg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUqD0utSsg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUqD0utSsg .navbar.opened {
  transition: all 0.3s;
}
.cid-uUqD0utSsg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUqD0utSsg .navbar .navbar-logo img {
  width: auto;
}
.cid-uUqD0utSsg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUqD0utSsg .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uUqD0utSsg .navbar.collapsed {
  justify-content: center;
}
.cid-uUqD0utSsg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUqD0utSsg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUqD0utSsg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uUqD0utSsg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUqD0utSsg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUqD0utSsg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUqD0utSsg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUqD0utSsg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUqD0utSsg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUqD0utSsg .navbar {
    min-height: 72px;
  }
  .cid-uUqD0utSsg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUqD0utSsg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUqD0utSsg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUqD0utSsg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUqD0utSsg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUqD0utSsg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUqD0utSsg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUqD0utSsg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUqD0utSsg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUqD0utSsg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUqD0utSsg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUqD0utSsg .dropdown-item.active,
.cid-uUqD0utSsg .dropdown-item:active {
  background-color: transparent;
}
.cid-uUqD0utSsg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUqD0utSsg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUqD0utSsg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUqD0utSsg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUqD0utSsg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUqD0utSsg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUqD0utSsg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUqD0utSsg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUqD0utSsg .navbar-buttons {
    text-align: left;
  }
}
.cid-uUqD0utSsg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUqD0utSsg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUqD0utSsg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUqD0utSsg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUqD0utSsg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUqD0utSsg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUqD0utSsg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUqD0utSsg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUqD0utSsg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUqD0utSsg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUqD0utSsg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUqD0utSsg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUqD0utSsg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUqD0utSsg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUqD0utSsg .navbar {
    height: 70px;
  }
  .cid-uUqD0utSsg .navbar.opened {
    height: auto;
  }
  .cid-uUqD0utSsg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUqD0utSsg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUqD0utSsg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUqD0utSsg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUqD0utSsg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUqD0utSsg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUqD0utSsg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUqD0utSsg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUqD0utSsg .navbar-brand {
    margin-right: auto;
  }
  .cid-uUqD0utSsg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUqD0utSsg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUqD0utSsg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUqD0utSsg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUqD0utSsg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUqD0utSsg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUqD0utSsg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUqD0utSsg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUqD0utSsg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUqD0utSsg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUqD0utSsg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUqD0utSsg .navbar-brand,
.cid-uUqD0utSsg .navbar-toggler,
.cid-uUqD0utSsg .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uUqD0uYq5K {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #05301e;
}
.cid-uUqD0uYq5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqD0uYq5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUqD0uYq5K .container {
    padding: 0 22px;
  }
}
.cid-uUqD0uYq5K .card {
  justify-content: center;
}
.cid-uUqD0uYq5K .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uUqD0uYq5K .content-wrapper {
    padding: 0;
  }
}
.cid-uUqD0uYq5K .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUqD0uYq5K .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uUqD0uYq5K .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uUqD0uYq5K .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-uUqD0uYq5K .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUqD0uYq5K .image-wrapper img {
    height: 350px;
  }
}
.cid-uUqD0uYq5K .mbr-section-title {
  color: #ffffff;
}
.cid-uUqD0uYq5K .mbr-text {
  color: #ffffff;
}
.cid-uUqD0vhEQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uUqD0vhEQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqD0vhEQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUqD0vhEQ7 .container {
    padding: 0 22px;
  }
}
.cid-uUqD0vhEQ7 .row {
  justify-content: center;
}
.cid-uUqD0vhEQ7 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUqD0vhEQ7 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUqD0vhEQ7 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uUqD0vhEQ7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUqD0vhEQ7 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uUqD0vhEQ7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUqD0vhEQ7 .mbr-section-title {
  color: #ffffff;
}
.cid-uUqD0vhEQ7 .mbr-text {
  color: #000305;
  text-align: center;
}
.cid-uUqD0vhEQ7 .mbr-section-title,
.cid-uUqD0vhEQ7 .icon-wrapper {
  text-align: center;
}
.cid-uUqD0vJZzl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uUqD0vJZzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqD0vJZzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqD0vJZzl .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uUqD0vJZzl .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uUqD0vJZzl .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uUqD0vJZzl .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uUqD0w5dLp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #05301e;
  overflow: hidden;
}
.cid-uUqD0w5dLp::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uUqD0w5dLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqD0w5dLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUqD0w5dLp .container {
    padding: 0 22px;
  }
}
.cid-uUqD0w5dLp .row {
  position: relative;
  z-index: 1;
}
.cid-uUqD0w5dLp .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uUqD0w5dLp .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uUqD0w5dLp .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uUqD0w5dLp .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUqD0w5dLp .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUqD0w5dLp .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUqD0w5dLp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUqD0w5dLp .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUqD0w5dLp .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uUqD0w5dLp .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUqD0w5dLp .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uUqD0w5dLp .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uUqD0w5dLp .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uUqD0w5dLp .nav-wrapper .list .item-wrap:hover,
.cid-uUqD0w5dLp .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uUqD0w5dLp .nav-wrapper .list .item-wrap:hover::before,
.cid-uUqD0w5dLp .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uUqD0w5dLp .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUqD0w5dLp .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUqD0w5dLp .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uUqD0w5dLp .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uUqD0w5dLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUqD0w5dLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uUqD0w5dLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uUqD0w5dLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uUqD0w5dLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uUqD0w5dLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uUqD0w5dLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uUqD0w5dLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uUqD0w5dLp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUqD0w5dLp .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUqD0w5dLp .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uUqD0w5dLp .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uUqD0w5dLp .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uUqD0w5dLp .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUqD0w5dLp .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uUqD0w5dLp .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uUqD0w5dLp .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uUqD0w5dLp .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uUqD0w5dLp .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUqD0w5dLp .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUqD0w5dLp .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uUqD0w5dLp .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUqD0w5dLp .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUqD0w5dLp .mbr-section-title {
  color: #00d0f3;
}
.cid-uUqD0w5dLp .mbr-text {
  color: #ffffff;
}
.cid-uUqD0w5dLp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUqD0w5dLp .list {
  color: #ffffff;
}
.cid-uUqD0w5dLp .mbr-contact {
  color: #ffffff;
}
.cid-uUqD0w5dLp .mbr-desc {
  color: #ffffff;
}
