.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: SUSE;
}
.display-1 {
  font-family: 'SUSE', sans-serif;
  font-size: 5.4rem;
  line-height: .9;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'SUSE', sans-serif;
  font-size: 4rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'SUSE', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'SUSE', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-7 {
  font-family: 'SUSE', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 3.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #0f368f !important;
}
.bg-success {
  background-color: #bba9ff !important;
}
.bg-info {
  background-color: #f3f3f3 !important;
}
.bg-warning {
  background-color: #ff611e !important;
}
.bg-danger {
  background-color: #ff291e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f368f !important;
  border-color: #0f368f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #346bea !important;
  border-color: #346bea !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #346bea !important;
  border-color: #346bea !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1ff04 !important;
  border-color: #e1ff04 !important;
  color: #040400 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0ff84 !important;
  border-color: #f0ff84 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #040400 !important;
  background-color: #f0ff84 !important;
  border-color: #f0ff84 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !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: #737373 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #bba9ff !important;
  border-color: #bba9ff !important;
  color: #2300a9 !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: #2300a9 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff611e !important;
  border-color: #ff611e !important;
  color: #1e0900 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbb9e !important;
  border-color: #ffbb9e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e0900 !important;
  background-color: #ffbb9e !important;
  border-color: #ffbb9e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff291e !important;
  border-color: #ff291e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !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: #636363 !important;
  border-color: #636363 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0f368f;
  color: #0f368f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #071841 !important;
  background-color: transparent !important;
  border-color: #071841 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f368f !important;
  border-color: #0f368f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e1ff04;
  color: #e1ff04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #98ac00 !important;
  background-color: transparent !important;
  border-color: #98ac00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #040400 !important;
  background-color: #e1ff04 !important;
  border-color: #e1ff04 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c8c8c8 !important;
  background-color: transparent !important;
  border-color: #c8c8c8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bba9ff;
  color: #bba9ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7652ff !important;
  background-color: transparent !important;
  border-color: #7652ff !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bba9ff !important;
  border-color: #bba9ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff611e;
  color: #ff611e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c63b00 !important;
  background-color: transparent !important;
  border-color: #c63b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff611e !important;
  border-color: #ff611e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff291e;
  color: #ff291e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c60a00 !important;
  background-color: transparent !important;
  border-color: #c60a00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff291e !important;
  border-color: #ff291e !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: #0f368f !important;
}
.text-secondary {
  color: #e1ff04 !important;
}
.text-success {
  color: #bba9ff !important;
}
.text-info {
  color: #f3f3f3 !important;
}
.text-warning {
  color: #ff611e !important;
}
.text-danger {
  color: #ff291e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #051333 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8a9d00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6a43ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c0c0c0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b73600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b70900 !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: #0f368f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f3f3;
}
.alert-warning {
  background-color: #ff611e;
}
.alert-danger {
  background-color: #ff291e;
}
.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: #0f368f;
  border-color: #0f368f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0f368f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #346bea;
}
.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: #fff0ea;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffebea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'SUSE', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0f368f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'SUSE', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #0f368f;
}
/* 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: #0f368f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0f368f;
}
.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: #0f368f;
  border-bottom-color: #0f368f;
}
.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: #0f368f !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: #e1ff04 !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='%230f368f' %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 {
  padding: 16px 32px;
  font-weight: 400 !important;
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 8px 18px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 20px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 3px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    border-width: 2px !important;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .card-box {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 80px !important;
}
.image-wrap::before {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  .image-wrap::before {
    border-radius: 35px !important;
  }
}
.cid-unj6Lc540X {
  background-color: transparent;
}
.cid-unj6Lc540X .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
}
.cid-unj6Lc540X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background: #e7e7e7;
}
.cid-unj6Lc540X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unj6Lc540X .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-unj6Lc540X .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-unj6Lc540X .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-unj6Lc540X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unj6Lc540X .navbar.opened {
  transition: all 0.3s;
}
.cid-unj6Lc540X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unj6Lc540X .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unj6Lc540X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-unj6Lc540X .navbar.collapsed {
  justify-content: center;
}
.cid-unj6Lc540X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unj6Lc540X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unj6Lc540X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unj6Lc540X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unj6Lc540X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unj6Lc540X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unj6Lc540X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unj6Lc540X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unj6Lc540X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unj6Lc540X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unj6Lc540X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unj6Lc540X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unj6Lc540X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unj6Lc540X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unj6Lc540X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unj6Lc540X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unj6Lc540X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unj6Lc540X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unj6Lc540X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unj6Lc540X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unj6Lc540X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unj6Lc540X .navbar.navbar-short {
  min-height: 60px;
}
.cid-unj6Lc540X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unj6Lc540X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unj6Lc540X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unj6Lc540X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unj6Lc540X .menu_box .navbar.opened,
  .cid-unj6Lc540X .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-unj6Lc540X .navbar-dropdown {
  position: relative !important;
}
.cid-unj6Lc540X .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unj6Lc540X .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unj6Lc540X .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unj6Lc540X .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-unj6Lc540X .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-unj6Lc540X .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-unj6Lc540X .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-unj6Lc540X .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-unj6Lc540X .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-unj6Lc540X .nav-item {
    margin: 0 !important;
  }
}
.cid-unj6Lc540X .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #6684ca;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-unj6Lc540X .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #6684ca;
  }
}
.cid-unj6Lc540X .nav-item .nav-link:hover,
.cid-unj6Lc540X .nav-item .nav-link:focus {
  color: #6684ca !important;
  border-color: #6684ca !important;
  background-color: #6684ca !important;
}
.cid-unj6Lc540X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unj6Lc540X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unj6Lc540X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unj6Lc540X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unj6Lc540X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unj6Lc540X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unj6Lc540X .offcanvas_box {
    display: none;
  }
}
.cid-unj6Lc540X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unj6Lc540X .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-unj6Lc540X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unj6Lc540X .container {
  display: flex;
  margin: auto;
}
.cid-unj6Lc540X .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-unj6Lc540X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unj6Lc540X .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-unj6Lc540X .navbar-nav {
    margin: 0;
  }
}
.cid-unj6Lc540X .dropdown-menu,
.cid-unj6Lc540X .navbar.opened {
  background-color: false !important;
}
.cid-unj6Lc540X .nav-item:focus,
.cid-unj6Lc540X .nav-link:focus {
  outline: none;
}
.cid-unj6Lc540X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unj6Lc540X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unj6Lc540X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unj6Lc540X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unj6Lc540X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unj6Lc540X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unj6Lc540X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unj6Lc540X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unj6Lc540X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unj6Lc540X .dropdown-item.active,
.cid-unj6Lc540X .dropdown-item:active {
  background-color: transparent;
}
.cid-unj6Lc540X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unj6Lc540X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unj6Lc540X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unj6Lc540X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unj6Lc540X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unj6Lc540X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-unj6Lc540X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-unj6Lc540X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unj6Lc540X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj6Lc540X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj6Lc540X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unj6Lc540X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj6Lc540X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unj6Lc540X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unj6Lc540X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj6Lc540X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unj6Lc540X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unj6Lc540X .navbar {
    height: 70px;
  }
  .cid-unj6Lc540X .navbar.opened {
    height: auto;
  }
  .cid-unj6Lc540X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unj6Lc540X .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-unj6Lc540X .navbar-caption:hover {
  color: #6684ca;
}
@media (min-width: 992px) {
  .cid-unj6Lc540X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unj6Lc540X .text_widget {
  margin-bottom: 32px;
}
.cid-unj6Lc540X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unj6Lc540X .text_widget a:hover,
.cid-unj6Lc540X .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-unj6Lc540X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-unj6Lc540X .navbar-caption {
  color: #000000;
}
.cid-unj6Lc540X .mbr-section-subtitle,
.cid-unj6Lc540X .text_widget,
.cid-unj6Lc540X .mbr-section-btn {
  text-align: center;
}
.cid-unj6Lc540X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unj6LnUlms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-unj6LnUlms .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6LnUlms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6LnUlms .items-wrap {
  justify-content: space-between;
}
.cid-unj6LnUlms .items-wrap .card {
  justify-content: center;
}
.cid-unj6LnUlms .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-unj6LnUlms .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unj6LnUlms .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-unj6LnUlms .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unj6LnUlms .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-unj6LnUlms .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-unj6LnUlms .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unj6LnUlms .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unj6LnUlms .image-wrapper img {
    height: 350px;
  }
}
.cid-unj6LnUlms .mbr-desc {
  color: #000000;
}
.cid-unj6LnUlms .mbr-section-title {
  color: #000000;
}
.cid-unj6LnUlms .mbr-text {
  color: #000000;
}
.cid-unj6Nzo64K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-unj6Nzo64K .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6Nzo64K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6Nzo64K .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unj6Nzo64K .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unj6Nzo64K .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-unj6Nzo64K .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-unj6Nzo64K .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-unj6Nzo64K .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unj6Nzo64K .btn-wrapper {
  margin-top: -2%;
}
.cid-unj6Nzo64K .mbr-section-title {
  color: #000000;
}
.cid-unj6Nzo64K .item-title {
  color: #000000;
}
.cid-unj6Nzo64K .item-text {
  color: #000000;
}
.cid-unj6MUbLaJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-unj6MUbLaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6MUbLaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6MUbLaJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unj6MUbLaJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unj6MUbLaJ .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-unj6MUbLaJ .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-unj6MUbLaJ .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-unj6MUbLaJ .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-unj6MUbLaJ .item .item-wrapper .card-box {
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-unj6MUbLaJ .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-unj6MUbLaJ .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-unj6MUbLaJ .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-unj6MUbLaJ .item .item-wrapper .card-box .item-text_1,
.cid-unj6MUbLaJ .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-unj6MUbLaJ .item .item-wrapper .card_1 {
  background-color: #000000;
}
.cid-unj6MUbLaJ .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-unj6MUbLaJ .item .item-wrapper .card_2 {
  background-color: #6684ca;
}
.cid-unj6MUbLaJ .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-unj6MUbLaJ .item .item-wrapper .card {
  justify-content: center;
}
.cid-unj6MUbLaJ .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unj6MUbLaJ .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-unj6MUbLaJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-unj6MUbLaJ .item-desc {
  color: #000000;
}
.cid-unj6MUbLaJ .item-text_1 {
  color: #ffffff;
}
.cid-unj6MUbLaJ .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-unj6MUbLaJ .item-text_1,
.cid-unj6MUbLaJ .icon-wrap {
  text-align: center;
}
.cid-uOtsIwCNiX {
  background-image: url("../../../assets/images/yung-chang-qashc5sv83m-unsplash.jpg-2000x1121.jpg");
}
.cid-uOtsIwCNiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtsIwCNiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtsIwCNiX .image-wrapper {
  height: 600px;
}
.cid-unj6OHcRRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-unj6OHcRRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6OHcRRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6OHcRRQ .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-unj6OHcRRQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-unj6OHcRRQ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unj6OHcRRQ .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-unj6OHcRRQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unj6OHcRRQ .mbr-section-title {
  color: #000000;
}
.cid-unj6OHcRRQ .mbr-desc {
  color: #000000;
}
.cid-unj6OHcRRQ .mbr-text {
  color: #000000;
}
.cid-uOtnnvGr2i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtnnvGr2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtnnvGr2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtnnvGr2i .row {
  justify-content: space-between;
}
.cid-uOtnnvGr2i .card {
  justify-content: center;
}
.cid-uOtnnvGr2i .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uOtnnvGr2i .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #f47451;
  z-index: 1;
}
.cid-uOtnnvGr2i .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uOtnnvGr2i .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uOtnnvGr2i .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOtnnvGr2i .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOtnnvGr2i .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOtnnvGr2i .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uOtnnvGr2i .image-wrapper {
    margin-left: 0;
  }
}
.cid-uOtnnvGr2i .image-wrapper img {
  height: 700px;
  border: 20px solid #6684ca;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOtnnvGr2i .image-wrapper img {
    height: 300px;
    border: 10px solid #6684ca;
  }
}
.cid-uOtnnvGr2i .mbr-number {
  color: #000c3f;
}
.cid-uOtnnvGr2i .mbr-section-title {
  color: #ffffff;
}
.cid-uOtnnvGr2i .mbr-text {
  color: #ffffff;
}
.cid-uOtnnvGr2i .mbr-section-title,
.cid-uOtnnvGr2i .mbr-section-btn {
  color: #000000;
}
.cid-uOtnnvGr2i .mbr-text,
.cid-uOtnnvGr2i .text-wrapper {
  color: #000000;
}
.cid-uOtou6zfXb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtou6zfXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtou6zfXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtou6zfXb .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOtou6zfXb .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtou6zfXb .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOtou6zfXb .image-wrapper img {
    height: 350px;
  }
}
.cid-uOtou6zfXb .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uOtou6zfXb .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uOtou6zfXb .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOtou6zfXb .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtou6zfXb .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOtou6zfXb .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uOtou6zfXb .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uOtou6zfXb .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-uOtou6zfXb .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOtou6zfXb .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uOtou6zfXb .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOtou6zfXb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOtou6zfXb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOtou6zfXb .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOtou6zfXb .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uOtou6zfXb .mbr-section-title {
  color: #191c25;
}
.cid-uOtou6zfXb .mbr-text {
  color: #191c25;
}
.cid-uOtou6zfXb .mbr-desc {
  color: #858585;
}
.cid-uOto7szBei {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOto7szBei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOto7szBei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOto7szBei .row {
  justify-content: space-between;
}
.cid-uOto7szBei .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOto7szBei .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOto7szBei .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOto7szBei .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOto7szBei .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOto7szBei .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uOto7szBei .google-map iframe {
    height: 350px;
  }
}
.cid-uOto7szBei .mbr-label {
  color: #000000;
}
.cid-uOto7szBei .mbr-section-title {
  color: #000000;
}
.cid-uOto7szBei .mbr-desc {
  color: #000000;
}
.cid-uOto7szBei .mbr-text {
  color: #8a8a8a;
}
.cid-unj6Ukp6mv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-unj6Ukp6mv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  border-radius: 52px 52px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-unj6Ukp6mv::before {
    border-radius: 35px 35px 0 0 !important;
  }
}
.cid-unj6Ukp6mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6Ukp6mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6Ukp6mv .items-wrap {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.cid-unj6Ukp6mv .title-wrapper .mbr-section-title {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-unj6Ukp6mv .title-wrapper .mbr-section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unj6Ukp6mv .title-wrapper .mbr-section-title {
    padding-bottom: 32px;
  }
}
.cid-unj6Ukp6mv .social-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-unj6Ukp6mv .social-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unj6Ukp6mv .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unj6Ukp6mv .social-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unj6Ukp6mv .social-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-unj6Ukp6mv .social-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-unj6Ukp6mv .social-wrapper .list .item-wrap {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-unj6Ukp6mv .social-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-unj6Ukp6mv .social-wrapper .list .item-wrap:hover,
.cid-unj6Ukp6mv .social-wrapper .list .item-wrap:focus {
  color: #bba9ff;
}
.cid-unj6Ukp6mv .contacts-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-unj6Ukp6mv .contacts-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unj6Ukp6mv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unj6Ukp6mv .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-unj6Ukp6mv .contacts-wrapper .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-unj6Ukp6mv .contacts-wrapper .mbr-link {
  transition: all 0.3s ease-in-out;
  margin: 22px 0 0 0;
}
@media (max-width: 992px) {
  .cid-unj6Ukp6mv .contacts-wrapper .mbr-link {
    margin-top: 12px;
  }
}
.cid-unj6Ukp6mv .contacts-wrapper .mbr-link:hover,
.cid-unj6Ukp6mv .contacts-wrapper .mbr-link:focus {
  color: #bba9ff;
}
.cid-unj6Ukp6mv .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-unj6Ukp6mv .mbr-section-title {
  color: #000000;
}
.cid-unj6Ukp6mv .mbr-section-subtitle {
  color: #000000;
}
.cid-unj6Ukp6mv .list {
  color: #000000;
}
.cid-unj6Ukp6mv .mbr-link {
  color: #000000;
}
.cid-uOtpazeKnu {
  background-color: transparent;
}
.cid-uOtpazeKnu .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
}
.cid-uOtpazeKnu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background: #e7e7e7;
}
.cid-uOtpazeKnu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOtpazeKnu .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uOtpazeKnu .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uOtpazeKnu .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uOtpazeKnu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOtpazeKnu .navbar.opened {
  transition: all 0.3s;
}
.cid-uOtpazeKnu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOtpazeKnu .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOtpazeKnu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOtpazeKnu .navbar.collapsed {
  justify-content: center;
}
.cid-uOtpazeKnu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOtpazeKnu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOtpazeKnu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOtpazeKnu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOtpazeKnu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOtpazeKnu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOtpazeKnu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOtpazeKnu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOtpazeKnu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOtpazeKnu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOtpazeKnu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOtpazeKnu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOtpazeKnu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOtpazeKnu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOtpazeKnu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOtpazeKnu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOtpazeKnu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOtpazeKnu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOtpazeKnu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOtpazeKnu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOtpazeKnu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOtpazeKnu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOtpazeKnu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOtpazeKnu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOtpazeKnu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOtpazeKnu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOtpazeKnu .menu_box .navbar.opened,
  .cid-uOtpazeKnu .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOtpazeKnu .navbar-dropdown {
  position: relative !important;
}
.cid-uOtpazeKnu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOtpazeKnu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOtpazeKnu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOtpazeKnu .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOtpazeKnu .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uOtpazeKnu .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uOtpazeKnu .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uOtpazeKnu .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uOtpazeKnu .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-uOtpazeKnu .nav-item {
    margin: 0 !important;
  }
}
.cid-uOtpazeKnu .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #6684ca;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uOtpazeKnu .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #6684ca;
  }
}
.cid-uOtpazeKnu .nav-item .nav-link:hover,
.cid-uOtpazeKnu .nav-item .nav-link:focus {
  color: #6684ca !important;
  border-color: #6684ca !important;
  background-color: #6684ca !important;
}
.cid-uOtpazeKnu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOtpazeKnu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOtpazeKnu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOtpazeKnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOtpazeKnu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOtpazeKnu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOtpazeKnu .offcanvas_box {
    display: none;
  }
}
.cid-uOtpazeKnu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOtpazeKnu .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-uOtpazeKnu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOtpazeKnu .container {
  display: flex;
  margin: auto;
}
.cid-uOtpazeKnu .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uOtpazeKnu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOtpazeKnu .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uOtpazeKnu .navbar-nav {
    margin: 0;
  }
}
.cid-uOtpazeKnu .dropdown-menu,
.cid-uOtpazeKnu .navbar.opened {
  background-color: false !important;
}
.cid-uOtpazeKnu .nav-item:focus,
.cid-uOtpazeKnu .nav-link:focus {
  outline: none;
}
.cid-uOtpazeKnu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOtpazeKnu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOtpazeKnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOtpazeKnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOtpazeKnu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOtpazeKnu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOtpazeKnu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOtpazeKnu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOtpazeKnu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOtpazeKnu .dropdown-item.active,
.cid-uOtpazeKnu .dropdown-item:active {
  background-color: transparent;
}
.cid-uOtpazeKnu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOtpazeKnu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOtpazeKnu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOtpazeKnu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOtpazeKnu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOtpazeKnu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-uOtpazeKnu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOtpazeKnu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOtpazeKnu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOtpazeKnu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOtpazeKnu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOtpazeKnu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOtpazeKnu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOtpazeKnu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOtpazeKnu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOtpazeKnu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOtpazeKnu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOtpazeKnu .navbar {
    height: 70px;
  }
  .cid-uOtpazeKnu .navbar.opened {
    height: auto;
  }
  .cid-uOtpazeKnu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOtpazeKnu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uOtpazeKnu .navbar-caption:hover {
  color: #6684ca;
}
@media (min-width: 992px) {
  .cid-uOtpazeKnu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOtpazeKnu .text_widget {
  margin-bottom: 32px;
}
.cid-uOtpazeKnu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOtpazeKnu .text_widget a:hover,
.cid-uOtpazeKnu .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uOtpazeKnu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-uOtpazeKnu .navbar-caption {
  color: #000000;
}
.cid-uOtpazeKnu .mbr-section-subtitle,
.cid-uOtpazeKnu .text_widget,
.cid-uOtpazeKnu .mbr-section-btn {
  text-align: center;
}
.cid-uOtpazeKnu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOtpaAeH2g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtpaAeH2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtpaAeH2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtpaAeH2g .items-wrap {
  justify-content: space-between;
}
.cid-uOtpaAeH2g .items-wrap .card {
  justify-content: center;
}
.cid-uOtpaAeH2g .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uOtpaAeH2g .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOtpaAeH2g .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOtpaAeH2g .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtpaAeH2g .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOtpaAeH2g .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOtpaAeH2g .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtpaAeH2g .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOtpaAeH2g .image-wrapper img {
    height: 350px;
  }
}
.cid-uOtpaAeH2g .mbr-desc {
  color: #000000;
}
.cid-uOtpaAeH2g .mbr-section-title {
  color: #000000;
}
.cid-uOtpaAeH2g .mbr-text {
  color: #000000;
}
.cid-uOtpqDarwO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtpqDarwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtpqDarwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtpqDarwO .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uOtpqDarwO .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOtpqDarwO .mbr-text,
.cid-uOtpqDarwO .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uOtpaDHTb0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtpaDHTb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtpaDHTb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtpaDHTb0 .row {
  justify-content: space-between;
}
.cid-uOtpaDHTb0 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOtpaDHTb0 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOtpaDHTb0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOtpaDHTb0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOtpaDHTb0 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOtpaDHTb0 .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uOtpaDHTb0 .google-map iframe {
    height: 350px;
  }
}
.cid-uOtpaDHTb0 .mbr-label {
  color: #000000;
}
.cid-uOtpaDHTb0 .mbr-section-title {
  color: #000000;
}
.cid-uOtpaDHTb0 .mbr-desc {
  color: #000000;
}
.cid-uOtpaDHTb0 .mbr-text {
  color: #8a8a8a;
}
.cid-uOtpaElXTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtpaElXTN::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  border-radius: 52px 52px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uOtpaElXTN::before {
    border-radius: 35px 35px 0 0 !important;
  }
}
.cid-uOtpaElXTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtpaElXTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtpaElXTN .items-wrap {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.cid-uOtpaElXTN .title-wrapper .mbr-section-title {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOtpaElXTN .title-wrapper .mbr-section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOtpaElXTN .title-wrapper .mbr-section-title {
    padding-bottom: 32px;
  }
}
.cid-uOtpaElXTN .social-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uOtpaElXTN .social-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOtpaElXTN .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtpaElXTN .social-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOtpaElXTN .social-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uOtpaElXTN .social-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOtpaElXTN .social-wrapper .list .item-wrap {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uOtpaElXTN .social-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOtpaElXTN .social-wrapper .list .item-wrap:hover,
.cid-uOtpaElXTN .social-wrapper .list .item-wrap:focus {
  color: #bba9ff;
}
.cid-uOtpaElXTN .contacts-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uOtpaElXTN .contacts-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOtpaElXTN .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtpaElXTN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uOtpaElXTN .contacts-wrapper .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-uOtpaElXTN .contacts-wrapper .mbr-link {
  transition: all 0.3s ease-in-out;
  margin: 22px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uOtpaElXTN .contacts-wrapper .mbr-link {
    margin-top: 12px;
  }
}
.cid-uOtpaElXTN .contacts-wrapper .mbr-link:hover,
.cid-uOtpaElXTN .contacts-wrapper .mbr-link:focus {
  color: #bba9ff;
}
.cid-uOtpaElXTN .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uOtpaElXTN .mbr-section-title {
  color: #000000;
}
.cid-uOtpaElXTN .mbr-section-subtitle {
  color: #000000;
}
.cid-uOtpaElXTN .list {
  color: #000000;
}
.cid-uOtpaElXTN .mbr-link {
  color: #000000;
}
.cid-uOtpPqU2Aw {
  background-color: transparent;
}
.cid-uOtpPqU2Aw .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
}
.cid-uOtpPqU2Aw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background: #e7e7e7;
}
.cid-uOtpPqU2Aw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOtpPqU2Aw .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uOtpPqU2Aw .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uOtpPqU2Aw .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uOtpPqU2Aw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOtpPqU2Aw .navbar.opened {
  transition: all 0.3s;
}
.cid-uOtpPqU2Aw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOtpPqU2Aw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOtpPqU2Aw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOtpPqU2Aw .navbar.collapsed {
  justify-content: center;
}
.cid-uOtpPqU2Aw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOtpPqU2Aw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOtpPqU2Aw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOtpPqU2Aw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOtpPqU2Aw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOtpPqU2Aw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOtpPqU2Aw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOtpPqU2Aw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOtpPqU2Aw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOtpPqU2Aw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOtpPqU2Aw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOtpPqU2Aw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOtpPqU2Aw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOtpPqU2Aw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOtpPqU2Aw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOtpPqU2Aw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOtpPqU2Aw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOtpPqU2Aw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOtpPqU2Aw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOtpPqU2Aw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOtpPqU2Aw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOtpPqU2Aw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOtpPqU2Aw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOtpPqU2Aw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOtpPqU2Aw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOtpPqU2Aw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOtpPqU2Aw .menu_box .navbar.opened,
  .cid-uOtpPqU2Aw .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOtpPqU2Aw .navbar-dropdown {
  position: relative !important;
}
.cid-uOtpPqU2Aw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOtpPqU2Aw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOtpPqU2Aw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOtpPqU2Aw .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOtpPqU2Aw .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uOtpPqU2Aw .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uOtpPqU2Aw .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uOtpPqU2Aw .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uOtpPqU2Aw .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-uOtpPqU2Aw .nav-item {
    margin: 0 !important;
  }
}
.cid-uOtpPqU2Aw .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #6684ca;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uOtpPqU2Aw .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #6684ca;
  }
}
.cid-uOtpPqU2Aw .nav-item .nav-link:hover,
.cid-uOtpPqU2Aw .nav-item .nav-link:focus {
  color: #6684ca !important;
  border-color: #6684ca !important;
  background-color: #6684ca !important;
}
.cid-uOtpPqU2Aw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOtpPqU2Aw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOtpPqU2Aw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOtpPqU2Aw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOtpPqU2Aw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOtpPqU2Aw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOtpPqU2Aw .offcanvas_box {
    display: none;
  }
}
.cid-uOtpPqU2Aw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOtpPqU2Aw .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-uOtpPqU2Aw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOtpPqU2Aw .container {
  display: flex;
  margin: auto;
}
.cid-uOtpPqU2Aw .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uOtpPqU2Aw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOtpPqU2Aw .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uOtpPqU2Aw .navbar-nav {
    margin: 0;
  }
}
.cid-uOtpPqU2Aw .dropdown-menu,
.cid-uOtpPqU2Aw .navbar.opened {
  background-color: false !important;
}
.cid-uOtpPqU2Aw .nav-item:focus,
.cid-uOtpPqU2Aw .nav-link:focus {
  outline: none;
}
.cid-uOtpPqU2Aw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOtpPqU2Aw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOtpPqU2Aw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOtpPqU2Aw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOtpPqU2Aw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOtpPqU2Aw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOtpPqU2Aw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOtpPqU2Aw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOtpPqU2Aw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOtpPqU2Aw .dropdown-item.active,
.cid-uOtpPqU2Aw .dropdown-item:active {
  background-color: transparent;
}
.cid-uOtpPqU2Aw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOtpPqU2Aw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOtpPqU2Aw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOtpPqU2Aw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOtpPqU2Aw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOtpPqU2Aw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-uOtpPqU2Aw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOtpPqU2Aw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOtpPqU2Aw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOtpPqU2Aw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOtpPqU2Aw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOtpPqU2Aw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOtpPqU2Aw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOtpPqU2Aw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOtpPqU2Aw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOtpPqU2Aw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOtpPqU2Aw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOtpPqU2Aw .navbar {
    height: 70px;
  }
  .cid-uOtpPqU2Aw .navbar.opened {
    height: auto;
  }
  .cid-uOtpPqU2Aw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOtpPqU2Aw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uOtpPqU2Aw .navbar-caption:hover {
  color: #6684ca;
}
@media (min-width: 992px) {
  .cid-uOtpPqU2Aw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOtpPqU2Aw .text_widget {
  margin-bottom: 32px;
}
.cid-uOtpPqU2Aw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOtpPqU2Aw .text_widget a:hover,
.cid-uOtpPqU2Aw .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uOtpPqU2Aw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-uOtpPqU2Aw .navbar-caption {
  color: #000000;
}
.cid-uOtpPqU2Aw .mbr-section-subtitle,
.cid-uOtpPqU2Aw .text_widget,
.cid-uOtpPqU2Aw .mbr-section-btn {
  text-align: center;
}
.cid-uOtpPqU2Aw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOtpPrQrhj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtpPrQrhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtpPrQrhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtpPrQrhj .items-wrap {
  justify-content: space-between;
}
.cid-uOtpPrQrhj .items-wrap .card {
  justify-content: center;
}
.cid-uOtpPrQrhj .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uOtpPrQrhj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOtpPrQrhj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOtpPrQrhj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtpPrQrhj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOtpPrQrhj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOtpPrQrhj .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtpPrQrhj .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOtpPrQrhj .image-wrapper img {
    height: 350px;
  }
}
.cid-uOtpPrQrhj .mbr-desc {
  color: #000000;
}
.cid-uOtpPrQrhj .mbr-section-title {
  color: #000000;
}
.cid-uOtpPrQrhj .mbr-text {
  color: #000000;
}
.cid-uOtpPt3Num {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtpPt3Num .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtpPt3Num .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtpPt3Num .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uOtpPt3Num .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOtpPt3Num .mbr-text,
.cid-uOtpPt3Num .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uOtpPtDWPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtpPtDWPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtpPtDWPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtpPtDWPC .row {
  justify-content: space-between;
}
.cid-uOtpPtDWPC .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOtpPtDWPC .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOtpPtDWPC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOtpPtDWPC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOtpPtDWPC .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOtpPtDWPC .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uOtpPtDWPC .google-map iframe {
    height: 350px;
  }
}
.cid-uOtpPtDWPC .mbr-label {
  color: #000000;
}
.cid-uOtpPtDWPC .mbr-section-title {
  color: #000000;
}
.cid-uOtpPtDWPC .mbr-desc {
  color: #000000;
}
.cid-uOtpPtDWPC .mbr-text {
  color: #8a8a8a;
}
.cid-uOtpPue81g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtpPue81g::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  border-radius: 52px 52px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uOtpPue81g::before {
    border-radius: 35px 35px 0 0 !important;
  }
}
.cid-uOtpPue81g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtpPue81g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtpPue81g .items-wrap {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.cid-uOtpPue81g .title-wrapper .mbr-section-title {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOtpPue81g .title-wrapper .mbr-section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOtpPue81g .title-wrapper .mbr-section-title {
    padding-bottom: 32px;
  }
}
.cid-uOtpPue81g .social-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uOtpPue81g .social-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOtpPue81g .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtpPue81g .social-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOtpPue81g .social-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uOtpPue81g .social-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOtpPue81g .social-wrapper .list .item-wrap {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uOtpPue81g .social-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOtpPue81g .social-wrapper .list .item-wrap:hover,
.cid-uOtpPue81g .social-wrapper .list .item-wrap:focus {
  color: #bba9ff;
}
.cid-uOtpPue81g .contacts-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uOtpPue81g .contacts-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOtpPue81g .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtpPue81g .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uOtpPue81g .contacts-wrapper .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-uOtpPue81g .contacts-wrapper .mbr-link {
  transition: all 0.3s ease-in-out;
  margin: 22px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uOtpPue81g .contacts-wrapper .mbr-link {
    margin-top: 12px;
  }
}
.cid-uOtpPue81g .contacts-wrapper .mbr-link:hover,
.cid-uOtpPue81g .contacts-wrapper .mbr-link:focus {
  color: #bba9ff;
}
.cid-uOtpPue81g .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uOtpPue81g .mbr-section-title {
  color: #000000;
}
.cid-uOtpPue81g .mbr-section-subtitle {
  color: #000000;
}
.cid-uOtpPue81g .list {
  color: #000000;
}
.cid-uOtpPue81g .mbr-link {
  color: #000000;
}
.cid-uOtqllFF09 {
  background-color: transparent;
}
.cid-uOtqllFF09 .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
}
.cid-uOtqllFF09 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background: #e7e7e7;
}
.cid-uOtqllFF09 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOtqllFF09 .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uOtqllFF09 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uOtqllFF09 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uOtqllFF09 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOtqllFF09 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOtqllFF09 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOtqllFF09 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOtqllFF09 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOtqllFF09 .navbar.collapsed {
  justify-content: center;
}
.cid-uOtqllFF09 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOtqllFF09 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOtqllFF09 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOtqllFF09 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOtqllFF09 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOtqllFF09 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOtqllFF09 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOtqllFF09 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOtqllFF09 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOtqllFF09 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOtqllFF09 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOtqllFF09 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOtqllFF09 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOtqllFF09 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOtqllFF09 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOtqllFF09 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOtqllFF09 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOtqllFF09 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOtqllFF09 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOtqllFF09 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOtqllFF09 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOtqllFF09 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOtqllFF09 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOtqllFF09 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOtqllFF09 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOtqllFF09 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOtqllFF09 .menu_box .navbar.opened,
  .cid-uOtqllFF09 .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOtqllFF09 .navbar-dropdown {
  position: relative !important;
}
.cid-uOtqllFF09 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOtqllFF09 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOtqllFF09 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOtqllFF09 .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOtqllFF09 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uOtqllFF09 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uOtqllFF09 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uOtqllFF09 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uOtqllFF09 .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-uOtqllFF09 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOtqllFF09 .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #6684ca;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uOtqllFF09 .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #6684ca;
  }
}
.cid-uOtqllFF09 .nav-item .nav-link:hover,
.cid-uOtqllFF09 .nav-item .nav-link:focus {
  color: #6684ca !important;
  border-color: #6684ca !important;
  background-color: #6684ca !important;
}
.cid-uOtqllFF09 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOtqllFF09 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOtqllFF09 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOtqllFF09 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOtqllFF09 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOtqllFF09 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOtqllFF09 .offcanvas_box {
    display: none;
  }
}
.cid-uOtqllFF09 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOtqllFF09 .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-uOtqllFF09 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOtqllFF09 .container {
  display: flex;
  margin: auto;
}
.cid-uOtqllFF09 .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uOtqllFF09 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOtqllFF09 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uOtqllFF09 .navbar-nav {
    margin: 0;
  }
}
.cid-uOtqllFF09 .dropdown-menu,
.cid-uOtqllFF09 .navbar.opened {
  background-color: false !important;
}
.cid-uOtqllFF09 .nav-item:focus,
.cid-uOtqllFF09 .nav-link:focus {
  outline: none;
}
.cid-uOtqllFF09 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOtqllFF09 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOtqllFF09 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOtqllFF09 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOtqllFF09 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOtqllFF09 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOtqllFF09 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOtqllFF09 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOtqllFF09 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOtqllFF09 .dropdown-item.active,
.cid-uOtqllFF09 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOtqllFF09 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOtqllFF09 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOtqllFF09 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOtqllFF09 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOtqllFF09 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOtqllFF09 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #e1ff04;
}
.cid-uOtqllFF09 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOtqllFF09 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOtqllFF09 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOtqllFF09 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOtqllFF09 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOtqllFF09 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOtqllFF09 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOtqllFF09 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOtqllFF09 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOtqllFF09 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOtqllFF09 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOtqllFF09 .navbar {
    height: 70px;
  }
  .cid-uOtqllFF09 .navbar.opened {
    height: auto;
  }
  .cid-uOtqllFF09 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOtqllFF09 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uOtqllFF09 .navbar-caption:hover {
  color: #6684ca;
}
@media (min-width: 992px) {
  .cid-uOtqllFF09 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOtqllFF09 .text_widget {
  margin-bottom: 32px;
}
.cid-uOtqllFF09 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOtqllFF09 .text_widget a:hover,
.cid-uOtqllFF09 .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uOtqllFF09 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-uOtqllFF09 .navbar-caption {
  color: #000000;
}
.cid-uOtqllFF09 .mbr-section-subtitle,
.cid-uOtqllFF09 .text_widget,
.cid-uOtqllFF09 .mbr-section-btn {
  text-align: center;
}
.cid-uOtqllFF09 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOtqlmBLbw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtqlmBLbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtqlmBLbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtqlmBLbw .items-wrap {
  justify-content: space-between;
}
.cid-uOtqlmBLbw .items-wrap .card {
  justify-content: center;
}
.cid-uOtqlmBLbw .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uOtqlmBLbw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOtqlmBLbw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOtqlmBLbw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtqlmBLbw .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOtqlmBLbw .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOtqlmBLbw .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtqlmBLbw .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOtqlmBLbw .image-wrapper img {
    height: 350px;
  }
}
.cid-uOtqlmBLbw .mbr-desc {
  color: #000000;
}
.cid-uOtqlmBLbw .mbr-section-title {
  color: #000000;
}
.cid-uOtqlmBLbw .mbr-text {
  color: #000000;
}
.cid-uOtqlnGuTl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtqlnGuTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtqlnGuTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtqlnGuTl .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uOtqlnGuTl .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOtqlnGuTl .mbr-text,
.cid-uOtqlnGuTl .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uOtqloG84W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtqloG84W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtqloG84W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtqloG84W .row {
  justify-content: space-between;
}
.cid-uOtqloG84W .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOtqloG84W .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOtqloG84W .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOtqloG84W .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOtqloG84W .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOtqloG84W .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uOtqloG84W .google-map iframe {
    height: 350px;
  }
}
.cid-uOtqloG84W .mbr-label {
  color: #000000;
}
.cid-uOtqloG84W .mbr-section-title {
  color: #000000;
}
.cid-uOtqloG84W .mbr-desc {
  color: #000000;
}
.cid-uOtqloG84W .mbr-text {
  color: #8a8a8a;
}
.cid-uOtqlpR3KQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uOtqlpR3KQ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  border-radius: 52px 52px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uOtqlpR3KQ::before {
    border-radius: 35px 35px 0 0 !important;
  }
}
.cid-uOtqlpR3KQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtqlpR3KQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtqlpR3KQ .items-wrap {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.cid-uOtqlpR3KQ .title-wrapper .mbr-section-title {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOtqlpR3KQ .title-wrapper .mbr-section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOtqlpR3KQ .title-wrapper .mbr-section-title {
    padding-bottom: 32px;
  }
}
.cid-uOtqlpR3KQ .social-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uOtqlpR3KQ .social-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOtqlpR3KQ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtqlpR3KQ .social-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOtqlpR3KQ .social-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uOtqlpR3KQ .social-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOtqlpR3KQ .social-wrapper .list .item-wrap {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uOtqlpR3KQ .social-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOtqlpR3KQ .social-wrapper .list .item-wrap:hover,
.cid-uOtqlpR3KQ .social-wrapper .list .item-wrap:focus {
  color: #bba9ff;
}
.cid-uOtqlpR3KQ .contacts-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uOtqlpR3KQ .contacts-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOtqlpR3KQ .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOtqlpR3KQ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uOtqlpR3KQ .contacts-wrapper .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-uOtqlpR3KQ .contacts-wrapper .mbr-link {
  transition: all 0.3s ease-in-out;
  margin: 22px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uOtqlpR3KQ .contacts-wrapper .mbr-link {
    margin-top: 12px;
  }
}
.cid-uOtqlpR3KQ .contacts-wrapper .mbr-link:hover,
.cid-uOtqlpR3KQ .contacts-wrapper .mbr-link:focus {
  color: #bba9ff;
}
.cid-uOtqlpR3KQ .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uOtqlpR3KQ .mbr-section-title {
  color: #000000;
}
.cid-uOtqlpR3KQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uOtqlpR3KQ .list {
  color: #000000;
}
.cid-uOtqlpR3KQ .mbr-link {
  color: #000000;
}
