.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4.2rem;
  line-height: 76px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2.8rem;
  line-height: 128%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.7rem;
  line-height: 35px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #254036 !important;
}
.bg-success {
  background-color: #85e8ba !important;
}
.bg-info {
  background-color: #75e2f8 !important;
}
.bg-warning {
  background-color: #ffdb6e !important;
}
.bg-danger {
  background-color: #a13935 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #254036 !important;
  border-color: #254036 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #386051 !important;
  border-color: #386051 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #386051 !important;
  border-color: #386051 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #293056 !important;
  border-color: #293056 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #394379 !important;
  border-color: #394379 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #394379 !important;
  border-color: #394379 !important;
}
.btn-info,
.btn-info:active {
  background-color: #75e2f8 !important;
  border-color: #75e2f8 !important;
  color: #055869 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a6ecfa !important;
  border-color: #a6ecfa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #055869 !important;
  background-color: #a6ecfa !important;
  border-color: #a6ecfa !important;
}
.btn-success,
.btn-success:active {
  background-color: #85e8ba !important;
  border-color: #85e8ba !important;
  color: #115d3a !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b0f0d2 !important;
  border-color: #b0f0d2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #115d3a !important;
  background-color: #b0f0d2 !important;
  border-color: #b0f0d2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdb6e !important;
  border-color: #ffdb6e !important;
  color: #6e5300 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe8a1 !important;
  border-color: #ffe8a1 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6e5300 !important;
  background-color: #ffe8a1 !important;
  border-color: #ffe8a1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a13935 !important;
  border-color: #a13935 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c24b47 !important;
  border-color: #c24b47 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c24b47 !important;
  border-color: #c24b47 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !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: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #254036;
  color: #254036;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #050908 !important;
  background-color: transparent !important;
  border-color: #050908 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #254036 !important;
  border-color: #254036 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #293056;
  color: #293056;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d0f1b !important;
  background-color: transparent !important;
  border-color: #0d0f1b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #293056 !important;
  border-color: #293056 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #75e2f8;
  color: #75e2f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #22d1f4 !important;
  background-color: transparent !important;
  border-color: #22d1f4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #055869 !important;
  background-color: #75e2f8 !important;
  border-color: #75e2f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #85e8ba;
  color: #85e8ba;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3cda91 !important;
  background-color: transparent !important;
  border-color: #3cda91 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #115d3a !important;
  background-color: #85e8ba !important;
  border-color: #85e8ba !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdb6e;
  color: #ffdb6e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc517 !important;
  background-color: transparent !important;
  border-color: #ffc517 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6e5300 !important;
  background-color: #ffdb6e !important;
  border-color: #ffdb6e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a13935;
  color: #a13935;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #602220 !important;
  background-color: transparent !important;
  border-color: #602220 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a13935 !important;
  border-color: #a13935 !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: #254036 !important;
}
.text-secondary {
  color: #293056 !important;
}
.text-success {
  color: #85e8ba !important;
}
.text-info {
  color: #75e2f8 !important;
}
.text-warning {
  color: #ffdb6e !important;
}
.text-danger {
  color: #a13935 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #080911 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2fd889 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #14cef3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc208 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #541e1c !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: #254036;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #75e2f8;
}
.alert-warning {
  background-color: #ffdb6e;
}
.alert-danger {
  background-color: #a13935;
}
.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: #254036;
  border-color: #254036;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #254036;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8dbdab;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d58380;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.7rem;
  line-height: 35px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.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: #254036 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.7rem;
  line-height: 35px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
blockquote {
  border-color: #254036;
}
/* 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: #254036;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #254036;
}
.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: #254036;
  border-bottom-color: #254036;
}
.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: #254036 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #293056 !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='%23254036' %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: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.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: none;
}
.cid-uIr9JI19Vk .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uIr9JI19Vk .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uIr9JI19Vk .navbar-fixed-top {
  padding-top: 0;
}
.cid-uIr9JI19Vk .navbar-collapse {
  flex-basis: auto;
}
.cid-uIr9JI19Vk .dropdown-item {
  padding: 0;
}
.cid-uIr9JI19Vk .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uIr9JI19Vk .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIr9JI19Vk .menu-content-top {
    width: 100%;
  }
  .cid-uIr9JI19Vk .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uIr9JI19Vk .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uIr9JI19Vk .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uIr9JI19Vk .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uIr9JI19Vk .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uIr9JI19Vk .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uIr9JI19Vk .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uIr9JI19Vk .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIr9JI19Vk .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uIr9JI19Vk .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uIr9JI19Vk a {
  font-style: normal;
}
.cid-uIr9JI19Vk .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uIr9JI19Vk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uIr9JI19Vk .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uIr9JI19Vk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIr9JI19Vk .content-text {
  margin-bottom: 0;
}
.cid-uIr9JI19Vk .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uIr9JI19Vk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uIr9JI19Vk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uIr9JI19Vk .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uIr9JI19Vk .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uIr9JI19Vk .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uIr9JI19Vk .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uIr9JI19Vk .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uIr9JI19Vk .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIr9JI19Vk .nav-dropdown .link {
  font-weight: 400;
}
.cid-uIr9JI19Vk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uIr9JI19Vk .content-right-side {
  text-align: center;
}
.cid-uIr9JI19Vk .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uIr9JI19Vk .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uIr9JI19Vk .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uIr9JI19Vk .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uIr9JI19Vk .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uIr9JI19Vk .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uIr9JI19Vk .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uIr9JI19Vk .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uIr9JI19Vk .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uIr9JI19Vk .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uIr9JI19Vk .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uIr9JI19Vk .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uIr9JI19Vk .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uIr9JI19Vk .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uIr9JI19Vk .navbar {
    display: block;
    padding: 0;
  }
  .cid-uIr9JI19Vk .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uIr9JI19Vk .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uIr9JI19Vk .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uIr9JI19Vk .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uIr9JI19Vk .navbar-toggler {
    display: none;
  }
  .cid-uIr9JI19Vk .navbar-collapse {
    justify-content: center;
  }
}
.cid-uIr9JI19Vk .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uIr9JI19Vk .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uIr9JI19Vk .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uIr9JI19Vk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uIr9JI19Vk .menu-logo {
  margin-right: auto;
}
.cid-uIr9JI19Vk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uIr9JI19Vk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uIr9JI19Vk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uIr9JI19Vk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIr9JI19Vk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uIr9JI19Vk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIr9JI19Vk .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uIr9JI19Vk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIr9JI19Vk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uIr9JI19Vk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIr9JI19Vk .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uIr9JI19Vk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uIr9JI19Vk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIr9JI19Vk .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uIr9JI19Vk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uIr9JI19Vk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIr9JI19Vk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIr9JI19Vk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIr9JI19Vk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIr9JI19Vk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uIr9JI19Vk .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uIr9JI19Vk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uIr9JI19Vk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIr9JI19Vk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIr9JI19Vk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIr9JI19Vk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uIr9JI19Vk button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uIr9JI19Vk button.navbar-toggler:focus {
  outline: none;
}
.cid-uIr9JI19Vk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIr9JI19Vk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIr9JI19Vk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIr9JI19Vk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIr9JI19Vk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIr9JI19Vk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIr9JI19Vk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIr9JI19Vk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIr9JI19Vk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIr9JI19Vk .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uIr9JI19Vk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIr9JI19Vk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIr9JI19Vk .collapsed .btn {
  display: flex;
}
.cid-uIr9JI19Vk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIr9JI19Vk .collapsed .navbar-collapse.collapsing,
.cid-uIr9JI19Vk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIr9JI19Vk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIr9JI19Vk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIr9JI19Vk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIr9JI19Vk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIr9JI19Vk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIr9JI19Vk .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uIr9JI19Vk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIr9JI19Vk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIr9JI19Vk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uIr9JI19Vk .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIr9JI19Vk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uIr9JI19Vk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uIr9JI19Vk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uIr9JI19Vk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIr9JI19Vk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIr9JI19Vk .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uIr9JI19Vk .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uIr9JI19Vk .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIr9JI19Vk .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uIr9JI19Vk .navbar-collapse.collapsing,
  .cid-uIr9JI19Vk .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIr9JI19Vk .navbar-collapse.collapsing .navbar-nav,
  .cid-uIr9JI19Vk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIr9JI19Vk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIr9JI19Vk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIr9JI19Vk .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIr9JI19Vk .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uIr9JI19Vk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIr9JI19Vk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIr9JI19Vk .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uIr9JI19Vk .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uIr9JI19Vk .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uIr9JI19Vk img {
    height: 3.8rem !important;
  }
  .cid-uIr9JI19Vk .btn {
    display: flex;
  }
  .cid-uIr9JI19Vk button.navbar-toggler {
    display: block;
  }
  .cid-uIr9JI19Vk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uIr9JI19Vk .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uIr9JI19Vk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uIr9JI19Vk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIr9JI19Vk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIr9JI19Vk .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uIr9JI19Vk .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uIr9JI19Vk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uIr9JI19Vk .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uIr9JI19Vk .nav-link:focus {
  outline: none;
}
.cid-uIr9JI19Vk .navbar-toggler {
  position: relative;
}
.cid-uIr9JI19Vk .dropdown-item.active,
.cid-uIr9JI19Vk .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uIr9JI19Vk .widget-title,
.cid-uIr9JI19Vk .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uIr9JI19Vk .widget-text {
  color: #000000;
}
.cid-uykBJI0zqU {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #fefefe;
}
.cid-uykBJI0zqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykBJI0zqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykBJI0zqU .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uykBJI0zqU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI0zqU .container {
    padding: 0 20px;
  }
}
.cid-uykBJI0zqU .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-uykBJI0zqU .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-uykBJI0zqU .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uykBJI0zqU .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-uykBJI0zqU .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-uykBJI0zqU .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uykBJI0zqU .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uykBJI0zqU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uykBJI0zqU .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uykBJI0zqU .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-uykBJI0zqU .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uykBJI0zqU .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uykBJI0zqU .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uykBJI0zqU .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uykBJI0zqU .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uykBJI0zqU .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uykBJI0zqU .mbr-section-title {
  color: #ffffff;
}
.cid-uykBJI0zqU .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uykBJI0zqU .mbr-text,
.cid-uykBJI0zqU .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uykBJI0zqU .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-uykBJI0zqU .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-uykBJI0zqU .mbr-section-title,
.cid-uykBJI0zqU .mbr-section-btn,
.cid-uykBJI0zqU .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF7rRUwdPL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF7rRUwdPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7rRUwdPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF7rRUwdPL .container {
    padding: 0 16px;
  }
}
.cid-uF7rRUwdPL .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uF7rRUwdPL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uF7rRUwdPL .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uF7rRUwdPL .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF7rRUwdPL .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uF7rRUwdPL .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF7rRUwdPL .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uF7rRUwdPL .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uF7rRUwdPL .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF7rRUwdPL .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uF7rRUwdPL .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
  padding-left: 0;
}
.cid-uF7rRUwdPL .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  position: relative;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uF7rRUwdPL .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uF7rRUwdPL .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uF7rRUwdPL .image-wrapper {
    padding: 0;
  }
}
.cid-uF7rRUwdPL .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uF7rRUwdPL .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-uF7rRUwdPL .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uF7rRUwdPL .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uF7rRUwdPL .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #08323c;
  border-top: 2px solid #08323c;
  border-right: 2px solid #08323c;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uF7rRUwdPL .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uF7rRUwdPL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uF7rRUwdPL .mbr-section-subtitle {
  color: #000000;
}
.cid-uF7rRUwdPL .mbr-text {
  color: #000000;
}
.cid-uF7rRUwdPL .mbr-list-title {
  color: #08323C;
}
.cid-uF7rRUwdPL .list {
  color: #000000;
}
.cid-uF7xdQqhlB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uF7xdQqhlB .nav-tabs .nav-item.open .nav-link:focus,
.cid-uF7xdQqhlB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uF7xdQqhlB .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ff9017;
}
.cid-uF7xdQqhlB .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uF7xdQqhlB .mbr-text {
  margin-top: 2rem;
}
.cid-uF7xdQqhlB .first {
  margin-left: -24px;
}
.cid-uF7xdQqhlB .nav-tabs .nav-link {
  color: #c3721a !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uF7xdQqhlB .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #183e1c !important;
}
.cid-uF7xdQqhlB .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #183e1c !important;
  font-style: normal;
}
@media (max-width: 576px) {
  .cid-uF7xdQqhlB .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uF7xdQqhlB .mbr-text,
  .cid-uF7xdQqhlB .nav-link {
    text-align: center;
  }
}
.cid-uF7xdQqhlB .mbr-section-title {
  margin-bottom: 1rem;
  color: #222222;
}
.cid-uF7xdQqhlB .mbr-section-title b:last-child,
.cid-uF7xdQqhlB .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-uF7xdQqhlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7xdQqhlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7veoquhf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uF7veoquhf .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uF7veoquhf .panel-group {
  border: none;
}
.cid-uF7veoquhf .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uF7veoquhf .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uF7veoquhf .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uF7veoquhf .panel-body {
    padding: 0rem;
  }
}
.cid-uF7veoquhf .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-uF7veoquhf .img-col {
  padding: 0;
}
.cid-uF7veoquhf .img-item {
  height: 100%;
}
.cid-uF7veoquhf img {
  height: 100%;
  object-fit: cover;
}
.cid-uF7veoquhf .container-fluid {
  padding: 0 1rem;
}
.cid-uF7veoquhf .collapsed span {
  transform: rotate(0deg);
}
.cid-uF7veoquhf .panel-title {
  display: flex;
  align-items: center;
}
.cid-uF7veoquhf .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uF7veoquhf .panel-title-edit {
  color: #000000;
}
.cid-uF7veoquhf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uF7veoquhf .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-uF7veoquhf .panel-title-edit,
.cid-uF7veoquhf .mbr-iconfont {
  color: #1b2026;
}
.cid-uF7veoquhf .panel-text {
  color: #777777;
}
.cid-uF7veoquhf H4 {
  color: #777777;
}
.cid-uF7veoquhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7veoquhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyqGE0rJln {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyqGE0rJln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyqGE0rJln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyqGE0rJln .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uyqGE0rJln .container {
    padding: 10px 8px;
  }
}
.cid-uyqGE0rJln .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #73abff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uyqGE0rJln .row {
    padding: 50px 10px;
  }
}
.cid-uyqGE0rJln .row .card {
  padding: 0;
}
.cid-uyqGE0rJln .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyqGE0rJln .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uyqGE0rJln .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: center;
}
.cid-uyqGE0rJln .mbr-section-title span {
  opacity: .5;
}
.cid-uylvgHtuma {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecede8;
}
.cid-uylvgHtuma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uylvgHtuma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uylvgHtuma .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uylvgHtuma .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uylvgHtuma .container {
    padding: 0 20px;
  }
}
.cid-uylvgHtuma .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #edefeb;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uylvgHtuma .row {
    padding: 46px 4px 46px;
  }
}
.cid-uylvgHtuma .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uylvgHtuma .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uylvgHtuma .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uylvgHtuma .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uylvgHtuma .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uylvgHtuma .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uylvgHtuma .item {
  margin-bottom: 40px;
}
.cid-uylvgHtuma .item:first-child {
  margin-bottom: 0;
}
.cid-uylvgHtuma .item:hover .item-wrapper .item-img img,
.cid-uylvgHtuma .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uylvgHtuma .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uylvgHtuma .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uylvgHtuma .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uylvgHtuma .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uylvgHtuma .item a {
  display: block;
}
.cid-uylvgHtuma .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uylvgHtuma .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uylvgHtuma .mbr-text,
.cid-uylvgHtuma .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uylvgHtuma .card-title {
  color: #000000;
}
.cid-uylvgHtuma .card-desc {
  color: #616161;
  text-align: center;
}
.cid-uylvgHtuma .card-title,
.cid-uylvgHtuma .icon-wrapper {
  text-align: center;
}
.cid-uywlIiMPQV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1e1d1c;
}
.cid-uywlIiMPQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uywlIiMPQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uywlIiMPQV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uywlIiMPQV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uywlIiMPQV .container {
    padding: 0 20px;
  }
}
.cid-uywlIiMPQV .row {
  justify-content: center;
}
.cid-uywlIiMPQV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media (max-width: 1440px) {
  .cid-uywlIiMPQV .items-wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uywlIiMPQV .items-wrapper {
    display: block;
  }
}
.cid-uywlIiMPQV .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uywlIiMPQV .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uywlIiMPQV .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uywlIiMPQV .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uywlIiMPQV .items-wrapper .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uywlIiMPQV .items-wrapper .item .item-wrapper .item-content {
  margin-left: 25px;
}
@media (max-width: 992px) {
  .cid-uywlIiMPQV .items-wrapper .item .item-wrapper .item-content {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.cid-uywlIiMPQV .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 40px;
}
.cid-uywlIiMPQV .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-name {
  margin-bottom: 0;
}
.cid-uywlIiMPQV .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-role {
  opacity: .4;
  margin-bottom: 0;
}
.cid-uywlIiMPQV .items-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 30px;
}
.cid-uywlIiMPQV .card-name {
  color: #ffffff;
}
.cid-uywlIiMPQV .card-role {
  color: #ffffff;
}
.cid-uywlIiMPQV .card-text {
  color: #f2ede4;
}
.cid-uyxeUPZHYZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uyxeUPZHYZ .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uyxeUPZHYZ .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-uyxeUPZHYZ img,
.cid-uyxeUPZHYZ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uyxeUPZHYZ .item:focus,
.cid-uyxeUPZHYZ span:focus {
  outline: none;
}
.cid-uyxeUPZHYZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyxeUPZHYZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uyxeUPZHYZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uyxeUPZHYZ .mbr-section-title {
  color: #232323;
}
.cid-uyxeUPZHYZ .mbr-text,
.cid-uyxeUPZHYZ .mbr-section-btn {
  color: #232323;
}
.cid-uyxeUPZHYZ .content-head {
  max-width: 800px;
}
.cid-uykBJI0t1x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uykBJI0t1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykBJI0t1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykBJI0t1x .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uykBJI0t1x .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI0t1x .container {
    padding: 0 20px;
  }
}
.cid-uykBJI0t1x .item {
  margin-top: 32px;
}
.cid-uykBJI0t1x .item:first-child {
  margin-top: 0;
}
.cid-uykBJI0t1x .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uykBJI0t1x .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-uykBJI0t1x .item:nth-child(2n) .item-wrapper {
  background-color: #093551;
}
.cid-uykBJI0t1x .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #fcf8d9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uykBJI0t1x .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-uykBJI0t1x .item .item-wrapper .card-box .card-desc_1,
.cid-uykBJI0t1x .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uykBJI0t1x .item .item-wrapper .card-box .card-desc_1,
  .cid-uykBJI0t1x .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-uykBJI0t1x .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-uykBJI0t1x .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uykBJI0t1x .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-uykBJI0t1x .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-uykBJI0t1x .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-uykBJI0t1x .item .item-wrapper .card-box .card-title_1,
.cid-uykBJI0t1x .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-uykBJI0t1x .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  justify-content: center;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uykBJI0t1x .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-uykBJI0t1x .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  justify-content: center;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uykBJI0t1x .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-uykBJI0t1x .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  justify-content: center;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uykBJI0t1x .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-uykBJI0t1x .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  justify-content: center;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uykBJI0t1x .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-uykBJI0t1x .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-uykBJI0t1x .card-desc_2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uykBJI0t1x .card-title_1 {
  color: #000000;
}
.cid-uykBJI0t1x .card-title_2 {
  color: #ffffff;
}
.cid-uykBJI0t1x .card-text_1,
.cid-uykBJI0t1x .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-uykBJI0t1x .card-text_2,
.cid-uykBJI0t1x .text-wrapper_2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uykBJI0t1x .card-title_1,
.cid-uykBJI0t1x .buttons_1,
.cid-uykBJI0t1x .icon-wrapper_1,
.cid-uykBJI0t1x .title-wrapper_1 {
  text-align: center;
}
.cid-uykBJI0t1x .card-title_2,
.cid-uykBJI0t1x .buttons_2,
.cid-uykBJI0t1x .icon-wrapper_2,
.cid-uykBJI0t1x .title-wrapper_2 {
  text-align: center;
}
.cid-uykBJI0t1x .card-title_2,
.cid-uykBJI0t1x .icon-wrapper_2,
.cid-uykBJI0t1x .buttons_2,
.cid-uykBJI0t1x .title-wrapper_2 {
  color: #FFFFFF;
}
.cid-uywnyADpWF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uywnyADpWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uywnyADpWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uywnyADpWF .container {
    padding: 0 22px;
  }
}
.cid-uywnyADpWF .row {
  justify-content: center;
  margin: 0 -6px;
}
.cid-uywnyADpWF .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
.cid-uywnyADpWF .item:hover .item-wrapper .item-img img,
.cid-uywnyADpWF .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uywnyADpWF .item:hover .item-wrapper .item-img .item-content,
.cid-uywnyADpWF .item:focus .item-wrapper .item-img .item-content {
  z-index: 2;
}
.cid-uywnyADpWF .item .item-wrapper {
  border-radius: 15px !important;
  height: 100%;
}
.cid-uywnyADpWF .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uywnyADpWF .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 15px !important;
  pointer-events: visible;
}
.cid-uywnyADpWF .item .item-wrapper .item-img .item-content {
  padding: 50px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ff5753;
  border-radius: 15px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uywnyADpWF .item .item-wrapper .item-img .item-content {
    padding: 32px;
  }
}
.cid-uywnyADpWF .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 32px;
}
.cid-uywnyADpWF .item .item-wrapper .item-img .item-content .list-wrap {
  margin-bottom: 32px;
}
.cid-uywnyADpWF .item .item-wrapper .item-img .item-content .list-wrap .list {
  padding-left: 20px;
  margin: 0;
}
.cid-uywnyADpWF .item .item-wrapper .item-img .item-content .list-wrap .list .item-wrap {
  margin-bottom: 0;
  padding: 0;
}
.cid-uywnyADpWF .item .item-wrapper .item-img .item-content .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uywnyADpWF .item .item-wrapper .item-img .item-content .list-wrapper .list .item-wrap {
  border-top: 1px solid #f4f3f4;
  padding: 32px 0;
  margin-bottom: 0;
}
.cid-uywnyADpWF .item .item-wrapper .item-img .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uywnyADpWF .card-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uywnyADpWF .card-title {
  color: #000000;
}
.cid-uywnyADpWF .list {
  color: #000000;
}
.cid-uyl6T0ysfM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uyl6T0ysfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyl6T0ysfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyl6T0ysfM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uyl6T0ysfM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uyl6T0ysfM .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uyl6T0ysfM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uyl6T0ysfM .container {
    padding: 0 14px;
  }
}
.cid-uyl6T0ysfM .row {
  justify-content: center;
}
.cid-uyl6T0ysfM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyl6T0ysfM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uyl6T0ysfM .tabs-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyl6T0ysfM .tabs-wrap {
    margin-bottom: 32px;
  }
}
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 10px 10px 0;
}
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #193115;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #193115;
  border-radius: 30px !important;
  background-color: #63cfbf;
  position: relative;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
}
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover,
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus {
  box-shadow: none;
  transform: translate(0);
}
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover .mbr-iconfont,
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover::before,
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #254036;
  pointer-events: none;
}
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  transform: translate(0);
}
.cid-uyl6T0ysfM .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uyl6T0ysfM .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uyl6T0ysfM .content-wrapper {
    display: block;
  }
}
.cid-uyl6T0ysfM .content-wrapper .image-wrapper {
  width: 47%;
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uyl6T0ysfM .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uyl6T0ysfM .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 768px) {
  .cid-uyl6T0ysfM .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uyl6T0ysfM .content-wrapper .text-wrapper {
  width: 47%;
}
@media (max-width: 992px) {
  .cid-uyl6T0ysfM .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uyl6T0ysfM .content-wrapper .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uyl6T0ysfM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uyl6T0ysfM .card-text {
  color: #000000;
}
.cid-uyKXK9trHp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyKXK9trHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKXK9trHp .col-12 {
  padding: 0;
}
.cid-uyKXK9trHp .row {
  margin: 0;
}
.cid-uyKXK9trHp .card-wrapper {
  border: 1px solid #254036;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uyKXK9trHp .card-wrapper {
    padding: 1rem;
  }
}
.cid-uyKXK9trHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKXK9trHp .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uyKXK9trHp .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uyKXK9trHp .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uyKXK9trHp .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uyKXK9trHp .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uyKXK9trHp .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyKXK9trHp .image-wrapper {
    padding: 1rem;
  }
}
.cid-uyKXK9trHp .mbr-section-title {
  color: #221b35;
}
.cid-uyKXK9trHp .mbr-text,
.cid-uyKXK9trHp .mbr-section-btn {
  color: #221b35;
}
.cid-uyL0qnErc2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyL0qnErc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyL0qnErc2 .col-12 {
  padding: 0;
}
.cid-uyL0qnErc2 .row {
  margin: 0;
}
.cid-uyL0qnErc2 .card-wrapper {
  border: 1px solid #254036;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uyL0qnErc2 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uyL0qnErc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyL0qnErc2 .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uyL0qnErc2 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uyL0qnErc2 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uyL0qnErc2 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uyL0qnErc2 .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uyL0qnErc2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uyL0qnErc2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyL0qnErc2 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uyL0qnErc2 .mbr-section-title {
  color: #221b35;
}
.cid-uyL0qnErc2 .mbr-text,
.cid-uyL0qnErc2 .mbr-section-btn {
  color: #221b35;
}
.cid-uykBJI07MS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uykBJI07MS .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uykBJI07MS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI07MS .container {
    padding: 0 20px;
  }
}
.cid-uykBJI07MS .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uykBJI07MS .row {
    padding: 46px 0;
  }
}
.cid-uykBJI07MS .item {
  margin-bottom: 32px;
}
.cid-uykBJI07MS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-uykBJI07MS .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uykBJI07MS .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uykBJI07MS .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uykBJI07MS .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uykBJI07MS .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uykBJI07MS .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI07MS .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uykBJI07MS .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uykBJI07MS .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uykBJI07MS .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uykBJI07MS .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uykBJI07MS .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uykBJI07MS .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uykBJI07MS .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uykBJI07MS .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uykBJI07MS .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uykBJI07MS .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uykBJI07MS .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uykBJI07MS .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uykBJI07MS .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uykBJI07MS .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uykBJI07MS .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uykBJI07MS .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-uykBJI07MS .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uykBJI07MS .item-title {
  color: #000000;
}
.cid-uykBJI07MS .item-text {
  color: #000000;
}
.cid-uykBJI07MS .list {
  color: #000000;
}
.cid-uykBJI0q0v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uykBJI0q0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykBJI0q0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykBJI0q0v .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uykBJI0q0v .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI0q0v .container {
    padding: 0 20px;
  }
}
.cid-uykBJI0q0v .row {
  margin: 0;
  justify-content: center;
  padding: 60px;
  background-color: #000000;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uykBJI0q0v .row {
    padding: 46px 10px 46px;
  }
}
.cid-uykBJI0q0v .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uykBJI0q0v .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uykBJI0q0v .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uykBJI0q0v .item:first-child {
  margin-bottom: 0;
}
.cid-uykBJI0q0v .item:last-child {
  margin-bottom: 0;
}
.cid-uykBJI0q0v .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 32px 20px;
}
@media (max-width: 992px) {
  .cid-uykBJI0q0v .item .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-uykBJI0q0v .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uykBJI0q0v .item .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uykBJI0q0v .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uykBJI0q0v .item .item-wrapper .item-img .item-content .card-name {
  margin-bottom: 5px;
}
.cid-uykBJI0q0v .item .item-wrapper .item-img .item-content .card-role {
  margin-bottom: 0;
}
.cid-uykBJI0q0v .item .item-wrapper .item-img .item-content .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-uykBJI0q0v .item .item-wrapper .item-img .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uykBJI0q0v .item .item-wrapper .item-img .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uykBJI0q0v .item .item-wrapper .item-img .item-content .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uykBJI0q0v .mbr-section-btn {
  margin-top: 40px;
}
.cid-uykBJI0q0v .mbr-section-title {
  color: #ffffff;
}
.cid-uykBJI0q0v .mbr-desc {
  color: #FFFFFF;
  text-align: center;
}
.cid-uykBJI0q0v .card-title {
  color: #ffffff;
}
.cid-uykBJI0q0v .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uykBJI0q0v .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-uykBJI0q0v .mbr-section-title,
.cid-uykBJI0q0v .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uykBJI0q0v .card-title,
.cid-uykBJI0q0v .icon-wrapper {
  text-align: center;
}
.cid-uyxc5R9RRy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyxc5R9RRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyxc5R9RRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uyxc5R9RRy .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyxc5R9RRy img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uyxc5R9RRy img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uyxc5R9RRy .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uyxc5R9RRy .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uyxc5R9RRy .card-link:hover a {
  background-image: none !important;
}
.cid-uyxc5R9RRy .card-link:hover {
  cursor: pointer;
}
.cid-uyxc5R9RRy .card-link:hover:before {
  width: 0%;
}
.cid-uyxc5R9RRy .card {
  margin-bottom: 3rem;
}
.cid-uyxc5R9RRy .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uyxc5R9RRy .row {
  justify-content: center;
}
.cid-uyxc5R9RRy .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-uyxc5R9RRy .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uyxc5R9RRy .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uyxc5R9RRy .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uyxc5R9RRy .card-text {
  color: #232323;
}
.cid-uyxc5R9RRy .card-title,
.cid-uyxc5R9RRy .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uyxc5R9RRy .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uyxc5R9RRy .card-link,
.cid-uyxc5R9RRy .link-icon,
.cid-uyxc5R9RRy .link-align {
  color: #232323;
}
.cid-uykBJI1Ehp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uykBJI1Ehp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykBJI1Ehp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykBJI1Ehp .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uykBJI1Ehp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI1Ehp .container {
    padding: 0 20px;
  }
}
.cid-uykBJI1Ehp .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uykBJI1Ehp .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uykBJI1Ehp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uykBJI1Ehp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uykBJI1Ehp .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uykBJI1Ehp .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uykBJI1Ehp .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uykBJI1Ehp .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uykBJI1Ehp .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uykBJI1Ehp .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uykBJI1Ehp .mbr-section-title {
  color: #000000;
}
.cid-uykBJI1Ehp .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uykBJI1Ehp .mbr-text,
.cid-uykBJI1Ehp .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-uykBJI1Ehp .mbr-section-title,
.cid-uykBJI1Ehp .mbr-section-btn,
.cid-uykBJI1Ehp .image-wrapper {
  text-align: center;
}
.cid-uywcSwM9Wh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uywcSwM9Wh .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uywcSwM9Wh .container {
    padding: 0 20px;
  }
}
.cid-uywcSwM9Wh .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #1e1e1e;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uywcSwM9Wh .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-uywcSwM9Wh .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uywcSwM9Wh .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uywcSwM9Wh .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uywcSwM9Wh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uywcSwM9Wh .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uywcSwM9Wh .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uywcSwM9Wh .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uywcSwM9Wh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-uywcSwM9Wh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uywcSwM9Wh .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
  }
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #000000;
}
.cid-uywcSwM9Wh .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #dcdde0;
  color: #000000;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uywcSwM9Wh .embla__button--next,
.cid-uywcSwM9Wh .embla__button--prev {
  display: flex;
}
.cid-uywcSwM9Wh .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #75e2f8 !important;
  border: 2px solid #75e2f8 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .embla__button {
    top: 2.5rem;
  }
}
.cid-uywcSwM9Wh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uywcSwM9Wh .embla__button:hover {
  opacity: 1 !important;
}
.cid-uywcSwM9Wh .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uywcSwM9Wh .embla__button.embla__button--next {
  right: 30px;
}
.cid-uywcSwM9Wh .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uywcSwM9Wh .embla {
    padding-top: 100px;
  }
}
.cid-uywcSwM9Wh .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uywcSwM9Wh .embla__viewport {
    overflow: hidden;
  }
}
.cid-uywcSwM9Wh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uywcSwM9Wh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uywcSwM9Wh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uywcSwM9Wh .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uywcSwM9Wh .mbr-section-title {
  color: #ffffff;
}
.cid-uywcSwM9Wh .mbr-text,
.cid-uywcSwM9Wh .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uywcSwM9Wh .item-name {
  color: #000000;
}
.cid-uywcSwM9Wh .item-role {
  color: #000000;
}
.cid-uywcSwM9Wh .list {
  color: #000000;
}
.cid-uywcSwM9Wh .mbr-section-title,
.cid-uywcSwM9Wh .mbr-section-btn {
  text-align: center;
}
.cid-uykBJI10iQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uykBJI10iQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykBJI10iQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykBJI10iQ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uykBJI10iQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI10iQ .container {
    padding: 0 20px;
  }
}
.cid-uykBJI10iQ .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uykBJI10iQ .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uykBJI10iQ .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uykBJI10iQ .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uykBJI10iQ .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uykBJI10iQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uykBJI10iQ .content-wrapper .panel-group .card {
  border-radius: 20px !important;
  background-color: #edefeb;
  margin-bottom: 12px;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uykBJI10iQ .content-wrapper .panel-group .card {
    padding: 46px 20px;
  }
}
.cid-uykBJI10iQ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uykBJI10iQ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uykBJI10iQ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uykBJI10iQ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    width: auto;
  }
}
.cid-uykBJI10iQ .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uykBJI10iQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uykBJI10iQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uykBJI10iQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-top: 46px;
  }
}
.cid-uykBJI10iQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uykBJI10iQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI10iQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uykBJI10iQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uykBJI10iQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uykBJI10iQ .panel-title-edit {
  color: #000000;
}
.cid-uykBJI10iQ .panel-text {
  color: #000000;
}
.cid-uykBJI1gYx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uykBJI1gYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykBJI1gYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykBJI1gYx .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uykBJI1gYx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI1gYx .container {
    padding: 0 20px;
  }
}
.cid-uykBJI1gYx .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uykBJI1gYx .row {
    padding: 46px 0;
  }
}
.cid-uykBJI1gYx .item {
  margin-bottom: 32px;
}
.cid-uykBJI1gYx .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-uykBJI1gYx .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uykBJI1gYx .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uykBJI1gYx .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uykBJI1gYx .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uykBJI1gYx .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI1gYx .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uykBJI1gYx .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uykBJI1gYx .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uykBJI1gYx .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uykBJI1gYx .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uykBJI1gYx .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-uykBJI1gYx .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uykBJI1gYx .item-title {
  color: #000000;
}
.cid-uykBJI1gYx .item-text {
  color: #000000;
}
.cid-uykBJI1gYx .list {
  color: #000000;
}
.cid-uykBJI29Xu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uykBJI29Xu .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uykBJI29Xu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI29Xu .container {
    padding: 0 20px;
  }
}
.cid-uykBJI29Xu .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uykBJI29Xu .row {
    padding: 46px 0;
  }
}
.cid-uykBJI29Xu .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uykBJI29Xu .content-wrapper {
    padding: 0;
  }
}
.cid-uykBJI29Xu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uykBJI29Xu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uykBJI29Xu .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uykBJI29Xu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uykBJI29Xu .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uykBJI29Xu .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uykBJI29Xu .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uykBJI29Xu .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uykBJI29Xu .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uykBJI29Xu .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uykBJI29Xu .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uykBJI29Xu .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uykBJI29Xu .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uykBJI29Xu .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uykBJI29Xu .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uykBJI29Xu .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uykBJI29Xu .embla__button--next,
.cid-uykBJI29Xu .embla__button--prev {
  display: flex;
}
.cid-uykBJI29Xu .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6 !important;
}
@media (max-width: 768px) {
  .cid-uykBJI29Xu .embla__button {
    top: 2.5rem;
  }
}
.cid-uykBJI29Xu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uykBJI29Xu .embla__button:hover {
  opacity: 1 !important;
}
.cid-uykBJI29Xu .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uykBJI29Xu .embla__button.embla__button--next {
  right: 30px;
}
.cid-uykBJI29Xu .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uykBJI29Xu .embla {
    padding-top: 100px;
  }
}
.cid-uykBJI29Xu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uykBJI29Xu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uykBJI29Xu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uykBJI29Xu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uykBJI29Xu .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uykBJI29Xu .mbr-section-title {
  color: #000000;
}
.cid-uykBJI29Xu .item-name {
  color: #000000;
  text-align: center;
}
.cid-uykBJI29Xu .item-role {
  color: #000000;
  text-align: center;
}
.cid-uykBJI29Xu .list,
.cid-uykBJI29Xu .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uykBJI29Xu .mbr-section-title,
.cid-uykBJI29Xu .mbr-section-btn-main {
  text-align: center;
}
.cid-uykBJI29Xu .item-name,
.cid-uykBJI29Xu .mbr-section-btn {
  text-align: center;
}
.cid-uykBJI4Qst {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uykBJI4Qst .mbr-fallback-image.disabled {
  display: none;
}
.cid-uykBJI4Qst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uykBJI4Qst .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uykBJI4Qst .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uykBJI4Qst .container {
    padding: 0 20px;
  }
}
.cid-uykBJI4Qst .content-wrapper {
  padding: 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uykBJI4Qst .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-uykBJI4Qst .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uykBJI4Qst .content-wrapper .title-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-uykBJI4Qst .content-wrapper .title-wrapper .mbr-section-title {
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uykBJI4Qst .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uykBJI4Qst .content-wrapper .items-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uykBJI4Qst .content-wrapper .items-wrapper {
    margin-top: 46px;
  }
}
.cid-uykBJI4Qst .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uykBJI4Qst .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 20px;
}
.cid-uykBJI4Qst .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: center;
}
.cid-uykBJI4Qst .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
  max-width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uykBJI4Qst .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
  }
}
.cid-uykBJI4Qst .mbr-section-title {
  color: #000000;
}
.cid-uykBJI4Qst .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uykBJI4Qst .card-desc {
  color: #000000;
  text-align: center;
}
.cid-uykBJI4Qst .card-title,
.cid-uykBJI4Qst .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-uykBJI4Qst .mbr-section-title,
.cid-uykBJI4Qst .mbr-section-btn,
.cid-uykBJI4Qst .title-wrapper {
  text-align: center;
}
.cid-uIyQOa99Et {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyQOa99Et .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyQOa99Et h4,
.cid-uIyQOa99Et p {
  padding-bottom: 1rem;
}
.cid-uIyQOa99Et .col-auto,
.cid-uIyQOa99Et .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyQOa99Et .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyQOa99Et .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyQOa99Et .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyQOa99Et .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyQOa99Et .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyQOa99Et .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyQOa99Et .form-control,
.cid-uIyQOa99Et .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyQOa99Et .form-control::-webkit-input-placeholder,
.cid-uIyQOa99Et .field-input::-webkit-input-placeholder,
.cid-uIyQOa99Et .form-control::-webkit-input-placeholder,
.cid-uIyQOa99Et .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyQOa99Et .form-control:-moz-placeholder,
.cid-uIyQOa99Et .field-input:-moz-placeholder,
.cid-uIyQOa99Et .form-control:-moz-placeholder,
.cid-uIyQOa99Et .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyQOa99Et .form-control:hover,
.cid-uIyQOa99Et .field-input:hover,
.cid-uIyQOa99Et .form-control:focus,
.cid-uIyQOa99Et .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyQOa99Et .form-control:hover::-webkit-input-placeholder,
.cid-uIyQOa99Et .field-input:hover::-webkit-input-placeholder,
.cid-uIyQOa99Et .form-control:focus::-webkit-input-placeholder,
.cid-uIyQOa99Et .field-input:focus::-webkit-input-placeholder,
.cid-uIyQOa99Et .form-control:hover::-webkit-input-placeholder,
.cid-uIyQOa99Et .field-input:hover::-webkit-input-placeholder,
.cid-uIyQOa99Et .form-control:focus::-webkit-input-placeholder,
.cid-uIyQOa99Et .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyQOa99Et .form-control:hover:-moz-placeholder,
.cid-uIyQOa99Et .field-input:hover:-moz-placeholder,
.cid-uIyQOa99Et .form-control:focus:-moz-placeholder,
.cid-uIyQOa99Et .field-input:focus:-moz-placeholder,
.cid-uIyQOa99Et .form-control:hover:-moz-placeholder,
.cid-uIyQOa99Et .field-input:hover:-moz-placeholder,
.cid-uIyQOa99Et .form-control:focus:-moz-placeholder,
.cid-uIyQOa99Et .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyQOa99Et .jq-number__spin:hover,
.cid-uIyQOa99Et .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyQOa99Et .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyQOa99Et .jq-selectbox li,
.cid-uIyQOa99Et .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyQOa99Et .jq-selectbox li:hover,
.cid-uIyQOa99Et .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyQOa99Et .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyQOa99Et .jq-number__spin.minus:hover:after,
.cid-uIyQOa99Et .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyQOa99Et .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyQOa99Et .jq-number__spin.minus:after,
.cid-uIyQOa99Et .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyQOa99Et input::-webkit-clear-button {
  display: none;
}
.cid-uIyQOa99Et input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyQOa99Et input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyQOa99Et input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uDkxvhLf7s .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uDkxvhLf7s .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uDkxvhLf7s .navbar-fixed-top {
  padding-top: 0;
}
.cid-uDkxvhLf7s .navbar-collapse {
  flex-basis: auto;
}
.cid-uDkxvhLf7s .dropdown-item {
  padding: 0;
}
.cid-uDkxvhLf7s .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uDkxvhLf7s .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDkxvhLf7s .menu-content-top {
    width: 100%;
  }
  .cid-uDkxvhLf7s .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uDkxvhLf7s .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uDkxvhLf7s .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uDkxvhLf7s .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uDkxvhLf7s .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uDkxvhLf7s .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uDkxvhLf7s .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uDkxvhLf7s .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uDkxvhLf7s .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uDkxvhLf7s .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uDkxvhLf7s a {
  font-style: normal;
}
.cid-uDkxvhLf7s .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uDkxvhLf7s .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uDkxvhLf7s .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uDkxvhLf7s .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDkxvhLf7s .content-text {
  margin-bottom: 0;
}
.cid-uDkxvhLf7s .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uDkxvhLf7s .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uDkxvhLf7s .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uDkxvhLf7s .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uDkxvhLf7s .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uDkxvhLf7s .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uDkxvhLf7s .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uDkxvhLf7s .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uDkxvhLf7s .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDkxvhLf7s .nav-dropdown .link {
  font-weight: 400;
}
.cid-uDkxvhLf7s .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uDkxvhLf7s .content-right-side {
  text-align: center;
}
.cid-uDkxvhLf7s .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uDkxvhLf7s .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uDkxvhLf7s .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uDkxvhLf7s .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uDkxvhLf7s .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uDkxvhLf7s .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uDkxvhLf7s .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uDkxvhLf7s .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uDkxvhLf7s .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uDkxvhLf7s .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uDkxvhLf7s .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uDkxvhLf7s .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uDkxvhLf7s .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uDkxvhLf7s .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uDkxvhLf7s .navbar {
    display: block;
    padding: 0;
  }
  .cid-uDkxvhLf7s .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uDkxvhLf7s .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uDkxvhLf7s .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uDkxvhLf7s .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uDkxvhLf7s .navbar-toggler {
    display: none;
  }
  .cid-uDkxvhLf7s .navbar-collapse {
    justify-content: center;
  }
}
.cid-uDkxvhLf7s .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uDkxvhLf7s .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uDkxvhLf7s .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uDkxvhLf7s .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uDkxvhLf7s .menu-logo {
  margin-right: auto;
}
.cid-uDkxvhLf7s .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uDkxvhLf7s .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uDkxvhLf7s .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uDkxvhLf7s .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDkxvhLf7s .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uDkxvhLf7s .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDkxvhLf7s .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uDkxvhLf7s .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDkxvhLf7s .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uDkxvhLf7s .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDkxvhLf7s .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDkxvhLf7s .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uDkxvhLf7s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDkxvhLf7s .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uDkxvhLf7s .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uDkxvhLf7s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDkxvhLf7s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDkxvhLf7s .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDkxvhLf7s .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDkxvhLf7s .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uDkxvhLf7s .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uDkxvhLf7s .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uDkxvhLf7s .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDkxvhLf7s .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDkxvhLf7s .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDkxvhLf7s button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uDkxvhLf7s button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uDkxvhLf7s button.navbar-toggler:focus {
  outline: none;
}
.cid-uDkxvhLf7s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDkxvhLf7s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDkxvhLf7s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDkxvhLf7s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDkxvhLf7s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDkxvhLf7s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDkxvhLf7s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDkxvhLf7s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDkxvhLf7s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDkxvhLf7s .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uDkxvhLf7s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDkxvhLf7s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDkxvhLf7s .collapsed .btn {
  display: flex;
}
.cid-uDkxvhLf7s .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDkxvhLf7s .collapsed .navbar-collapse.collapsing,
.cid-uDkxvhLf7s .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uDkxvhLf7s .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDkxvhLf7s .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDkxvhLf7s .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDkxvhLf7s .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDkxvhLf7s .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDkxvhLf7s .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uDkxvhLf7s .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDkxvhLf7s .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDkxvhLf7s .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uDkxvhLf7s .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDkxvhLf7s .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uDkxvhLf7s .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uDkxvhLf7s .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uDkxvhLf7s .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDkxvhLf7s .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDkxvhLf7s .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uDkxvhLf7s .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uDkxvhLf7s .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDkxvhLf7s .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDkxvhLf7s .navbar-collapse.collapsing,
  .cid-uDkxvhLf7s .navbar-collapse.show {
    display: block !important;
  }
  .cid-uDkxvhLf7s .navbar-collapse.collapsing .navbar-nav,
  .cid-uDkxvhLf7s .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDkxvhLf7s .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDkxvhLf7s .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDkxvhLf7s .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDkxvhLf7s .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uDkxvhLf7s .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDkxvhLf7s .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDkxvhLf7s .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uDkxvhLf7s .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uDkxvhLf7s .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uDkxvhLf7s img {
    height: 3.8rem !important;
  }
  .cid-uDkxvhLf7s .btn {
    display: flex;
  }
  .cid-uDkxvhLf7s button.navbar-toggler {
    display: block;
  }
  .cid-uDkxvhLf7s .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uDkxvhLf7s .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uDkxvhLf7s .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uDkxvhLf7s .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDkxvhLf7s .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDkxvhLf7s .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uDkxvhLf7s .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uDkxvhLf7s .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uDkxvhLf7s .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uDkxvhLf7s .nav-link:focus {
  outline: none;
}
.cid-uDkxvhLf7s .navbar-toggler {
  position: relative;
}
.cid-uDkxvhLf7s .dropdown-item.active,
.cid-uDkxvhLf7s .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uDkxvhLf7s .widget-title,
.cid-uDkxvhLf7s .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uDkxvhLf7s .widget-text {
  color: #000000;
}
.cid-uDkxVGGOnO {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uDkxVGGOnO img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDkxVGGOnO img {
    height: 400px;
  }
}
.cid-uDkxVGGOnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkxVGGOnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkxVGGOnO .card {
  justify-content: flex-end;
}
.cid-uDkxVGGOnO .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uDkxVGGOnO .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uDkxVGGOnO .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDkxVGGOnO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uDkxVGGOnO .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uDkxVGGOnO .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uDkxVGGOnO .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDkxVGGOnO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDkxVGGOnO .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uDkxVGGOnO .image-wrapper {
    min-height: 400px;
  }
}
.cid-uDkxVGGOnO .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDkxVGGOnO .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uDkxVGGOnO .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uDkxVGGOnO .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uDkxVGGOnO .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uDkxVGGOnO .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uDkxVGGOnO .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uDkxVGGOnO .mbr-section-title {
  color: #000000;
}
.cid-uDkxVGGOnO .mbr-text {
  color: #000000;
}
.cid-uDkxVGGOnO .card-text {
  color: #000000;
}
.cid-uDkG5tIm1u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDkG5tIm1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkG5tIm1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkG5tIm1u img {
  object-fit: cover;
}
.cid-uDkG5tIm1u .row {
  margin: 0;
}
.cid-uDkG5tIm1u .item-wrapper {
  width: 100%;
}
.cid-uDkG5tIm1u .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uDkG5tIm1u .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uDkG5tIm1u .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uDkG5tIm1u .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uDkG5tIm1u .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDkG5tIm1u .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDkG5tIm1u .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDkG5tIm1u .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uDkG5tIm1u .wrap {
  background: #edefeb;
}
.cid-uDkG5tIm1u .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uDkG5tIm1u .mbr-text,
.cid-uDkG5tIm1u .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uDkG5tIm1u .mbr-link,
.cid-uDkG5tIm1u .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uDkG5tIm1u .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uDkG5tIm1u .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uDkVBY0mrP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDkVBY0mrP .item-img {
  position: relative;
}
.cid-uDkVBY0mrP .item-img img {
  transition: all 0.2s;
}
.cid-uDkVBY0mrP .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uDkVBY0mrP .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uDkVBY0mrP .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uDkVBY0mrP .item:hover img {
  transform: scale(1.05);
}
.cid-uDkVBY0mrP .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uDkVBY0mrP .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uDkVBY0mrP .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDkVBY0mrP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDkVBY0mrP .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uDkVBY0mrP .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uDkVBY0mrP .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uDkVBY0mrP .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uDkVBY0mrP .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uDkVBY0mrP .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uDkVBY0mrP .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uDkVBY0mrP .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uDkVBY0mrP .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uDkVBY0mrP .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uDkVBY0mrP img,
.cid-uDkVBY0mrP .item-img {
  width: 100%;
}
.cid-uDkVBY0mrP .item:focus,
.cid-uDkVBY0mrP span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uDkVBY0mrP .item {
    margin-bottom: 1rem;
  }
}
.cid-uDkVBY0mrP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uDkVBY0mrP .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDkVBY0mrP .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uDkVBY0mrP .mbr-section-subtitle,
.cid-uDkVBY0mrP .subtitle-wrap,
.cid-uDkVBY0mrP .mbr-section-btn {
  text-align: left;
}
.cid-uDkVBY0mrP .mbr-text,
.cid-uDkVBY0mrP .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uIsIxEBXgb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIsIxEBXgb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #254036;
  margin-left: 1rem;
}
.cid-uIsIxEBXgb .main-sub-title {
  background: #ffdb6e;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uIsIxEBXgb .panel-group {
  border: none;
}
.cid-uIsIxEBXgb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIsIxEBXgb .panel-body {
  padding: 1rem 2rem;
}
.cid-uIsIxEBXgb .header-wrapper {
  position: relative;
}
.cid-uIsIxEBXgb .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uIsIxEBXgb span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uIsIxEBXgb .card {
  overflow: visible;
}
.cid-uIsIxEBXgb .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uIsIxEBXgb .card:hover .hover-bg {
  background: #f7f4c0;
  right: -8px;
  top: 8px;
}
.cid-uIsIxEBXgb .card:hover span {
  transform: rotate(-90deg);
}
.cid-uIsIxEBXgb .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #edefeb;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uIsIxEBXgb .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uIsIxEBXgb .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uIsIxEBXgb H4 {
  color: #777d74;
}
.cid-uIsIxEBXgb .panel-title-edit {
  color: #1c1c25;
}
.cid-uIsIxEBXgb .mbr-section-title {
  color: #42424c;
}
.cid-uIsIxEBXgb .mbr-section-subtitle {
  color: #777d74;
}
.cid-uIsIxEBXgb .main-sub-title,
.cid-uIsIxEBXgb .align-wrapper {
  color: #272b2e;
}
.cid-uIsIxEBXgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsIxEBXgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsR4kS4Xn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIsR4kS4Xn .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #254036;
  margin-left: 1rem;
}
.cid-uIsR4kS4Xn .main-sub-title {
  background: #a7d9ad;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uIsR4kS4Xn .panel-group {
  border: none;
}
.cid-uIsR4kS4Xn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIsR4kS4Xn .panel-body {
  padding: 1rem 2rem;
}
.cid-uIsR4kS4Xn .header-wrapper {
  position: relative;
}
.cid-uIsR4kS4Xn .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uIsR4kS4Xn span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uIsR4kS4Xn .card {
  overflow: visible;
}
.cid-uIsR4kS4Xn .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uIsR4kS4Xn .card:hover .hover-bg {
  background: #f7f4c0;
  right: -8px;
  top: 8px;
}
.cid-uIsR4kS4Xn .card:hover span {
  transform: rotate(-90deg);
}
.cid-uIsR4kS4Xn .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #edefeb;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uIsR4kS4Xn .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uIsR4kS4Xn .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uIsR4kS4Xn H4 {
  color: #777d74;
}
.cid-uIsR4kS4Xn .panel-title-edit {
  color: #1c1c25;
}
.cid-uIsR4kS4Xn .mbr-section-title {
  color: #42424c;
}
.cid-uIsR4kS4Xn .mbr-section-subtitle {
  color: #777d74;
}
.cid-uIsR4kS4Xn .main-sub-title,
.cid-uIsR4kS4Xn .align-wrapper {
  color: #272b2e;
}
.cid-uIsR4kS4Xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsR4kS4Xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDC67WpbPK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDC67WpbPK .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uDC67WpbPK .panel-group {
  border: none;
}
.cid-uDC67WpbPK .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uDC67WpbPK .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uDC67WpbPK .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uDC67WpbPK .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uDC67WpbPK .img-col {
  padding: 0;
}
.cid-uDC67WpbPK span {
  margin-right: 1rem;
}
.cid-uDC67WpbPK .img-item {
  height: 100%;
}
.cid-uDC67WpbPK img {
  height: 100%;
  object-fit: cover;
}
.cid-uDC67WpbPK .collapsed span {
  transform: rotate(0deg);
}
.cid-uDC67WpbPK .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uDC67WpbPK p {
  margin-bottom: 0.3rem;
}
.cid-uDC67WpbPK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uDC67WpbPK .card {
  padding: 0;
}
.cid-uDC67WpbPK .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uDC67WpbPK .panel-text {
    padding-left: 0;
  }
}
.cid-uDC67WpbPK .mbr-section-title {
  text-align: left;
  color: #616161;
}
.cid-uDC67WpbPK .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uDC67WpbPK .panel-title-edit,
.cid-uDC67WpbPK .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uDCVzIs67R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDCVzIs67R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDCVzIs67R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDCVzIs67R .text-container {
  background-color: #ffdb6e;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uDCVzIs67R .text-container {
    margin: 0 5%;
  }
}
.cid-uDCVzIs67R .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uDCVzIs67R .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uDCVzIs67R .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uDCVzIs67R .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uDCVzIs67R .mbr-text {
  color: #e8e8e8;
}
.cid-uDCVzIs67R .mbr-desc,
.cid-uDCVzIs67R .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uDCVzIs67R .mbr-text,
.cid-uDCVzIs67R .text-container {
  text-align: center;
}
.cid-uDCRQFNvRd {
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/d3-1024x768.png");
}
.cid-uDCRQFNvRd .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uDCRQFNvRd .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uDCRQFNvRd {
    align-items: center;
  }
  .cid-uDCRQFNvRd .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDCRQFNvRd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDCRQFNvRd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDCRQFNvRd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDCRQFNvRd .content-wrap {
    width: 100%;
  }
}
.cid-uDCRQFNvRd .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDCRQFNvRd .mbr-text,
.cid-uDCRQFNvRd .mbr-section-btn {
  text-align: center;
}
.cid-uDCRQFNvRd .mbr-section-subtitle {
  color: #ca9236;
  text-align: center;
}
.cid-uDCw9XCidk {
  background-color: #edefeb;
}
.cid-uDCw9XCidk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDCw9XCidk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDCw9XCidk .item {
  margin: 39px 0;
}
.cid-uDCw9XCidk .item .item-wrapper {
  display: flex;
  position: relative;
  overflow: visible;
}
.cid-uDCw9XCidk .item .item-wrapper:hover .image-main,
.cid-uDCw9XCidk .item .item-wrapper:focus .image-main {
  width: 390px;
}
.cid-uDCw9XCidk .item .item-wrapper:hover .card-wrapper .mbr-section-title,
.cid-uDCw9XCidk .item .item-wrapper:focus .card-wrapper .mbr-section-title {
  color: #000000;
}
.cid-uDCw9XCidk .item .item-wrapper:hover .card-wrapper .mbr-text,
.cid-uDCw9XCidk .item .item-wrapper:focus .card-wrapper .mbr-text {
  color: #000000;
}
.cid-uDCw9XCidk .item .item-wrapper .image-main {
  position: absolute;
  width: 0;
  height: 260px;
  object-fit: cover;
  left: 90%;
  top: 2.5rem;
  transform-origin: left;
  transition: all 0.6s ease-out;
  left: -50%;
}
@media (max-width: 1200px) {
  .cid-uDCw9XCidk .item .item-wrapper .image-main {
    right: -55%;
  }
}
@media (max-width: 992px) {
  .cid-uDCw9XCidk .item .item-wrapper .image-main {
    display: none;
  }
}
.cid-uDCw9XCidk .item .item-wrapper .image {
  width: 75px;
  height: 55px;
  object-fit: contain;
  padding-top: 6px;
  margin-right: 24px;
}
@media (max-width: 425px) {
  .cid-uDCw9XCidk .item .item-wrapper .image {
    margin-right: 12px;
  }
}
.cid-uDCw9XCidk .item .item-wrapper .card-wrapper {
  z-index: 2;
}
.cid-uDCw9XCidk .item .item-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.cid-uDCw9XCidk .item .item-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-uDCw9XCidk .mbr-section-title,
.cid-uDCw9XCidk .mbr-iconfont {
  color: #000000;
}
.cid-uDCw9XCidk .mbr-text {
  color: #000000;
}
.cid-uDHIOlDADK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDHIOlDADK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDHIOlDADK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDHIOlDADK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDHIOlDADK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDHIOlDADK .container {
    padding: 0 24px;
  }
}
.cid-uDHIOlDADK .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uDHIOlDADK .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uDHIOlDADK .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uDHIOlDADK .image-wrapper img {
    height: 350px;
  }
}
.cid-uDHIOlDADK .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uDHIOlDADK .content-wrapper {
    padding: 0;
  }
}
.cid-uDHIOlDADK .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDHIOlDADK .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uDHIOlDADK .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDHIOlDADK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDHIOlDADK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uDHIOlDADK .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uDHIOlDADK .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uDHIOlDADK .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uDHIOlDADK .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uDHIOlDADK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uDHIOlDADK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uDHIOlDADK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uDHIOlDADK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uDHIOlDADK .mbr-section-title {
  color: #262642;
}
.cid-uDHIOlDADK .mbr-section-subtitle {
  color: #000000;
}
.cid-uDHIOlDADK .card-text {
  color: #000000;
}
.cid-uDWwqTWqPV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
  flex-direction: column;
  justify-content: center;
}
.cid-uDWwqTWqPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDWwqTWqPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDWwqTWqPV .container {
    padding: 0 16px;
  }
}
.cid-uDWwqTWqPV .row {
  justify-content: space-between;
}
.cid-uDWwqTWqPV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uDWwqTWqPV .panel-group {
  border: 1px solid #ffffff;
  background-color: #edefeb;
}
.cid-uDWwqTWqPV .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uDWwqTWqPV .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-uDWwqTWqPV .panel-group .card:first-child {
  border-top: none;
}
.cid-uDWwqTWqPV .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDWwqTWqPV .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uDWwqTWqPV .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-uDWwqTWqPV .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDWwqTWqPV .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDWwqTWqPV .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #29372d;
  color: #ffffff;
}
.cid-uDWwqTWqPV .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #edefeb;
}
.cid-uDWwqTWqPV .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uDWwqTWqPV .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-uDWwqTWqPV .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uDWwqTWqPV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDWwqTWqPV .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-uDWwqTWqPV .mbr-desc {
  color: #ffffff;
}
.cid-uDWwqTWqPV .panel-title-edit {
  color: #000000;
}
.cid-uDWwqTWqPV .panel-text {
  color: #000000;
}
.cid-uItjkdhZuU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uItjkdhZuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItjkdhZuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItjkdhZuU .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uItjkdhZuU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uItjkdhZuU .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uItjkdhZuU .image-wrapper img {
    height: 350px;
  }
}
.cid-uItjkdhZuU .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uItjkdhZuU .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uItjkdhZuU .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uItjkdhZuU .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uItjkdhZuU .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uItjkdhZuU .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uItjkdhZuU .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uItjkdhZuU .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-uItjkdhZuU .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uItjkdhZuU .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uItjkdhZuU .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uItjkdhZuU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uItjkdhZuU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uItjkdhZuU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uItjkdhZuU .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uItjkdhZuU .mbr-section-title {
  color: #191c25;
}
.cid-uItjkdhZuU .mbr-text {
  color: #191c25;
}
.cid-uItjkdhZuU .mbr-desc {
  color: #15171a;
}
.cid-uDWK7556YD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uDWK7556YD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDWK7556YD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDWK7556YD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDWK7556YD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDWK7556YD .container {
    padding: 0 24px;
  }
}
.cid-uDWK7556YD .row {
  justify-content: center;
}
.cid-uDWK7556YD .item {
  margin-bottom: 32px;
}
.cid-uDWK7556YD .item .item-wrapper .card-box .card-title_1,
.cid-uDWK7556YD .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 16px;
}
.cid-uDWK7556YD .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uDWK7556YD .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uDWK7556YD .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDWK7556YD .card-title_1 {
  color: #FF3399;
}
.cid-uDWK7556YD .card-title_2 {
  color: #00CCBD;
}
.cid-uDWK7556YD .card-text {
  color: #262642;
}
.cid-uDWK7556YD .card-title_2,
.cid-uDWK7556YD .mbr-section-btn {
  color: #15171a;
}
.cid-uIyQUqrJhg {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyQUqrJhg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyQUqrJhg h4,
.cid-uIyQUqrJhg p {
  padding-bottom: 1rem;
}
.cid-uIyQUqrJhg .col-auto,
.cid-uIyQUqrJhg .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyQUqrJhg .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyQUqrJhg .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyQUqrJhg .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyQUqrJhg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyQUqrJhg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyQUqrJhg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyQUqrJhg .form-control,
.cid-uIyQUqrJhg .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyQUqrJhg .form-control::-webkit-input-placeholder,
.cid-uIyQUqrJhg .field-input::-webkit-input-placeholder,
.cid-uIyQUqrJhg .form-control::-webkit-input-placeholder,
.cid-uIyQUqrJhg .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyQUqrJhg .form-control:-moz-placeholder,
.cid-uIyQUqrJhg .field-input:-moz-placeholder,
.cid-uIyQUqrJhg .form-control:-moz-placeholder,
.cid-uIyQUqrJhg .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyQUqrJhg .form-control:hover,
.cid-uIyQUqrJhg .field-input:hover,
.cid-uIyQUqrJhg .form-control:focus,
.cid-uIyQUqrJhg .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyQUqrJhg .form-control:hover::-webkit-input-placeholder,
.cid-uIyQUqrJhg .field-input:hover::-webkit-input-placeholder,
.cid-uIyQUqrJhg .form-control:focus::-webkit-input-placeholder,
.cid-uIyQUqrJhg .field-input:focus::-webkit-input-placeholder,
.cid-uIyQUqrJhg .form-control:hover::-webkit-input-placeholder,
.cid-uIyQUqrJhg .field-input:hover::-webkit-input-placeholder,
.cid-uIyQUqrJhg .form-control:focus::-webkit-input-placeholder,
.cid-uIyQUqrJhg .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyQUqrJhg .form-control:hover:-moz-placeholder,
.cid-uIyQUqrJhg .field-input:hover:-moz-placeholder,
.cid-uIyQUqrJhg .form-control:focus:-moz-placeholder,
.cid-uIyQUqrJhg .field-input:focus:-moz-placeholder,
.cid-uIyQUqrJhg .form-control:hover:-moz-placeholder,
.cid-uIyQUqrJhg .field-input:hover:-moz-placeholder,
.cid-uIyQUqrJhg .form-control:focus:-moz-placeholder,
.cid-uIyQUqrJhg .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyQUqrJhg .jq-number__spin:hover,
.cid-uIyQUqrJhg .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyQUqrJhg .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyQUqrJhg .jq-selectbox li,
.cid-uIyQUqrJhg .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyQUqrJhg .jq-selectbox li:hover,
.cid-uIyQUqrJhg .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyQUqrJhg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyQUqrJhg .jq-number__spin.minus:hover:after,
.cid-uIyQUqrJhg .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyQUqrJhg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyQUqrJhg .jq-number__spin.minus:after,
.cid-uIyQUqrJhg .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyQUqrJhg input::-webkit-clear-button {
  display: none;
}
.cid-uIyQUqrJhg input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyQUqrJhg input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyQUqrJhg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uDNGuFj5kO .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uDNGuFj5kO .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uDNGuFj5kO .navbar-fixed-top {
  padding-top: 0;
}
.cid-uDNGuFj5kO .navbar-collapse {
  flex-basis: auto;
}
.cid-uDNGuFj5kO .dropdown-item {
  padding: 0;
}
.cid-uDNGuFj5kO .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uDNGuFj5kO .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDNGuFj5kO .menu-content-top {
    width: 100%;
  }
  .cid-uDNGuFj5kO .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uDNGuFj5kO .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uDNGuFj5kO .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uDNGuFj5kO .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uDNGuFj5kO .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uDNGuFj5kO .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uDNGuFj5kO .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uDNGuFj5kO .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uDNGuFj5kO .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uDNGuFj5kO .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uDNGuFj5kO a {
  font-style: normal;
}
.cid-uDNGuFj5kO .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uDNGuFj5kO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uDNGuFj5kO .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uDNGuFj5kO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDNGuFj5kO .content-text {
  margin-bottom: 0;
}
.cid-uDNGuFj5kO .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uDNGuFj5kO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uDNGuFj5kO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uDNGuFj5kO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uDNGuFj5kO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uDNGuFj5kO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uDNGuFj5kO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uDNGuFj5kO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uDNGuFj5kO .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDNGuFj5kO .nav-dropdown .link {
  font-weight: 400;
}
.cid-uDNGuFj5kO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uDNGuFj5kO .content-right-side {
  text-align: center;
}
.cid-uDNGuFj5kO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uDNGuFj5kO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uDNGuFj5kO .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uDNGuFj5kO .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uDNGuFj5kO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uDNGuFj5kO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uDNGuFj5kO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uDNGuFj5kO .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uDNGuFj5kO .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uDNGuFj5kO .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uDNGuFj5kO .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uDNGuFj5kO .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uDNGuFj5kO .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uDNGuFj5kO .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uDNGuFj5kO .navbar {
    display: block;
    padding: 0;
  }
  .cid-uDNGuFj5kO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uDNGuFj5kO .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uDNGuFj5kO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uDNGuFj5kO .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uDNGuFj5kO .navbar-toggler {
    display: none;
  }
  .cid-uDNGuFj5kO .navbar-collapse {
    justify-content: center;
  }
}
.cid-uDNGuFj5kO .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uDNGuFj5kO .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uDNGuFj5kO .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uDNGuFj5kO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uDNGuFj5kO .menu-logo {
  margin-right: auto;
}
.cid-uDNGuFj5kO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uDNGuFj5kO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uDNGuFj5kO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uDNGuFj5kO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDNGuFj5kO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uDNGuFj5kO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDNGuFj5kO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uDNGuFj5kO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDNGuFj5kO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uDNGuFj5kO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDNGuFj5kO .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDNGuFj5kO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uDNGuFj5kO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDNGuFj5kO .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uDNGuFj5kO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uDNGuFj5kO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDNGuFj5kO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDNGuFj5kO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDNGuFj5kO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDNGuFj5kO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uDNGuFj5kO .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uDNGuFj5kO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uDNGuFj5kO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDNGuFj5kO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDNGuFj5kO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDNGuFj5kO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uDNGuFj5kO button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uDNGuFj5kO button.navbar-toggler:focus {
  outline: none;
}
.cid-uDNGuFj5kO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDNGuFj5kO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDNGuFj5kO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDNGuFj5kO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDNGuFj5kO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDNGuFj5kO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDNGuFj5kO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDNGuFj5kO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDNGuFj5kO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDNGuFj5kO .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uDNGuFj5kO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDNGuFj5kO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDNGuFj5kO .collapsed .btn {
  display: flex;
}
.cid-uDNGuFj5kO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDNGuFj5kO .collapsed .navbar-collapse.collapsing,
.cid-uDNGuFj5kO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uDNGuFj5kO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDNGuFj5kO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDNGuFj5kO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDNGuFj5kO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDNGuFj5kO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDNGuFj5kO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uDNGuFj5kO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDNGuFj5kO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDNGuFj5kO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uDNGuFj5kO .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDNGuFj5kO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uDNGuFj5kO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uDNGuFj5kO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uDNGuFj5kO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDNGuFj5kO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDNGuFj5kO .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uDNGuFj5kO .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uDNGuFj5kO .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDNGuFj5kO .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDNGuFj5kO .navbar-collapse.collapsing,
  .cid-uDNGuFj5kO .navbar-collapse.show {
    display: block !important;
  }
  .cid-uDNGuFj5kO .navbar-collapse.collapsing .navbar-nav,
  .cid-uDNGuFj5kO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDNGuFj5kO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDNGuFj5kO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDNGuFj5kO .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDNGuFj5kO .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uDNGuFj5kO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDNGuFj5kO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDNGuFj5kO .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uDNGuFj5kO .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uDNGuFj5kO .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uDNGuFj5kO img {
    height: 3.8rem !important;
  }
  .cid-uDNGuFj5kO .btn {
    display: flex;
  }
  .cid-uDNGuFj5kO button.navbar-toggler {
    display: block;
  }
  .cid-uDNGuFj5kO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uDNGuFj5kO .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uDNGuFj5kO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uDNGuFj5kO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDNGuFj5kO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDNGuFj5kO .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uDNGuFj5kO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uDNGuFj5kO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uDNGuFj5kO .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uDNGuFj5kO .nav-link:focus {
  outline: none;
}
.cid-uDNGuFj5kO .navbar-toggler {
  position: relative;
}
.cid-uDNGuFj5kO .dropdown-item.active,
.cid-uDNGuFj5kO .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uDNGuFj5kO .widget-title,
.cid-uDNGuFj5kO .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uDNGuFj5kO .widget-text {
  color: #000000;
}
.cid-uDNGuGthNa {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uDNGuGthNa img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDNGuGthNa img {
    height: 400px;
  }
}
.cid-uDNGuGthNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNGuGthNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDNGuGthNa .card {
  justify-content: flex-end;
}
.cid-uDNGuGthNa .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uDNGuGthNa .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uDNGuGthNa .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDNGuGthNa .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uDNGuGthNa .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uDNGuGthNa .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uDNGuGthNa .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDNGuGthNa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDNGuGthNa .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uDNGuGthNa .image-wrapper {
    min-height: 400px;
  }
}
.cid-uDNGuGthNa .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDNGuGthNa .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uDNGuGthNa .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uDNGuGthNa .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uDNGuGthNa .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uDNGuGthNa .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uDNGuGthNa .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uDNGuGthNa .mbr-section-title {
  color: #000000;
}
.cid-uDNGuGthNa .mbr-text {
  color: #000000;
}
.cid-uDNGuGthNa .card-text {
  color: #000000;
}
.cid-uDNGuH9bgc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDNGuH9bgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNGuH9bgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDNGuH9bgc img {
  object-fit: cover;
}
.cid-uDNGuH9bgc .row {
  margin: 0;
}
.cid-uDNGuH9bgc .item-wrapper {
  width: 100%;
}
.cid-uDNGuH9bgc .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uDNGuH9bgc .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uDNGuH9bgc .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uDNGuH9bgc .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uDNGuH9bgc .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDNGuH9bgc .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDNGuH9bgc .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDNGuH9bgc .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uDNGuH9bgc .wrap {
  background: #ffffff;
}
.cid-uDNGuH9bgc .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uDNGuH9bgc .mbr-text,
.cid-uDNGuH9bgc .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uDNGuH9bgc .mbr-link,
.cid-uDNGuH9bgc .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uDNGuH9bgc .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uDNGuH9bgc .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uDTQRJKQx6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uDTQRJKQx6 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uDTQRJKQx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTQRJKQx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDTQRJKQx6 .container {
    padding: 0 !important;
  }
}
.cid-uDTQRJKQx6 .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-uDTQRJKQx6 .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-uDTQRJKQx6 .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-uDTQRJKQx6 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDTQRJKQx6 .mbr-section-title {
    text-align: left;
  }
}
.cid-uDTQRJKQx6 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDTQRJKQx6 .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uDTQRJKQx6 .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uDTQRJKQx6 .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-uDTQRJKQx6 .panel-group {
  border: none;
  width: 100%;
  width: 35%;
  border-right: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uDTQRJKQx6 .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-uDTQRJKQx6 .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-uDTQRJKQx6 .card:not(:first-child) {
  border-top: 1px solid #000000;
}
.cid-uDTQRJKQx6 .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-uDTQRJKQx6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-uDTQRJKQx6 .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uDTQRJKQx6 .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-uDTQRJKQx6 .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
  background-color: #fefced;
}
@media (max-width: 991px) {
  .cid-uDTQRJKQx6 .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uDTQRJKQx6 .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-uDTQRJKQx6 .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-uDTQRJKQx6 .panel-title-edit {
  color: #000000;
  margin-right: 1rem;
}
.cid-uDTQRJKQx6 .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-uDTQRJKQx6 .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uDTQRJKQx6 .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-uDTQRJKQx6 .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-uDTQRJKQx6 .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uDTQRJKQx6 .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-uDTQRJKQx6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uDTQRJKQx6 .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
    border-top: 1px solid #000000;
  }
}
.cid-uDTQRJKQx6 .panel-collapse:not(.collapse) .panel-body {
  background-color: #fefced;
}
.cid-uDTQRJKQx6 .panel-collapse.show .panel-body {
  background-color: #fefced;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uDNGuP5G0w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDNGuP5G0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNGuP5G0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDNGuP5G0w .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uDNGuP5G0w .text-container {
    margin: 0 5%;
  }
}
.cid-uDNGuP5G0w .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uDNGuP5G0w .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uDNGuP5G0w .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uDNGuP5G0w .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uDNGuP5G0w .mbr-text {
  color: #e8e8e8;
}
.cid-uDNGuP5G0w .mbr-desc,
.cid-uDNGuP5G0w .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uDNGuP5G0w .mbr-text,
.cid-uDNGuP5G0w .text-container {
  text-align: center;
}
.cid-uDU4W0sBgV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDU4W0sBgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDU4W0sBgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDU4W0sBgV .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uDU4W0sBgV .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-uDU4W0sBgV .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uDU4W0sBgV .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-uDU4W0sBgV .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uDU4W0sBgV .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-uDU4W0sBgV .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uDU4W0sBgV .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uDU4W0sBgV .panel-group {
    margin-top: 0;
  }
}
.cid-uDU4W0sBgV .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-uDU4W0sBgV .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDU4W0sBgV .card-header {
    padding: 8px 0;
  }
}
.cid-uDU4W0sBgV img,
.cid-uDU4W0sBgV .img-wrap,
.cid-uDU4W0sBgV .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uDU4W0sBgV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uDU4W0sBgV .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uDU4W0sBgV .panel-title-edit {
  color: #232323;
}
.cid-uDU4W0sBgV .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uDU4W0sBgV .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uDU4W0sBgV .panel-text {
  color: #232323;
  margin: 0;
}
.cid-uDU4W0sBgV .mbr-section-subtitle,
.cid-uDU4W0sBgV .mbr-section-btn {
  text-align: left;
}
.cid-uDUweu9Yae {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fefced;
}
.cid-uDUweu9Yae .item:focus,
.cid-uDUweu9Yae span:focus {
  outline: none;
}
.cid-uDUweu9Yae .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uDUweu9Yae .item {
  color: #15171a;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uDUweu9Yae .item {
    min-height: 45px;
  }
}
.cid-uDUcN2iQIj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDUcN2iQIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUcN2iQIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUcN2iQIj .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uDUcN2iQIj .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-uDUcN2iQIj .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uDUcN2iQIj .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-uDUcN2iQIj .row {
  flex-direction: row-reverse;
}
.cid-uDUcN2iQIj .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uDUcN2iQIj .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-uDUcN2iQIj .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uDUcN2iQIj .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uDUcN2iQIj .panel-group {
    margin-top: 0;
  }
}
.cid-uDUcN2iQIj .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-uDUcN2iQIj .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDUcN2iQIj .card-header {
    padding: 8px 0;
  }
}
.cid-uDUcN2iQIj img,
.cid-uDUcN2iQIj .img-wrap,
.cid-uDUcN2iQIj .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uDUcN2iQIj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uDUcN2iQIj .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uDUcN2iQIj .panel-title-edit {
  color: #232323;
}
.cid-uDUcN2iQIj .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uDUcN2iQIj .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uDUcN2iQIj .panel-text {
  color: #232323;
  margin: 0;
}
.cid-uDUcN2iQIj .mbr-section-subtitle,
.cid-uDUcN2iQIj .mbr-section-btn {
  text-align: left;
}
.cid-uDNGuSf22b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDNGuSf22b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNGuSf22b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDNGuSf22b .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDNGuSf22b .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDNGuSf22b .container {
    padding: 0 24px;
  }
}
.cid-uDNGuSf22b .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uDNGuSf22b .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uDNGuSf22b .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uDNGuSf22b .image-wrapper img {
    height: 350px;
  }
}
.cid-uDNGuSf22b .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uDNGuSf22b .content-wrapper {
    padding: 0;
  }
}
.cid-uDNGuSf22b .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDNGuSf22b .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uDNGuSf22b .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDNGuSf22b .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDNGuSf22b .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uDNGuSf22b .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uDNGuSf22b .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uDNGuSf22b .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uDNGuSf22b .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uDNGuSf22b .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uDNGuSf22b .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uDNGuSf22b .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uDNGuSf22b .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uDNGuSf22b .mbr-section-title {
  color: #262642;
}
.cid-uDNGuSf22b .mbr-section-subtitle {
  color: #000000;
}
.cid-uDNGuSf22b .card-text {
  color: #000000;
}
.cid-uDUhDQncPg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDUhDQncPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUhDQncPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUhDQncPg .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDUhDQncPg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDUhDQncPg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDUhDQncPg .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uDUhDQncPg .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uDUhDQncPg .panel-group .card {
    padding: 16px;
  }
}
.cid-uDUhDQncPg .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uDUhDQncPg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDUhDQncPg .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDUhDQncPg .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #edefeb;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDUhDQncPg .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDUhDQncPg .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uDUhDQncPg .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uDUhDQncPg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uDUhDQncPg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uDUhDQncPg .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uDUhDQncPg .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uDUhDQncPg .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uDUhDQncPg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uDUhDQncPg .card-wrapper {
  background-color: #f9f8f8;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uDUhDQncPg .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uDUhDQncPg .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uDUhDQncPg .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uDUhDQncPg .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDUhDQncPg .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uDUhDQncPg .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uDUhDQncPg .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDUhDQncPg .mbr-section-title {
  color: #272b2e;
}
.cid-uDUhDQncPg .panel-title-edit {
  color: #272b2e;
}
.cid-uDUhDQncPg .panel-text {
  color: #15171a;
}
.cid-uDUhDQncPg .card-title {
  color: #272b2e;
}
.cid-uDUhDQncPg .card-title,
.cid-uDUhDQncPg .icon-wrap,
.cid-uDUhDQncPg .mbr-section-btn {
  text-align: center;
}
.cid-uDUkWZNsav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDUkWZNsav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUkWZNsav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUkWZNsav .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDUkWZNsav .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDUkWZNsav .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDUkWZNsav .image-wrapper img {
    height: 350px;
  }
}
.cid-uDUkWZNsav .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uDUkWZNsav .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uDUkWZNsav .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDUkWZNsav .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDUkWZNsav .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDUkWZNsav .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uDUkWZNsav .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uDUkWZNsav .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-uDUkWZNsav .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDUkWZNsav .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uDUkWZNsav .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDUkWZNsav .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDUkWZNsav .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uDUkWZNsav .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDUkWZNsav .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uDUkWZNsav .mbr-section-title {
  color: #191c25;
}
.cid-uDUkWZNsav .mbr-text {
  color: #191c25;
}
.cid-uDUkWZNsav .mbr-desc {
  color: #15171a;
}
.cid-uIyQXUXW55 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyQXUXW55 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyQXUXW55 h4,
.cid-uIyQXUXW55 p {
  padding-bottom: 1rem;
}
.cid-uIyQXUXW55 .col-auto,
.cid-uIyQXUXW55 .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyQXUXW55 .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyQXUXW55 .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyQXUXW55 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyQXUXW55 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyQXUXW55 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyQXUXW55 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyQXUXW55 .form-control,
.cid-uIyQXUXW55 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyQXUXW55 .form-control::-webkit-input-placeholder,
.cid-uIyQXUXW55 .field-input::-webkit-input-placeholder,
.cid-uIyQXUXW55 .form-control::-webkit-input-placeholder,
.cid-uIyQXUXW55 .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyQXUXW55 .form-control:-moz-placeholder,
.cid-uIyQXUXW55 .field-input:-moz-placeholder,
.cid-uIyQXUXW55 .form-control:-moz-placeholder,
.cid-uIyQXUXW55 .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyQXUXW55 .form-control:hover,
.cid-uIyQXUXW55 .field-input:hover,
.cid-uIyQXUXW55 .form-control:focus,
.cid-uIyQXUXW55 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyQXUXW55 .form-control:hover::-webkit-input-placeholder,
.cid-uIyQXUXW55 .field-input:hover::-webkit-input-placeholder,
.cid-uIyQXUXW55 .form-control:focus::-webkit-input-placeholder,
.cid-uIyQXUXW55 .field-input:focus::-webkit-input-placeholder,
.cid-uIyQXUXW55 .form-control:hover::-webkit-input-placeholder,
.cid-uIyQXUXW55 .field-input:hover::-webkit-input-placeholder,
.cid-uIyQXUXW55 .form-control:focus::-webkit-input-placeholder,
.cid-uIyQXUXW55 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyQXUXW55 .form-control:hover:-moz-placeholder,
.cid-uIyQXUXW55 .field-input:hover:-moz-placeholder,
.cid-uIyQXUXW55 .form-control:focus:-moz-placeholder,
.cid-uIyQXUXW55 .field-input:focus:-moz-placeholder,
.cid-uIyQXUXW55 .form-control:hover:-moz-placeholder,
.cid-uIyQXUXW55 .field-input:hover:-moz-placeholder,
.cid-uIyQXUXW55 .form-control:focus:-moz-placeholder,
.cid-uIyQXUXW55 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyQXUXW55 .jq-number__spin:hover,
.cid-uIyQXUXW55 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyQXUXW55 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyQXUXW55 .jq-selectbox li,
.cid-uIyQXUXW55 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyQXUXW55 .jq-selectbox li:hover,
.cid-uIyQXUXW55 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyQXUXW55 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyQXUXW55 .jq-number__spin.minus:hover:after,
.cid-uIyQXUXW55 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyQXUXW55 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyQXUXW55 .jq-number__spin.minus:after,
.cid-uIyQXUXW55 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyQXUXW55 input::-webkit-clear-button {
  display: none;
}
.cid-uIyQXUXW55 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyQXUXW55 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyQXUXW55 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uE29t1XwrF .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uE29t1XwrF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uE29t1XwrF .navbar-fixed-top {
  padding-top: 0;
}
.cid-uE29t1XwrF .navbar-collapse {
  flex-basis: auto;
}
.cid-uE29t1XwrF .dropdown-item {
  padding: 0;
}
.cid-uE29t1XwrF .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uE29t1XwrF .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uE29t1XwrF .menu-content-top {
    width: 100%;
  }
  .cid-uE29t1XwrF .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uE29t1XwrF .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uE29t1XwrF .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uE29t1XwrF .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uE29t1XwrF .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uE29t1XwrF .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uE29t1XwrF .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uE29t1XwrF .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uE29t1XwrF .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uE29t1XwrF .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uE29t1XwrF a {
  font-style: normal;
}
.cid-uE29t1XwrF .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uE29t1XwrF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uE29t1XwrF .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uE29t1XwrF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE29t1XwrF .content-text {
  margin-bottom: 0;
}
.cid-uE29t1XwrF .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uE29t1XwrF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uE29t1XwrF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uE29t1XwrF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uE29t1XwrF .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uE29t1XwrF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uE29t1XwrF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uE29t1XwrF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uE29t1XwrF .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE29t1XwrF .nav-dropdown .link {
  font-weight: 400;
}
.cid-uE29t1XwrF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uE29t1XwrF .content-right-side {
  text-align: center;
}
.cid-uE29t1XwrF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uE29t1XwrF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uE29t1XwrF .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uE29t1XwrF .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uE29t1XwrF .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uE29t1XwrF .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uE29t1XwrF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uE29t1XwrF .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uE29t1XwrF .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uE29t1XwrF .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uE29t1XwrF .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uE29t1XwrF .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uE29t1XwrF .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uE29t1XwrF .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uE29t1XwrF .navbar {
    display: block;
    padding: 0;
  }
  .cid-uE29t1XwrF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uE29t1XwrF .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uE29t1XwrF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uE29t1XwrF .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uE29t1XwrF .navbar-toggler {
    display: none;
  }
  .cid-uE29t1XwrF .navbar-collapse {
    justify-content: center;
  }
}
.cid-uE29t1XwrF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uE29t1XwrF .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uE29t1XwrF .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uE29t1XwrF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uE29t1XwrF .menu-logo {
  margin-right: auto;
}
.cid-uE29t1XwrF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uE29t1XwrF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uE29t1XwrF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uE29t1XwrF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uE29t1XwrF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uE29t1XwrF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uE29t1XwrF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uE29t1XwrF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uE29t1XwrF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uE29t1XwrF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uE29t1XwrF .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uE29t1XwrF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uE29t1XwrF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE29t1XwrF .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uE29t1XwrF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uE29t1XwrF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uE29t1XwrF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE29t1XwrF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uE29t1XwrF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE29t1XwrF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uE29t1XwrF .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uE29t1XwrF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uE29t1XwrF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uE29t1XwrF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uE29t1XwrF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uE29t1XwrF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uE29t1XwrF button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uE29t1XwrF button.navbar-toggler:focus {
  outline: none;
}
.cid-uE29t1XwrF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE29t1XwrF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE29t1XwrF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE29t1XwrF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE29t1XwrF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE29t1XwrF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE29t1XwrF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE29t1XwrF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE29t1XwrF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE29t1XwrF .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uE29t1XwrF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE29t1XwrF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE29t1XwrF .collapsed .btn {
  display: flex;
}
.cid-uE29t1XwrF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uE29t1XwrF .collapsed .navbar-collapse.collapsing,
.cid-uE29t1XwrF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uE29t1XwrF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uE29t1XwrF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uE29t1XwrF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uE29t1XwrF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uE29t1XwrF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uE29t1XwrF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uE29t1XwrF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uE29t1XwrF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uE29t1XwrF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uE29t1XwrF .collapsed button.navbar-toggler {
  display: block;
}
.cid-uE29t1XwrF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uE29t1XwrF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uE29t1XwrF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uE29t1XwrF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uE29t1XwrF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uE29t1XwrF .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uE29t1XwrF .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uE29t1XwrF .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE29t1XwrF .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uE29t1XwrF .navbar-collapse.collapsing,
  .cid-uE29t1XwrF .navbar-collapse.show {
    display: block !important;
  }
  .cid-uE29t1XwrF .navbar-collapse.collapsing .navbar-nav,
  .cid-uE29t1XwrF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uE29t1XwrF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uE29t1XwrF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uE29t1XwrF .navbar-collapse.collapsing .navbar-buttons,
  .cid-uE29t1XwrF .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uE29t1XwrF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uE29t1XwrF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uE29t1XwrF .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uE29t1XwrF .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uE29t1XwrF .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uE29t1XwrF img {
    height: 3.8rem !important;
  }
  .cid-uE29t1XwrF .btn {
    display: flex;
  }
  .cid-uE29t1XwrF button.navbar-toggler {
    display: block;
  }
  .cid-uE29t1XwrF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uE29t1XwrF .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uE29t1XwrF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uE29t1XwrF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uE29t1XwrF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uE29t1XwrF .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uE29t1XwrF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uE29t1XwrF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uE29t1XwrF .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uE29t1XwrF .nav-link:focus {
  outline: none;
}
.cid-uE29t1XwrF .navbar-toggler {
  position: relative;
}
.cid-uE29t1XwrF .dropdown-item.active,
.cid-uE29t1XwrF .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uE29t1XwrF .widget-title,
.cid-uE29t1XwrF .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uE29t1XwrF .widget-text {
  color: #000000;
}
.cid-uE29t2Atkw {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uE29t2Atkw img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE29t2Atkw img {
    height: 400px;
  }
}
.cid-uE29t2Atkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE29t2Atkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE29t2Atkw .card {
  justify-content: flex-end;
}
.cid-uE29t2Atkw .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uE29t2Atkw .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uE29t2Atkw .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uE29t2Atkw .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uE29t2Atkw .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uE29t2Atkw .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uE29t2Atkw .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uE29t2Atkw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE29t2Atkw .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uE29t2Atkw .image-wrapper {
    min-height: 400px;
  }
}
.cid-uE29t2Atkw .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uE29t2Atkw .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uE29t2Atkw .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uE29t2Atkw .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uE29t2Atkw .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uE29t2Atkw .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uE29t2Atkw .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uE29t2Atkw .mbr-section-title {
  color: #000000;
}
.cid-uE29t2Atkw .mbr-text {
  color: #000000;
}
.cid-uE29t2Atkw .card-text {
  color: #000000;
}
.cid-uE29t30sHP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uE29t30sHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE29t30sHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE29t30sHP img {
  object-fit: cover;
}
.cid-uE29t30sHP .row {
  margin: 0;
}
.cid-uE29t30sHP .item-wrapper {
  width: 100%;
}
.cid-uE29t30sHP .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uE29t30sHP .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uE29t30sHP .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uE29t30sHP .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uE29t30sHP .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uE29t30sHP .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uE29t30sHP .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uE29t30sHP .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uE29t30sHP .wrap {
  background: #ffffff;
}
.cid-uE29t30sHP .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uE29t30sHP .mbr-text,
.cid-uE29t30sHP .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uE29t30sHP .mbr-link,
.cid-uE29t30sHP .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uE29t30sHP .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uE29t30sHP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uE29t3oA3j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uE29t3oA3j .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uE29t3oA3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE29t3oA3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uE29t3oA3j .container {
    padding: 0 !important;
  }
}
.cid-uE29t3oA3j .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-uE29t3oA3j .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-uE29t3oA3j .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-uE29t3oA3j .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uE29t3oA3j .mbr-section-title {
    text-align: left;
  }
}
.cid-uE29t3oA3j .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uE29t3oA3j .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uE29t3oA3j .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uE29t3oA3j .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-uE29t3oA3j .panel-group {
  border: none;
  width: 100%;
  width: 35%;
}
@media (max-width: 991px) {
  .cid-uE29t3oA3j .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-uE29t3oA3j .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-uE29t3oA3j .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-uE29t3oA3j .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-uE29t3oA3j .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uE29t3oA3j .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-uE29t3oA3j .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
}
@media (max-width: 991px) {
  .cid-uE29t3oA3j .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uE29t3oA3j .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-uE29t3oA3j .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-uE29t3oA3j .panel-title-edit {
  color: #000000;
  margin-right: 1rem;
}
.cid-uE29t3oA3j .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-uE29t3oA3j .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uE29t3oA3j .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-uE29t3oA3j .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-uE29t3oA3j .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uE29t3oA3j .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-uE29t3oA3j .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uE29t3oA3j .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uE29t3UxSZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uE29t3UxSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE29t3UxSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE29t3UxSZ .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uE29t3UxSZ .text-container {
    margin: 0 5%;
  }
}
.cid-uE29t3UxSZ .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uE29t3UxSZ .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uE29t3UxSZ .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uE29t3UxSZ .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uE29t3UxSZ .mbr-text {
  color: #e8e8e8;
}
.cid-uE29t3UxSZ .mbr-desc,
.cid-uE29t3UxSZ .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE29t3UxSZ .mbr-text,
.cid-uE29t3UxSZ .text-container {
  text-align: center;
}
.cid-uE29t4kzrZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uE29t4kzrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE29t4kzrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE29t4kzrZ .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uE29t4kzrZ .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-uE29t4kzrZ .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uE29t4kzrZ .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-uE29t4kzrZ .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uE29t4kzrZ .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-uE29t4kzrZ .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uE29t4kzrZ .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uE29t4kzrZ .panel-group {
    margin-top: 0;
  }
}
.cid-uE29t4kzrZ .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-uE29t4kzrZ .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uE29t4kzrZ .card-header {
    padding: 8px 0;
  }
}
.cid-uE29t4kzrZ img,
.cid-uE29t4kzrZ .img-wrap,
.cid-uE29t4kzrZ .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uE29t4kzrZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uE29t4kzrZ .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uE29t4kzrZ .panel-title-edit {
  color: #232323;
}
.cid-uE29t4kzrZ .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uE29t4kzrZ .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uE29t4kzrZ .panel-text {
  color: #232323;
  margin: 0;
}
.cid-uE29t4kzrZ .mbr-section-subtitle,
.cid-uE29t4kzrZ .mbr-section-btn {
  text-align: left;
}
.cid-uE2Xpbe2RE {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uE2Xpbe2RE {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uE2Xpbe2RE .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uE2Xpbe2RE section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uE2Xpbe2RE .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uE2Xpbe2RE .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2Xpbe2RE .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uE2Xpbe2RE .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uE2Xpbe2RE .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uE2Xpbe2RE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE2Xpbe2RE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uE2Xpbe2RE .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uE2Xpbe2RE .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uE2Xpbe2RE .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uE2Xpbe2RE .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uE2Xpbe2RE .image-wrapper {
    height: auto;
  }
}
.cid-uE2Xpbe2RE .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uE2Xpbe2RE .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uE2Xpbe2RE .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uE2Xpbe2RE .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uE2Xpbe2RE .mbr-section-title {
  color: #ed2c03;
}
.cid-uE2Xpbe2RE .mbr-desc {
  color: #000000;
}
.cid-uE29t5gK7u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uE29t5gK7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE29t5gK7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE29t5gK7u .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uE29t5gK7u .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-uE29t5gK7u .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uE29t5gK7u .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-uE29t5gK7u .row {
  flex-direction: row-reverse;
}
.cid-uE29t5gK7u .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uE29t5gK7u .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-uE29t5gK7u .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uE29t5gK7u .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uE29t5gK7u .panel-group {
    margin-top: 0;
  }
}
.cid-uE29t5gK7u .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-uE29t5gK7u .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uE29t5gK7u .card-header {
    padding: 8px 0;
  }
}
.cid-uE29t5gK7u img,
.cid-uE29t5gK7u .img-wrap,
.cid-uE29t5gK7u .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uE29t5gK7u .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uE29t5gK7u .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uE29t5gK7u .panel-title-edit {
  color: #232323;
}
.cid-uE29t5gK7u .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uE29t5gK7u .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uE29t5gK7u .panel-text {
  color: #232323;
  margin: 0;
}
.cid-uE29t5gK7u .mbr-section-subtitle,
.cid-uE29t5gK7u .mbr-section-btn {
  text-align: left;
}
.cid-uE29t5Nf0P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uE29t5Nf0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE29t5Nf0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE29t5Nf0P .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uE29t5Nf0P .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uE29t5Nf0P .container {
    padding: 0 24px;
  }
}
.cid-uE29t5Nf0P .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uE29t5Nf0P .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uE29t5Nf0P .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uE29t5Nf0P .image-wrapper img {
    height: 350px;
  }
}
.cid-uE29t5Nf0P .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uE29t5Nf0P .content-wrapper {
    padding: 0;
  }
}
.cid-uE29t5Nf0P .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uE29t5Nf0P .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uE29t5Nf0P .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE29t5Nf0P .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uE29t5Nf0P .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uE29t5Nf0P .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uE29t5Nf0P .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uE29t5Nf0P .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uE29t5Nf0P .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uE29t5Nf0P .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uE29t5Nf0P .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uE29t5Nf0P .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uE29t5Nf0P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uE29t5Nf0P .mbr-section-title {
  color: #262642;
}
.cid-uE29t5Nf0P .mbr-section-subtitle {
  color: #000000;
}
.cid-uE29t5Nf0P .card-text {
  color: #000000;
}
.cid-uE29t6jNM5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uE29t6jNM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE29t6jNM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE29t6jNM5 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE29t6jNM5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE29t6jNM5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE29t6jNM5 .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uE29t6jNM5 .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uE29t6jNM5 .panel-group .card {
    padding: 16px;
  }
}
.cid-uE29t6jNM5 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uE29t6jNM5 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uE29t6jNM5 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uE29t6jNM5 .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE29t6jNM5 .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uE29t6jNM5 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uE29t6jNM5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uE29t6jNM5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uE29t6jNM5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uE29t6jNM5 .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uE29t6jNM5 .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uE29t6jNM5 .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uE29t6jNM5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uE29t6jNM5 .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uE29t6jNM5 .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uE29t6jNM5 .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uE29t6jNM5 .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uE29t6jNM5 .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uE29t6jNM5 .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uE29t6jNM5 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uE29t6jNM5 .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uE29t6jNM5 .mbr-section-title {
  color: #272b2e;
}
.cid-uE29t6jNM5 .panel-title-edit {
  color: #272b2e;
}
.cid-uE29t6jNM5 .panel-text {
  color: #15171a;
}
.cid-uE29t6jNM5 .card-title {
  color: #272b2e;
}
.cid-uE29t6jNM5 .card-title,
.cid-uE29t6jNM5 .icon-wrap,
.cid-uE29t6jNM5 .mbr-section-btn {
  text-align: center;
}
.cid-uE29t6VfQf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uE29t6VfQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE29t6VfQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE29t6VfQf .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uE29t6VfQf .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE29t6VfQf .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uE29t6VfQf .image-wrapper img {
    height: 350px;
  }
}
.cid-uE29t6VfQf .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uE29t6VfQf .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uE29t6VfQf .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE29t6VfQf .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE29t6VfQf .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE29t6VfQf .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uE29t6VfQf .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uE29t6VfQf .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-uE29t6VfQf .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uE29t6VfQf .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uE29t6VfQf .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE29t6VfQf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE29t6VfQf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uE29t6VfQf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE29t6VfQf .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uE29t6VfQf .mbr-section-title {
  color: #191c25;
}
.cid-uE29t6VfQf .mbr-text {
  color: #191c25;
}
.cid-uE29t6VfQf .mbr-desc {
  color: #15171a;
}
.cid-uIyR55cGiG {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyR55cGiG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyR55cGiG h4,
.cid-uIyR55cGiG p {
  padding-bottom: 1rem;
}
.cid-uIyR55cGiG .col-auto,
.cid-uIyR55cGiG .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyR55cGiG .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyR55cGiG .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyR55cGiG .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyR55cGiG .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyR55cGiG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyR55cGiG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyR55cGiG .form-control,
.cid-uIyR55cGiG .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyR55cGiG .form-control::-webkit-input-placeholder,
.cid-uIyR55cGiG .field-input::-webkit-input-placeholder,
.cid-uIyR55cGiG .form-control::-webkit-input-placeholder,
.cid-uIyR55cGiG .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyR55cGiG .form-control:-moz-placeholder,
.cid-uIyR55cGiG .field-input:-moz-placeholder,
.cid-uIyR55cGiG .form-control:-moz-placeholder,
.cid-uIyR55cGiG .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyR55cGiG .form-control:hover,
.cid-uIyR55cGiG .field-input:hover,
.cid-uIyR55cGiG .form-control:focus,
.cid-uIyR55cGiG .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyR55cGiG .form-control:hover::-webkit-input-placeholder,
.cid-uIyR55cGiG .field-input:hover::-webkit-input-placeholder,
.cid-uIyR55cGiG .form-control:focus::-webkit-input-placeholder,
.cid-uIyR55cGiG .field-input:focus::-webkit-input-placeholder,
.cid-uIyR55cGiG .form-control:hover::-webkit-input-placeholder,
.cid-uIyR55cGiG .field-input:hover::-webkit-input-placeholder,
.cid-uIyR55cGiG .form-control:focus::-webkit-input-placeholder,
.cid-uIyR55cGiG .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyR55cGiG .form-control:hover:-moz-placeholder,
.cid-uIyR55cGiG .field-input:hover:-moz-placeholder,
.cid-uIyR55cGiG .form-control:focus:-moz-placeholder,
.cid-uIyR55cGiG .field-input:focus:-moz-placeholder,
.cid-uIyR55cGiG .form-control:hover:-moz-placeholder,
.cid-uIyR55cGiG .field-input:hover:-moz-placeholder,
.cid-uIyR55cGiG .form-control:focus:-moz-placeholder,
.cid-uIyR55cGiG .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyR55cGiG .jq-number__spin:hover,
.cid-uIyR55cGiG .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyR55cGiG .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyR55cGiG .jq-selectbox li,
.cid-uIyR55cGiG .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyR55cGiG .jq-selectbox li:hover,
.cid-uIyR55cGiG .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyR55cGiG .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyR55cGiG .jq-number__spin.minus:hover:after,
.cid-uIyR55cGiG .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyR55cGiG .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyR55cGiG .jq-number__spin.minus:after,
.cid-uIyR55cGiG .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyR55cGiG input::-webkit-clear-button {
  display: none;
}
.cid-uIyR55cGiG input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyR55cGiG input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyR55cGiG input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uEdsdTtgeL .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uEdsdTtgeL .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uEdsdTtgeL .navbar-fixed-top {
  padding-top: 0;
}
.cid-uEdsdTtgeL .navbar-collapse {
  flex-basis: auto;
}
.cid-uEdsdTtgeL .dropdown-item {
  padding: 0;
}
.cid-uEdsdTtgeL .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uEdsdTtgeL .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEdsdTtgeL .menu-content-top {
    width: 100%;
  }
  .cid-uEdsdTtgeL .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uEdsdTtgeL .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uEdsdTtgeL .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uEdsdTtgeL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uEdsdTtgeL .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uEdsdTtgeL .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uEdsdTtgeL .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uEdsdTtgeL .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uEdsdTtgeL .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uEdsdTtgeL .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uEdsdTtgeL a {
  font-style: normal;
}
.cid-uEdsdTtgeL .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uEdsdTtgeL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uEdsdTtgeL .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uEdsdTtgeL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEdsdTtgeL .content-text {
  margin-bottom: 0;
}
.cid-uEdsdTtgeL .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uEdsdTtgeL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uEdsdTtgeL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uEdsdTtgeL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uEdsdTtgeL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uEdsdTtgeL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uEdsdTtgeL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uEdsdTtgeL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uEdsdTtgeL .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEdsdTtgeL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uEdsdTtgeL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uEdsdTtgeL .content-right-side {
  text-align: center;
}
.cid-uEdsdTtgeL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uEdsdTtgeL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uEdsdTtgeL .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uEdsdTtgeL .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uEdsdTtgeL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uEdsdTtgeL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uEdsdTtgeL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uEdsdTtgeL .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uEdsdTtgeL .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uEdsdTtgeL .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uEdsdTtgeL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uEdsdTtgeL .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uEdsdTtgeL .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uEdsdTtgeL .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uEdsdTtgeL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uEdsdTtgeL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uEdsdTtgeL .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uEdsdTtgeL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uEdsdTtgeL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uEdsdTtgeL .navbar-toggler {
    display: none;
  }
  .cid-uEdsdTtgeL .navbar-collapse {
    justify-content: center;
  }
}
.cid-uEdsdTtgeL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uEdsdTtgeL .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uEdsdTtgeL .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uEdsdTtgeL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uEdsdTtgeL .menu-logo {
  margin-right: auto;
}
.cid-uEdsdTtgeL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uEdsdTtgeL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uEdsdTtgeL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uEdsdTtgeL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uEdsdTtgeL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uEdsdTtgeL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uEdsdTtgeL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uEdsdTtgeL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uEdsdTtgeL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uEdsdTtgeL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uEdsdTtgeL .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEdsdTtgeL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uEdsdTtgeL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEdsdTtgeL .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uEdsdTtgeL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uEdsdTtgeL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEdsdTtgeL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEdsdTtgeL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uEdsdTtgeL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEdsdTtgeL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uEdsdTtgeL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uEdsdTtgeL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uEdsdTtgeL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uEdsdTtgeL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uEdsdTtgeL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uEdsdTtgeL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uEdsdTtgeL button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uEdsdTtgeL button.navbar-toggler:focus {
  outline: none;
}
.cid-uEdsdTtgeL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEdsdTtgeL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEdsdTtgeL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEdsdTtgeL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEdsdTtgeL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEdsdTtgeL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEdsdTtgeL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEdsdTtgeL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEdsdTtgeL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEdsdTtgeL .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uEdsdTtgeL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEdsdTtgeL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEdsdTtgeL .collapsed .btn {
  display: flex;
}
.cid-uEdsdTtgeL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uEdsdTtgeL .collapsed .navbar-collapse.collapsing,
.cid-uEdsdTtgeL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uEdsdTtgeL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uEdsdTtgeL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uEdsdTtgeL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uEdsdTtgeL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uEdsdTtgeL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uEdsdTtgeL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uEdsdTtgeL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uEdsdTtgeL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uEdsdTtgeL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uEdsdTtgeL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uEdsdTtgeL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uEdsdTtgeL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uEdsdTtgeL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uEdsdTtgeL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uEdsdTtgeL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uEdsdTtgeL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uEdsdTtgeL .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uEdsdTtgeL .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEdsdTtgeL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uEdsdTtgeL .navbar-collapse.collapsing,
  .cid-uEdsdTtgeL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uEdsdTtgeL .navbar-collapse.collapsing .navbar-nav,
  .cid-uEdsdTtgeL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uEdsdTtgeL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uEdsdTtgeL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uEdsdTtgeL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uEdsdTtgeL .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uEdsdTtgeL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uEdsdTtgeL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uEdsdTtgeL .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uEdsdTtgeL .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uEdsdTtgeL .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uEdsdTtgeL img {
    height: 3.8rem !important;
  }
  .cid-uEdsdTtgeL .btn {
    display: flex;
  }
  .cid-uEdsdTtgeL button.navbar-toggler {
    display: block;
  }
  .cid-uEdsdTtgeL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uEdsdTtgeL .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uEdsdTtgeL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uEdsdTtgeL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uEdsdTtgeL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uEdsdTtgeL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uEdsdTtgeL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uEdsdTtgeL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uEdsdTtgeL .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uEdsdTtgeL .nav-link:focus {
  outline: none;
}
.cid-uEdsdTtgeL .navbar-toggler {
  position: relative;
}
.cid-uEdsdTtgeL .dropdown-item.active,
.cid-uEdsdTtgeL .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uEdsdTtgeL .widget-title,
.cid-uEdsdTtgeL .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uEdsdTtgeL .widget-text {
  color: #000000;
}
.cid-uEdsdUc5vc {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uEdsdUc5vc img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEdsdUc5vc img {
    height: 400px;
  }
}
.cid-uEdsdUc5vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEdsdUc5vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEdsdUc5vc .card {
  justify-content: flex-end;
}
.cid-uEdsdUc5vc .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uEdsdUc5vc .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uEdsdUc5vc .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uEdsdUc5vc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uEdsdUc5vc .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uEdsdUc5vc .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uEdsdUc5vc .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uEdsdUc5vc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEdsdUc5vc .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uEdsdUc5vc .image-wrapper {
    min-height: 400px;
  }
}
.cid-uEdsdUc5vc .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uEdsdUc5vc .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uEdsdUc5vc .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uEdsdUc5vc .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uEdsdUc5vc .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uEdsdUc5vc .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uEdsdUc5vc .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uEdsdUc5vc .mbr-section-title {
  color: #000000;
}
.cid-uEdsdUc5vc .mbr-text {
  color: #000000;
}
.cid-uEdsdUc5vc .card-text {
  color: #000000;
}
.cid-uEdsdUc5vc .mbr-section-title,
.cid-uEdsdUc5vc .mbr-section-btn DIV {
  text-align: left;
}
.cid-uEdsdUHkbN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEdsdUHkbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEdsdUHkbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEdsdUHkbN img {
  object-fit: cover;
}
.cid-uEdsdUHkbN .row {
  margin: 0;
}
.cid-uEdsdUHkbN .item-wrapper {
  width: 100%;
}
.cid-uEdsdUHkbN .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uEdsdUHkbN .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uEdsdUHkbN .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uEdsdUHkbN .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uEdsdUHkbN .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uEdsdUHkbN .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uEdsdUHkbN .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEdsdUHkbN .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uEdsdUHkbN .wrap {
  background: #ffffff;
}
.cid-uEdsdUHkbN .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEdsdUHkbN .mbr-text,
.cid-uEdsdUHkbN .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uEdsdUHkbN .mbr-link,
.cid-uEdsdUHkbN .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uEdsdUHkbN .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uEdsdUHkbN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uEdsdV7mux {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uEdsdV7mux .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uEdsdV7mux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEdsdV7mux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uEdsdV7mux .container {
    padding: 0 !important;
  }
}
.cid-uEdsdV7mux .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-uEdsdV7mux .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-uEdsdV7mux .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-uEdsdV7mux .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEdsdV7mux .mbr-section-title {
    text-align: left;
  }
}
.cid-uEdsdV7mux .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEdsdV7mux .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uEdsdV7mux .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uEdsdV7mux .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-uEdsdV7mux .panel-group {
  border: none;
  width: 100%;
  width: 35%;
}
@media (max-width: 991px) {
  .cid-uEdsdV7mux .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-uEdsdV7mux .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-uEdsdV7mux .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-uEdsdV7mux .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-uEdsdV7mux .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uEdsdV7mux .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-uEdsdV7mux .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
}
@media (max-width: 991px) {
  .cid-uEdsdV7mux .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uEdsdV7mux .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-uEdsdV7mux .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-uEdsdV7mux .panel-title-edit {
  color: #000000;
  margin-right: 1rem;
}
.cid-uEdsdV7mux .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-uEdsdV7mux .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uEdsdV7mux .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-uEdsdV7mux .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-uEdsdV7mux .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uEdsdV7mux .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-uEdsdV7mux .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uEdsdV7mux .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uEdsdVHxDQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEdsdVHxDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEdsdVHxDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEdsdVHxDQ .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uEdsdVHxDQ .text-container {
    margin: 0 5%;
  }
}
.cid-uEdsdVHxDQ .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uEdsdVHxDQ .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uEdsdVHxDQ .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uEdsdVHxDQ .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uEdsdVHxDQ .mbr-text {
  color: #e8e8e8;
}
.cid-uEdsdVHxDQ .mbr-desc,
.cid-uEdsdVHxDQ .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uEdsdVHxDQ .mbr-text,
.cid-uEdsdVHxDQ .text-container {
  text-align: center;
}
.cid-uEdsdW76nF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEdsdW76nF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEdsdW76nF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEdsdW76nF .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uEdsdW76nF .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-uEdsdW76nF .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uEdsdW76nF .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-uEdsdW76nF .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uEdsdW76nF .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-uEdsdW76nF .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uEdsdW76nF .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uEdsdW76nF .panel-group {
    margin-top: 0;
  }
}
.cid-uEdsdW76nF .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-uEdsdW76nF .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uEdsdW76nF .card-header {
    padding: 8px 0;
  }
}
.cid-uEdsdW76nF img,
.cid-uEdsdW76nF .img-wrap,
.cid-uEdsdW76nF .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uEdsdW76nF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uEdsdW76nF .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uEdsdW76nF .panel-title-edit {
  color: #232323;
}
.cid-uEdsdW76nF .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uEdsdW76nF .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uEdsdW76nF .panel-text {
  color: #232323;
  margin: 0;
}
.cid-uEdsdW76nF .mbr-section-subtitle,
.cid-uEdsdW76nF .mbr-section-btn {
  text-align: left;
}
.cid-uEdsdWI9bC {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uEdsdWI9bC {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uEdsdWI9bC .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uEdsdWI9bC section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uEdsdWI9bC .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uEdsdWI9bC .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEdsdWI9bC .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEdsdWI9bC .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uEdsdWI9bC .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEdsdWI9bC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEdsdWI9bC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uEdsdWI9bC .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uEdsdWI9bC .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uEdsdWI9bC .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEdsdWI9bC .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEdsdWI9bC .image-wrapper {
    height: auto;
  }
}
.cid-uEdsdWI9bC .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uEdsdWI9bC .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uEdsdWI9bC .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uEdsdWI9bC .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uEdsdWI9bC .mbr-section-title {
  color: #ed2c03;
}
.cid-uEdsdWI9bC .mbr-desc {
  color: #000000;
}
.cid-uEdsdXdXdo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEdsdXdXdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEdsdXdXdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEdsdXdXdo .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uEdsdXdXdo .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-uEdsdXdXdo .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uEdsdXdXdo .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-uEdsdXdXdo .row {
  flex-direction: row-reverse;
}
.cid-uEdsdXdXdo .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uEdsdXdXdo .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-uEdsdXdXdo .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uEdsdXdXdo .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uEdsdXdXdo .panel-group {
    margin-top: 0;
  }
}
.cid-uEdsdXdXdo .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-uEdsdXdXdo .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uEdsdXdXdo .card-header {
    padding: 8px 0;
  }
}
.cid-uEdsdXdXdo img,
.cid-uEdsdXdXdo .img-wrap,
.cid-uEdsdXdXdo .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uEdsdXdXdo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uEdsdXdXdo .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uEdsdXdXdo .panel-title-edit {
  color: #232323;
}
.cid-uEdsdXdXdo .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uEdsdXdXdo .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uEdsdXdXdo .panel-text {
  color: #232323;
  margin: 0;
}
.cid-uEdsdXdXdo .mbr-section-subtitle,
.cid-uEdsdXdXdo .mbr-section-btn {
  text-align: left;
}
.cid-uEdsdXNRby {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEdsdXNRby .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEdsdXNRby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEdsdXNRby .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uEdsdXNRby .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEdsdXNRby .container {
    padding: 0 24px;
  }
}
.cid-uEdsdXNRby .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uEdsdXNRby .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uEdsdXNRby .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uEdsdXNRby .image-wrapper img {
    height: 350px;
  }
}
.cid-uEdsdXNRby .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uEdsdXNRby .content-wrapper {
    padding: 0;
  }
}
.cid-uEdsdXNRby .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEdsdXNRby .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uEdsdXNRby .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEdsdXNRby .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEdsdXNRby .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uEdsdXNRby .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uEdsdXNRby .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uEdsdXNRby .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uEdsdXNRby .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uEdsdXNRby .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uEdsdXNRby .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uEdsdXNRby .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uEdsdXNRby .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uEdsdXNRby .mbr-section-title {
  color: #262642;
}
.cid-uEdsdXNRby .mbr-section-subtitle {
  color: #000000;
}
.cid-uEdsdXNRby .card-text {
  color: #000000;
}
.cid-uEdsdYjdsR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEdsdYjdsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEdsdYjdsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEdsdYjdsR .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEdsdYjdsR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEdsdYjdsR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEdsdYjdsR .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uEdsdYjdsR .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uEdsdYjdsR .panel-group .card {
    padding: 16px;
  }
}
.cid-uEdsdYjdsR .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uEdsdYjdsR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uEdsdYjdsR .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEdsdYjdsR .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uEdsdYjdsR .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uEdsdYjdsR .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uEdsdYjdsR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uEdsdYjdsR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uEdsdYjdsR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uEdsdYjdsR .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uEdsdYjdsR .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uEdsdYjdsR .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uEdsdYjdsR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uEdsdYjdsR .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uEdsdYjdsR .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uEdsdYjdsR .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uEdsdYjdsR .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uEdsdYjdsR .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEdsdYjdsR .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uEdsdYjdsR .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uEdsdYjdsR .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uEdsdYjdsR .mbr-section-title {
  color: #272b2e;
}
.cid-uEdsdYjdsR .panel-title-edit {
  color: #272b2e;
}
.cid-uEdsdYjdsR .panel-text {
  color: #15171a;
}
.cid-uEdsdYjdsR .card-title {
  color: #272b2e;
}
.cid-uEdsdYjdsR .card-title,
.cid-uEdsdYjdsR .icon-wrap,
.cid-uEdsdYjdsR .mbr-section-btn {
  text-align: center;
}
.cid-uEdsdZ0SZo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEdsdZ0SZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEdsdZ0SZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEdsdZ0SZo .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEdsdZ0SZo .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEdsdZ0SZo .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEdsdZ0SZo .image-wrapper img {
    height: 350px;
  }
}
.cid-uEdsdZ0SZo .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uEdsdZ0SZo .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uEdsdZ0SZo .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEdsdZ0SZo .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEdsdZ0SZo .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEdsdZ0SZo .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uEdsdZ0SZo .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uEdsdZ0SZo .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-uEdsdZ0SZo .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEdsdZ0SZo .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uEdsdZ0SZo .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEdsdZ0SZo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEdsdZ0SZo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uEdsdZ0SZo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEdsdZ0SZo .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uEdsdZ0SZo .mbr-section-title {
  color: #191c25;
}
.cid-uEdsdZ0SZo .mbr-text {
  color: #191c25;
}
.cid-uEdsdZ0SZo .mbr-desc {
  color: #15171a;
}
.cid-uIyR96xtPv {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyR96xtPv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyR96xtPv h4,
.cid-uIyR96xtPv p {
  padding-bottom: 1rem;
}
.cid-uIyR96xtPv .col-auto,
.cid-uIyR96xtPv .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyR96xtPv .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyR96xtPv .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyR96xtPv .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyR96xtPv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyR96xtPv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyR96xtPv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyR96xtPv .form-control,
.cid-uIyR96xtPv .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyR96xtPv .form-control::-webkit-input-placeholder,
.cid-uIyR96xtPv .field-input::-webkit-input-placeholder,
.cid-uIyR96xtPv .form-control::-webkit-input-placeholder,
.cid-uIyR96xtPv .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyR96xtPv .form-control:-moz-placeholder,
.cid-uIyR96xtPv .field-input:-moz-placeholder,
.cid-uIyR96xtPv .form-control:-moz-placeholder,
.cid-uIyR96xtPv .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyR96xtPv .form-control:hover,
.cid-uIyR96xtPv .field-input:hover,
.cid-uIyR96xtPv .form-control:focus,
.cid-uIyR96xtPv .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyR96xtPv .form-control:hover::-webkit-input-placeholder,
.cid-uIyR96xtPv .field-input:hover::-webkit-input-placeholder,
.cid-uIyR96xtPv .form-control:focus::-webkit-input-placeholder,
.cid-uIyR96xtPv .field-input:focus::-webkit-input-placeholder,
.cid-uIyR96xtPv .form-control:hover::-webkit-input-placeholder,
.cid-uIyR96xtPv .field-input:hover::-webkit-input-placeholder,
.cid-uIyR96xtPv .form-control:focus::-webkit-input-placeholder,
.cid-uIyR96xtPv .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyR96xtPv .form-control:hover:-moz-placeholder,
.cid-uIyR96xtPv .field-input:hover:-moz-placeholder,
.cid-uIyR96xtPv .form-control:focus:-moz-placeholder,
.cid-uIyR96xtPv .field-input:focus:-moz-placeholder,
.cid-uIyR96xtPv .form-control:hover:-moz-placeholder,
.cid-uIyR96xtPv .field-input:hover:-moz-placeholder,
.cid-uIyR96xtPv .form-control:focus:-moz-placeholder,
.cid-uIyR96xtPv .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyR96xtPv .jq-number__spin:hover,
.cid-uIyR96xtPv .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyR96xtPv .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyR96xtPv .jq-selectbox li,
.cid-uIyR96xtPv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyR96xtPv .jq-selectbox li:hover,
.cid-uIyR96xtPv .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyR96xtPv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyR96xtPv .jq-number__spin.minus:hover:after,
.cid-uIyR96xtPv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyR96xtPv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyR96xtPv .jq-number__spin.minus:after,
.cid-uIyR96xtPv .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyR96xtPv input::-webkit-clear-button {
  display: none;
}
.cid-uIyR96xtPv input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyR96xtPv input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyR96xtPv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uEt6ZQZqwQ .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uEt6ZQZqwQ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uEt6ZQZqwQ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uEt6ZQZqwQ .navbar-collapse {
  flex-basis: auto;
}
.cid-uEt6ZQZqwQ .dropdown-item {
  padding: 0;
}
.cid-uEt6ZQZqwQ .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uEt6ZQZqwQ .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEt6ZQZqwQ .menu-content-top {
    width: 100%;
  }
  .cid-uEt6ZQZqwQ .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uEt6ZQZqwQ .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uEt6ZQZqwQ .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uEt6ZQZqwQ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uEt6ZQZqwQ .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uEt6ZQZqwQ .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uEt6ZQZqwQ .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uEt6ZQZqwQ .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uEt6ZQZqwQ .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uEt6ZQZqwQ .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uEt6ZQZqwQ a {
  font-style: normal;
}
.cid-uEt6ZQZqwQ .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uEt6ZQZqwQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uEt6ZQZqwQ .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uEt6ZQZqwQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEt6ZQZqwQ .content-text {
  margin-bottom: 0;
}
.cid-uEt6ZQZqwQ .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uEt6ZQZqwQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uEt6ZQZqwQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uEt6ZQZqwQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uEt6ZQZqwQ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uEt6ZQZqwQ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uEt6ZQZqwQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uEt6ZQZqwQ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uEt6ZQZqwQ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEt6ZQZqwQ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uEt6ZQZqwQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uEt6ZQZqwQ .content-right-side {
  text-align: center;
}
.cid-uEt6ZQZqwQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uEt6ZQZqwQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uEt6ZQZqwQ .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uEt6ZQZqwQ .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uEt6ZQZqwQ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uEt6ZQZqwQ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uEt6ZQZqwQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uEt6ZQZqwQ .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uEt6ZQZqwQ .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uEt6ZQZqwQ .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uEt6ZQZqwQ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uEt6ZQZqwQ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uEt6ZQZqwQ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uEt6ZQZqwQ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uEt6ZQZqwQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uEt6ZQZqwQ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uEt6ZQZqwQ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uEt6ZQZqwQ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uEt6ZQZqwQ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uEt6ZQZqwQ .navbar-toggler {
    display: none;
  }
  .cid-uEt6ZQZqwQ .navbar-collapse {
    justify-content: center;
  }
}
.cid-uEt6ZQZqwQ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uEt6ZQZqwQ .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uEt6ZQZqwQ .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uEt6ZQZqwQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uEt6ZQZqwQ .menu-logo {
  margin-right: auto;
}
.cid-uEt6ZQZqwQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uEt6ZQZqwQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uEt6ZQZqwQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uEt6ZQZqwQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uEt6ZQZqwQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uEt6ZQZqwQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uEt6ZQZqwQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uEt6ZQZqwQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uEt6ZQZqwQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uEt6ZQZqwQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uEt6ZQZqwQ .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEt6ZQZqwQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uEt6ZQZqwQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEt6ZQZqwQ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uEt6ZQZqwQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uEt6ZQZqwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEt6ZQZqwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEt6ZQZqwQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uEt6ZQZqwQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEt6ZQZqwQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uEt6ZQZqwQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uEt6ZQZqwQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uEt6ZQZqwQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uEt6ZQZqwQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uEt6ZQZqwQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uEt6ZQZqwQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uEt6ZQZqwQ button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uEt6ZQZqwQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uEt6ZQZqwQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEt6ZQZqwQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEt6ZQZqwQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEt6ZQZqwQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEt6ZQZqwQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEt6ZQZqwQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEt6ZQZqwQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEt6ZQZqwQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEt6ZQZqwQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEt6ZQZqwQ .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uEt6ZQZqwQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEt6ZQZqwQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEt6ZQZqwQ .collapsed .btn {
  display: flex;
}
.cid-uEt6ZQZqwQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uEt6ZQZqwQ .collapsed .navbar-collapse.collapsing,
.cid-uEt6ZQZqwQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uEt6ZQZqwQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uEt6ZQZqwQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uEt6ZQZqwQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uEt6ZQZqwQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uEt6ZQZqwQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uEt6ZQZqwQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uEt6ZQZqwQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uEt6ZQZqwQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uEt6ZQZqwQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uEt6ZQZqwQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uEt6ZQZqwQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uEt6ZQZqwQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uEt6ZQZqwQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uEt6ZQZqwQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uEt6ZQZqwQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uEt6ZQZqwQ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uEt6ZQZqwQ .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uEt6ZQZqwQ .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEt6ZQZqwQ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uEt6ZQZqwQ .navbar-collapse.collapsing,
  .cid-uEt6ZQZqwQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uEt6ZQZqwQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uEt6ZQZqwQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uEt6ZQZqwQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uEt6ZQZqwQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uEt6ZQZqwQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uEt6ZQZqwQ .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uEt6ZQZqwQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uEt6ZQZqwQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uEt6ZQZqwQ .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uEt6ZQZqwQ .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uEt6ZQZqwQ .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uEt6ZQZqwQ img {
    height: 3.8rem !important;
  }
  .cid-uEt6ZQZqwQ .btn {
    display: flex;
  }
  .cid-uEt6ZQZqwQ button.navbar-toggler {
    display: block;
  }
  .cid-uEt6ZQZqwQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uEt6ZQZqwQ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uEt6ZQZqwQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uEt6ZQZqwQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uEt6ZQZqwQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uEt6ZQZqwQ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uEt6ZQZqwQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uEt6ZQZqwQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uEt6ZQZqwQ .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uEt6ZQZqwQ .nav-link:focus {
  outline: none;
}
.cid-uEt6ZQZqwQ .navbar-toggler {
  position: relative;
}
.cid-uEt6ZQZqwQ .dropdown-item.active,
.cid-uEt6ZQZqwQ .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uEt6ZQZqwQ .widget-title,
.cid-uEt6ZQZqwQ .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uEt6ZQZqwQ .widget-text {
  color: #000000;
}
.cid-uEt6ZRNchk {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uEt6ZRNchk img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEt6ZRNchk img {
    height: 400px;
  }
}
.cid-uEt6ZRNchk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt6ZRNchk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt6ZRNchk .card {
  justify-content: flex-end;
}
.cid-uEt6ZRNchk .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uEt6ZRNchk .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uEt6ZRNchk .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uEt6ZRNchk .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uEt6ZRNchk .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uEt6ZRNchk .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uEt6ZRNchk .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uEt6ZRNchk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEt6ZRNchk .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uEt6ZRNchk .image-wrapper {
    min-height: 400px;
  }
}
.cid-uEt6ZRNchk .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uEt6ZRNchk .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uEt6ZRNchk .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uEt6ZRNchk .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uEt6ZRNchk .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uEt6ZRNchk .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uEt6ZRNchk .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uEt6ZRNchk .mbr-section-title {
  color: #000000;
}
.cid-uEt6ZRNchk .mbr-text {
  color: #000000;
}
.cid-uEt6ZRNchk .card-text {
  color: #000000;
}
.cid-uEt6ZRNchk .mbr-section-title,
.cid-uEt6ZRNchk .mbr-section-btn DIV {
  text-align: left;
}
.cid-uEt6ZSjFui {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEt6ZSjFui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt6ZSjFui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt6ZSjFui img {
  object-fit: cover;
}
.cid-uEt6ZSjFui .row {
  margin: 0;
}
.cid-uEt6ZSjFui .item-wrapper {
  width: 100%;
}
.cid-uEt6ZSjFui .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uEt6ZSjFui .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uEt6ZSjFui .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uEt6ZSjFui .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uEt6ZSjFui .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uEt6ZSjFui .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uEt6ZSjFui .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEt6ZSjFui .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uEt6ZSjFui .wrap {
  background: #ffffff;
}
.cid-uEt6ZSjFui .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEt6ZSjFui .mbr-text,
.cid-uEt6ZSjFui .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uEt6ZSjFui .mbr-link,
.cid-uEt6ZSjFui .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uEt6ZSjFui .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uEt6ZSjFui .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uEtgw09N9g {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEtgw09N9g .mbr-section-subtitle {
  color: #000000;
}
.cid-uEtgw09N9g .btn {
  margin: 0 0 .5rem 0;
}
.cid-uEtg0U10ve {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEtg0U10ve .counter-container {
  color: #767676;
}
.cid-uEtg0U10ve .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uEtg0U10ve .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uEtg0U10ve .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uEtg0U10ve .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #fbe55d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uEtg0U10ve .mbr-text {
  color: #000000;
}
.cid-uEt6ZTmc3A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEt6ZTmc3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt6ZTmc3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt6ZTmc3A .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uEt6ZTmc3A .text-container {
    margin: 0 5%;
  }
}
.cid-uEt6ZTmc3A .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uEt6ZTmc3A .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uEt6ZTmc3A .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uEt6ZTmc3A .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uEt6ZTmc3A .mbr-text {
  color: #e8e8e8;
}
.cid-uEt6ZTmc3A .mbr-desc,
.cid-uEt6ZTmc3A .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uEt6ZTmc3A .mbr-text,
.cid-uEt6ZTmc3A .text-container {
  text-align: center;
}
.cid-uEt6ZTP7w6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEt6ZTP7w6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt6ZTP7w6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt6ZTP7w6 .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uEt6ZTP7w6 .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-uEt6ZTP7w6 .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uEt6ZTP7w6 .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-uEt6ZTP7w6 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uEt6ZTP7w6 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-uEt6ZTP7w6 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uEt6ZTP7w6 .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uEt6ZTP7w6 .panel-group {
    margin-top: 0;
  }
}
.cid-uEt6ZTP7w6 .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-uEt6ZTP7w6 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uEt6ZTP7w6 .card-header {
    padding: 8px 0;
  }
}
.cid-uEt6ZTP7w6 img,
.cid-uEt6ZTP7w6 .img-wrap,
.cid-uEt6ZTP7w6 .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uEt6ZTP7w6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uEt6ZTP7w6 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uEt6ZTP7w6 .panel-title-edit {
  color: #232323;
}
.cid-uEt6ZTP7w6 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uEt6ZTP7w6 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uEt6ZTP7w6 .panel-text {
  color: #232323;
  margin: 0;
}
.cid-uEt6ZTP7w6 .mbr-section-subtitle,
.cid-uEt6ZTP7w6 .mbr-section-btn {
  text-align: left;
}
.cid-uEt6ZUuspA {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uEt6ZUuspA {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uEt6ZUuspA .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uEt6ZUuspA section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uEt6ZUuspA .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uEt6ZUuspA .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt6ZUuspA .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEt6ZUuspA .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uEt6ZUuspA .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEt6ZUuspA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEt6ZUuspA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uEt6ZUuspA .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uEt6ZUuspA .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uEt6ZUuspA .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEt6ZUuspA .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEt6ZUuspA .image-wrapper {
    height: auto;
  }
}
.cid-uEt6ZUuspA .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uEt6ZUuspA .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uEt6ZUuspA .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uEt6ZUuspA .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uEt6ZUuspA .mbr-section-title {
  color: #ed2c03;
}
.cid-uEt6ZUuspA .mbr-desc {
  color: #000000;
}
.cid-uEt6ZUYpYZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEt6ZUYpYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt6ZUYpYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt6ZUYpYZ .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uEt6ZUYpYZ .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-uEt6ZUYpYZ .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uEt6ZUYpYZ .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-uEt6ZUYpYZ .row {
  flex-direction: row-reverse;
}
.cid-uEt6ZUYpYZ .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uEt6ZUYpYZ .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-uEt6ZUYpYZ .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uEt6ZUYpYZ .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uEt6ZUYpYZ .panel-group {
    margin-top: 0;
  }
}
.cid-uEt6ZUYpYZ .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-uEt6ZUYpYZ .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uEt6ZUYpYZ .card-header {
    padding: 8px 0;
  }
}
.cid-uEt6ZUYpYZ img,
.cid-uEt6ZUYpYZ .img-wrap,
.cid-uEt6ZUYpYZ .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uEt6ZUYpYZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uEt6ZUYpYZ .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uEt6ZUYpYZ .panel-title-edit {
  color: #232323;
}
.cid-uEt6ZUYpYZ .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uEt6ZUYpYZ .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uEt6ZUYpYZ .panel-text {
  color: #232323;
  margin: 0;
}
.cid-uEt6ZUYpYZ .mbr-section-subtitle,
.cid-uEt6ZUYpYZ .mbr-section-btn {
  text-align: left;
}
.cid-uEt6ZVxJH7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEt6ZVxJH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt6ZVxJH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt6ZVxJH7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uEt6ZVxJH7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEt6ZVxJH7 .container {
    padding: 0 24px;
  }
}
.cid-uEt6ZVxJH7 .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uEt6ZVxJH7 .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uEt6ZVxJH7 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uEt6ZVxJH7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uEt6ZVxJH7 .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uEt6ZVxJH7 .content-wrapper {
    padding: 0;
  }
}
.cid-uEt6ZVxJH7 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEt6ZVxJH7 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uEt6ZVxJH7 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEt6ZVxJH7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEt6ZVxJH7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uEt6ZVxJH7 .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uEt6ZVxJH7 .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uEt6ZVxJH7 .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uEt6ZVxJH7 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uEt6ZVxJH7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uEt6ZVxJH7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uEt6ZVxJH7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uEt6ZVxJH7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uEt6ZVxJH7 .mbr-section-title {
  color: #262642;
}
.cid-uEt6ZVxJH7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uEt6ZVxJH7 .card-text {
  color: #000000;
}
.cid-uEt6ZW5nQs {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEt6ZW5nQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt6ZW5nQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt6ZW5nQs .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEt6ZW5nQs .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEt6ZW5nQs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEt6ZW5nQs .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uEt6ZW5nQs .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uEt6ZW5nQs .panel-group .card {
    padding: 16px;
  }
}
.cid-uEt6ZW5nQs .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uEt6ZW5nQs .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uEt6ZW5nQs .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEt6ZW5nQs .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uEt6ZW5nQs .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uEt6ZW5nQs .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uEt6ZW5nQs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uEt6ZW5nQs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uEt6ZW5nQs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uEt6ZW5nQs .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uEt6ZW5nQs .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uEt6ZW5nQs .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uEt6ZW5nQs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uEt6ZW5nQs .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uEt6ZW5nQs .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uEt6ZW5nQs .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uEt6ZW5nQs .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uEt6ZW5nQs .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEt6ZW5nQs .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uEt6ZW5nQs .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uEt6ZW5nQs .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uEt6ZW5nQs .mbr-section-title {
  color: #272b2e;
}
.cid-uEt6ZW5nQs .panel-title-edit {
  color: #272b2e;
}
.cid-uEt6ZW5nQs .panel-text {
  color: #15171a;
}
.cid-uEt6ZW5nQs .card-title {
  color: #272b2e;
}
.cid-uEt6ZW5nQs .card-title,
.cid-uEt6ZW5nQs .icon-wrap,
.cid-uEt6ZW5nQs .mbr-section-btn {
  text-align: center;
}
.cid-uEt6ZWMfDF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEt6ZWMfDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt6ZWMfDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt6ZWMfDF .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEt6ZWMfDF .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEt6ZWMfDF .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEt6ZWMfDF .image-wrapper img {
    height: 350px;
  }
}
.cid-uEt6ZWMfDF .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uEt6ZWMfDF .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uEt6ZWMfDF .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEt6ZWMfDF .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEt6ZWMfDF .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEt6ZWMfDF .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uEt6ZWMfDF .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uEt6ZWMfDF .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-uEt6ZWMfDF .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEt6ZWMfDF .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uEt6ZWMfDF .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEt6ZWMfDF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEt6ZWMfDF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uEt6ZWMfDF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEt6ZWMfDF .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uEt6ZWMfDF .mbr-section-title {
  color: #191c25;
}
.cid-uEt6ZWMfDF .mbr-text {
  color: #191c25;
}
.cid-uEt6ZWMfDF .mbr-desc {
  color: #15171a;
}
.cid-uIyRcEXrdU {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyRcEXrdU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyRcEXrdU h4,
.cid-uIyRcEXrdU p {
  padding-bottom: 1rem;
}
.cid-uIyRcEXrdU .col-auto,
.cid-uIyRcEXrdU .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyRcEXrdU .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyRcEXrdU .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyRcEXrdU .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyRcEXrdU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRcEXrdU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRcEXrdU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRcEXrdU .form-control,
.cid-uIyRcEXrdU .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyRcEXrdU .form-control::-webkit-input-placeholder,
.cid-uIyRcEXrdU .field-input::-webkit-input-placeholder,
.cid-uIyRcEXrdU .form-control::-webkit-input-placeholder,
.cid-uIyRcEXrdU .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyRcEXrdU .form-control:-moz-placeholder,
.cid-uIyRcEXrdU .field-input:-moz-placeholder,
.cid-uIyRcEXrdU .form-control:-moz-placeholder,
.cid-uIyRcEXrdU .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyRcEXrdU .form-control:hover,
.cid-uIyRcEXrdU .field-input:hover,
.cid-uIyRcEXrdU .form-control:focus,
.cid-uIyRcEXrdU .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyRcEXrdU .form-control:hover::-webkit-input-placeholder,
.cid-uIyRcEXrdU .field-input:hover::-webkit-input-placeholder,
.cid-uIyRcEXrdU .form-control:focus::-webkit-input-placeholder,
.cid-uIyRcEXrdU .field-input:focus::-webkit-input-placeholder,
.cid-uIyRcEXrdU .form-control:hover::-webkit-input-placeholder,
.cid-uIyRcEXrdU .field-input:hover::-webkit-input-placeholder,
.cid-uIyRcEXrdU .form-control:focus::-webkit-input-placeholder,
.cid-uIyRcEXrdU .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyRcEXrdU .form-control:hover:-moz-placeholder,
.cid-uIyRcEXrdU .field-input:hover:-moz-placeholder,
.cid-uIyRcEXrdU .form-control:focus:-moz-placeholder,
.cid-uIyRcEXrdU .field-input:focus:-moz-placeholder,
.cid-uIyRcEXrdU .form-control:hover:-moz-placeholder,
.cid-uIyRcEXrdU .field-input:hover:-moz-placeholder,
.cid-uIyRcEXrdU .form-control:focus:-moz-placeholder,
.cid-uIyRcEXrdU .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyRcEXrdU .jq-number__spin:hover,
.cid-uIyRcEXrdU .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyRcEXrdU .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyRcEXrdU .jq-selectbox li,
.cid-uIyRcEXrdU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRcEXrdU .jq-selectbox li:hover,
.cid-uIyRcEXrdU .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRcEXrdU .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyRcEXrdU .jq-number__spin.minus:hover:after,
.cid-uIyRcEXrdU .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRcEXrdU .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyRcEXrdU .jq-number__spin.minus:after,
.cid-uIyRcEXrdU .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRcEXrdU input::-webkit-clear-button {
  display: none;
}
.cid-uIyRcEXrdU input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyRcEXrdU input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyRcEXrdU input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uF4zvBXJXe .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uF4zvBXJXe .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uF4zvBXJXe .navbar-fixed-top {
  padding-top: 0;
}
.cid-uF4zvBXJXe .navbar-collapse {
  flex-basis: auto;
}
.cid-uF4zvBXJXe .dropdown-item {
  padding: 0;
}
.cid-uF4zvBXJXe .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uF4zvBXJXe .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF4zvBXJXe .menu-content-top {
    width: 100%;
  }
  .cid-uF4zvBXJXe .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uF4zvBXJXe .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uF4zvBXJXe .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uF4zvBXJXe .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uF4zvBXJXe .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uF4zvBXJXe .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uF4zvBXJXe .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uF4zvBXJXe .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uF4zvBXJXe .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uF4zvBXJXe .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uF4zvBXJXe a {
  font-style: normal;
}
.cid-uF4zvBXJXe .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uF4zvBXJXe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uF4zvBXJXe .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uF4zvBXJXe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4zvBXJXe .content-text {
  margin-bottom: 0;
}
.cid-uF4zvBXJXe .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uF4zvBXJXe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uF4zvBXJXe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uF4zvBXJXe .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uF4zvBXJXe .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uF4zvBXJXe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uF4zvBXJXe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uF4zvBXJXe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uF4zvBXJXe .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF4zvBXJXe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uF4zvBXJXe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uF4zvBXJXe .content-right-side {
  text-align: center;
}
.cid-uF4zvBXJXe .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uF4zvBXJXe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uF4zvBXJXe .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uF4zvBXJXe .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uF4zvBXJXe .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uF4zvBXJXe .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uF4zvBXJXe .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uF4zvBXJXe .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uF4zvBXJXe .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uF4zvBXJXe .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uF4zvBXJXe .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uF4zvBXJXe .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uF4zvBXJXe .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uF4zvBXJXe .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uF4zvBXJXe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uF4zvBXJXe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uF4zvBXJXe .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uF4zvBXJXe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uF4zvBXJXe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uF4zvBXJXe .navbar-toggler {
    display: none;
  }
  .cid-uF4zvBXJXe .navbar-collapse {
    justify-content: center;
  }
}
.cid-uF4zvBXJXe .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uF4zvBXJXe .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uF4zvBXJXe .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uF4zvBXJXe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uF4zvBXJXe .menu-logo {
  margin-right: auto;
}
.cid-uF4zvBXJXe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uF4zvBXJXe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uF4zvBXJXe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uF4zvBXJXe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uF4zvBXJXe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uF4zvBXJXe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uF4zvBXJXe .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uF4zvBXJXe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uF4zvBXJXe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uF4zvBXJXe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uF4zvBXJXe .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uF4zvBXJXe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uF4zvBXJXe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4zvBXJXe .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uF4zvBXJXe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uF4zvBXJXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4zvBXJXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4zvBXJXe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uF4zvBXJXe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4zvBXJXe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uF4zvBXJXe .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uF4zvBXJXe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uF4zvBXJXe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uF4zvBXJXe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uF4zvBXJXe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uF4zvBXJXe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uF4zvBXJXe button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uF4zvBXJXe button.navbar-toggler:focus {
  outline: none;
}
.cid-uF4zvBXJXe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF4zvBXJXe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4zvBXJXe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4zvBXJXe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4zvBXJXe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4zvBXJXe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4zvBXJXe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4zvBXJXe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4zvBXJXe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4zvBXJXe .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uF4zvBXJXe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4zvBXJXe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4zvBXJXe .collapsed .btn {
  display: flex;
}
.cid-uF4zvBXJXe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uF4zvBXJXe .collapsed .navbar-collapse.collapsing,
.cid-uF4zvBXJXe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uF4zvBXJXe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uF4zvBXJXe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uF4zvBXJXe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uF4zvBXJXe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uF4zvBXJXe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uF4zvBXJXe .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uF4zvBXJXe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uF4zvBXJXe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uF4zvBXJXe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uF4zvBXJXe .collapsed button.navbar-toggler {
  display: block;
}
.cid-uF4zvBXJXe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uF4zvBXJXe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uF4zvBXJXe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uF4zvBXJXe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uF4zvBXJXe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uF4zvBXJXe .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uF4zvBXJXe .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uF4zvBXJXe .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF4zvBXJXe .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uF4zvBXJXe .navbar-collapse.collapsing,
  .cid-uF4zvBXJXe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uF4zvBXJXe .navbar-collapse.collapsing .navbar-nav,
  .cid-uF4zvBXJXe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uF4zvBXJXe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uF4zvBXJXe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uF4zvBXJXe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uF4zvBXJXe .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uF4zvBXJXe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uF4zvBXJXe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uF4zvBXJXe .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uF4zvBXJXe .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uF4zvBXJXe .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uF4zvBXJXe img {
    height: 3.8rem !important;
  }
  .cid-uF4zvBXJXe .btn {
    display: flex;
  }
  .cid-uF4zvBXJXe button.navbar-toggler {
    display: block;
  }
  .cid-uF4zvBXJXe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uF4zvBXJXe .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uF4zvBXJXe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uF4zvBXJXe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uF4zvBXJXe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uF4zvBXJXe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uF4zvBXJXe .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uF4zvBXJXe .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uF4zvBXJXe .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uF4zvBXJXe .nav-link:focus {
  outline: none;
}
.cid-uF4zvBXJXe .navbar-toggler {
  position: relative;
}
.cid-uF4zvBXJXe .dropdown-item.active,
.cid-uF4zvBXJXe .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uF4zvBXJXe .widget-title,
.cid-uF4zvBXJXe .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uF4zvBXJXe .widget-text {
  color: #000000;
}
.cid-uF4zvCBXEd {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uF4zvCBXEd img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF4zvCBXEd img {
    height: 400px;
  }
}
.cid-uF4zvCBXEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4zvCBXEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4zvCBXEd .card {
  justify-content: flex-end;
}
.cid-uF4zvCBXEd .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uF4zvCBXEd .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uF4zvCBXEd .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uF4zvCBXEd .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uF4zvCBXEd .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uF4zvCBXEd .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uF4zvCBXEd .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uF4zvCBXEd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF4zvCBXEd .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uF4zvCBXEd .image-wrapper {
    min-height: 400px;
  }
}
.cid-uF4zvCBXEd .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uF4zvCBXEd .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uF4zvCBXEd .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uF4zvCBXEd .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uF4zvCBXEd .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uF4zvCBXEd .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uF4zvCBXEd .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uF4zvCBXEd .mbr-section-title {
  color: #000000;
}
.cid-uF4zvCBXEd .mbr-text {
  color: #000000;
}
.cid-uF4zvCBXEd .card-text {
  color: #000000;
}
.cid-uF4zvCBXEd .mbr-section-title,
.cid-uF4zvCBXEd .mbr-section-btn DIV {
  text-align: left;
}
.cid-uF4zvD3ahU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4zvD3ahU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4zvD3ahU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4zvD3ahU img {
  object-fit: cover;
}
.cid-uF4zvD3ahU .row {
  margin: 0;
}
.cid-uF4zvD3ahU .item-wrapper {
  width: 100%;
}
.cid-uF4zvD3ahU .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uF4zvD3ahU .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uF4zvD3ahU .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uF4zvD3ahU .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uF4zvD3ahU .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uF4zvD3ahU .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uF4zvD3ahU .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF4zvD3ahU .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uF4zvD3ahU .wrap {
  background: #ffffff;
}
.cid-uF4zvD3ahU .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF4zvD3ahU .mbr-text,
.cid-uF4zvD3ahU .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uF4zvD3ahU .mbr-link,
.cid-uF4zvD3ahU .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uF4zvD3ahU .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uF4zvD3ahU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uF4zvDun9L {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uF4zvDun9L .mbr-section-subtitle {
  color: #000000;
}
.cid-uF4zvDun9L .btn {
  margin: 0 0 .5rem 0;
}
.cid-uF4zvDWg1A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uF4zvDWg1A .counter-container {
  color: #767676;
}
.cid-uF4zvDWg1A .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uF4zvDWg1A .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uF4zvDWg1A .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uF4zvDWg1A .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #fbe55d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uF4zvDWg1A .mbr-text {
  color: #000000;
}
.cid-uF4zvEofDH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF4zvEofDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4zvEofDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4zvEofDH .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uF4zvEofDH .text-container {
    margin: 0 5%;
  }
}
.cid-uF4zvEofDH .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uF4zvEofDH .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uF4zvEofDH .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uF4zvEofDH .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uF4zvEofDH .mbr-text {
  color: #e8e8e8;
}
.cid-uF4zvEofDH .mbr-desc,
.cid-uF4zvEofDH .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uF4zvEofDH .mbr-text,
.cid-uF4zvEofDH .text-container {
  text-align: center;
}
.cid-uF4zvEofDH .mbr-desc,
.cid-uF4zvEofDH .mbr-iconfont,
.cid-uF4zvEofDH .text-container {
  color: #ffffff;
}
.cid-uF4WOsF2mt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uF4WOsF2mt .mbr-section-subtitle {
  color: #000000;
}
.cid-uF4WOsF2mt .btn {
  margin: 0 0 .5rem 0;
}
.cid-uF4VaU50a3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF4VaU50a3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4VaU50a3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4VaU50a3 .row {
  justify-content: center;
}
.cid-uF4VaU50a3 .card {
  justify-content: center;
}
.cid-uF4VaU50a3 .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uF4VaU50a3 .image-wrapper {
    display: block;
  }
}
.cid-uF4VaU50a3 .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uF4VaU50a3 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uF4VaU50a3 .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uF4VaU50a3 .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uF4VaU50a3 .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uF4VaU50a3 .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF4VaU50a3 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uF4VaU50a3 .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uF4VaU50a3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uF4VaU50a3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uF4VaU50a3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uF4VaU50a3 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uF4VaU50a3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uF4VaU50a3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uF4VaU50a3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uF4VaU50a3 .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uF4VaU50a3 .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uF4VaU50a3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uF4VaU50a3 .panel-title-edit {
  color: #000000;
}
.cid-uF4VaU50a3 .panel-text {
  color: #000000;
}
.cid-uF4zvFt1vz {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uF4zvFt1vz {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uF4zvFt1vz .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uF4zvFt1vz section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uF4zvFt1vz .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uF4zvFt1vz .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4zvFt1vz .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF4zvFt1vz .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uF4zvFt1vz .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uF4zvFt1vz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4zvFt1vz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uF4zvFt1vz .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF4zvFt1vz .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uF4zvFt1vz .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uF4zvFt1vz .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uF4zvFt1vz .image-wrapper {
    height: auto;
  }
}
.cid-uF4zvFt1vz .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uF4zvFt1vz .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uF4zvFt1vz .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uF4zvFt1vz .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uF4zvFt1vz .mbr-section-title {
  color: #ed2c03;
}
.cid-uF4zvFt1vz .mbr-desc {
  color: #000000;
}
.cid-uF5edQlb7N {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uF5edQlb7N .mbr-section-subtitle {
  color: #000000;
}
.cid-uF5edQlb7N .btn {
  margin: 0 0 .5rem 0;
}
.cid-uF5e11sZ2Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF5e11sZ2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF5e11sZ2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF5e11sZ2Q .row {
  justify-content: center;
}
.cid-uF5e11sZ2Q .card {
  justify-content: center;
}
.cid-uF5e11sZ2Q .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uF5e11sZ2Q .image-wrapper {
    display: block;
  }
}
.cid-uF5e11sZ2Q .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
  left: auto;
  right: 0;
}
.cid-uF5e11sZ2Q .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uF5e11sZ2Q .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uF5e11sZ2Q .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uF5e11sZ2Q .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uF5e11sZ2Q .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF5e11sZ2Q .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uF5e11sZ2Q .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uF5e11sZ2Q .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uF5e11sZ2Q .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uF5e11sZ2Q .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uF5e11sZ2Q .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uF5e11sZ2Q .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uF5e11sZ2Q .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uF5e11sZ2Q .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uF5e11sZ2Q .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uF5e11sZ2Q .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uF5e11sZ2Q .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uF5e11sZ2Q .panel-title-edit {
  color: #000000;
}
.cid-uF5e11sZ2Q .panel-text {
  color: #000000;
}
.cid-uF4zvGywSL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4zvGywSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4zvGywSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4zvGywSL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uF4zvGywSL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uF4zvGywSL .container {
    padding: 0 24px;
  }
}
.cid-uF4zvGywSL .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uF4zvGywSL .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uF4zvGywSL .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uF4zvGywSL .image-wrapper img {
    height: 350px;
  }
}
.cid-uF4zvGywSL .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uF4zvGywSL .content-wrapper {
    padding: 0;
  }
}
.cid-uF4zvGywSL .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF4zvGywSL .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uF4zvGywSL .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF4zvGywSL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF4zvGywSL .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uF4zvGywSL .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uF4zvGywSL .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uF4zvGywSL .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uF4zvGywSL .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uF4zvGywSL .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uF4zvGywSL .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uF4zvGywSL .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uF4zvGywSL .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uF4zvGywSL .mbr-section-title {
  color: #262642;
}
.cid-uF4zvGywSL .mbr-section-subtitle {
  color: #000000;
}
.cid-uF4zvGywSL .card-text {
  color: #000000;
}
.cid-uF4zvH76L3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF4zvH76L3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4zvH76L3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4zvH76L3 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF4zvH76L3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF4zvH76L3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF4zvH76L3 .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uF4zvH76L3 .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uF4zvH76L3 .panel-group .card {
    padding: 16px;
  }
}
.cid-uF4zvH76L3 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uF4zvH76L3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uF4zvH76L3 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uF4zvH76L3 .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uF4zvH76L3 .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uF4zvH76L3 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uF4zvH76L3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uF4zvH76L3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uF4zvH76L3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uF4zvH76L3 .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uF4zvH76L3 .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uF4zvH76L3 .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uF4zvH76L3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uF4zvH76L3 .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4zvH76L3 .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uF4zvH76L3 .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uF4zvH76L3 .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uF4zvH76L3 .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF4zvH76L3 .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uF4zvH76L3 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uF4zvH76L3 .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uF4zvH76L3 .mbr-section-title {
  color: #272b2e;
}
.cid-uF4zvH76L3 .panel-title-edit {
  color: #272b2e;
}
.cid-uF4zvH76L3 .panel-text {
  color: #15171a;
}
.cid-uF4zvH76L3 .card-title {
  color: #272b2e;
}
.cid-uF4zvH76L3 .card-title,
.cid-uF4zvH76L3 .icon-wrap,
.cid-uF4zvH76L3 .mbr-section-btn {
  text-align: center;
}
.cid-uF4zvHMnHf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF4zvHMnHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4zvHMnHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4zvHMnHf .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF4zvHMnHf .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF4zvHMnHf .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF4zvHMnHf .image-wrapper img {
    height: 350px;
  }
}
.cid-uF4zvHMnHf .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uF4zvHMnHf .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uF4zvHMnHf .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF4zvHMnHf .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF4zvHMnHf .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uF4zvHMnHf .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uF4zvHMnHf .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uF4zvHMnHf .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-uF4zvHMnHf .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uF4zvHMnHf .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uF4zvHMnHf .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4zvHMnHf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF4zvHMnHf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uF4zvHMnHf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF4zvHMnHf .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uF4zvHMnHf .mbr-section-title {
  color: #191c25;
}
.cid-uF4zvHMnHf .mbr-text {
  color: #191c25;
}
.cid-uF4zvHMnHf .mbr-desc {
  color: #15171a;
}
.cid-uIyRgn0mxw {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyRgn0mxw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyRgn0mxw h4,
.cid-uIyRgn0mxw p {
  padding-bottom: 1rem;
}
.cid-uIyRgn0mxw .col-auto,
.cid-uIyRgn0mxw .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyRgn0mxw .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyRgn0mxw .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyRgn0mxw .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyRgn0mxw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRgn0mxw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRgn0mxw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRgn0mxw .form-control,
.cid-uIyRgn0mxw .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyRgn0mxw .form-control::-webkit-input-placeholder,
.cid-uIyRgn0mxw .field-input::-webkit-input-placeholder,
.cid-uIyRgn0mxw .form-control::-webkit-input-placeholder,
.cid-uIyRgn0mxw .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyRgn0mxw .form-control:-moz-placeholder,
.cid-uIyRgn0mxw .field-input:-moz-placeholder,
.cid-uIyRgn0mxw .form-control:-moz-placeholder,
.cid-uIyRgn0mxw .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyRgn0mxw .form-control:hover,
.cid-uIyRgn0mxw .field-input:hover,
.cid-uIyRgn0mxw .form-control:focus,
.cid-uIyRgn0mxw .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyRgn0mxw .form-control:hover::-webkit-input-placeholder,
.cid-uIyRgn0mxw .field-input:hover::-webkit-input-placeholder,
.cid-uIyRgn0mxw .form-control:focus::-webkit-input-placeholder,
.cid-uIyRgn0mxw .field-input:focus::-webkit-input-placeholder,
.cid-uIyRgn0mxw .form-control:hover::-webkit-input-placeholder,
.cid-uIyRgn0mxw .field-input:hover::-webkit-input-placeholder,
.cid-uIyRgn0mxw .form-control:focus::-webkit-input-placeholder,
.cid-uIyRgn0mxw .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyRgn0mxw .form-control:hover:-moz-placeholder,
.cid-uIyRgn0mxw .field-input:hover:-moz-placeholder,
.cid-uIyRgn0mxw .form-control:focus:-moz-placeholder,
.cid-uIyRgn0mxw .field-input:focus:-moz-placeholder,
.cid-uIyRgn0mxw .form-control:hover:-moz-placeholder,
.cid-uIyRgn0mxw .field-input:hover:-moz-placeholder,
.cid-uIyRgn0mxw .form-control:focus:-moz-placeholder,
.cid-uIyRgn0mxw .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyRgn0mxw .jq-number__spin:hover,
.cid-uIyRgn0mxw .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyRgn0mxw .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyRgn0mxw .jq-selectbox li,
.cid-uIyRgn0mxw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRgn0mxw .jq-selectbox li:hover,
.cid-uIyRgn0mxw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRgn0mxw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyRgn0mxw .jq-number__spin.minus:hover:after,
.cid-uIyRgn0mxw .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRgn0mxw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyRgn0mxw .jq-number__spin.minus:after,
.cid-uIyRgn0mxw .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRgn0mxw input::-webkit-clear-button {
  display: none;
}
.cid-uIyRgn0mxw input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyRgn0mxw input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyRgn0mxw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uF7N61jC37 .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uF7N61jC37 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uF7N61jC37 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uF7N61jC37 .navbar-collapse {
  flex-basis: auto;
}
.cid-uF7N61jC37 .dropdown-item {
  padding: 0;
}
.cid-uF7N61jC37 .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uF7N61jC37 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF7N61jC37 .menu-content-top {
    width: 100%;
  }
  .cid-uF7N61jC37 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uF7N61jC37 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uF7N61jC37 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uF7N61jC37 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uF7N61jC37 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uF7N61jC37 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uF7N61jC37 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uF7N61jC37 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uF7N61jC37 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uF7N61jC37 .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uF7N61jC37 a {
  font-style: normal;
}
.cid-uF7N61jC37 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uF7N61jC37 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uF7N61jC37 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uF7N61jC37 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF7N61jC37 .content-text {
  margin-bottom: 0;
}
.cid-uF7N61jC37 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uF7N61jC37 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uF7N61jC37 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uF7N61jC37 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uF7N61jC37 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uF7N61jC37 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uF7N61jC37 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uF7N61jC37 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uF7N61jC37 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF7N61jC37 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uF7N61jC37 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uF7N61jC37 .content-right-side {
  text-align: center;
}
.cid-uF7N61jC37 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uF7N61jC37 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uF7N61jC37 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uF7N61jC37 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uF7N61jC37 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uF7N61jC37 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uF7N61jC37 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uF7N61jC37 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uF7N61jC37 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uF7N61jC37 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uF7N61jC37 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uF7N61jC37 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uF7N61jC37 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uF7N61jC37 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uF7N61jC37 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uF7N61jC37 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uF7N61jC37 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uF7N61jC37 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uF7N61jC37 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uF7N61jC37 .navbar-toggler {
    display: none;
  }
  .cid-uF7N61jC37 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uF7N61jC37 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uF7N61jC37 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uF7N61jC37 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uF7N61jC37 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uF7N61jC37 .menu-logo {
  margin-right: auto;
}
.cid-uF7N61jC37 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uF7N61jC37 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uF7N61jC37 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uF7N61jC37 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uF7N61jC37 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uF7N61jC37 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uF7N61jC37 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uF7N61jC37 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uF7N61jC37 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uF7N61jC37 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uF7N61jC37 .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uF7N61jC37 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uF7N61jC37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF7N61jC37 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uF7N61jC37 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uF7N61jC37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF7N61jC37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF7N61jC37 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uF7N61jC37 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF7N61jC37 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uF7N61jC37 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uF7N61jC37 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uF7N61jC37 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uF7N61jC37 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uF7N61jC37 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uF7N61jC37 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uF7N61jC37 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uF7N61jC37 button.navbar-toggler:focus {
  outline: none;
}
.cid-uF7N61jC37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF7N61jC37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF7N61jC37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7N61jC37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7N61jC37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF7N61jC37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7N61jC37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF7N61jC37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF7N61jC37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7N61jC37 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uF7N61jC37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF7N61jC37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF7N61jC37 .collapsed .btn {
  display: flex;
}
.cid-uF7N61jC37 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uF7N61jC37 .collapsed .navbar-collapse.collapsing,
.cid-uF7N61jC37 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uF7N61jC37 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uF7N61jC37 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uF7N61jC37 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uF7N61jC37 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uF7N61jC37 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uF7N61jC37 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uF7N61jC37 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uF7N61jC37 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uF7N61jC37 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uF7N61jC37 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uF7N61jC37 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uF7N61jC37 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uF7N61jC37 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uF7N61jC37 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uF7N61jC37 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uF7N61jC37 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uF7N61jC37 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uF7N61jC37 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF7N61jC37 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uF7N61jC37 .navbar-collapse.collapsing,
  .cid-uF7N61jC37 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uF7N61jC37 .navbar-collapse.collapsing .navbar-nav,
  .cid-uF7N61jC37 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uF7N61jC37 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uF7N61jC37 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uF7N61jC37 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uF7N61jC37 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uF7N61jC37 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uF7N61jC37 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uF7N61jC37 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uF7N61jC37 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uF7N61jC37 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uF7N61jC37 img {
    height: 3.8rem !important;
  }
  .cid-uF7N61jC37 .btn {
    display: flex;
  }
  .cid-uF7N61jC37 button.navbar-toggler {
    display: block;
  }
  .cid-uF7N61jC37 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uF7N61jC37 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uF7N61jC37 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uF7N61jC37 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uF7N61jC37 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uF7N61jC37 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uF7N61jC37 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uF7N61jC37 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uF7N61jC37 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uF7N61jC37 .nav-link:focus {
  outline: none;
}
.cid-uF7N61jC37 .navbar-toggler {
  position: relative;
}
.cid-uF7N61jC37 .dropdown-item.active,
.cid-uF7N61jC37 .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uF7N61jC37 .widget-title,
.cid-uF7N61jC37 .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uF7N61jC37 .widget-text {
  color: #000000;
}
.cid-uF7N631oCE {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uF7N631oCE img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF7N631oCE img {
    height: 400px;
  }
}
.cid-uF7N631oCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7N631oCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7N631oCE .card {
  justify-content: flex-end;
}
.cid-uF7N631oCE .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uF7N631oCE .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uF7N631oCE .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uF7N631oCE .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uF7N631oCE .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uF7N631oCE .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uF7N631oCE .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uF7N631oCE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF7N631oCE .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uF7N631oCE .image-wrapper {
    min-height: 400px;
  }
}
.cid-uF7N631oCE .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uF7N631oCE .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uF7N631oCE .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uF7N631oCE .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uF7N631oCE .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uF7N631oCE .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uF7N631oCE .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uF7N631oCE .mbr-section-title {
  color: #000000;
}
.cid-uF7N631oCE .mbr-text {
  color: #000000;
}
.cid-uF7N631oCE .card-text {
  color: #000000;
}
.cid-uF7N631oCE .mbr-section-title,
.cid-uF7N631oCE .mbr-section-btn DIV {
  text-align: left;
}
.cid-uF7N643T5f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF7N643T5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7N643T5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7N643T5f img {
  object-fit: cover;
}
.cid-uF7N643T5f .row {
  margin: 0;
}
.cid-uF7N643T5f .item-wrapper {
  width: 100%;
}
.cid-uF7N643T5f .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uF7N643T5f .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uF7N643T5f .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uF7N643T5f .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uF7N643T5f .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uF7N643T5f .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uF7N643T5f .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF7N643T5f .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uF7N643T5f .wrap {
  background: #ffffff;
}
.cid-uF7N643T5f .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF7N643T5f .mbr-text,
.cid-uF7N643T5f .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uF7N643T5f .mbr-link,
.cid-uF7N643T5f .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uF7N643T5f .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uF7N643T5f .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uF81iDWDpk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF81iDWDpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF81iDWDpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF81iDWDpk .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uF81iDWDpk .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uF81iDWDpk .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uF81iDWDpk .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF81iDWDpk .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uF81iDWDpk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF81iDWDpk .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uF81iDWDpk .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uF81iDWDpk .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uF81iDWDpk .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uF81iDWDpk .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uF81iDWDpk .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uF81iDWDpk .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #491414;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uF81iDWDpk .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uF81iDWDpk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uF81iDWDpk .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uF81iDWDpk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uF81iDWDpk .mbr-section-title {
  color: #E0BDB6;
}
.cid-uF81iDWDpk .mbr-section-subtitle {
  color: #000000;
}
.cid-uF81iDWDpk .mbr-text {
  color: #000000;
}
.cid-uF81iDWDpk .panel-title-edit {
  color: #5c1e12;
}
.cid-uF81iDWDpk .panel-text {
  color: #000000;
}
.cid-uF81iDWDpk .mbr-section-title,
.cid-uF81iDWDpk .mbr-section-btn {
  color: #183e1c;
}
.cid-uF7N66O6K3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF7N66O6K3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7N66O6K3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7N66O6K3 .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uF7N66O6K3 .text-container {
    margin: 0 5%;
  }
}
.cid-uF7N66O6K3 .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uF7N66O6K3 .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uF7N66O6K3 .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uF7N66O6K3 .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uF7N66O6K3 .mbr-text {
  color: #e8e8e8;
}
.cid-uF7N66O6K3 .mbr-desc,
.cid-uF7N66O6K3 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uF7N66O6K3 .mbr-text,
.cid-uF7N66O6K3 .text-container {
  text-align: center;
}
.cid-uF7N67Htrx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uF7N67Htrx .mbr-section-subtitle {
  color: #000000;
}
.cid-uF7N67Htrx .btn {
  margin: 0 0 .5rem 0;
}
.cid-uF7N68Euor {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF7N68Euor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7N68Euor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7N68Euor .row {
  justify-content: center;
}
.cid-uF7N68Euor .card {
  justify-content: center;
}
.cid-uF7N68Euor .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uF7N68Euor .image-wrapper {
    display: block;
  }
}
.cid-uF7N68Euor .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uF7N68Euor .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uF7N68Euor .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uF7N68Euor .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uF7N68Euor .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uF7N68Euor .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF7N68Euor .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uF7N68Euor .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uF7N68Euor .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uF7N68Euor .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uF7N68Euor .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uF7N68Euor .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uF7N68Euor .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uF7N68Euor .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uF7N68Euor .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uF7N68Euor .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uF7N68Euor .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uF7N68Euor .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uF7N68Euor .panel-title-edit {
  color: #000000;
}
.cid-uF7N68Euor .panel-text {
  color: #000000;
}
.cid-uF7N69C2ld {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uF7N69C2ld {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uF7N69C2ld .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uF7N69C2ld section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uF7N69C2ld .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uF7N69C2ld .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7N69C2ld .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF7N69C2ld .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uF7N69C2ld .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uF7N69C2ld .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF7N69C2ld .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uF7N69C2ld .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF7N69C2ld .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uF7N69C2ld .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uF7N69C2ld .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uF7N69C2ld .image-wrapper {
    height: auto;
  }
}
.cid-uF7N69C2ld .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uF7N69C2ld .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uF7N69C2ld .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uF7N69C2ld .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uF7N69C2ld .mbr-section-title {
  color: #ed2c03;
}
.cid-uF7N69C2ld .mbr-desc {
  color: #000000;
}
.cid-uF7N6aCl8F {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uF7N6aCl8F .mbr-section-subtitle {
  color: #000000;
}
.cid-uF7N6aCl8F .btn {
  margin: 0 0 .5rem 0;
}
.cid-uF7N6bDUD5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF7N6bDUD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7N6bDUD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7N6bDUD5 .row {
  justify-content: center;
}
.cid-uF7N6bDUD5 .card {
  justify-content: center;
}
.cid-uF7N6bDUD5 .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uF7N6bDUD5 .image-wrapper {
    display: block;
  }
}
.cid-uF7N6bDUD5 .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
  left: auto;
  right: 0;
}
.cid-uF7N6bDUD5 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uF7N6bDUD5 .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uF7N6bDUD5 .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uF7N6bDUD5 .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uF7N6bDUD5 .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF7N6bDUD5 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uF7N6bDUD5 .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uF7N6bDUD5 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uF7N6bDUD5 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uF7N6bDUD5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uF7N6bDUD5 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uF7N6bDUD5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uF7N6bDUD5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uF7N6bDUD5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uF7N6bDUD5 .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uF7N6bDUD5 .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uF7N6bDUD5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uF7N6bDUD5 .panel-title-edit {
  color: #000000;
}
.cid-uF7N6bDUD5 .panel-text {
  color: #000000;
}
.cid-uF7N6cKPPT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF7N6cKPPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7N6cKPPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7N6cKPPT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uF7N6cKPPT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uF7N6cKPPT .container {
    padding: 0 24px;
  }
}
.cid-uF7N6cKPPT .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uF7N6cKPPT .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uF7N6cKPPT .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uF7N6cKPPT .image-wrapper img {
    height: 350px;
  }
}
.cid-uF7N6cKPPT .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uF7N6cKPPT .content-wrapper {
    padding: 0;
  }
}
.cid-uF7N6cKPPT .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF7N6cKPPT .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uF7N6cKPPT .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF7N6cKPPT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF7N6cKPPT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uF7N6cKPPT .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uF7N6cKPPT .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uF7N6cKPPT .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uF7N6cKPPT .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uF7N6cKPPT .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uF7N6cKPPT .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uF7N6cKPPT .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uF7N6cKPPT .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uF7N6cKPPT .mbr-section-title {
  color: #262642;
}
.cid-uF7N6cKPPT .mbr-section-subtitle {
  color: #000000;
}
.cid-uF7N6cKPPT .card-text {
  color: #000000;
}
.cid-uF7N6dRvPM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF7N6dRvPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7N6dRvPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7N6dRvPM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF7N6dRvPM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF7N6dRvPM .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF7N6dRvPM .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uF7N6dRvPM .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uF7N6dRvPM .panel-group .card {
    padding: 16px;
  }
}
.cid-uF7N6dRvPM .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uF7N6dRvPM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uF7N6dRvPM .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uF7N6dRvPM .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uF7N6dRvPM .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uF7N6dRvPM .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uF7N6dRvPM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uF7N6dRvPM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uF7N6dRvPM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uF7N6dRvPM .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uF7N6dRvPM .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uF7N6dRvPM .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uF7N6dRvPM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uF7N6dRvPM .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uF7N6dRvPM .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uF7N6dRvPM .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uF7N6dRvPM .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uF7N6dRvPM .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF7N6dRvPM .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uF7N6dRvPM .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uF7N6dRvPM .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uF7N6dRvPM .mbr-section-title {
  color: #272b2e;
}
.cid-uF7N6dRvPM .panel-title-edit {
  color: #272b2e;
}
.cid-uF7N6dRvPM .panel-text {
  color: #15171a;
}
.cid-uF7N6dRvPM .card-title {
  color: #272b2e;
}
.cid-uF7N6dRvPM .card-title,
.cid-uF7N6dRvPM .icon-wrap,
.cid-uF7N6dRvPM .mbr-section-btn {
  text-align: center;
}
.cid-uF7N6eZxeI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF7N6eZxeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7N6eZxeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7N6eZxeI .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF7N6eZxeI .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF7N6eZxeI .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF7N6eZxeI .image-wrapper img {
    height: 350px;
  }
}
.cid-uF7N6eZxeI .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uF7N6eZxeI .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uF7N6eZxeI .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF7N6eZxeI .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF7N6eZxeI .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uF7N6eZxeI .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uF7N6eZxeI .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uF7N6eZxeI .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-uF7N6eZxeI .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uF7N6eZxeI .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uF7N6eZxeI .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF7N6eZxeI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF7N6eZxeI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uF7N6eZxeI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF7N6eZxeI .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uF7N6eZxeI .mbr-section-title {
  color: #191c25;
}
.cid-uF7N6eZxeI .mbr-text {
  color: #191c25;
}
.cid-uF7N6eZxeI .mbr-desc {
  color: #15171a;
}
.cid-uIyRjRGQxh {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyRjRGQxh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyRjRGQxh h4,
.cid-uIyRjRGQxh p {
  padding-bottom: 1rem;
}
.cid-uIyRjRGQxh .col-auto,
.cid-uIyRjRGQxh .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyRjRGQxh .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyRjRGQxh .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyRjRGQxh .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyRjRGQxh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRjRGQxh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRjRGQxh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRjRGQxh .form-control,
.cid-uIyRjRGQxh .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyRjRGQxh .form-control::-webkit-input-placeholder,
.cid-uIyRjRGQxh .field-input::-webkit-input-placeholder,
.cid-uIyRjRGQxh .form-control::-webkit-input-placeholder,
.cid-uIyRjRGQxh .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyRjRGQxh .form-control:-moz-placeholder,
.cid-uIyRjRGQxh .field-input:-moz-placeholder,
.cid-uIyRjRGQxh .form-control:-moz-placeholder,
.cid-uIyRjRGQxh .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyRjRGQxh .form-control:hover,
.cid-uIyRjRGQxh .field-input:hover,
.cid-uIyRjRGQxh .form-control:focus,
.cid-uIyRjRGQxh .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyRjRGQxh .form-control:hover::-webkit-input-placeholder,
.cid-uIyRjRGQxh .field-input:hover::-webkit-input-placeholder,
.cid-uIyRjRGQxh .form-control:focus::-webkit-input-placeholder,
.cid-uIyRjRGQxh .field-input:focus::-webkit-input-placeholder,
.cid-uIyRjRGQxh .form-control:hover::-webkit-input-placeholder,
.cid-uIyRjRGQxh .field-input:hover::-webkit-input-placeholder,
.cid-uIyRjRGQxh .form-control:focus::-webkit-input-placeholder,
.cid-uIyRjRGQxh .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyRjRGQxh .form-control:hover:-moz-placeholder,
.cid-uIyRjRGQxh .field-input:hover:-moz-placeholder,
.cid-uIyRjRGQxh .form-control:focus:-moz-placeholder,
.cid-uIyRjRGQxh .field-input:focus:-moz-placeholder,
.cid-uIyRjRGQxh .form-control:hover:-moz-placeholder,
.cid-uIyRjRGQxh .field-input:hover:-moz-placeholder,
.cid-uIyRjRGQxh .form-control:focus:-moz-placeholder,
.cid-uIyRjRGQxh .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyRjRGQxh .jq-number__spin:hover,
.cid-uIyRjRGQxh .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyRjRGQxh .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyRjRGQxh .jq-selectbox li,
.cid-uIyRjRGQxh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRjRGQxh .jq-selectbox li:hover,
.cid-uIyRjRGQxh .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRjRGQxh .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyRjRGQxh .jq-number__spin.minus:hover:after,
.cid-uIyRjRGQxh .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRjRGQxh .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyRjRGQxh .jq-number__spin.minus:after,
.cid-uIyRjRGQxh .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRjRGQxh input::-webkit-clear-button {
  display: none;
}
.cid-uIyRjRGQxh input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyRjRGQxh input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyRjRGQxh input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uFb9y8LziU .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uFb9y8LziU .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uFb9y8LziU .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFb9y8LziU .navbar-collapse {
  flex-basis: auto;
}
.cid-uFb9y8LziU .dropdown-item {
  padding: 0;
}
.cid-uFb9y8LziU .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uFb9y8LziU .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFb9y8LziU .menu-content-top {
    width: 100%;
  }
  .cid-uFb9y8LziU .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uFb9y8LziU .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uFb9y8LziU .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uFb9y8LziU .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uFb9y8LziU .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uFb9y8LziU .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uFb9y8LziU .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uFb9y8LziU .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uFb9y8LziU .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uFb9y8LziU .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uFb9y8LziU a {
  font-style: normal;
}
.cid-uFb9y8LziU .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uFb9y8LziU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFb9y8LziU .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uFb9y8LziU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFb9y8LziU .content-text {
  margin-bottom: 0;
}
.cid-uFb9y8LziU .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFb9y8LziU .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFb9y8LziU .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFb9y8LziU .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFb9y8LziU .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFb9y8LziU .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFb9y8LziU .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFb9y8LziU .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFb9y8LziU .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFb9y8LziU .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFb9y8LziU .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFb9y8LziU .content-right-side {
  text-align: center;
}
.cid-uFb9y8LziU .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFb9y8LziU .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFb9y8LziU .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uFb9y8LziU .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uFb9y8LziU .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFb9y8LziU .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFb9y8LziU .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFb9y8LziU .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uFb9y8LziU .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uFb9y8LziU .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uFb9y8LziU .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uFb9y8LziU .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFb9y8LziU .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uFb9y8LziU .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uFb9y8LziU .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFb9y8LziU .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uFb9y8LziU .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uFb9y8LziU .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uFb9y8LziU .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFb9y8LziU .navbar-toggler {
    display: none;
  }
  .cid-uFb9y8LziU .navbar-collapse {
    justify-content: center;
  }
}
.cid-uFb9y8LziU .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFb9y8LziU .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uFb9y8LziU .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uFb9y8LziU .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFb9y8LziU .menu-logo {
  margin-right: auto;
}
.cid-uFb9y8LziU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uFb9y8LziU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFb9y8LziU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFb9y8LziU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFb9y8LziU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uFb9y8LziU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFb9y8LziU .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFb9y8LziU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFb9y8LziU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uFb9y8LziU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFb9y8LziU .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFb9y8LziU .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFb9y8LziU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFb9y8LziU .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uFb9y8LziU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFb9y8LziU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFb9y8LziU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFb9y8LziU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFb9y8LziU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFb9y8LziU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFb9y8LziU .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFb9y8LziU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uFb9y8LziU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFb9y8LziU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFb9y8LziU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFb9y8LziU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uFb9y8LziU button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uFb9y8LziU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFb9y8LziU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFb9y8LziU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFb9y8LziU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFb9y8LziU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFb9y8LziU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFb9y8LziU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFb9y8LziU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFb9y8LziU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFb9y8LziU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFb9y8LziU .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uFb9y8LziU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFb9y8LziU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFb9y8LziU .collapsed .btn {
  display: flex;
}
.cid-uFb9y8LziU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFb9y8LziU .collapsed .navbar-collapse.collapsing,
.cid-uFb9y8LziU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFb9y8LziU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFb9y8LziU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFb9y8LziU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFb9y8LziU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFb9y8LziU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFb9y8LziU .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uFb9y8LziU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFb9y8LziU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFb9y8LziU .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFb9y8LziU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFb9y8LziU .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFb9y8LziU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uFb9y8LziU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uFb9y8LziU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFb9y8LziU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFb9y8LziU .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uFb9y8LziU .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uFb9y8LziU .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFb9y8LziU .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFb9y8LziU .navbar-collapse.collapsing,
  .cid-uFb9y8LziU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFb9y8LziU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFb9y8LziU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFb9y8LziU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFb9y8LziU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFb9y8LziU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFb9y8LziU .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uFb9y8LziU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFb9y8LziU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFb9y8LziU .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uFb9y8LziU .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uFb9y8LziU .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uFb9y8LziU img {
    height: 3.8rem !important;
  }
  .cid-uFb9y8LziU .btn {
    display: flex;
  }
  .cid-uFb9y8LziU button.navbar-toggler {
    display: block;
  }
  .cid-uFb9y8LziU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFb9y8LziU .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uFb9y8LziU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFb9y8LziU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFb9y8LziU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFb9y8LziU .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uFb9y8LziU .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFb9y8LziU .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFb9y8LziU .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uFb9y8LziU .nav-link:focus {
  outline: none;
}
.cid-uFb9y8LziU .navbar-toggler {
  position: relative;
}
.cid-uFb9y8LziU .dropdown-item.active,
.cid-uFb9y8LziU .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFb9y8LziU .widget-title,
.cid-uFb9y8LziU .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uFb9y8LziU .widget-text {
  color: #000000;
}
.cid-uFb9y9zjeC {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uFb9y9zjeC img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFb9y9zjeC img {
    height: 400px;
  }
}
.cid-uFb9y9zjeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb9y9zjeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFb9y9zjeC .card {
  justify-content: flex-end;
}
.cid-uFb9y9zjeC .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFb9y9zjeC .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFb9y9zjeC .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFb9y9zjeC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFb9y9zjeC .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFb9y9zjeC .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFb9y9zjeC .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFb9y9zjeC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFb9y9zjeC .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uFb9y9zjeC .image-wrapper {
    min-height: 400px;
  }
}
.cid-uFb9y9zjeC .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uFb9y9zjeC .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFb9y9zjeC .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uFb9y9zjeC .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFb9y9zjeC .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uFb9y9zjeC .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uFb9y9zjeC .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uFb9y9zjeC .mbr-section-title {
  color: #000000;
}
.cid-uFb9y9zjeC .mbr-text {
  color: #000000;
}
.cid-uFb9y9zjeC .card-text {
  color: #000000;
}
.cid-uFb9y9zjeC .mbr-section-title,
.cid-uFb9y9zjeC .mbr-section-btn DIV {
  text-align: left;
}
.cid-uFb9yacCLW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFb9yacCLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb9yacCLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFb9yacCLW img {
  object-fit: cover;
}
.cid-uFb9yacCLW .row {
  margin: 0;
}
.cid-uFb9yacCLW .item-wrapper {
  width: 100%;
}
.cid-uFb9yacCLW .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uFb9yacCLW .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uFb9yacCLW .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFb9yacCLW .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uFb9yacCLW .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uFb9yacCLW .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFb9yacCLW .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFb9yacCLW .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uFb9yacCLW .wrap {
  background: #ffffff;
}
.cid-uFb9yacCLW .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFb9yacCLW .mbr-text,
.cid-uFb9yacCLW .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uFb9yacCLW .mbr-link,
.cid-uFb9yacCLW .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uFb9yacCLW .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uFb9yacCLW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uFb9yaNoM3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFb9yaNoM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb9yaNoM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFb9yaNoM3 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFb9yaNoM3 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFb9yaNoM3 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFb9yaNoM3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFb9yaNoM3 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFb9yaNoM3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFb9yaNoM3 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFb9yaNoM3 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uFb9yaNoM3 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFb9yaNoM3 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFb9yaNoM3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFb9yaNoM3 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFb9yaNoM3 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #491414;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFb9yaNoM3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFb9yaNoM3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFb9yaNoM3 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFb9yaNoM3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFb9yaNoM3 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFb9yaNoM3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uFb9yaNoM3 .mbr-text {
  color: #000000;
}
.cid-uFb9yaNoM3 .panel-title-edit {
  color: #5c1e12;
}
.cid-uFb9yaNoM3 .panel-text {
  color: #000000;
}
.cid-uFb9yaNoM3 .mbr-section-title,
.cid-uFb9yaNoM3 .mbr-section-btn {
  color: #183e1c;
}
.cid-uFb9ybsUKV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFb9ybsUKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb9ybsUKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFb9ybsUKV .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uFb9ybsUKV .text-container {
    margin: 0 5%;
  }
}
.cid-uFb9ybsUKV .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uFb9ybsUKV .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uFb9ybsUKV .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uFb9ybsUKV .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uFb9ybsUKV .mbr-text {
  color: #e8e8e8;
}
.cid-uFb9ybsUKV .mbr-desc,
.cid-uFb9ybsUKV .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uFb9ybsUKV .mbr-text,
.cid-uFb9ybsUKV .text-container {
  text-align: center;
}
.cid-uFb9yc1mQk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFb9yc1mQk .mbr-section-subtitle {
  color: #000000;
}
.cid-uFb9yc1mQk .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFb9ycAW6s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFb9ycAW6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb9ycAW6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFb9ycAW6s .row {
  justify-content: center;
}
.cid-uFb9ycAW6s .card {
  justify-content: center;
}
.cid-uFb9ycAW6s .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uFb9ycAW6s .image-wrapper {
    display: block;
  }
}
.cid-uFb9ycAW6s .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uFb9ycAW6s .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFb9ycAW6s .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFb9ycAW6s .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFb9ycAW6s .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFb9ycAW6s .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFb9ycAW6s .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFb9ycAW6s .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFb9ycAW6s .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFb9ycAW6s .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFb9ycAW6s .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFb9ycAW6s .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFb9ycAW6s .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFb9ycAW6s .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFb9ycAW6s .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFb9ycAW6s .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFb9ycAW6s .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFb9ycAW6s .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFb9ycAW6s .panel-title-edit {
  color: #000000;
}
.cid-uFb9ycAW6s .panel-text {
  color: #000000;
}
.cid-uFb9ydiVkr {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uFb9ydiVkr {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uFb9ydiVkr .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uFb9ydiVkr section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uFb9ydiVkr .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFb9ydiVkr .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb9ydiVkr .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFb9ydiVkr .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uFb9ydiVkr .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFb9ydiVkr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFb9ydiVkr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uFb9ydiVkr .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFb9ydiVkr .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uFb9ydiVkr .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFb9ydiVkr .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFb9ydiVkr .image-wrapper {
    height: auto;
  }
}
.cid-uFb9ydiVkr .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uFb9ydiVkr .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uFb9ydiVkr .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uFb9ydiVkr .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uFb9ydiVkr .mbr-section-title {
  color: #ed2c03;
}
.cid-uFb9ydiVkr .mbr-desc {
  color: #000000;
}
.cid-uFb9ydZNhW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFb9ydZNhW .mbr-section-subtitle {
  color: #000000;
}
.cid-uFb9ydZNhW .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFb9yeEurk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFb9yeEurk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb9yeEurk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFb9yeEurk .row {
  justify-content: center;
}
.cid-uFb9yeEurk .card {
  justify-content: center;
}
.cid-uFb9yeEurk .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFb9yeEurk .image-wrapper {
    display: block;
  }
}
.cid-uFb9yeEurk .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
  left: auto;
  right: 0;
}
.cid-uFb9yeEurk .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFb9yeEurk .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFb9yeEurk .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFb9yeEurk .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFb9yeEurk .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFb9yeEurk .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFb9yeEurk .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFb9yeEurk .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFb9yeEurk .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFb9yeEurk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFb9yeEurk .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFb9yeEurk .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFb9yeEurk .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFb9yeEurk .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFb9yeEurk .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFb9yeEurk .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFb9yeEurk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFb9yeEurk .panel-title-edit {
  color: #000000;
}
.cid-uFb9yeEurk .panel-text {
  color: #000000;
}
.cid-uFb9yfr1kU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFb9yfr1kU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb9yfr1kU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFb9yfr1kU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFb9yfr1kU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFb9yfr1kU .container {
    padding: 0 24px;
  }
}
.cid-uFb9yfr1kU .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uFb9yfr1kU .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFb9yfr1kU .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uFb9yfr1kU .image-wrapper img {
    height: 350px;
  }
}
.cid-uFb9yfr1kU .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFb9yfr1kU .content-wrapper {
    padding: 0;
  }
}
.cid-uFb9yfr1kU .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFb9yfr1kU .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFb9yfr1kU .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFb9yfr1kU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFb9yfr1kU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFb9yfr1kU .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uFb9yfr1kU .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uFb9yfr1kU .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uFb9yfr1kU .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uFb9yfr1kU .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFb9yfr1kU .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uFb9yfr1kU .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uFb9yfr1kU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFb9yfr1kU .mbr-section-title {
  color: #262642;
}
.cid-uFb9yfr1kU .mbr-section-subtitle {
  color: #000000;
}
.cid-uFb9yfr1kU .card-text {
  color: #000000;
}
.cid-uFb9yg9JDy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFb9yg9JDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb9yg9JDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFb9yg9JDy .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFb9yg9JDy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFb9yg9JDy .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFb9yg9JDy .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFb9yg9JDy .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFb9yg9JDy .panel-group .card {
    padding: 16px;
  }
}
.cid-uFb9yg9JDy .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFb9yg9JDy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFb9yg9JDy .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFb9yg9JDy .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFb9yg9JDy .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFb9yg9JDy .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uFb9yg9JDy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uFb9yg9JDy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uFb9yg9JDy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFb9yg9JDy .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFb9yg9JDy .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFb9yg9JDy .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFb9yg9JDy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFb9yg9JDy .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #fefced;
}
@media (max-width: 992px) {
  .cid-uFb9yg9JDy .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFb9yg9JDy .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFb9yg9JDy .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFb9yg9JDy .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFb9yg9JDy .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFb9yg9JDy .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFb9yg9JDy .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFb9yg9JDy .mbr-section-title {
  color: #272b2e;
}
.cid-uFb9yg9JDy .panel-title-edit {
  color: #272b2e;
}
.cid-uFb9yg9JDy .panel-text {
  color: #15171a;
}
.cid-uFb9yg9JDy .card-title {
  color: #272b2e;
}
.cid-uFb9yg9JDy .card-title,
.cid-uFb9yg9JDy .icon-wrap,
.cid-uFb9yg9JDy .mbr-section-btn {
  text-align: center;
}
.cid-uFb9ygXg3U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFb9ygXg3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb9ygXg3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFb9ygXg3U .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFb9ygXg3U .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFb9ygXg3U .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFb9ygXg3U .image-wrapper img {
    height: 350px;
  }
}
.cid-uFb9ygXg3U .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uFb9ygXg3U .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uFb9ygXg3U .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFb9ygXg3U .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFb9ygXg3U .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFb9ygXg3U .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uFb9ygXg3U .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uFb9ygXg3U .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-uFb9ygXg3U .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFb9ygXg3U .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uFb9ygXg3U .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFb9ygXg3U .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFb9ygXg3U .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFb9ygXg3U .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFb9ygXg3U .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFb9ygXg3U .mbr-section-title {
  color: #191c25;
}
.cid-uFb9ygXg3U .mbr-text {
  color: #191c25;
}
.cid-uFb9ygXg3U .mbr-desc {
  color: #15171a;
}
.cid-uIyRqyqkNB {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyRqyqkNB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyRqyqkNB h4,
.cid-uIyRqyqkNB p {
  padding-bottom: 1rem;
}
.cid-uIyRqyqkNB .col-auto,
.cid-uIyRqyqkNB .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyRqyqkNB .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyRqyqkNB .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyRqyqkNB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyRqyqkNB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRqyqkNB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRqyqkNB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRqyqkNB .form-control,
.cid-uIyRqyqkNB .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyRqyqkNB .form-control::-webkit-input-placeholder,
.cid-uIyRqyqkNB .field-input::-webkit-input-placeholder,
.cid-uIyRqyqkNB .form-control::-webkit-input-placeholder,
.cid-uIyRqyqkNB .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyRqyqkNB .form-control:-moz-placeholder,
.cid-uIyRqyqkNB .field-input:-moz-placeholder,
.cid-uIyRqyqkNB .form-control:-moz-placeholder,
.cid-uIyRqyqkNB .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyRqyqkNB .form-control:hover,
.cid-uIyRqyqkNB .field-input:hover,
.cid-uIyRqyqkNB .form-control:focus,
.cid-uIyRqyqkNB .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyRqyqkNB .form-control:hover::-webkit-input-placeholder,
.cid-uIyRqyqkNB .field-input:hover::-webkit-input-placeholder,
.cid-uIyRqyqkNB .form-control:focus::-webkit-input-placeholder,
.cid-uIyRqyqkNB .field-input:focus::-webkit-input-placeholder,
.cid-uIyRqyqkNB .form-control:hover::-webkit-input-placeholder,
.cid-uIyRqyqkNB .field-input:hover::-webkit-input-placeholder,
.cid-uIyRqyqkNB .form-control:focus::-webkit-input-placeholder,
.cid-uIyRqyqkNB .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyRqyqkNB .form-control:hover:-moz-placeholder,
.cid-uIyRqyqkNB .field-input:hover:-moz-placeholder,
.cid-uIyRqyqkNB .form-control:focus:-moz-placeholder,
.cid-uIyRqyqkNB .field-input:focus:-moz-placeholder,
.cid-uIyRqyqkNB .form-control:hover:-moz-placeholder,
.cid-uIyRqyqkNB .field-input:hover:-moz-placeholder,
.cid-uIyRqyqkNB .form-control:focus:-moz-placeholder,
.cid-uIyRqyqkNB .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyRqyqkNB .jq-number__spin:hover,
.cid-uIyRqyqkNB .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyRqyqkNB .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyRqyqkNB .jq-selectbox li,
.cid-uIyRqyqkNB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRqyqkNB .jq-selectbox li:hover,
.cid-uIyRqyqkNB .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRqyqkNB .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyRqyqkNB .jq-number__spin.minus:hover:after,
.cid-uIyRqyqkNB .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRqyqkNB .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyRqyqkNB .jq-number__spin.minus:after,
.cid-uIyRqyqkNB .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRqyqkNB input::-webkit-clear-button {
  display: none;
}
.cid-uIyRqyqkNB input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyRqyqkNB input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyRqyqkNB input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uFmi6XSrzs .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uFmi6XSrzs .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uFmi6XSrzs .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFmi6XSrzs .navbar-collapse {
  flex-basis: auto;
}
.cid-uFmi6XSrzs .dropdown-item {
  padding: 0;
}
.cid-uFmi6XSrzs .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uFmi6XSrzs .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFmi6XSrzs .menu-content-top {
    width: 100%;
  }
  .cid-uFmi6XSrzs .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uFmi6XSrzs .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uFmi6XSrzs .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uFmi6XSrzs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uFmi6XSrzs .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uFmi6XSrzs .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uFmi6XSrzs .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uFmi6XSrzs .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uFmi6XSrzs .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uFmi6XSrzs .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uFmi6XSrzs a {
  font-style: normal;
}
.cid-uFmi6XSrzs .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uFmi6XSrzs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFmi6XSrzs .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uFmi6XSrzs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFmi6XSrzs .content-text {
  margin-bottom: 0;
}
.cid-uFmi6XSrzs .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFmi6XSrzs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFmi6XSrzs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFmi6XSrzs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFmi6XSrzs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFmi6XSrzs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFmi6XSrzs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFmi6XSrzs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFmi6XSrzs .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFmi6XSrzs .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFmi6XSrzs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFmi6XSrzs .content-right-side {
  text-align: center;
}
.cid-uFmi6XSrzs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFmi6XSrzs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFmi6XSrzs .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uFmi6XSrzs .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uFmi6XSrzs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFmi6XSrzs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFmi6XSrzs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFmi6XSrzs .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uFmi6XSrzs .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uFmi6XSrzs .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uFmi6XSrzs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uFmi6XSrzs .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFmi6XSrzs .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uFmi6XSrzs .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uFmi6XSrzs .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFmi6XSrzs .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uFmi6XSrzs .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uFmi6XSrzs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uFmi6XSrzs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFmi6XSrzs .navbar-toggler {
    display: none;
  }
  .cid-uFmi6XSrzs .navbar-collapse {
    justify-content: center;
  }
}
.cid-uFmi6XSrzs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFmi6XSrzs .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uFmi6XSrzs .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uFmi6XSrzs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFmi6XSrzs .menu-logo {
  margin-right: auto;
}
.cid-uFmi6XSrzs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uFmi6XSrzs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFmi6XSrzs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFmi6XSrzs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFmi6XSrzs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uFmi6XSrzs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFmi6XSrzs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFmi6XSrzs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFmi6XSrzs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uFmi6XSrzs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFmi6XSrzs .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFmi6XSrzs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFmi6XSrzs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFmi6XSrzs .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uFmi6XSrzs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFmi6XSrzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFmi6XSrzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFmi6XSrzs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFmi6XSrzs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFmi6XSrzs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFmi6XSrzs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFmi6XSrzs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uFmi6XSrzs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFmi6XSrzs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFmi6XSrzs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFmi6XSrzs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uFmi6XSrzs button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uFmi6XSrzs button.navbar-toggler:focus {
  outline: none;
}
.cid-uFmi6XSrzs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFmi6XSrzs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFmi6XSrzs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFmi6XSrzs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFmi6XSrzs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFmi6XSrzs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFmi6XSrzs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFmi6XSrzs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFmi6XSrzs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFmi6XSrzs .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uFmi6XSrzs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFmi6XSrzs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFmi6XSrzs .collapsed .btn {
  display: flex;
}
.cid-uFmi6XSrzs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFmi6XSrzs .collapsed .navbar-collapse.collapsing,
.cid-uFmi6XSrzs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFmi6XSrzs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFmi6XSrzs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFmi6XSrzs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFmi6XSrzs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFmi6XSrzs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFmi6XSrzs .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uFmi6XSrzs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFmi6XSrzs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFmi6XSrzs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFmi6XSrzs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFmi6XSrzs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFmi6XSrzs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uFmi6XSrzs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uFmi6XSrzs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFmi6XSrzs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFmi6XSrzs .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uFmi6XSrzs .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uFmi6XSrzs .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFmi6XSrzs .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFmi6XSrzs .navbar-collapse.collapsing,
  .cid-uFmi6XSrzs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFmi6XSrzs .navbar-collapse.collapsing .navbar-nav,
  .cid-uFmi6XSrzs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFmi6XSrzs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFmi6XSrzs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFmi6XSrzs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFmi6XSrzs .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uFmi6XSrzs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFmi6XSrzs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFmi6XSrzs .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uFmi6XSrzs .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uFmi6XSrzs .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uFmi6XSrzs img {
    height: 3.8rem !important;
  }
  .cid-uFmi6XSrzs .btn {
    display: flex;
  }
  .cid-uFmi6XSrzs button.navbar-toggler {
    display: block;
  }
  .cid-uFmi6XSrzs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFmi6XSrzs .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uFmi6XSrzs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFmi6XSrzs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFmi6XSrzs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFmi6XSrzs .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uFmi6XSrzs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFmi6XSrzs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFmi6XSrzs .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uFmi6XSrzs .nav-link:focus {
  outline: none;
}
.cid-uFmi6XSrzs .navbar-toggler {
  position: relative;
}
.cid-uFmi6XSrzs .dropdown-item.active,
.cid-uFmi6XSrzs .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFmi6XSrzs .widget-title,
.cid-uFmi6XSrzs .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uFmi6XSrzs .widget-text {
  color: #000000;
}
.cid-uFmi6YDr0v {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uFmi6YDr0v img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFmi6YDr0v img {
    height: 400px;
  }
}
.cid-uFmi6YDr0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmi6YDr0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmi6YDr0v .card {
  justify-content: flex-end;
}
.cid-uFmi6YDr0v .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFmi6YDr0v .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFmi6YDr0v .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFmi6YDr0v .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFmi6YDr0v .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFmi6YDr0v .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFmi6YDr0v .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFmi6YDr0v .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFmi6YDr0v .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uFmi6YDr0v .image-wrapper {
    min-height: 400px;
  }
}
.cid-uFmi6YDr0v .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uFmi6YDr0v .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFmi6YDr0v .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uFmi6YDr0v .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFmi6YDr0v .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uFmi6YDr0v .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uFmi6YDr0v .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uFmi6YDr0v .mbr-section-title {
  color: #000000;
}
.cid-uFmi6YDr0v .mbr-text {
  color: #000000;
}
.cid-uFmi6YDr0v .card-text {
  color: #000000;
}
.cid-uFmi6YDr0v .mbr-section-title,
.cid-uFmi6YDr0v .mbr-section-btn DIV {
  text-align: left;
}
.cid-uFmi6ZbvIy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFmi6ZbvIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmi6ZbvIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmi6ZbvIy img {
  object-fit: cover;
}
.cid-uFmi6ZbvIy .row {
  margin: 0;
}
.cid-uFmi6ZbvIy .item-wrapper {
  width: 100%;
}
.cid-uFmi6ZbvIy .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uFmi6ZbvIy .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uFmi6ZbvIy .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFmi6ZbvIy .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uFmi6ZbvIy .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uFmi6ZbvIy .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFmi6ZbvIy .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFmi6ZbvIy .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uFmi6ZbvIy .wrap {
  background: #ffffff;
}
.cid-uFmi6ZbvIy .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFmi6ZbvIy .mbr-text,
.cid-uFmi6ZbvIy .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uFmi6ZbvIy .mbr-link,
.cid-uFmi6ZbvIy .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uFmi6ZbvIy .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uFmi6ZbvIy .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uFmi6ZJ8eZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFmi6ZJ8eZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmi6ZJ8eZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmi6ZJ8eZ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFmi6ZJ8eZ .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFmi6ZJ8eZ .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFmi6ZJ8eZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFmi6ZJ8eZ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFmi6ZJ8eZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFmi6ZJ8eZ .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFmi6ZJ8eZ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uFmi6ZJ8eZ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFmi6ZJ8eZ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFmi6ZJ8eZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFmi6ZJ8eZ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFmi6ZJ8eZ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #491414;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFmi6ZJ8eZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFmi6ZJ8eZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFmi6ZJ8eZ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFmi6ZJ8eZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFmi6ZJ8eZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFmi6ZJ8eZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uFmi6ZJ8eZ .mbr-text {
  color: #000000;
}
.cid-uFmi6ZJ8eZ .panel-title-edit {
  color: #5c1e12;
}
.cid-uFmi6ZJ8eZ .panel-text {
  color: #000000;
}
.cid-uFmi6ZJ8eZ .mbr-section-title,
.cid-uFmi6ZJ8eZ .mbr-section-btn {
  color: #183e1c;
}
.cid-uFmi70lnL9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFmi70lnL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmi70lnL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmi70lnL9 .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uFmi70lnL9 .text-container {
    margin: 0 5%;
  }
}
.cid-uFmi70lnL9 .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uFmi70lnL9 .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uFmi70lnL9 .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uFmi70lnL9 .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uFmi70lnL9 .mbr-text {
  color: #e8e8e8;
}
.cid-uFmi70lnL9 .mbr-desc,
.cid-uFmi70lnL9 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uFmi70lnL9 .mbr-text,
.cid-uFmi70lnL9 .text-container {
  text-align: center;
}
.cid-uFmi70P3VE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFmi70P3VE .mbr-section-subtitle {
  color: #000000;
}
.cid-uFmi70P3VE .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFmi71lnTJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFmi71lnTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmi71lnTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmi71lnTJ .row {
  justify-content: center;
}
.cid-uFmi71lnTJ .card {
  justify-content: center;
}
.cid-uFmi71lnTJ .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uFmi71lnTJ .image-wrapper {
    display: block;
  }
}
.cid-uFmi71lnTJ .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uFmi71lnTJ .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFmi71lnTJ .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFmi71lnTJ .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFmi71lnTJ .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFmi71lnTJ .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFmi71lnTJ .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFmi71lnTJ .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFmi71lnTJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFmi71lnTJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFmi71lnTJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFmi71lnTJ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFmi71lnTJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFmi71lnTJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFmi71lnTJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFmi71lnTJ .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFmi71lnTJ .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFmi71lnTJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFmi71lnTJ .panel-title-edit {
  color: #000000;
}
.cid-uFmi71lnTJ .panel-text {
  color: #000000;
}
.cid-uFmi71Y5sw {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uFmi71Y5sw {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uFmi71Y5sw .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uFmi71Y5sw section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uFmi71Y5sw .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFmi71Y5sw .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmi71Y5sw .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFmi71Y5sw .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uFmi71Y5sw .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFmi71Y5sw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFmi71Y5sw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uFmi71Y5sw .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFmi71Y5sw .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uFmi71Y5sw .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFmi71Y5sw .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFmi71Y5sw .image-wrapper {
    height: auto;
  }
}
.cid-uFmi71Y5sw .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uFmi71Y5sw .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uFmi71Y5sw .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uFmi71Y5sw .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uFmi71Y5sw .mbr-section-title {
  color: #ed2c03;
}
.cid-uFmi71Y5sw .mbr-desc {
  color: #000000;
}
.cid-uFmi72AlRN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFmi72AlRN .mbr-section-subtitle {
  color: #000000;
}
.cid-uFmi72AlRN .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFmi739b8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFmi739b8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmi739b8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmi739b8I .row {
  justify-content: center;
}
.cid-uFmi739b8I .card {
  justify-content: center;
}
.cid-uFmi739b8I .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFmi739b8I .image-wrapper {
    display: block;
  }
}
.cid-uFmi739b8I .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#edefeb, transparent);
  filter: blur(100px);
  left: auto;
  right: 0;
}
.cid-uFmi739b8I .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFmi739b8I .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFmi739b8I .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFmi739b8I .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFmi739b8I .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFmi739b8I .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFmi739b8I .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFmi739b8I .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFmi739b8I .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFmi739b8I .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFmi739b8I .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFmi739b8I .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFmi739b8I .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFmi739b8I .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFmi739b8I .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFmi739b8I .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFmi739b8I .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFmi739b8I .panel-title-edit {
  color: #000000;
}
.cid-uFmi739b8I .panel-text {
  color: #000000;
}
.cid-uFmi73Qz5Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFmi73Qz5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmi73Qz5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmi73Qz5Q .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFmi73Qz5Q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFmi73Qz5Q .container {
    padding: 0 24px;
  }
}
.cid-uFmi73Qz5Q .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uFmi73Qz5Q .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFmi73Qz5Q .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uFmi73Qz5Q .image-wrapper img {
    height: 350px;
  }
}
.cid-uFmi73Qz5Q .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFmi73Qz5Q .content-wrapper {
    padding: 0;
  }
}
.cid-uFmi73Qz5Q .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFmi73Qz5Q .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFmi73Qz5Q .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFmi73Qz5Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFmi73Qz5Q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFmi73Qz5Q .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uFmi73Qz5Q .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uFmi73Qz5Q .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uFmi73Qz5Q .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uFmi73Qz5Q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFmi73Qz5Q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uFmi73Qz5Q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uFmi73Qz5Q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFmi73Qz5Q .mbr-section-title {
  color: #262642;
}
.cid-uFmi73Qz5Q .mbr-section-subtitle {
  color: #000000;
}
.cid-uFmi73Qz5Q .card-text {
  color: #000000;
}
.cid-uFmi74v92D {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFmi74v92D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmi74v92D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmi74v92D .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFmi74v92D .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFmi74v92D .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFmi74v92D .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFmi74v92D .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFmi74v92D .panel-group .card {
    padding: 16px;
  }
}
.cid-uFmi74v92D .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFmi74v92D .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFmi74v92D .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFmi74v92D .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFmi74v92D .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFmi74v92D .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uFmi74v92D .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uFmi74v92D .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uFmi74v92D .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFmi74v92D .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFmi74v92D .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFmi74v92D .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFmi74v92D .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFmi74v92D .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #fefced;
}
@media (max-width: 992px) {
  .cid-uFmi74v92D .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFmi74v92D .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFmi74v92D .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFmi74v92D .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFmi74v92D .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFmi74v92D .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFmi74v92D .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFmi74v92D .mbr-section-title {
  color: #272b2e;
}
.cid-uFmi74v92D .panel-title-edit {
  color: #272b2e;
}
.cid-uFmi74v92D .panel-text {
  color: #15171a;
}
.cid-uFmi74v92D .card-title {
  color: #272b2e;
}
.cid-uFmi74v92D .card-title,
.cid-uFmi74v92D .icon-wrap,
.cid-uFmi74v92D .mbr-section-btn {
  text-align: center;
}
.cid-uFmi75fsox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFmi75fsox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmi75fsox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmi75fsox .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFmi75fsox .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFmi75fsox .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFmi75fsox .image-wrapper img {
    height: 350px;
  }
}
.cid-uFmi75fsox .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uFmi75fsox .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uFmi75fsox .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFmi75fsox .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFmi75fsox .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFmi75fsox .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uFmi75fsox .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uFmi75fsox .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-uFmi75fsox .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFmi75fsox .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uFmi75fsox .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFmi75fsox .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFmi75fsox .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFmi75fsox .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFmi75fsox .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFmi75fsox .mbr-section-title {
  color: #191c25;
}
.cid-uFmi75fsox .mbr-text {
  color: #191c25;
}
.cid-uFmi75fsox .mbr-desc {
  color: #15171a;
}
.cid-uIyRtYuoZR {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyRtYuoZR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyRtYuoZR h4,
.cid-uIyRtYuoZR p {
  padding-bottom: 1rem;
}
.cid-uIyRtYuoZR .col-auto,
.cid-uIyRtYuoZR .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyRtYuoZR .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyRtYuoZR .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyRtYuoZR .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyRtYuoZR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRtYuoZR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRtYuoZR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRtYuoZR .form-control,
.cid-uIyRtYuoZR .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyRtYuoZR .form-control::-webkit-input-placeholder,
.cid-uIyRtYuoZR .field-input::-webkit-input-placeholder,
.cid-uIyRtYuoZR .form-control::-webkit-input-placeholder,
.cid-uIyRtYuoZR .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyRtYuoZR .form-control:-moz-placeholder,
.cid-uIyRtYuoZR .field-input:-moz-placeholder,
.cid-uIyRtYuoZR .form-control:-moz-placeholder,
.cid-uIyRtYuoZR .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyRtYuoZR .form-control:hover,
.cid-uIyRtYuoZR .field-input:hover,
.cid-uIyRtYuoZR .form-control:focus,
.cid-uIyRtYuoZR .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyRtYuoZR .form-control:hover::-webkit-input-placeholder,
.cid-uIyRtYuoZR .field-input:hover::-webkit-input-placeholder,
.cid-uIyRtYuoZR .form-control:focus::-webkit-input-placeholder,
.cid-uIyRtYuoZR .field-input:focus::-webkit-input-placeholder,
.cid-uIyRtYuoZR .form-control:hover::-webkit-input-placeholder,
.cid-uIyRtYuoZR .field-input:hover::-webkit-input-placeholder,
.cid-uIyRtYuoZR .form-control:focus::-webkit-input-placeholder,
.cid-uIyRtYuoZR .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyRtYuoZR .form-control:hover:-moz-placeholder,
.cid-uIyRtYuoZR .field-input:hover:-moz-placeholder,
.cid-uIyRtYuoZR .form-control:focus:-moz-placeholder,
.cid-uIyRtYuoZR .field-input:focus:-moz-placeholder,
.cid-uIyRtYuoZR .form-control:hover:-moz-placeholder,
.cid-uIyRtYuoZR .field-input:hover:-moz-placeholder,
.cid-uIyRtYuoZR .form-control:focus:-moz-placeholder,
.cid-uIyRtYuoZR .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyRtYuoZR .jq-number__spin:hover,
.cid-uIyRtYuoZR .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyRtYuoZR .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyRtYuoZR .jq-selectbox li,
.cid-uIyRtYuoZR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRtYuoZR .jq-selectbox li:hover,
.cid-uIyRtYuoZR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRtYuoZR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyRtYuoZR .jq-number__spin.minus:hover:after,
.cid-uIyRtYuoZR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRtYuoZR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyRtYuoZR .jq-number__spin.minus:after,
.cid-uIyRtYuoZR .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRtYuoZR input::-webkit-clear-button {
  display: none;
}
.cid-uIyRtYuoZR input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyRtYuoZR input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyRtYuoZR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uFqAlBs5GW .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uFqAlBs5GW .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uFqAlBs5GW .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFqAlBs5GW .navbar-collapse {
  flex-basis: auto;
}
.cid-uFqAlBs5GW .dropdown-item {
  padding: 0;
}
.cid-uFqAlBs5GW .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uFqAlBs5GW .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFqAlBs5GW .menu-content-top {
    width: 100%;
  }
  .cid-uFqAlBs5GW .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uFqAlBs5GW .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uFqAlBs5GW .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uFqAlBs5GW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uFqAlBs5GW .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uFqAlBs5GW .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uFqAlBs5GW .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uFqAlBs5GW .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uFqAlBs5GW .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uFqAlBs5GW .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uFqAlBs5GW a {
  font-style: normal;
}
.cid-uFqAlBs5GW .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uFqAlBs5GW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFqAlBs5GW .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uFqAlBs5GW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqAlBs5GW .content-text {
  margin-bottom: 0;
}
.cid-uFqAlBs5GW .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFqAlBs5GW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFqAlBs5GW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFqAlBs5GW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFqAlBs5GW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFqAlBs5GW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFqAlBs5GW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFqAlBs5GW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFqAlBs5GW .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFqAlBs5GW .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFqAlBs5GW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFqAlBs5GW .content-right-side {
  text-align: center;
}
.cid-uFqAlBs5GW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFqAlBs5GW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFqAlBs5GW .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uFqAlBs5GW .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uFqAlBs5GW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFqAlBs5GW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFqAlBs5GW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFqAlBs5GW .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uFqAlBs5GW .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uFqAlBs5GW .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uFqAlBs5GW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uFqAlBs5GW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFqAlBs5GW .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uFqAlBs5GW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uFqAlBs5GW .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFqAlBs5GW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uFqAlBs5GW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uFqAlBs5GW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uFqAlBs5GW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFqAlBs5GW .navbar-toggler {
    display: none;
  }
  .cid-uFqAlBs5GW .navbar-collapse {
    justify-content: center;
  }
}
.cid-uFqAlBs5GW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFqAlBs5GW .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uFqAlBs5GW .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uFqAlBs5GW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFqAlBs5GW .menu-logo {
  margin-right: auto;
}
.cid-uFqAlBs5GW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uFqAlBs5GW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFqAlBs5GW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFqAlBs5GW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFqAlBs5GW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uFqAlBs5GW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFqAlBs5GW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFqAlBs5GW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFqAlBs5GW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uFqAlBs5GW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFqAlBs5GW .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFqAlBs5GW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFqAlBs5GW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFqAlBs5GW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uFqAlBs5GW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFqAlBs5GW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFqAlBs5GW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqAlBs5GW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFqAlBs5GW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFqAlBs5GW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFqAlBs5GW .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFqAlBs5GW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uFqAlBs5GW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFqAlBs5GW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFqAlBs5GW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFqAlBs5GW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uFqAlBs5GW button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uFqAlBs5GW button.navbar-toggler:focus {
  outline: none;
}
.cid-uFqAlBs5GW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFqAlBs5GW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFqAlBs5GW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFqAlBs5GW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFqAlBs5GW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFqAlBs5GW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqAlBs5GW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFqAlBs5GW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFqAlBs5GW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqAlBs5GW .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uFqAlBs5GW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFqAlBs5GW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFqAlBs5GW .collapsed .btn {
  display: flex;
}
.cid-uFqAlBs5GW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFqAlBs5GW .collapsed .navbar-collapse.collapsing,
.cid-uFqAlBs5GW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFqAlBs5GW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFqAlBs5GW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFqAlBs5GW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFqAlBs5GW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFqAlBs5GW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFqAlBs5GW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uFqAlBs5GW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFqAlBs5GW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFqAlBs5GW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFqAlBs5GW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFqAlBs5GW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFqAlBs5GW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uFqAlBs5GW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uFqAlBs5GW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFqAlBs5GW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFqAlBs5GW .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uFqAlBs5GW .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uFqAlBs5GW .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFqAlBs5GW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFqAlBs5GW .navbar-collapse.collapsing,
  .cid-uFqAlBs5GW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFqAlBs5GW .navbar-collapse.collapsing .navbar-nav,
  .cid-uFqAlBs5GW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFqAlBs5GW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFqAlBs5GW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFqAlBs5GW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFqAlBs5GW .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uFqAlBs5GW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFqAlBs5GW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFqAlBs5GW .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uFqAlBs5GW .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uFqAlBs5GW .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uFqAlBs5GW img {
    height: 3.8rem !important;
  }
  .cid-uFqAlBs5GW .btn {
    display: flex;
  }
  .cid-uFqAlBs5GW button.navbar-toggler {
    display: block;
  }
  .cid-uFqAlBs5GW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFqAlBs5GW .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uFqAlBs5GW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFqAlBs5GW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFqAlBs5GW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFqAlBs5GW .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uFqAlBs5GW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFqAlBs5GW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFqAlBs5GW .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uFqAlBs5GW .nav-link:focus {
  outline: none;
}
.cid-uFqAlBs5GW .navbar-toggler {
  position: relative;
}
.cid-uFqAlBs5GW .dropdown-item.active,
.cid-uFqAlBs5GW .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFqAlBs5GW .widget-title,
.cid-uFqAlBs5GW .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uFqAlBs5GW .widget-text {
  color: #000000;
}
.cid-uFqAlCfOdR {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uFqAlCfOdR img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFqAlCfOdR img {
    height: 400px;
  }
}
.cid-uFqAlCfOdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqAlCfOdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqAlCfOdR .card {
  justify-content: flex-end;
}
.cid-uFqAlCfOdR .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFqAlCfOdR .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFqAlCfOdR .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFqAlCfOdR .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFqAlCfOdR .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFqAlCfOdR .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFqAlCfOdR .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFqAlCfOdR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFqAlCfOdR .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uFqAlCfOdR .image-wrapper {
    min-height: 400px;
  }
}
.cid-uFqAlCfOdR .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uFqAlCfOdR .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFqAlCfOdR .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uFqAlCfOdR .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFqAlCfOdR .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uFqAlCfOdR .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uFqAlCfOdR .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uFqAlCfOdR .mbr-section-title {
  color: #000000;
}
.cid-uFqAlCfOdR .mbr-text {
  color: #000000;
}
.cid-uFqAlCfOdR .card-text {
  color: #000000;
}
.cid-uFqAlCfOdR .mbr-section-title,
.cid-uFqAlCfOdR .mbr-section-btn DIV {
  text-align: left;
}
.cid-uFqAlCTtI3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFqAlCTtI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqAlCTtI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqAlCTtI3 img {
  object-fit: cover;
}
.cid-uFqAlCTtI3 .row {
  margin: 0;
}
.cid-uFqAlCTtI3 .item-wrapper {
  width: 100%;
}
.cid-uFqAlCTtI3 .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uFqAlCTtI3 .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uFqAlCTtI3 .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFqAlCTtI3 .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uFqAlCTtI3 .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uFqAlCTtI3 .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFqAlCTtI3 .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFqAlCTtI3 .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uFqAlCTtI3 .wrap {
  background: #ffffff;
}
.cid-uFqAlCTtI3 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFqAlCTtI3 .mbr-text,
.cid-uFqAlCTtI3 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uFqAlCTtI3 .mbr-link,
.cid-uFqAlCTtI3 .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uFqAlCTtI3 .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uFqAlCTtI3 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uFqAlDpMCB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFqAlDpMCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqAlDpMCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqAlDpMCB .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFqAlDpMCB .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFqAlDpMCB .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFqAlDpMCB .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqAlDpMCB .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFqAlDpMCB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFqAlDpMCB .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFqAlDpMCB .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uFqAlDpMCB .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFqAlDpMCB .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFqAlDpMCB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFqAlDpMCB .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFqAlDpMCB .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #491414;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFqAlDpMCB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFqAlDpMCB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFqAlDpMCB .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFqAlDpMCB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFqAlDpMCB .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFqAlDpMCB .mbr-section-subtitle {
  color: #000000;
}
.cid-uFqAlDpMCB .mbr-text {
  color: #000000;
}
.cid-uFqAlDpMCB .panel-title-edit {
  color: #5c1e12;
}
.cid-uFqAlDpMCB .panel-text {
  color: #000000;
}
.cid-uFqAlDpMCB .mbr-section-title,
.cid-uFqAlDpMCB .mbr-section-btn {
  color: #183e1c;
}
.cid-uFqAlE1It7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFqAlE1It7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqAlE1It7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqAlE1It7 .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uFqAlE1It7 .text-container {
    margin: 0 5%;
  }
}
.cid-uFqAlE1It7 .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uFqAlE1It7 .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uFqAlE1It7 .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uFqAlE1It7 .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uFqAlE1It7 .mbr-text {
  color: #e8e8e8;
}
.cid-uFqAlE1It7 .mbr-desc,
.cid-uFqAlE1It7 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uFqAlE1It7 .mbr-text,
.cid-uFqAlE1It7 .text-container {
  text-align: center;
}
.cid-uFqAlEx7RZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFqAlEx7RZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uFqAlEx7RZ .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFqAlF49DI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqAlF49DI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqAlF49DI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqAlF49DI .row {
  justify-content: center;
}
.cid-uFqAlF49DI .card {
  justify-content: center;
}
.cid-uFqAlF49DI .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uFqAlF49DI .image-wrapper {
    display: block;
  }
}
.cid-uFqAlF49DI .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uFqAlF49DI .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFqAlF49DI .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFqAlF49DI .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFqAlF49DI .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFqAlF49DI .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFqAlF49DI .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFqAlF49DI .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFqAlF49DI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFqAlF49DI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFqAlF49DI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFqAlF49DI .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFqAlF49DI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFqAlF49DI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFqAlF49DI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFqAlF49DI .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFqAlF49DI .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFqAlF49DI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFqAlF49DI .panel-title-edit {
  color: #000000;
}
.cid-uFqAlF49DI .panel-text {
  color: #000000;
}
.cid-uFqAlFLAjx {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uFqAlFLAjx {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uFqAlFLAjx .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uFqAlFLAjx section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uFqAlFLAjx .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFqAlFLAjx .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqAlFLAjx .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFqAlFLAjx .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uFqAlFLAjx .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFqAlFLAjx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFqAlFLAjx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uFqAlFLAjx .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFqAlFLAjx .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uFqAlFLAjx .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFqAlFLAjx .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFqAlFLAjx .image-wrapper {
    height: auto;
  }
}
.cid-uFqAlFLAjx .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uFqAlFLAjx .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uFqAlFLAjx .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uFqAlFLAjx .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uFqAlFLAjx .mbr-section-title {
  color: #ed2c03;
}
.cid-uFqAlFLAjx .mbr-desc {
  color: #000000;
}
.cid-uFqAlGleBc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFqAlGleBc .mbr-section-subtitle {
  color: #000000;
}
.cid-uFqAlGleBc .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFqAlGYmvW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqAlGYmvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqAlGYmvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqAlGYmvW .row {
  justify-content: center;
}
.cid-uFqAlGYmvW .card {
  justify-content: center;
}
.cid-uFqAlGYmvW .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFqAlGYmvW .image-wrapper {
    display: block;
  }
}
.cid-uFqAlGYmvW .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
  left: auto;
  right: 0;
}
.cid-uFqAlGYmvW .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFqAlGYmvW .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFqAlGYmvW .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFqAlGYmvW .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFqAlGYmvW .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFqAlGYmvW .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFqAlGYmvW .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFqAlGYmvW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFqAlGYmvW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFqAlGYmvW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFqAlGYmvW .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFqAlGYmvW .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFqAlGYmvW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFqAlGYmvW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFqAlGYmvW .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFqAlGYmvW .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFqAlGYmvW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFqAlGYmvW .panel-title-edit {
  color: #000000;
}
.cid-uFqAlGYmvW .panel-text {
  color: #000000;
}
.cid-uFqAlHFZAK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFqAlHFZAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqAlHFZAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqAlHFZAK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFqAlHFZAK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqAlHFZAK .container {
    padding: 0 24px;
  }
}
.cid-uFqAlHFZAK .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uFqAlHFZAK .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFqAlHFZAK .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uFqAlHFZAK .image-wrapper img {
    height: 350px;
  }
}
.cid-uFqAlHFZAK .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFqAlHFZAK .content-wrapper {
    padding: 0;
  }
}
.cid-uFqAlHFZAK .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqAlHFZAK .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqAlHFZAK .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqAlHFZAK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFqAlHFZAK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFqAlHFZAK .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uFqAlHFZAK .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uFqAlHFZAK .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uFqAlHFZAK .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uFqAlHFZAK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFqAlHFZAK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uFqAlHFZAK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uFqAlHFZAK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFqAlHFZAK .mbr-section-title {
  color: #262642;
}
.cid-uFqAlHFZAK .mbr-section-subtitle {
  color: #000000;
}
.cid-uFqAlHFZAK .card-text {
  color: #000000;
}
.cid-uFqAlIl5Rz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqAlIl5Rz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqAlIl5Rz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqAlIl5Rz .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFqAlIl5Rz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqAlIl5Rz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFqAlIl5Rz .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFqAlIl5Rz .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFqAlIl5Rz .panel-group .card {
    padding: 16px;
  }
}
.cid-uFqAlIl5Rz .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFqAlIl5Rz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFqAlIl5Rz .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFqAlIl5Rz .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFqAlIl5Rz .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFqAlIl5Rz .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uFqAlIl5Rz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uFqAlIl5Rz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uFqAlIl5Rz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFqAlIl5Rz .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFqAlIl5Rz .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFqAlIl5Rz .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFqAlIl5Rz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFqAlIl5Rz .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFqAlIl5Rz .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFqAlIl5Rz .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFqAlIl5Rz .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFqAlIl5Rz .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFqAlIl5Rz .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFqAlIl5Rz .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFqAlIl5Rz .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFqAlIl5Rz .mbr-section-title {
  color: #272b2e;
}
.cid-uFqAlIl5Rz .panel-title-edit {
  color: #272b2e;
}
.cid-uFqAlIl5Rz .panel-text {
  color: #15171a;
}
.cid-uFqAlIl5Rz .card-title {
  color: #272b2e;
}
.cid-uFqAlIl5Rz .card-title,
.cid-uFqAlIl5Rz .icon-wrap,
.cid-uFqAlIl5Rz .mbr-section-btn {
  text-align: center;
}
.cid-uFqAlJ9lkS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFqAlJ9lkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqAlJ9lkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqAlJ9lkS .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFqAlJ9lkS .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqAlJ9lkS .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFqAlJ9lkS .image-wrapper img {
    height: 350px;
  }
}
.cid-uFqAlJ9lkS .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uFqAlJ9lkS .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uFqAlJ9lkS .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFqAlJ9lkS .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqAlJ9lkS .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFqAlJ9lkS .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uFqAlJ9lkS .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uFqAlJ9lkS .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-uFqAlJ9lkS .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFqAlJ9lkS .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uFqAlJ9lkS .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFqAlJ9lkS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFqAlJ9lkS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFqAlJ9lkS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFqAlJ9lkS .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFqAlJ9lkS .mbr-section-title {
  color: #191c25;
}
.cid-uFqAlJ9lkS .mbr-text {
  color: #191c25;
}
.cid-uFqAlJ9lkS .mbr-desc {
  color: #15171a;
}
.cid-uIyRxQzQG4 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyRxQzQG4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyRxQzQG4 h4,
.cid-uIyRxQzQG4 p {
  padding-bottom: 1rem;
}
.cid-uIyRxQzQG4 .col-auto,
.cid-uIyRxQzQG4 .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyRxQzQG4 .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyRxQzQG4 .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyRxQzQG4 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyRxQzQG4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRxQzQG4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRxQzQG4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRxQzQG4 .form-control,
.cid-uIyRxQzQG4 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyRxQzQG4 .form-control::-webkit-input-placeholder,
.cid-uIyRxQzQG4 .field-input::-webkit-input-placeholder,
.cid-uIyRxQzQG4 .form-control::-webkit-input-placeholder,
.cid-uIyRxQzQG4 .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyRxQzQG4 .form-control:-moz-placeholder,
.cid-uIyRxQzQG4 .field-input:-moz-placeholder,
.cid-uIyRxQzQG4 .form-control:-moz-placeholder,
.cid-uIyRxQzQG4 .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyRxQzQG4 .form-control:hover,
.cid-uIyRxQzQG4 .field-input:hover,
.cid-uIyRxQzQG4 .form-control:focus,
.cid-uIyRxQzQG4 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyRxQzQG4 .form-control:hover::-webkit-input-placeholder,
.cid-uIyRxQzQG4 .field-input:hover::-webkit-input-placeholder,
.cid-uIyRxQzQG4 .form-control:focus::-webkit-input-placeholder,
.cid-uIyRxQzQG4 .field-input:focus::-webkit-input-placeholder,
.cid-uIyRxQzQG4 .form-control:hover::-webkit-input-placeholder,
.cid-uIyRxQzQG4 .field-input:hover::-webkit-input-placeholder,
.cid-uIyRxQzQG4 .form-control:focus::-webkit-input-placeholder,
.cid-uIyRxQzQG4 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyRxQzQG4 .form-control:hover:-moz-placeholder,
.cid-uIyRxQzQG4 .field-input:hover:-moz-placeholder,
.cid-uIyRxQzQG4 .form-control:focus:-moz-placeholder,
.cid-uIyRxQzQG4 .field-input:focus:-moz-placeholder,
.cid-uIyRxQzQG4 .form-control:hover:-moz-placeholder,
.cid-uIyRxQzQG4 .field-input:hover:-moz-placeholder,
.cid-uIyRxQzQG4 .form-control:focus:-moz-placeholder,
.cid-uIyRxQzQG4 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyRxQzQG4 .jq-number__spin:hover,
.cid-uIyRxQzQG4 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyRxQzQG4 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyRxQzQG4 .jq-selectbox li,
.cid-uIyRxQzQG4 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRxQzQG4 .jq-selectbox li:hover,
.cid-uIyRxQzQG4 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRxQzQG4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyRxQzQG4 .jq-number__spin.minus:hover:after,
.cid-uIyRxQzQG4 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRxQzQG4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyRxQzQG4 .jq-number__spin.minus:after,
.cid-uIyRxQzQG4 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRxQzQG4 input::-webkit-clear-button {
  display: none;
}
.cid-uIyRxQzQG4 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyRxQzQG4 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyRxQzQG4 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uFwAxn0QKd .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uFwAxn0QKd .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uFwAxn0QKd .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFwAxn0QKd .navbar-collapse {
  flex-basis: auto;
}
.cid-uFwAxn0QKd .dropdown-item {
  padding: 0;
}
.cid-uFwAxn0QKd .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uFwAxn0QKd .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFwAxn0QKd .menu-content-top {
    width: 100%;
  }
  .cid-uFwAxn0QKd .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uFwAxn0QKd .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uFwAxn0QKd .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uFwAxn0QKd .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uFwAxn0QKd .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uFwAxn0QKd .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uFwAxn0QKd .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uFwAxn0QKd .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uFwAxn0QKd .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uFwAxn0QKd .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uFwAxn0QKd a {
  font-style: normal;
}
.cid-uFwAxn0QKd .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uFwAxn0QKd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFwAxn0QKd .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uFwAxn0QKd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwAxn0QKd .content-text {
  margin-bottom: 0;
}
.cid-uFwAxn0QKd .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFwAxn0QKd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFwAxn0QKd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFwAxn0QKd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFwAxn0QKd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFwAxn0QKd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFwAxn0QKd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFwAxn0QKd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFwAxn0QKd .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwAxn0QKd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFwAxn0QKd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFwAxn0QKd .content-right-side {
  text-align: center;
}
.cid-uFwAxn0QKd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFwAxn0QKd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFwAxn0QKd .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uFwAxn0QKd .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uFwAxn0QKd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFwAxn0QKd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFwAxn0QKd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFwAxn0QKd .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uFwAxn0QKd .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uFwAxn0QKd .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uFwAxn0QKd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uFwAxn0QKd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFwAxn0QKd .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uFwAxn0QKd .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uFwAxn0QKd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFwAxn0QKd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uFwAxn0QKd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uFwAxn0QKd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uFwAxn0QKd .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFwAxn0QKd .navbar-toggler {
    display: none;
  }
  .cid-uFwAxn0QKd .navbar-collapse {
    justify-content: center;
  }
}
.cid-uFwAxn0QKd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFwAxn0QKd .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uFwAxn0QKd .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uFwAxn0QKd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFwAxn0QKd .menu-logo {
  margin-right: auto;
}
.cid-uFwAxn0QKd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uFwAxn0QKd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFwAxn0QKd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFwAxn0QKd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFwAxn0QKd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uFwAxn0QKd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFwAxn0QKd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFwAxn0QKd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFwAxn0QKd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uFwAxn0QKd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFwAxn0QKd .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFwAxn0QKd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFwAxn0QKd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwAxn0QKd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uFwAxn0QKd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFwAxn0QKd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFwAxn0QKd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwAxn0QKd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFwAxn0QKd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFwAxn0QKd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFwAxn0QKd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFwAxn0QKd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uFwAxn0QKd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFwAxn0QKd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFwAxn0QKd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFwAxn0QKd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uFwAxn0QKd button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uFwAxn0QKd button.navbar-toggler:focus {
  outline: none;
}
.cid-uFwAxn0QKd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFwAxn0QKd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwAxn0QKd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwAxn0QKd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwAxn0QKd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwAxn0QKd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwAxn0QKd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwAxn0QKd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwAxn0QKd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwAxn0QKd .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uFwAxn0QKd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwAxn0QKd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwAxn0QKd .collapsed .btn {
  display: flex;
}
.cid-uFwAxn0QKd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFwAxn0QKd .collapsed .navbar-collapse.collapsing,
.cid-uFwAxn0QKd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFwAxn0QKd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFwAxn0QKd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFwAxn0QKd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFwAxn0QKd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFwAxn0QKd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFwAxn0QKd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uFwAxn0QKd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFwAxn0QKd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFwAxn0QKd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFwAxn0QKd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFwAxn0QKd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFwAxn0QKd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uFwAxn0QKd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uFwAxn0QKd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFwAxn0QKd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFwAxn0QKd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uFwAxn0QKd .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uFwAxn0QKd .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFwAxn0QKd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFwAxn0QKd .navbar-collapse.collapsing,
  .cid-uFwAxn0QKd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFwAxn0QKd .navbar-collapse.collapsing .navbar-nav,
  .cid-uFwAxn0QKd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFwAxn0QKd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFwAxn0QKd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFwAxn0QKd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFwAxn0QKd .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uFwAxn0QKd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFwAxn0QKd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFwAxn0QKd .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uFwAxn0QKd .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uFwAxn0QKd .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uFwAxn0QKd img {
    height: 3.8rem !important;
  }
  .cid-uFwAxn0QKd .btn {
    display: flex;
  }
  .cid-uFwAxn0QKd button.navbar-toggler {
    display: block;
  }
  .cid-uFwAxn0QKd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFwAxn0QKd .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uFwAxn0QKd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFwAxn0QKd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFwAxn0QKd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFwAxn0QKd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uFwAxn0QKd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFwAxn0QKd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFwAxn0QKd .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uFwAxn0QKd .nav-link:focus {
  outline: none;
}
.cid-uFwAxn0QKd .navbar-toggler {
  position: relative;
}
.cid-uFwAxn0QKd .dropdown-item.active,
.cid-uFwAxn0QKd .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFwAxn0QKd .widget-title,
.cid-uFwAxn0QKd .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uFwAxn0QKd .widget-text {
  color: #000000;
}
.cid-uFwAxnNA5C {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uFwAxnNA5C img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFwAxnNA5C img {
    height: 400px;
  }
}
.cid-uFwAxnNA5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwAxnNA5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwAxnNA5C .card {
  justify-content: flex-end;
}
.cid-uFwAxnNA5C .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFwAxnNA5C .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFwAxnNA5C .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFwAxnNA5C .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFwAxnNA5C .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFwAxnNA5C .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFwAxnNA5C .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFwAxnNA5C .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwAxnNA5C .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uFwAxnNA5C .image-wrapper {
    min-height: 400px;
  }
}
.cid-uFwAxnNA5C .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uFwAxnNA5C .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFwAxnNA5C .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uFwAxnNA5C .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFwAxnNA5C .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uFwAxnNA5C .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uFwAxnNA5C .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uFwAxnNA5C .mbr-section-title {
  color: #000000;
}
.cid-uFwAxnNA5C .mbr-text {
  color: #000000;
}
.cid-uFwAxnNA5C .card-text {
  color: #000000;
}
.cid-uFwAxnNA5C .mbr-section-title,
.cid-uFwAxnNA5C .mbr-section-btn DIV {
  text-align: left;
}
.cid-uFwAxouMXO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFwAxouMXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwAxouMXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwAxouMXO img {
  object-fit: cover;
}
.cid-uFwAxouMXO .row {
  margin: 0;
}
.cid-uFwAxouMXO .item-wrapper {
  width: 100%;
}
.cid-uFwAxouMXO .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uFwAxouMXO .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uFwAxouMXO .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFwAxouMXO .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uFwAxouMXO .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uFwAxouMXO .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFwAxouMXO .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFwAxouMXO .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uFwAxouMXO .wrap {
  background: #ffffff;
}
.cid-uFwAxouMXO .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFwAxouMXO .mbr-text,
.cid-uFwAxouMXO .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uFwAxouMXO .mbr-link,
.cid-uFwAxouMXO .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uFwAxouMXO .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uFwAxouMXO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uFwAxoXr3M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFwAxoXr3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwAxoXr3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwAxoXr3M .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFwAxoXr3M .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFwAxoXr3M .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFwAxoXr3M .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFwAxoXr3M .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFwAxoXr3M .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFwAxoXr3M .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFwAxoXr3M .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uFwAxoXr3M .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFwAxoXr3M .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFwAxoXr3M .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFwAxoXr3M .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFwAxoXr3M .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #491414;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwAxoXr3M .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFwAxoXr3M .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFwAxoXr3M .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFwAxoXr3M .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFwAxoXr3M .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFwAxoXr3M .mbr-section-subtitle {
  color: #000000;
}
.cid-uFwAxoXr3M .mbr-text {
  color: #000000;
}
.cid-uFwAxoXr3M .panel-title-edit {
  color: #5c1e12;
}
.cid-uFwAxoXr3M .panel-text {
  color: #000000;
}
.cid-uFwAxoXr3M .mbr-section-title,
.cid-uFwAxoXr3M .mbr-section-btn {
  color: #183e1c;
}
.cid-uFwAxpubYl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFwAxpubYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwAxpubYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwAxpubYl .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uFwAxpubYl .text-container {
    margin: 0 5%;
  }
}
.cid-uFwAxpubYl .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uFwAxpubYl .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uFwAxpubYl .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uFwAxpubYl .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uFwAxpubYl .mbr-text {
  color: #e8e8e8;
}
.cid-uFwAxpubYl .mbr-desc,
.cid-uFwAxpubYl .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uFwAxpubYl .mbr-text,
.cid-uFwAxpubYl .text-container {
  text-align: center;
}
.cid-uFwAxpVVrA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFwAxpVVrA .mbr-section-subtitle {
  color: #000000;
}
.cid-uFwAxpVVrA .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFwAxqms2k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFwAxqms2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwAxqms2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwAxqms2k .row {
  justify-content: center;
}
.cid-uFwAxqms2k .card {
  justify-content: center;
}
.cid-uFwAxqms2k .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uFwAxqms2k .image-wrapper {
    display: block;
  }
}
.cid-uFwAxqms2k .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uFwAxqms2k .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFwAxqms2k .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFwAxqms2k .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFwAxqms2k .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFwAxqms2k .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFwAxqms2k .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFwAxqms2k .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFwAxqms2k .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFwAxqms2k .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFwAxqms2k .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFwAxqms2k .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFwAxqms2k .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFwAxqms2k .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFwAxqms2k .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFwAxqms2k .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFwAxqms2k .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFwAxqms2k .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFwAxqms2k .panel-title-edit {
  color: #000000;
}
.cid-uFwAxqms2k .panel-text {
  color: #000000;
}
.cid-uFwAxqYPvD {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uFwAxqYPvD {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uFwAxqYPvD .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uFwAxqYPvD section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uFwAxqYPvD .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFwAxqYPvD .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwAxqYPvD .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFwAxqYPvD .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uFwAxqYPvD .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFwAxqYPvD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFwAxqYPvD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uFwAxqYPvD .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFwAxqYPvD .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uFwAxqYPvD .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFwAxqYPvD .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFwAxqYPvD .image-wrapper {
    height: auto;
  }
}
.cid-uFwAxqYPvD .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uFwAxqYPvD .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uFwAxqYPvD .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uFwAxqYPvD .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uFwAxqYPvD .mbr-section-title {
  color: #ed2c03;
}
.cid-uFwAxqYPvD .mbr-desc {
  color: #000000;
}
.cid-uFwAxrurHv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFwAxrurHv .mbr-section-subtitle {
  color: #000000;
}
.cid-uFwAxrurHv .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFwAxs4mrj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFwAxs4mrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwAxs4mrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwAxs4mrj .row {
  justify-content: center;
}
.cid-uFwAxs4mrj .card {
  justify-content: center;
}
.cid-uFwAxs4mrj .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFwAxs4mrj .image-wrapper {
    display: block;
  }
}
.cid-uFwAxs4mrj .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
  left: auto;
  right: 0;
}
.cid-uFwAxs4mrj .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFwAxs4mrj .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFwAxs4mrj .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFwAxs4mrj .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFwAxs4mrj .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFwAxs4mrj .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFwAxs4mrj .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFwAxs4mrj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFwAxs4mrj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFwAxs4mrj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFwAxs4mrj .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFwAxs4mrj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFwAxs4mrj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFwAxs4mrj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFwAxs4mrj .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFwAxs4mrj .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFwAxs4mrj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFwAxs4mrj .panel-title-edit {
  color: #000000;
}
.cid-uFwAxs4mrj .panel-text {
  color: #000000;
}
.cid-uFwAxsJlKf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFwAxsJlKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwAxsJlKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwAxsJlKf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFwAxsJlKf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwAxsJlKf .container {
    padding: 0 24px;
  }
}
.cid-uFwAxsJlKf .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uFwAxsJlKf .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFwAxsJlKf .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uFwAxsJlKf .image-wrapper img {
    height: 350px;
  }
}
.cid-uFwAxsJlKf .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFwAxsJlKf .content-wrapper {
    padding: 0;
  }
}
.cid-uFwAxsJlKf .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFwAxsJlKf .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwAxsJlKf .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFwAxsJlKf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwAxsJlKf .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFwAxsJlKf .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uFwAxsJlKf .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uFwAxsJlKf .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uFwAxsJlKf .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uFwAxsJlKf .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFwAxsJlKf .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uFwAxsJlKf .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uFwAxsJlKf .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFwAxsJlKf .mbr-section-title {
  color: #262642;
}
.cid-uFwAxsJlKf .mbr-section-subtitle {
  color: #000000;
}
.cid-uFwAxsJlKf .card-text {
  color: #000000;
}
.cid-uFwAxtjnTo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFwAxtjnTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwAxtjnTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwAxtjnTo .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFwAxtjnTo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFwAxtjnTo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFwAxtjnTo .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFwAxtjnTo .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFwAxtjnTo .panel-group .card {
    padding: 16px;
  }
}
.cid-uFwAxtjnTo .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFwAxtjnTo .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFwAxtjnTo .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFwAxtjnTo .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFwAxtjnTo .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFwAxtjnTo .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uFwAxtjnTo .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uFwAxtjnTo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uFwAxtjnTo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFwAxtjnTo .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFwAxtjnTo .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFwAxtjnTo .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFwAxtjnTo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFwAxtjnTo .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFwAxtjnTo .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFwAxtjnTo .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFwAxtjnTo .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFwAxtjnTo .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFwAxtjnTo .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFwAxtjnTo .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFwAxtjnTo .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFwAxtjnTo .mbr-section-title {
  color: #272b2e;
}
.cid-uFwAxtjnTo .panel-title-edit {
  color: #272b2e;
}
.cid-uFwAxtjnTo .panel-text {
  color: #15171a;
}
.cid-uFwAxtjnTo .card-title {
  color: #272b2e;
}
.cid-uFwAxtjnTo .card-title,
.cid-uFwAxtjnTo .icon-wrap,
.cid-uFwAxtjnTo .mbr-section-btn {
  text-align: center;
}
.cid-uFwAxu4vmw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFwAxu4vmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwAxu4vmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwAxu4vmw .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFwAxu4vmw .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFwAxu4vmw .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFwAxu4vmw .image-wrapper img {
    height: 350px;
  }
}
.cid-uFwAxu4vmw .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uFwAxu4vmw .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uFwAxu4vmw .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFwAxu4vmw .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFwAxu4vmw .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFwAxu4vmw .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uFwAxu4vmw .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uFwAxu4vmw .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-uFwAxu4vmw .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFwAxu4vmw .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uFwAxu4vmw .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFwAxu4vmw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFwAxu4vmw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFwAxu4vmw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFwAxu4vmw .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFwAxu4vmw .mbr-section-title {
  color: #191c25;
}
.cid-uFwAxu4vmw .mbr-text {
  color: #191c25;
}
.cid-uFwAxu4vmw .mbr-desc {
  color: #15171a;
}
.cid-uIyRB7d1UZ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyRB7d1UZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyRB7d1UZ h4,
.cid-uIyRB7d1UZ p {
  padding-bottom: 1rem;
}
.cid-uIyRB7d1UZ .col-auto,
.cid-uIyRB7d1UZ .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyRB7d1UZ .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyRB7d1UZ .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyRB7d1UZ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyRB7d1UZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRB7d1UZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRB7d1UZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRB7d1UZ .form-control,
.cid-uIyRB7d1UZ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyRB7d1UZ .form-control::-webkit-input-placeholder,
.cid-uIyRB7d1UZ .field-input::-webkit-input-placeholder,
.cid-uIyRB7d1UZ .form-control::-webkit-input-placeholder,
.cid-uIyRB7d1UZ .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyRB7d1UZ .form-control:-moz-placeholder,
.cid-uIyRB7d1UZ .field-input:-moz-placeholder,
.cid-uIyRB7d1UZ .form-control:-moz-placeholder,
.cid-uIyRB7d1UZ .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyRB7d1UZ .form-control:hover,
.cid-uIyRB7d1UZ .field-input:hover,
.cid-uIyRB7d1UZ .form-control:focus,
.cid-uIyRB7d1UZ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyRB7d1UZ .form-control:hover::-webkit-input-placeholder,
.cid-uIyRB7d1UZ .field-input:hover::-webkit-input-placeholder,
.cid-uIyRB7d1UZ .form-control:focus::-webkit-input-placeholder,
.cid-uIyRB7d1UZ .field-input:focus::-webkit-input-placeholder,
.cid-uIyRB7d1UZ .form-control:hover::-webkit-input-placeholder,
.cid-uIyRB7d1UZ .field-input:hover::-webkit-input-placeholder,
.cid-uIyRB7d1UZ .form-control:focus::-webkit-input-placeholder,
.cid-uIyRB7d1UZ .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyRB7d1UZ .form-control:hover:-moz-placeholder,
.cid-uIyRB7d1UZ .field-input:hover:-moz-placeholder,
.cid-uIyRB7d1UZ .form-control:focus:-moz-placeholder,
.cid-uIyRB7d1UZ .field-input:focus:-moz-placeholder,
.cid-uIyRB7d1UZ .form-control:hover:-moz-placeholder,
.cid-uIyRB7d1UZ .field-input:hover:-moz-placeholder,
.cid-uIyRB7d1UZ .form-control:focus:-moz-placeholder,
.cid-uIyRB7d1UZ .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyRB7d1UZ .jq-number__spin:hover,
.cid-uIyRB7d1UZ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyRB7d1UZ .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyRB7d1UZ .jq-selectbox li,
.cid-uIyRB7d1UZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRB7d1UZ .jq-selectbox li:hover,
.cid-uIyRB7d1UZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRB7d1UZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyRB7d1UZ .jq-number__spin.minus:hover:after,
.cid-uIyRB7d1UZ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRB7d1UZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyRB7d1UZ .jq-number__spin.minus:after,
.cid-uIyRB7d1UZ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRB7d1UZ input::-webkit-clear-button {
  display: none;
}
.cid-uIyRB7d1UZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyRB7d1UZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyRB7d1UZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uFGtw2Cxh7 .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uFGtw2Cxh7 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uFGtw2Cxh7 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFGtw2Cxh7 .navbar-collapse {
  flex-basis: auto;
}
.cid-uFGtw2Cxh7 .dropdown-item {
  padding: 0;
}
.cid-uFGtw2Cxh7 .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uFGtw2Cxh7 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFGtw2Cxh7 .menu-content-top {
    width: 100%;
  }
  .cid-uFGtw2Cxh7 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uFGtw2Cxh7 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uFGtw2Cxh7 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uFGtw2Cxh7 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uFGtw2Cxh7 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uFGtw2Cxh7 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uFGtw2Cxh7 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uFGtw2Cxh7 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uFGtw2Cxh7 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uFGtw2Cxh7 .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uFGtw2Cxh7 a {
  font-style: normal;
}
.cid-uFGtw2Cxh7 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uFGtw2Cxh7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFGtw2Cxh7 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uFGtw2Cxh7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFGtw2Cxh7 .content-text {
  margin-bottom: 0;
}
.cid-uFGtw2Cxh7 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFGtw2Cxh7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFGtw2Cxh7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFGtw2Cxh7 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFGtw2Cxh7 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFGtw2Cxh7 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFGtw2Cxh7 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFGtw2Cxh7 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFGtw2Cxh7 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFGtw2Cxh7 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFGtw2Cxh7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFGtw2Cxh7 .content-right-side {
  text-align: center;
}
.cid-uFGtw2Cxh7 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFGtw2Cxh7 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFGtw2Cxh7 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uFGtw2Cxh7 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uFGtw2Cxh7 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFGtw2Cxh7 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFGtw2Cxh7 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFGtw2Cxh7 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uFGtw2Cxh7 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uFGtw2Cxh7 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uFGtw2Cxh7 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uFGtw2Cxh7 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFGtw2Cxh7 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uFGtw2Cxh7 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uFGtw2Cxh7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFGtw2Cxh7 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uFGtw2Cxh7 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uFGtw2Cxh7 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uFGtw2Cxh7 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFGtw2Cxh7 .navbar-toggler {
    display: none;
  }
  .cid-uFGtw2Cxh7 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uFGtw2Cxh7 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFGtw2Cxh7 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uFGtw2Cxh7 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uFGtw2Cxh7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFGtw2Cxh7 .menu-logo {
  margin-right: auto;
}
.cid-uFGtw2Cxh7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uFGtw2Cxh7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFGtw2Cxh7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFGtw2Cxh7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFGtw2Cxh7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uFGtw2Cxh7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFGtw2Cxh7 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFGtw2Cxh7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFGtw2Cxh7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uFGtw2Cxh7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFGtw2Cxh7 .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFGtw2Cxh7 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFGtw2Cxh7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFGtw2Cxh7 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uFGtw2Cxh7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFGtw2Cxh7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFGtw2Cxh7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFGtw2Cxh7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFGtw2Cxh7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFGtw2Cxh7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFGtw2Cxh7 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFGtw2Cxh7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uFGtw2Cxh7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFGtw2Cxh7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFGtw2Cxh7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFGtw2Cxh7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uFGtw2Cxh7 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uFGtw2Cxh7 button.navbar-toggler:focus {
  outline: none;
}
.cid-uFGtw2Cxh7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFGtw2Cxh7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFGtw2Cxh7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFGtw2Cxh7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFGtw2Cxh7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFGtw2Cxh7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFGtw2Cxh7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFGtw2Cxh7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFGtw2Cxh7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFGtw2Cxh7 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uFGtw2Cxh7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFGtw2Cxh7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFGtw2Cxh7 .collapsed .btn {
  display: flex;
}
.cid-uFGtw2Cxh7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFGtw2Cxh7 .collapsed .navbar-collapse.collapsing,
.cid-uFGtw2Cxh7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFGtw2Cxh7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFGtw2Cxh7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFGtw2Cxh7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFGtw2Cxh7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFGtw2Cxh7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFGtw2Cxh7 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uFGtw2Cxh7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFGtw2Cxh7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFGtw2Cxh7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFGtw2Cxh7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFGtw2Cxh7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFGtw2Cxh7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uFGtw2Cxh7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uFGtw2Cxh7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFGtw2Cxh7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFGtw2Cxh7 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uFGtw2Cxh7 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uFGtw2Cxh7 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFGtw2Cxh7 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFGtw2Cxh7 .navbar-collapse.collapsing,
  .cid-uFGtw2Cxh7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFGtw2Cxh7 .navbar-collapse.collapsing .navbar-nav,
  .cid-uFGtw2Cxh7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFGtw2Cxh7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFGtw2Cxh7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFGtw2Cxh7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFGtw2Cxh7 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uFGtw2Cxh7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFGtw2Cxh7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFGtw2Cxh7 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uFGtw2Cxh7 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uFGtw2Cxh7 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uFGtw2Cxh7 img {
    height: 3.8rem !important;
  }
  .cid-uFGtw2Cxh7 .btn {
    display: flex;
  }
  .cid-uFGtw2Cxh7 button.navbar-toggler {
    display: block;
  }
  .cid-uFGtw2Cxh7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFGtw2Cxh7 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uFGtw2Cxh7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFGtw2Cxh7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFGtw2Cxh7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFGtw2Cxh7 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uFGtw2Cxh7 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFGtw2Cxh7 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFGtw2Cxh7 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uFGtw2Cxh7 .nav-link:focus {
  outline: none;
}
.cid-uFGtw2Cxh7 .navbar-toggler {
  position: relative;
}
.cid-uFGtw2Cxh7 .dropdown-item.active,
.cid-uFGtw2Cxh7 .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFGtw2Cxh7 .widget-title,
.cid-uFGtw2Cxh7 .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uFGtw2Cxh7 .widget-text {
  color: #000000;
}
.cid-uFGtw3xXYg {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uFGtw3xXYg img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFGtw3xXYg img {
    height: 400px;
  }
}
.cid-uFGtw3xXYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGtw3xXYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGtw3xXYg .card {
  justify-content: flex-end;
}
.cid-uFGtw3xXYg .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFGtw3xXYg .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFGtw3xXYg .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFGtw3xXYg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFGtw3xXYg .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFGtw3xXYg .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFGtw3xXYg .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFGtw3xXYg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFGtw3xXYg .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uFGtw3xXYg .image-wrapper {
    min-height: 400px;
  }
}
.cid-uFGtw3xXYg .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uFGtw3xXYg .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFGtw3xXYg .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uFGtw3xXYg .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFGtw3xXYg .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uFGtw3xXYg .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uFGtw3xXYg .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uFGtw3xXYg .mbr-section-title {
  color: #000000;
}
.cid-uFGtw3xXYg .mbr-text {
  color: #000000;
}
.cid-uFGtw3xXYg .card-text {
  color: #000000;
}
.cid-uFGtw3xXYg .mbr-section-title,
.cid-uFGtw3xXYg .mbr-section-btn DIV {
  text-align: left;
}
.cid-uFGtw4nAiw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFGtw4nAiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGtw4nAiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGtw4nAiw img {
  object-fit: cover;
}
.cid-uFGtw4nAiw .row {
  margin: 0;
}
.cid-uFGtw4nAiw .item-wrapper {
  width: 100%;
}
.cid-uFGtw4nAiw .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uFGtw4nAiw .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uFGtw4nAiw .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFGtw4nAiw .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uFGtw4nAiw .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uFGtw4nAiw .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFGtw4nAiw .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFGtw4nAiw .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uFGtw4nAiw .wrap {
  background: #ffffff;
}
.cid-uFGtw4nAiw .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFGtw4nAiw .mbr-text,
.cid-uFGtw4nAiw .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uFGtw4nAiw .mbr-link,
.cid-uFGtw4nAiw .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uFGtw4nAiw .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uFGtw4nAiw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uFGtw4PKtR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFGtw4PKtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGtw4PKtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGtw4PKtR .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFGtw4PKtR .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFGtw4PKtR .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFGtw4PKtR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFGtw4PKtR .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFGtw4PKtR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFGtw4PKtR .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFGtw4PKtR .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uFGtw4PKtR .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFGtw4PKtR .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFGtw4PKtR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFGtw4PKtR .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFGtw4PKtR .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #491414;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFGtw4PKtR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFGtw4PKtR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFGtw4PKtR .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFGtw4PKtR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFGtw4PKtR .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFGtw4PKtR .mbr-section-subtitle {
  color: #000000;
}
.cid-uFGtw4PKtR .mbr-text {
  color: #000000;
}
.cid-uFGtw4PKtR .panel-title-edit {
  color: #5c1e12;
}
.cid-uFGtw4PKtR .panel-text {
  color: #000000;
}
.cid-uFGtw4PKtR .mbr-section-title,
.cid-uFGtw4PKtR .mbr-section-btn {
  color: #183e1c;
}
.cid-uFGtw5mYeu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFGtw5mYeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGtw5mYeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGtw5mYeu .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uFGtw5mYeu .text-container {
    margin: 0 5%;
  }
}
.cid-uFGtw5mYeu .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uFGtw5mYeu .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uFGtw5mYeu .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uFGtw5mYeu .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uFGtw5mYeu .mbr-text {
  color: #e8e8e8;
}
.cid-uFGtw5mYeu .mbr-desc,
.cid-uFGtw5mYeu .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uFGtw5mYeu .mbr-text,
.cid-uFGtw5mYeu .text-container {
  text-align: center;
}
.cid-uFGtw5N3Bh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFGtw5N3Bh .mbr-section-subtitle {
  color: #000000;
}
.cid-uFGtw5N3Bh .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFGtw6lmHZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFGtw6lmHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGtw6lmHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGtw6lmHZ .row {
  justify-content: center;
}
.cid-uFGtw6lmHZ .card {
  justify-content: center;
}
.cid-uFGtw6lmHZ .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uFGtw6lmHZ .image-wrapper {
    display: block;
  }
}
.cid-uFGtw6lmHZ .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uFGtw6lmHZ .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFGtw6lmHZ .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFGtw6lmHZ .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFGtw6lmHZ .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFGtw6lmHZ .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFGtw6lmHZ .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFGtw6lmHZ .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFGtw6lmHZ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFGtw6lmHZ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFGtw6lmHZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFGtw6lmHZ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFGtw6lmHZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFGtw6lmHZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFGtw6lmHZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFGtw6lmHZ .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFGtw6lmHZ .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFGtw6lmHZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFGtw6lmHZ .panel-title-edit {
  color: #000000;
}
.cid-uFGtw6lmHZ .panel-text {
  color: #000000;
}
.cid-uFGtw6YttY {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uFGtw6YttY {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uFGtw6YttY .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uFGtw6YttY section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uFGtw6YttY .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFGtw6YttY .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGtw6YttY .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFGtw6YttY .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uFGtw6YttY .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFGtw6YttY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFGtw6YttY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uFGtw6YttY .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFGtw6YttY .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uFGtw6YttY .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFGtw6YttY .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFGtw6YttY .image-wrapper {
    height: auto;
  }
}
.cid-uFGtw6YttY .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uFGtw6YttY .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uFGtw6YttY .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uFGtw6YttY .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uFGtw6YttY .mbr-section-title {
  color: #ed2c03;
}
.cid-uFGtw6YttY .mbr-desc {
  color: #000000;
}
.cid-uFGtw7AgY3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFGtw7AgY3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uFGtw7AgY3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFGtw86dqe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFGtw86dqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGtw86dqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGtw86dqe .row {
  justify-content: center;
}
.cid-uFGtw86dqe .card {
  justify-content: center;
}
.cid-uFGtw86dqe .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFGtw86dqe .image-wrapper {
    display: block;
  }
}
.cid-uFGtw86dqe .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
  left: auto;
  right: 0;
}
.cid-uFGtw86dqe .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFGtw86dqe .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFGtw86dqe .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFGtw86dqe .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFGtw86dqe .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFGtw86dqe .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFGtw86dqe .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFGtw86dqe .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFGtw86dqe .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFGtw86dqe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFGtw86dqe .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFGtw86dqe .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFGtw86dqe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFGtw86dqe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFGtw86dqe .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFGtw86dqe .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFGtw86dqe .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFGtw86dqe .panel-title-edit {
  color: #000000;
}
.cid-uFGtw86dqe .panel-text {
  color: #000000;
}
.cid-uFGtw8KhDk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFGtw8KhDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGtw8KhDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGtw8KhDk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFGtw8KhDk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFGtw8KhDk .container {
    padding: 0 24px;
  }
}
.cid-uFGtw8KhDk .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uFGtw8KhDk .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFGtw8KhDk .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uFGtw8KhDk .image-wrapper img {
    height: 350px;
  }
}
.cid-uFGtw8KhDk .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFGtw8KhDk .content-wrapper {
    padding: 0;
  }
}
.cid-uFGtw8KhDk .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFGtw8KhDk .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFGtw8KhDk .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFGtw8KhDk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFGtw8KhDk .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFGtw8KhDk .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uFGtw8KhDk .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uFGtw8KhDk .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uFGtw8KhDk .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uFGtw8KhDk .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFGtw8KhDk .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uFGtw8KhDk .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uFGtw8KhDk .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFGtw8KhDk .mbr-section-title {
  color: #262642;
}
.cid-uFGtw8KhDk .mbr-section-subtitle {
  color: #000000;
}
.cid-uFGtw8KhDk .card-text {
  color: #000000;
}
.cid-uFGtw9jVZG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFGtw9jVZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGtw9jVZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGtw9jVZG .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFGtw9jVZG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFGtw9jVZG .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFGtw9jVZG .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFGtw9jVZG .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFGtw9jVZG .panel-group .card {
    padding: 16px;
  }
}
.cid-uFGtw9jVZG .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFGtw9jVZG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFGtw9jVZG .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFGtw9jVZG .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFGtw9jVZG .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFGtw9jVZG .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uFGtw9jVZG .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uFGtw9jVZG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uFGtw9jVZG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFGtw9jVZG .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFGtw9jVZG .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFGtw9jVZG .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFGtw9jVZG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFGtw9jVZG .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFGtw9jVZG .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFGtw9jVZG .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFGtw9jVZG .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFGtw9jVZG .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFGtw9jVZG .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFGtw9jVZG .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFGtw9jVZG .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFGtw9jVZG .mbr-section-title {
  color: #272b2e;
}
.cid-uFGtw9jVZG .panel-title-edit {
  color: #272b2e;
}
.cid-uFGtw9jVZG .panel-text {
  color: #15171a;
}
.cid-uFGtw9jVZG .card-title {
  color: #272b2e;
}
.cid-uFGtw9jVZG .card-title,
.cid-uFGtw9jVZG .icon-wrap,
.cid-uFGtw9jVZG .mbr-section-btn {
  text-align: center;
}
.cid-uFGtwa03OU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFGtwa03OU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGtwa03OU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGtwa03OU .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFGtwa03OU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFGtwa03OU .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFGtwa03OU .image-wrapper img {
    height: 350px;
  }
}
.cid-uFGtwa03OU .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uFGtwa03OU .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uFGtwa03OU .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFGtwa03OU .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFGtwa03OU .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFGtwa03OU .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uFGtwa03OU .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uFGtwa03OU .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-uFGtwa03OU .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFGtwa03OU .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uFGtwa03OU .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFGtwa03OU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFGtwa03OU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFGtwa03OU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFGtwa03OU .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFGtwa03OU .mbr-section-title {
  color: #191c25;
}
.cid-uFGtwa03OU .mbr-text {
  color: #191c25;
}
.cid-uFGtwa03OU .mbr-desc {
  color: #15171a;
}
.cid-uIyRJJcL4H {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyRJJcL4H .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyRJJcL4H h4,
.cid-uIyRJJcL4H p {
  padding-bottom: 1rem;
}
.cid-uIyRJJcL4H .col-auto,
.cid-uIyRJJcL4H .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyRJJcL4H .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyRJJcL4H .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyRJJcL4H .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyRJJcL4H .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRJJcL4H .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRJJcL4H .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRJJcL4H .form-control,
.cid-uIyRJJcL4H .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyRJJcL4H .form-control::-webkit-input-placeholder,
.cid-uIyRJJcL4H .field-input::-webkit-input-placeholder,
.cid-uIyRJJcL4H .form-control::-webkit-input-placeholder,
.cid-uIyRJJcL4H .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyRJJcL4H .form-control:-moz-placeholder,
.cid-uIyRJJcL4H .field-input:-moz-placeholder,
.cid-uIyRJJcL4H .form-control:-moz-placeholder,
.cid-uIyRJJcL4H .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyRJJcL4H .form-control:hover,
.cid-uIyRJJcL4H .field-input:hover,
.cid-uIyRJJcL4H .form-control:focus,
.cid-uIyRJJcL4H .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyRJJcL4H .form-control:hover::-webkit-input-placeholder,
.cid-uIyRJJcL4H .field-input:hover::-webkit-input-placeholder,
.cid-uIyRJJcL4H .form-control:focus::-webkit-input-placeholder,
.cid-uIyRJJcL4H .field-input:focus::-webkit-input-placeholder,
.cid-uIyRJJcL4H .form-control:hover::-webkit-input-placeholder,
.cid-uIyRJJcL4H .field-input:hover::-webkit-input-placeholder,
.cid-uIyRJJcL4H .form-control:focus::-webkit-input-placeholder,
.cid-uIyRJJcL4H .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyRJJcL4H .form-control:hover:-moz-placeholder,
.cid-uIyRJJcL4H .field-input:hover:-moz-placeholder,
.cid-uIyRJJcL4H .form-control:focus:-moz-placeholder,
.cid-uIyRJJcL4H .field-input:focus:-moz-placeholder,
.cid-uIyRJJcL4H .form-control:hover:-moz-placeholder,
.cid-uIyRJJcL4H .field-input:hover:-moz-placeholder,
.cid-uIyRJJcL4H .form-control:focus:-moz-placeholder,
.cid-uIyRJJcL4H .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyRJJcL4H .jq-number__spin:hover,
.cid-uIyRJJcL4H .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyRJJcL4H .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyRJJcL4H .jq-selectbox li,
.cid-uIyRJJcL4H .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRJJcL4H .jq-selectbox li:hover,
.cid-uIyRJJcL4H .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRJJcL4H .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyRJJcL4H .jq-number__spin.minus:hover:after,
.cid-uIyRJJcL4H .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRJJcL4H .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyRJJcL4H .jq-number__spin.minus:after,
.cid-uIyRJJcL4H .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRJJcL4H input::-webkit-clear-button {
  display: none;
}
.cid-uIyRJJcL4H input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyRJJcL4H input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyRJJcL4H input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uFGV9FWle2 .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uFGV9FWle2 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uFGV9FWle2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFGV9FWle2 .navbar-collapse {
  flex-basis: auto;
}
.cid-uFGV9FWle2 .dropdown-item {
  padding: 0;
}
.cid-uFGV9FWle2 .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uFGV9FWle2 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFGV9FWle2 .menu-content-top {
    width: 100%;
  }
  .cid-uFGV9FWle2 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uFGV9FWle2 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uFGV9FWle2 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uFGV9FWle2 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uFGV9FWle2 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uFGV9FWle2 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uFGV9FWle2 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uFGV9FWle2 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uFGV9FWle2 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uFGV9FWle2 .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uFGV9FWle2 a {
  font-style: normal;
}
.cid-uFGV9FWle2 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uFGV9FWle2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFGV9FWle2 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uFGV9FWle2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFGV9FWle2 .content-text {
  margin-bottom: 0;
}
.cid-uFGV9FWle2 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFGV9FWle2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFGV9FWle2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFGV9FWle2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFGV9FWle2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFGV9FWle2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFGV9FWle2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFGV9FWle2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFGV9FWle2 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFGV9FWle2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFGV9FWle2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFGV9FWle2 .content-right-side {
  text-align: center;
}
.cid-uFGV9FWle2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFGV9FWle2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFGV9FWle2 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uFGV9FWle2 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uFGV9FWle2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFGV9FWle2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFGV9FWle2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFGV9FWle2 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uFGV9FWle2 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uFGV9FWle2 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uFGV9FWle2 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uFGV9FWle2 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFGV9FWle2 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uFGV9FWle2 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uFGV9FWle2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFGV9FWle2 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uFGV9FWle2 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uFGV9FWle2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uFGV9FWle2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFGV9FWle2 .navbar-toggler {
    display: none;
  }
  .cid-uFGV9FWle2 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uFGV9FWle2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFGV9FWle2 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uFGV9FWle2 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uFGV9FWle2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFGV9FWle2 .menu-logo {
  margin-right: auto;
}
.cid-uFGV9FWle2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uFGV9FWle2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFGV9FWle2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFGV9FWle2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFGV9FWle2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uFGV9FWle2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFGV9FWle2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFGV9FWle2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFGV9FWle2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uFGV9FWle2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFGV9FWle2 .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFGV9FWle2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFGV9FWle2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFGV9FWle2 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uFGV9FWle2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFGV9FWle2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFGV9FWle2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFGV9FWle2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFGV9FWle2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFGV9FWle2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFGV9FWle2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFGV9FWle2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uFGV9FWle2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFGV9FWle2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFGV9FWle2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFGV9FWle2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uFGV9FWle2 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uFGV9FWle2 button.navbar-toggler:focus {
  outline: none;
}
.cid-uFGV9FWle2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFGV9FWle2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFGV9FWle2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFGV9FWle2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFGV9FWle2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFGV9FWle2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFGV9FWle2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFGV9FWle2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFGV9FWle2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFGV9FWle2 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uFGV9FWle2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFGV9FWle2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFGV9FWle2 .collapsed .btn {
  display: flex;
}
.cid-uFGV9FWle2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFGV9FWle2 .collapsed .navbar-collapse.collapsing,
.cid-uFGV9FWle2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFGV9FWle2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFGV9FWle2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFGV9FWle2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFGV9FWle2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFGV9FWle2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFGV9FWle2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uFGV9FWle2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFGV9FWle2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFGV9FWle2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFGV9FWle2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFGV9FWle2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFGV9FWle2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uFGV9FWle2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uFGV9FWle2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFGV9FWle2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFGV9FWle2 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uFGV9FWle2 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uFGV9FWle2 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFGV9FWle2 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFGV9FWle2 .navbar-collapse.collapsing,
  .cid-uFGV9FWle2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFGV9FWle2 .navbar-collapse.collapsing .navbar-nav,
  .cid-uFGV9FWle2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFGV9FWle2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFGV9FWle2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFGV9FWle2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFGV9FWle2 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uFGV9FWle2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFGV9FWle2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFGV9FWle2 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uFGV9FWle2 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uFGV9FWle2 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uFGV9FWle2 img {
    height: 3.8rem !important;
  }
  .cid-uFGV9FWle2 .btn {
    display: flex;
  }
  .cid-uFGV9FWle2 button.navbar-toggler {
    display: block;
  }
  .cid-uFGV9FWle2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFGV9FWle2 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uFGV9FWle2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFGV9FWle2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFGV9FWle2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFGV9FWle2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uFGV9FWle2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFGV9FWle2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFGV9FWle2 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uFGV9FWle2 .nav-link:focus {
  outline: none;
}
.cid-uFGV9FWle2 .navbar-toggler {
  position: relative;
}
.cid-uFGV9FWle2 .dropdown-item.active,
.cid-uFGV9FWle2 .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFGV9FWle2 .widget-title,
.cid-uFGV9FWle2 .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uFGV9FWle2 .widget-text {
  color: #000000;
}
.cid-uFGV9H0QSh {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uFGV9H0QSh img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFGV9H0QSh img {
    height: 400px;
  }
}
.cid-uFGV9H0QSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGV9H0QSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGV9H0QSh .card {
  justify-content: flex-end;
}
.cid-uFGV9H0QSh .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFGV9H0QSh .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFGV9H0QSh .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFGV9H0QSh .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFGV9H0QSh .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFGV9H0QSh .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFGV9H0QSh .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFGV9H0QSh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFGV9H0QSh .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uFGV9H0QSh .image-wrapper {
    min-height: 400px;
  }
}
.cid-uFGV9H0QSh .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uFGV9H0QSh .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFGV9H0QSh .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uFGV9H0QSh .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFGV9H0QSh .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uFGV9H0QSh .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uFGV9H0QSh .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uFGV9H0QSh .mbr-section-title {
  color: #000000;
}
.cid-uFGV9H0QSh .mbr-text {
  color: #000000;
}
.cid-uFGV9H0QSh .card-text {
  color: #000000;
}
.cid-uFGV9H0QSh .mbr-section-title,
.cid-uFGV9H0QSh .mbr-section-btn DIV {
  text-align: left;
}
.cid-uFGV9HzrSM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFGV9HzrSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGV9HzrSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGV9HzrSM img {
  object-fit: cover;
}
.cid-uFGV9HzrSM .row {
  margin: 0;
}
.cid-uFGV9HzrSM .item-wrapper {
  width: 100%;
}
.cid-uFGV9HzrSM .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uFGV9HzrSM .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uFGV9HzrSM .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFGV9HzrSM .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uFGV9HzrSM .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uFGV9HzrSM .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFGV9HzrSM .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFGV9HzrSM .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uFGV9HzrSM .wrap {
  background: #ffffff;
}
.cid-uFGV9HzrSM .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFGV9HzrSM .mbr-text,
.cid-uFGV9HzrSM .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uFGV9HzrSM .mbr-link,
.cid-uFGV9HzrSM .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uFGV9HzrSM .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uFGV9HzrSM .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uFGV9I8JU8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFGV9I8JU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGV9I8JU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGV9I8JU8 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFGV9I8JU8 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFGV9I8JU8 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFGV9I8JU8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFGV9I8JU8 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFGV9I8JU8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFGV9I8JU8 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFGV9I8JU8 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uFGV9I8JU8 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFGV9I8JU8 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFGV9I8JU8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFGV9I8JU8 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFGV9I8JU8 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #491414;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFGV9I8JU8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFGV9I8JU8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFGV9I8JU8 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFGV9I8JU8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFGV9I8JU8 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFGV9I8JU8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uFGV9I8JU8 .mbr-text {
  color: #000000;
}
.cid-uFGV9I8JU8 .panel-title-edit {
  color: #5c1e12;
}
.cid-uFGV9I8JU8 .panel-text {
  color: #000000;
}
.cid-uFGV9I8JU8 .mbr-section-title,
.cid-uFGV9I8JU8 .mbr-section-btn {
  color: #183e1c;
}
.cid-uFGV9IVCJu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFGV9IVCJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGV9IVCJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGV9IVCJu .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uFGV9IVCJu .text-container {
    margin: 0 5%;
  }
}
.cid-uFGV9IVCJu .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uFGV9IVCJu .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uFGV9IVCJu .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uFGV9IVCJu .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uFGV9IVCJu .mbr-text {
  color: #e8e8e8;
}
.cid-uFGV9IVCJu .mbr-desc,
.cid-uFGV9IVCJu .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uFGV9IVCJu .mbr-text,
.cid-uFGV9IVCJu .text-container {
  text-align: center;
}
.cid-uFGV9JqFIc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFGV9JqFIc .mbr-section-subtitle {
  color: #000000;
}
.cid-uFGV9JqFIc .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFGV9JYrMt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFGV9JYrMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGV9JYrMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGV9JYrMt .row {
  justify-content: center;
}
.cid-uFGV9JYrMt .card {
  justify-content: center;
}
.cid-uFGV9JYrMt .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uFGV9JYrMt .image-wrapper {
    display: block;
  }
}
.cid-uFGV9JYrMt .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uFGV9JYrMt .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFGV9JYrMt .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFGV9JYrMt .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFGV9JYrMt .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFGV9JYrMt .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFGV9JYrMt .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFGV9JYrMt .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFGV9JYrMt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFGV9JYrMt .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFGV9JYrMt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFGV9JYrMt .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFGV9JYrMt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFGV9JYrMt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFGV9JYrMt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFGV9JYrMt .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFGV9JYrMt .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFGV9JYrMt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFGV9JYrMt .panel-title-edit {
  color: #000000;
}
.cid-uFGV9JYrMt .panel-text {
  color: #000000;
}
.cid-uFGV9KIs8W {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uFGV9KIs8W {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uFGV9KIs8W .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uFGV9KIs8W section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uFGV9KIs8W .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFGV9KIs8W .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGV9KIs8W .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFGV9KIs8W .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uFGV9KIs8W .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFGV9KIs8W .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFGV9KIs8W .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uFGV9KIs8W .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFGV9KIs8W .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uFGV9KIs8W .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFGV9KIs8W .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFGV9KIs8W .image-wrapper {
    height: auto;
  }
}
.cid-uFGV9KIs8W .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uFGV9KIs8W .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uFGV9KIs8W .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uFGV9KIs8W .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uFGV9KIs8W .mbr-section-title {
  color: #ed2c03;
}
.cid-uFGV9KIs8W .mbr-desc {
  color: #000000;
}
.cid-uFGV9Lmks0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #edefeb);
}
.cid-uFGV9Lmks0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uFGV9Lmks0 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uFGV9M5Gik {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFGV9M5Gik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGV9M5Gik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGV9M5Gik .row {
  justify-content: center;
}
.cid-uFGV9M5Gik .card {
  justify-content: center;
}
.cid-uFGV9M5Gik .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFGV9M5Gik .image-wrapper {
    display: block;
  }
}
.cid-uFGV9M5Gik .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
  left: auto;
  right: 0;
}
.cid-uFGV9M5Gik .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFGV9M5Gik .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFGV9M5Gik .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFGV9M5Gik .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFGV9M5Gik .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFGV9M5Gik .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uFGV9M5Gik .panel-group .card:first-child {
  border-top: 2px solid #232323;
}
.cid-uFGV9M5Gik .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFGV9M5Gik .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFGV9M5Gik .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFGV9M5Gik .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFGV9M5Gik .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uFGV9M5Gik .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #faa951;
}
.cid-uFGV9M5Gik .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFGV9M5Gik .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFGV9M5Gik .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFGV9M5Gik .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFGV9M5Gik .panel-title-edit {
  color: #000000;
}
.cid-uFGV9M5Gik .panel-text {
  color: #000000;
}
.cid-uFGV9MQp37 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFGV9MQp37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGV9MQp37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGV9MQp37 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFGV9MQp37 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFGV9MQp37 .container {
    padding: 0 24px;
  }
}
.cid-uFGV9MQp37 .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uFGV9MQp37 .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFGV9MQp37 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uFGV9MQp37 .image-wrapper img {
    height: 350px;
  }
}
.cid-uFGV9MQp37 .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFGV9MQp37 .content-wrapper {
    padding: 0;
  }
}
.cid-uFGV9MQp37 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFGV9MQp37 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFGV9MQp37 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFGV9MQp37 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFGV9MQp37 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFGV9MQp37 .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uFGV9MQp37 .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uFGV9MQp37 .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uFGV9MQp37 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uFGV9MQp37 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFGV9MQp37 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uFGV9MQp37 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uFGV9MQp37 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFGV9MQp37 .mbr-section-title {
  color: #262642;
}
.cid-uFGV9MQp37 .mbr-section-subtitle {
  color: #000000;
}
.cid-uFGV9MQp37 .card-text {
  color: #000000;
}
.cid-uFGV9NzHK7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFGV9NzHK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGV9NzHK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGV9NzHK7 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFGV9NzHK7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFGV9NzHK7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFGV9NzHK7 .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFGV9NzHK7 .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFGV9NzHK7 .panel-group .card {
    padding: 16px;
  }
}
.cid-uFGV9NzHK7 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFGV9NzHK7 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFGV9NzHK7 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFGV9NzHK7 .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFGV9NzHK7 .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFGV9NzHK7 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uFGV9NzHK7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uFGV9NzHK7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uFGV9NzHK7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFGV9NzHK7 .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFGV9NzHK7 .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFGV9NzHK7 .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFGV9NzHK7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFGV9NzHK7 .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFGV9NzHK7 .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFGV9NzHK7 .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFGV9NzHK7 .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFGV9NzHK7 .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFGV9NzHK7 .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFGV9NzHK7 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFGV9NzHK7 .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFGV9NzHK7 .mbr-section-title {
  color: #272b2e;
}
.cid-uFGV9NzHK7 .panel-title-edit {
  color: #272b2e;
}
.cid-uFGV9NzHK7 .panel-text {
  color: #15171a;
}
.cid-uFGV9NzHK7 .card-title {
  color: #272b2e;
}
.cid-uFGV9NzHK7 .card-title,
.cid-uFGV9NzHK7 .icon-wrap,
.cid-uFGV9NzHK7 .mbr-section-btn {
  text-align: center;
}
.cid-uFGV9On6Nc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFGV9On6Nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGV9On6Nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGV9On6Nc .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFGV9On6Nc .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFGV9On6Nc .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFGV9On6Nc .image-wrapper img {
    height: 350px;
  }
}
.cid-uFGV9On6Nc .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uFGV9On6Nc .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uFGV9On6Nc .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFGV9On6Nc .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFGV9On6Nc .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFGV9On6Nc .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uFGV9On6Nc .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uFGV9On6Nc .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-uFGV9On6Nc .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFGV9On6Nc .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uFGV9On6Nc .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFGV9On6Nc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFGV9On6Nc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFGV9On6Nc .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFGV9On6Nc .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFGV9On6Nc .mbr-section-title {
  color: #191c25;
}
.cid-uFGV9On6Nc .mbr-text {
  color: #191c25;
}
.cid-uFGV9On6Nc .mbr-desc {
  color: #15171a;
}
.cid-uIyRSbEA9W {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyRSbEA9W .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyRSbEA9W h4,
.cid-uIyRSbEA9W p {
  padding-bottom: 1rem;
}
.cid-uIyRSbEA9W .col-auto,
.cid-uIyRSbEA9W .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyRSbEA9W .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyRSbEA9W .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyRSbEA9W .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyRSbEA9W .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRSbEA9W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRSbEA9W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRSbEA9W .form-control,
.cid-uIyRSbEA9W .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyRSbEA9W .form-control::-webkit-input-placeholder,
.cid-uIyRSbEA9W .field-input::-webkit-input-placeholder,
.cid-uIyRSbEA9W .form-control::-webkit-input-placeholder,
.cid-uIyRSbEA9W .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyRSbEA9W .form-control:-moz-placeholder,
.cid-uIyRSbEA9W .field-input:-moz-placeholder,
.cid-uIyRSbEA9W .form-control:-moz-placeholder,
.cid-uIyRSbEA9W .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyRSbEA9W .form-control:hover,
.cid-uIyRSbEA9W .field-input:hover,
.cid-uIyRSbEA9W .form-control:focus,
.cid-uIyRSbEA9W .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyRSbEA9W .form-control:hover::-webkit-input-placeholder,
.cid-uIyRSbEA9W .field-input:hover::-webkit-input-placeholder,
.cid-uIyRSbEA9W .form-control:focus::-webkit-input-placeholder,
.cid-uIyRSbEA9W .field-input:focus::-webkit-input-placeholder,
.cid-uIyRSbEA9W .form-control:hover::-webkit-input-placeholder,
.cid-uIyRSbEA9W .field-input:hover::-webkit-input-placeholder,
.cid-uIyRSbEA9W .form-control:focus::-webkit-input-placeholder,
.cid-uIyRSbEA9W .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyRSbEA9W .form-control:hover:-moz-placeholder,
.cid-uIyRSbEA9W .field-input:hover:-moz-placeholder,
.cid-uIyRSbEA9W .form-control:focus:-moz-placeholder,
.cid-uIyRSbEA9W .field-input:focus:-moz-placeholder,
.cid-uIyRSbEA9W .form-control:hover:-moz-placeholder,
.cid-uIyRSbEA9W .field-input:hover:-moz-placeholder,
.cid-uIyRSbEA9W .form-control:focus:-moz-placeholder,
.cid-uIyRSbEA9W .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyRSbEA9W .jq-number__spin:hover,
.cid-uIyRSbEA9W .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyRSbEA9W .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyRSbEA9W .jq-selectbox li,
.cid-uIyRSbEA9W .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRSbEA9W .jq-selectbox li:hover,
.cid-uIyRSbEA9W .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRSbEA9W .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyRSbEA9W .jq-number__spin.minus:hover:after,
.cid-uIyRSbEA9W .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRSbEA9W .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyRSbEA9W .jq-number__spin.minus:after,
.cid-uIyRSbEA9W .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRSbEA9W input::-webkit-clear-button {
  display: none;
}
.cid-uIyRSbEA9W input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyRSbEA9W input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyRSbEA9W input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uFHiffDOSY .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uFHiffDOSY .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uFHiffDOSY .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFHiffDOSY .navbar-collapse {
  flex-basis: auto;
}
.cid-uFHiffDOSY .dropdown-item {
  padding: 0;
}
.cid-uFHiffDOSY .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uFHiffDOSY .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFHiffDOSY .menu-content-top {
    width: 100%;
  }
  .cid-uFHiffDOSY .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uFHiffDOSY .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uFHiffDOSY .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uFHiffDOSY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uFHiffDOSY .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uFHiffDOSY .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uFHiffDOSY .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uFHiffDOSY .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uFHiffDOSY .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uFHiffDOSY .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uFHiffDOSY a {
  font-style: normal;
}
.cid-uFHiffDOSY .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uFHiffDOSY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFHiffDOSY .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uFHiffDOSY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFHiffDOSY .content-text {
  margin-bottom: 0;
}
.cid-uFHiffDOSY .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFHiffDOSY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFHiffDOSY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFHiffDOSY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFHiffDOSY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFHiffDOSY .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHiffDOSY .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHiffDOSY .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFHiffDOSY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFHiffDOSY .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFHiffDOSY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFHiffDOSY .content-right-side {
  text-align: center;
}
.cid-uFHiffDOSY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFHiffDOSY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFHiffDOSY .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uFHiffDOSY .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uFHiffDOSY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFHiffDOSY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFHiffDOSY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFHiffDOSY .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uFHiffDOSY .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uFHiffDOSY .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uFHiffDOSY .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uFHiffDOSY .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFHiffDOSY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uFHiffDOSY .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uFHiffDOSY .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFHiffDOSY .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uFHiffDOSY .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uFHiffDOSY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uFHiffDOSY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFHiffDOSY .navbar-toggler {
    display: none;
  }
  .cid-uFHiffDOSY .navbar-collapse {
    justify-content: center;
  }
}
.cid-uFHiffDOSY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFHiffDOSY .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uFHiffDOSY .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uFHiffDOSY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFHiffDOSY .menu-logo {
  margin-right: auto;
}
.cid-uFHiffDOSY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uFHiffDOSY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFHiffDOSY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFHiffDOSY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFHiffDOSY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uFHiffDOSY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFHiffDOSY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFHiffDOSY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFHiffDOSY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uFHiffDOSY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFHiffDOSY .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFHiffDOSY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHiffDOSY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFHiffDOSY .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uFHiffDOSY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFHiffDOSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFHiffDOSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFHiffDOSY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFHiffDOSY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHiffDOSY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFHiffDOSY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFHiffDOSY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uFHiffDOSY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFHiffDOSY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFHiffDOSY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFHiffDOSY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uFHiffDOSY button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uFHiffDOSY button.navbar-toggler:focus {
  outline: none;
}
.cid-uFHiffDOSY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFHiffDOSY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFHiffDOSY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHiffDOSY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHiffDOSY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFHiffDOSY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHiffDOSY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFHiffDOSY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFHiffDOSY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHiffDOSY .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uFHiffDOSY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHiffDOSY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHiffDOSY .collapsed .btn {
  display: flex;
}
.cid-uFHiffDOSY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFHiffDOSY .collapsed .navbar-collapse.collapsing,
.cid-uFHiffDOSY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFHiffDOSY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFHiffDOSY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFHiffDOSY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFHiffDOSY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFHiffDOSY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFHiffDOSY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uFHiffDOSY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFHiffDOSY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFHiffDOSY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHiffDOSY .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFHiffDOSY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFHiffDOSY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uFHiffDOSY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uFHiffDOSY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFHiffDOSY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFHiffDOSY .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uFHiffDOSY .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uFHiffDOSY .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFHiffDOSY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFHiffDOSY .navbar-collapse.collapsing,
  .cid-uFHiffDOSY .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFHiffDOSY .navbar-collapse.collapsing .navbar-nav,
  .cid-uFHiffDOSY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFHiffDOSY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFHiffDOSY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFHiffDOSY .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFHiffDOSY .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uFHiffDOSY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFHiffDOSY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHiffDOSY .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uFHiffDOSY .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uFHiffDOSY .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uFHiffDOSY img {
    height: 3.8rem !important;
  }
  .cid-uFHiffDOSY .btn {
    display: flex;
  }
  .cid-uFHiffDOSY button.navbar-toggler {
    display: block;
  }
  .cid-uFHiffDOSY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFHiffDOSY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uFHiffDOSY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFHiffDOSY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFHiffDOSY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFHiffDOSY .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uFHiffDOSY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFHiffDOSY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFHiffDOSY .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uFHiffDOSY .nav-link:focus {
  outline: none;
}
.cid-uFHiffDOSY .navbar-toggler {
  position: relative;
}
.cid-uFHiffDOSY .dropdown-item.active,
.cid-uFHiffDOSY .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFHiffDOSY .widget-title,
.cid-uFHiffDOSY .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uFHiffDOSY .widget-text {
  color: #000000;
}
.cid-uFHifgmoxk {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uFHifgmoxk img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFHifgmoxk img {
    height: 400px;
  }
}
.cid-uFHifgmoxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHifgmoxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHifgmoxk .card {
  justify-content: flex-end;
}
.cid-uFHifgmoxk .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFHifgmoxk .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFHifgmoxk .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFHifgmoxk .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFHifgmoxk .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uFHifgmoxk .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uFHifgmoxk .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFHifgmoxk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFHifgmoxk .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uFHifgmoxk .image-wrapper {
    min-height: 400px;
  }
}
.cid-uFHifgmoxk .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uFHifgmoxk .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFHifgmoxk .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uFHifgmoxk .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFHifgmoxk .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uFHifgmoxk .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uFHifgmoxk .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uFHifgmoxk .mbr-section-title {
  color: #000000;
}
.cid-uFHifgmoxk .mbr-text {
  color: #000000;
}
.cid-uFHifgmoxk .card-text {
  color: #000000;
}
.cid-uFHifgmoxk .mbr-section-title,
.cid-uFHifgmoxk .mbr-section-btn DIV {
  text-align: left;
}
.cid-uFHifgQLGM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFHifgQLGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHifgQLGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHifgQLGM img {
  object-fit: cover;
}
.cid-uFHifgQLGM .row {
  margin: 0;
}
.cid-uFHifgQLGM .item-wrapper {
  width: 100%;
}
.cid-uFHifgQLGM .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uFHifgQLGM .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uFHifgQLGM .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFHifgQLGM .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uFHifgQLGM .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uFHifgQLGM .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFHifgQLGM .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFHifgQLGM .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uFHifgQLGM .wrap {
  background: #ffffff;
}
.cid-uFHifgQLGM .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFHifgQLGM .mbr-text,
.cid-uFHifgQLGM .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uFHifgQLGM .mbr-link,
.cid-uFHifgQLGM .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uFHifgQLGM .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uFHifgQLGM .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uFOZusr72g {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFOZusr72g .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uFOZusr72g .panel-group {
  border: none;
}
.cid-uFOZusr72g .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uFOZusr72g .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uFOZusr72g .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uFOZusr72g .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uFOZusr72g .img-col {
  padding: 0;
}
.cid-uFOZusr72g span {
  margin-right: 1rem;
}
.cid-uFOZusr72g .img-item {
  height: 100%;
}
.cid-uFOZusr72g img {
  height: 100%;
  object-fit: cover;
}
.cid-uFOZusr72g .collapsed span {
  transform: rotate(0deg);
}
.cid-uFOZusr72g .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uFOZusr72g p {
  margin-bottom: 0.3rem;
}
.cid-uFOZusr72g .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uFOZusr72g .card {
  padding: 0;
}
.cid-uFOZusr72g .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uFOZusr72g .panel-text {
    padding-left: 0;
  }
}
.cid-uFOZusr72g .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uFOZusr72g .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uFOZusr72g .panel-title-edit,
.cid-uFOZusr72g .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uN2YpmxGTN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uN2YpmxGTN .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uN2YpmxGTN .panel-group {
  border: none;
}
.cid-uN2YpmxGTN .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uN2YpmxGTN .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uN2YpmxGTN .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uN2YpmxGTN .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uN2YpmxGTN .img-col {
  padding: 0;
}
.cid-uN2YpmxGTN span {
  margin-right: 1rem;
}
.cid-uN2YpmxGTN .img-item {
  height: 100%;
}
.cid-uN2YpmxGTN img {
  height: 100%;
  object-fit: cover;
}
.cid-uN2YpmxGTN .collapsed span {
  transform: rotate(0deg);
}
.cid-uN2YpmxGTN .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uN2YpmxGTN p {
  margin-bottom: 0.3rem;
}
.cid-uN2YpmxGTN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uN2YpmxGTN .card {
  padding: 0;
}
.cid-uN2YpmxGTN .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uN2YpmxGTN .panel-text {
    padding-left: 0;
  }
}
.cid-uN2YpmxGTN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uN2YpmxGTN .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uN2YpmxGTN .panel-title-edit,
.cid-uN2YpmxGTN .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uFHifhPgXn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHifhPgXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHifhPgXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHifhPgXn .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uFHifhPgXn .text-container {
    margin: 0 5%;
  }
}
.cid-uFHifhPgXn .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uFHifhPgXn .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uFHifhPgXn .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uFHifhPgXn .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uFHifhPgXn .mbr-text {
  color: #e8e8e8;
}
.cid-uFHifhPgXn .mbr-desc,
.cid-uFHifhPgXn .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uFHifhPgXn .mbr-text,
.cid-uFHifhPgXn .text-container {
  text-align: center;
}
.cid-uIBTAguxxV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-uIBTAguxxV .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uIBTAguxxV .panel-group {
  border: none;
}
.cid-uIBTAguxxV .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uIBTAguxxV .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uIBTAguxxV .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uIBTAguxxV .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uIBTAguxxV .img-col {
  padding: 0;
}
.cid-uIBTAguxxV span {
  margin-right: 1rem;
}
.cid-uIBTAguxxV .img-item {
  height: 100%;
}
.cid-uIBTAguxxV img {
  height: 100%;
  object-fit: cover;
}
.cid-uIBTAguxxV .collapsed span {
  transform: rotate(0deg);
}
.cid-uIBTAguxxV .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uIBTAguxxV p {
  margin-bottom: 0.3rem;
}
.cid-uIBTAguxxV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uIBTAguxxV .card {
  padding: 0;
}
.cid-uIBTAguxxV .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uIBTAguxxV .panel-text {
    padding-left: 0;
  }
}
.cid-uIBTAguxxV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uIBTAguxxV .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uIBTAguxxV .panel-title-edit,
.cid-uIBTAguxxV .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uFHifjqZAk {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uFHifjqZAk {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uFHifjqZAk .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uFHifjqZAk section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uFHifjqZAk .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFHifjqZAk .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHifjqZAk .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFHifjqZAk .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uFHifjqZAk .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFHifjqZAk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFHifjqZAk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uFHifjqZAk .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFHifjqZAk .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uFHifjqZAk .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFHifjqZAk .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFHifjqZAk .image-wrapper {
    height: auto;
  }
}
.cid-uFHifjqZAk .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uFHifjqZAk .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uFHifjqZAk .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-uFHifjqZAk .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uFHifjqZAk .mbr-section-title {
  color: #ed2c03;
}
.cid-uFHifjqZAk .mbr-desc {
  color: #000000;
}
.cid-uIC2a89ieH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-uIC2a89ieH .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uIC2a89ieH .panel-group {
  border: none;
}
.cid-uIC2a89ieH .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uIC2a89ieH .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uIC2a89ieH .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uIC2a89ieH .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uIC2a89ieH .img-col {
  padding: 0;
}
.cid-uIC2a89ieH span {
  margin-right: 1rem;
}
.cid-uIC2a89ieH .img-item {
  height: 100%;
}
.cid-uIC2a89ieH img {
  height: 100%;
  object-fit: cover;
}
.cid-uIC2a89ieH .collapsed span {
  transform: rotate(0deg);
}
.cid-uIC2a89ieH .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uIC2a89ieH p {
  margin-bottom: 0.3rem;
}
.cid-uIC2a89ieH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uIC2a89ieH .card {
  padding: 0;
}
.cid-uIC2a89ieH .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uIC2a89ieH .panel-text {
    padding-left: 0;
  }
}
.cid-uIC2a89ieH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uIC2a89ieH .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uIC2a89ieH .panel-title-edit,
.cid-uIC2a89ieH .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uFHifl4pRT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFHifl4pRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHifl4pRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHifl4pRT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFHifl4pRT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFHifl4pRT .container {
    padding: 0 24px;
  }
}
.cid-uFHifl4pRT .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uFHifl4pRT .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFHifl4pRT .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uFHifl4pRT .image-wrapper img {
    height: 350px;
  }
}
.cid-uFHifl4pRT .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFHifl4pRT .content-wrapper {
    padding: 0;
  }
}
.cid-uFHifl4pRT .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFHifl4pRT .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFHifl4pRT .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFHifl4pRT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFHifl4pRT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFHifl4pRT .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uFHifl4pRT .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uFHifl4pRT .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uFHifl4pRT .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uFHifl4pRT .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFHifl4pRT .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uFHifl4pRT .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uFHifl4pRT .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFHifl4pRT .mbr-section-title {
  color: #262642;
}
.cid-uFHifl4pRT .mbr-section-subtitle {
  color: #000000;
}
.cid-uFHifl4pRT .card-text {
  color: #000000;
}
.cid-uFHiflHlgw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFHiflHlgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHiflHlgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHiflHlgw .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFHiflHlgw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFHiflHlgw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFHiflHlgw .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFHiflHlgw .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFHiflHlgw .panel-group .card {
    padding: 16px;
  }
}
.cid-uFHiflHlgw .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFHiflHlgw .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFHiflHlgw .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFHiflHlgw .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFHiflHlgw .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFHiflHlgw .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uFHiflHlgw .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uFHiflHlgw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uFHiflHlgw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFHiflHlgw .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFHiflHlgw .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFHiflHlgw .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFHiflHlgw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFHiflHlgw .card-wrapper {
  background-color: #edefeb;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFHiflHlgw .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFHiflHlgw .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFHiflHlgw .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFHiflHlgw .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFHiflHlgw .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFHiflHlgw .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFHiflHlgw .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFHiflHlgw .mbr-section-title {
  color: #272b2e;
}
.cid-uFHiflHlgw .panel-title-edit {
  color: #272b2e;
}
.cid-uFHiflHlgw .panel-text {
  color: #15171a;
}
.cid-uFHiflHlgw .card-title {
  color: #272b2e;
}
.cid-uFHiflHlgw .card-title,
.cid-uFHiflHlgw .icon-wrap,
.cid-uFHiflHlgw .mbr-section-btn {
  text-align: center;
}
.cid-uFHifmp5LU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFHifmp5LU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHifmp5LU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHifmp5LU .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFHifmp5LU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFHifmp5LU .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFHifmp5LU .image-wrapper img {
    height: 350px;
  }
}
.cid-uFHifmp5LU .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uFHifmp5LU .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uFHifmp5LU .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFHifmp5LU .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFHifmp5LU .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFHifmp5LU .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uFHifmp5LU .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uFHifmp5LU .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-uFHifmp5LU .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFHifmp5LU .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uFHifmp5LU .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFHifmp5LU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFHifmp5LU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFHifmp5LU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFHifmp5LU .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFHifmp5LU .mbr-section-title {
  color: #191c25;
}
.cid-uFHifmp5LU .mbr-text {
  color: #191c25;
}
.cid-uFHifmp5LU .mbr-desc {
  color: #15171a;
}
.cid-uIyRW5vZ9n {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyRW5vZ9n .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyRW5vZ9n h4,
.cid-uIyRW5vZ9n p {
  padding-bottom: 1rem;
}
.cid-uIyRW5vZ9n .col-auto,
.cid-uIyRW5vZ9n .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyRW5vZ9n .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyRW5vZ9n .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyRW5vZ9n .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyRW5vZ9n .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRW5vZ9n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRW5vZ9n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRW5vZ9n .form-control,
.cid-uIyRW5vZ9n .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyRW5vZ9n .form-control::-webkit-input-placeholder,
.cid-uIyRW5vZ9n .field-input::-webkit-input-placeholder,
.cid-uIyRW5vZ9n .form-control::-webkit-input-placeholder,
.cid-uIyRW5vZ9n .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyRW5vZ9n .form-control:-moz-placeholder,
.cid-uIyRW5vZ9n .field-input:-moz-placeholder,
.cid-uIyRW5vZ9n .form-control:-moz-placeholder,
.cid-uIyRW5vZ9n .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyRW5vZ9n .form-control:hover,
.cid-uIyRW5vZ9n .field-input:hover,
.cid-uIyRW5vZ9n .form-control:focus,
.cid-uIyRW5vZ9n .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyRW5vZ9n .form-control:hover::-webkit-input-placeholder,
.cid-uIyRW5vZ9n .field-input:hover::-webkit-input-placeholder,
.cid-uIyRW5vZ9n .form-control:focus::-webkit-input-placeholder,
.cid-uIyRW5vZ9n .field-input:focus::-webkit-input-placeholder,
.cid-uIyRW5vZ9n .form-control:hover::-webkit-input-placeholder,
.cid-uIyRW5vZ9n .field-input:hover::-webkit-input-placeholder,
.cid-uIyRW5vZ9n .form-control:focus::-webkit-input-placeholder,
.cid-uIyRW5vZ9n .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyRW5vZ9n .form-control:hover:-moz-placeholder,
.cid-uIyRW5vZ9n .field-input:hover:-moz-placeholder,
.cid-uIyRW5vZ9n .form-control:focus:-moz-placeholder,
.cid-uIyRW5vZ9n .field-input:focus:-moz-placeholder,
.cid-uIyRW5vZ9n .form-control:hover:-moz-placeholder,
.cid-uIyRW5vZ9n .field-input:hover:-moz-placeholder,
.cid-uIyRW5vZ9n .form-control:focus:-moz-placeholder,
.cid-uIyRW5vZ9n .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyRW5vZ9n .jq-number__spin:hover,
.cid-uIyRW5vZ9n .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyRW5vZ9n .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyRW5vZ9n .jq-selectbox li,
.cid-uIyRW5vZ9n .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRW5vZ9n .jq-selectbox li:hover,
.cid-uIyRW5vZ9n .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyRW5vZ9n .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyRW5vZ9n .jq-number__spin.minus:hover:after,
.cid-uIyRW5vZ9n .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRW5vZ9n .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyRW5vZ9n .jq-number__spin.minus:after,
.cid-uIyRW5vZ9n .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyRW5vZ9n input::-webkit-clear-button {
  display: none;
}
.cid-uIyRW5vZ9n input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyRW5vZ9n input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyRW5vZ9n input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uHzDlRfM6A .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uHzDlRfM6A .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uHzDlRfM6A .navbar-fixed-top {
  padding-top: 0;
}
.cid-uHzDlRfM6A .navbar-collapse {
  flex-basis: auto;
}
.cid-uHzDlRfM6A .dropdown-item {
  padding: 0;
}
.cid-uHzDlRfM6A .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uHzDlRfM6A .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHzDlRfM6A .menu-content-top {
    width: 100%;
  }
  .cid-uHzDlRfM6A .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uHzDlRfM6A .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uHzDlRfM6A .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uHzDlRfM6A .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uHzDlRfM6A .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHzDlRfM6A .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uHzDlRfM6A .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uHzDlRfM6A .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uHzDlRfM6A .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uHzDlRfM6A .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uHzDlRfM6A a {
  font-style: normal;
}
.cid-uHzDlRfM6A .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uHzDlRfM6A .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uHzDlRfM6A .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uHzDlRfM6A .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHzDlRfM6A .content-text {
  margin-bottom: 0;
}
.cid-uHzDlRfM6A .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uHzDlRfM6A .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uHzDlRfM6A .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uHzDlRfM6A .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uHzDlRfM6A .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uHzDlRfM6A .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uHzDlRfM6A .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uHzDlRfM6A .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uHzDlRfM6A .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHzDlRfM6A .nav-dropdown .link {
  font-weight: 400;
}
.cid-uHzDlRfM6A .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uHzDlRfM6A .content-right-side {
  text-align: center;
}
.cid-uHzDlRfM6A .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uHzDlRfM6A .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uHzDlRfM6A .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uHzDlRfM6A .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uHzDlRfM6A .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uHzDlRfM6A .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uHzDlRfM6A .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uHzDlRfM6A .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uHzDlRfM6A .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uHzDlRfM6A .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uHzDlRfM6A .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uHzDlRfM6A .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uHzDlRfM6A .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uHzDlRfM6A .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uHzDlRfM6A .navbar {
    display: block;
    padding: 0;
  }
  .cid-uHzDlRfM6A .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uHzDlRfM6A .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uHzDlRfM6A .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uHzDlRfM6A .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uHzDlRfM6A .navbar-toggler {
    display: none;
  }
  .cid-uHzDlRfM6A .navbar-collapse {
    justify-content: center;
  }
}
.cid-uHzDlRfM6A .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uHzDlRfM6A .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uHzDlRfM6A .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uHzDlRfM6A .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uHzDlRfM6A .menu-logo {
  margin-right: auto;
}
.cid-uHzDlRfM6A .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uHzDlRfM6A .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uHzDlRfM6A .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHzDlRfM6A .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHzDlRfM6A .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uHzDlRfM6A .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHzDlRfM6A .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uHzDlRfM6A .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHzDlRfM6A .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uHzDlRfM6A .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHzDlRfM6A .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uHzDlRfM6A .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uHzDlRfM6A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHzDlRfM6A .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uHzDlRfM6A .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uHzDlRfM6A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHzDlRfM6A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHzDlRfM6A .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHzDlRfM6A .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHzDlRfM6A .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uHzDlRfM6A .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uHzDlRfM6A .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uHzDlRfM6A .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHzDlRfM6A .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHzDlRfM6A .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHzDlRfM6A button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uHzDlRfM6A button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uHzDlRfM6A button.navbar-toggler:focus {
  outline: none;
}
.cid-uHzDlRfM6A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHzDlRfM6A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHzDlRfM6A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHzDlRfM6A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHzDlRfM6A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHzDlRfM6A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHzDlRfM6A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHzDlRfM6A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHzDlRfM6A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHzDlRfM6A .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uHzDlRfM6A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHzDlRfM6A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHzDlRfM6A .collapsed .btn {
  display: flex;
}
.cid-uHzDlRfM6A .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHzDlRfM6A .collapsed .navbar-collapse.collapsing,
.cid-uHzDlRfM6A .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHzDlRfM6A .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHzDlRfM6A .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHzDlRfM6A .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHzDlRfM6A .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHzDlRfM6A .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHzDlRfM6A .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uHzDlRfM6A .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHzDlRfM6A .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHzDlRfM6A .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uHzDlRfM6A .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHzDlRfM6A .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uHzDlRfM6A .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uHzDlRfM6A .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uHzDlRfM6A .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHzDlRfM6A .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHzDlRfM6A .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uHzDlRfM6A .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uHzDlRfM6A .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHzDlRfM6A .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHzDlRfM6A .navbar-collapse.collapsing,
  .cid-uHzDlRfM6A .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHzDlRfM6A .navbar-collapse.collapsing .navbar-nav,
  .cid-uHzDlRfM6A .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHzDlRfM6A .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHzDlRfM6A .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHzDlRfM6A .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHzDlRfM6A .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uHzDlRfM6A .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHzDlRfM6A .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHzDlRfM6A .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uHzDlRfM6A .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uHzDlRfM6A .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uHzDlRfM6A img {
    height: 3.8rem !important;
  }
  .cid-uHzDlRfM6A .btn {
    display: flex;
  }
  .cid-uHzDlRfM6A button.navbar-toggler {
    display: block;
  }
  .cid-uHzDlRfM6A .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uHzDlRfM6A .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uHzDlRfM6A .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uHzDlRfM6A .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHzDlRfM6A .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHzDlRfM6A .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uHzDlRfM6A .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uHzDlRfM6A .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uHzDlRfM6A .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uHzDlRfM6A .nav-link:focus {
  outline: none;
}
.cid-uHzDlRfM6A .navbar-toggler {
  position: relative;
}
.cid-uHzDlRfM6A .dropdown-item.active,
.cid-uHzDlRfM6A .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uHzDlRfM6A .widget-title,
.cid-uHzDlRfM6A .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uHzDlRfM6A .widget-text {
  color: #000000;
}
.cid-uHzDlRVDt4 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uHzDlRVDt4 img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHzDlRVDt4 img {
    height: 400px;
  }
}
.cid-uHzDlRVDt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzDlRVDt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzDlRVDt4 .card {
  justify-content: flex-end;
}
.cid-uHzDlRVDt4 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uHzDlRVDt4 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uHzDlRVDt4 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uHzDlRVDt4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHzDlRVDt4 .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uHzDlRVDt4 .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uHzDlRVDt4 .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uHzDlRVDt4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHzDlRVDt4 .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uHzDlRVDt4 .image-wrapper {
    min-height: 400px;
  }
}
.cid-uHzDlRVDt4 .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uHzDlRVDt4 .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uHzDlRVDt4 .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uHzDlRVDt4 .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uHzDlRVDt4 .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uHzDlRVDt4 .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uHzDlRVDt4 .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uHzDlRVDt4 .mbr-section-title {
  color: #000000;
}
.cid-uHzDlRVDt4 .mbr-text {
  color: #000000;
}
.cid-uHzDlRVDt4 .card-text {
  color: #000000;
}
.cid-uHzDlRVDt4 .mbr-section-title,
.cid-uHzDlRVDt4 .mbr-section-btn DIV {
  text-align: left;
}
.cid-uHzDlSpCOf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHzDlSpCOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzDlSpCOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzDlSpCOf img {
  object-fit: cover;
}
.cid-uHzDlSpCOf .row {
  margin: 0;
}
.cid-uHzDlSpCOf .item-wrapper {
  width: 100%;
}
.cid-uHzDlSpCOf .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uHzDlSpCOf .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uHzDlSpCOf .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uHzDlSpCOf .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uHzDlSpCOf .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHzDlSpCOf .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHzDlSpCOf .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHzDlSpCOf .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uHzDlSpCOf .wrap {
  background: #ffffff;
}
.cid-uHzDlSpCOf .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uHzDlSpCOf .mbr-text,
.cid-uHzDlSpCOf .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uHzDlSpCOf .mbr-link,
.cid-uHzDlSpCOf .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uHzDlSpCOf .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uHzDlSpCOf .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uHzDlSPD7w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHzDlSPD7w .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uHzDlSPD7w .panel-group {
  border: none;
}
.cid-uHzDlSPD7w .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uHzDlSPD7w .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHzDlSPD7w .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uHzDlSPD7w .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uHzDlSPD7w .img-col {
  padding: 0;
}
.cid-uHzDlSPD7w span {
  margin-right: 1rem;
}
.cid-uHzDlSPD7w .img-item {
  height: 100%;
}
.cid-uHzDlSPD7w img {
  height: 100%;
  object-fit: cover;
}
.cid-uHzDlSPD7w .collapsed span {
  transform: rotate(0deg);
}
.cid-uHzDlSPD7w .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uHzDlSPD7w p {
  margin-bottom: 0.3rem;
}
.cid-uHzDlSPD7w .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uHzDlSPD7w .card {
  padding: 0;
}
.cid-uHzDlSPD7w .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uHzDlSPD7w .panel-text {
    padding-left: 0;
  }
}
.cid-uHzDlSPD7w .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uHzDlSPD7w .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uHzDlSPD7w .panel-title-edit,
.cid-uHzDlSPD7w .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uHzDlTt3SB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHzDlTt3SB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzDlTt3SB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzDlTt3SB .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uHzDlTt3SB .text-container {
    margin: 0 5%;
  }
}
.cid-uHzDlTt3SB .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uHzDlTt3SB .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uHzDlTt3SB .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uHzDlTt3SB .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uHzDlTt3SB .mbr-text {
  color: #e8e8e8;
}
.cid-uHzDlTt3SB .mbr-desc,
.cid-uHzDlTt3SB .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uHzDlTt3SB .mbr-text,
.cid-uHzDlTt3SB .text-container {
  text-align: center;
}
.cid-uHFy3aoWtd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHFy3aoWtd .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #254036;
  margin-left: 1rem;
}
.cid-uHFy3aoWtd .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uHFy3aoWtd .panel-group {
  border: none;
}
.cid-uHFy3aoWtd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHFy3aoWtd .panel-body {
  padding: 1rem 2rem;
}
.cid-uHFy3aoWtd .header-wrapper {
  position: relative;
}
.cid-uHFy3aoWtd .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uHFy3aoWtd span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uHFy3aoWtd .card {
  overflow: visible;
}
.cid-uHFy3aoWtd .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uHFy3aoWtd .card:hover .hover-bg {
  background: #a7d9ad;
  right: -8px;
  top: 8px;
}
.cid-uHFy3aoWtd .card:hover span {
  transform: rotate(-90deg);
}
.cid-uHFy3aoWtd .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uHFy3aoWtd .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uHFy3aoWtd .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uHFy3aoWtd H4 {
  color: #777d74;
}
.cid-uHFy3aoWtd .panel-title-edit {
  color: #1c1c25;
}
.cid-uHFy3aoWtd .mbr-section-title {
  color: #42424c;
}
.cid-uHFy3aoWtd .mbr-section-subtitle {
  color: #777d74;
}
.cid-uHFy3aoWtd .main-sub-title,
.cid-uHFy3aoWtd .align-wrapper {
  color: #000000;
}
.cid-uHFy3aoWtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHFy3aoWtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHFFBLz84D {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHFFBLz84D .row {
  flex-direction: row-reverse;
}
.cid-uHFFBLz84D .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uHFFBLz84D .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHFFBLz84D .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHFFBLz84D .mbr-card-title {
  color: #000000;
}
.cid-uHFFBLz84D .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uHFFBLz84D .mbr-text,
.cid-uHFFBLz84D .mbr-section-btn {
  text-align: left;
}
.cid-uHFFBLz84D .row {
  align-items: center;
}
.cid-uHFUUKDki9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHFUUKDki9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uHFUUKDki9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHFUUKDki9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHFUUKDki9 .mbr-card-title {
  color: #000000;
}
.cid-uHFUUKDki9 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uHFUUKDki9 .mbr-text,
.cid-uHFUUKDki9 .mbr-section-btn {
  text-align: left;
}
.cid-uHFUUKDki9 .row {
  align-items: center;
}
.cid-uHzDlWHFWk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHzDlWHFWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzDlWHFWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzDlWHFWk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uHzDlWHFWk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHzDlWHFWk .container {
    padding: 0 24px;
  }
}
.cid-uHzDlWHFWk .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uHzDlWHFWk .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uHzDlWHFWk .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uHzDlWHFWk .image-wrapper img {
    height: 350px;
  }
}
.cid-uHzDlWHFWk .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uHzDlWHFWk .content-wrapper {
    padding: 0;
  }
}
.cid-uHzDlWHFWk .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHzDlWHFWk .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uHzDlWHFWk .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHzDlWHFWk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHzDlWHFWk .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uHzDlWHFWk .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uHzDlWHFWk .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uHzDlWHFWk .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uHzDlWHFWk .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uHzDlWHFWk .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uHzDlWHFWk .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uHzDlWHFWk .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uHzDlWHFWk .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHzDlWHFWk .mbr-section-title {
  color: #262642;
}
.cid-uHzDlWHFWk .mbr-section-subtitle {
  color: #000000;
}
.cid-uHzDlWHFWk .card-text {
  color: #000000;
}
.cid-uHGkTsplIG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
.cid-uHGkTsplIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGkTsplIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHGkTsplIG .container {
    padding: 0 16px;
  }
}
.cid-uHGkTsplIG .row {
  position: relative;
  justify-content: space-between;
}
.cid-uHGkTsplIG .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uHGkTsplIG .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uHGkTsplIG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHGkTsplIG .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uHGkTsplIG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uHGkTsplIG .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uHGkTsplIG .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uHGkTsplIG .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uHGkTsplIG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHGkTsplIG .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHGkTsplIG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHGkTsplIG .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uHGkTsplIG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uHGkTsplIG .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uHGkTsplIG .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uHGkTsplIG .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uHGkTsplIG .mbr-section-title {
  color: #000000;
}
.cid-uHGkTsplIG .mbr-text {
  color: #6f6f6f;
}
.cid-uHGkTsplIG .panel-title-edit {
  color: #000000;
}
.cid-uHGkTsplIG .panel-text {
  color: #000000;
}
.cid-uHzDlY3psx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHzDlY3psx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzDlY3psx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzDlY3psx .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHzDlY3psx .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHzDlY3psx .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHzDlY3psx .image-wrapper img {
    height: 350px;
  }
}
.cid-uHzDlY3psx .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uHzDlY3psx .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uHzDlY3psx .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHzDlY3psx .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHzDlY3psx .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uHzDlY3psx .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uHzDlY3psx .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uHzDlY3psx .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-uHzDlY3psx .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uHzDlY3psx .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uHzDlY3psx .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHzDlY3psx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHzDlY3psx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uHzDlY3psx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHzDlY3psx .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uHzDlY3psx .mbr-section-title {
  color: #191c25;
}
.cid-uHzDlY3psx .mbr-text {
  color: #191c25;
}
.cid-uHzDlY3psx .mbr-desc {
  color: #15171a;
}
.cid-uIyS1c4xOP {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyS1c4xOP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyS1c4xOP h4,
.cid-uIyS1c4xOP p {
  padding-bottom: 1rem;
}
.cid-uIyS1c4xOP .col-auto,
.cid-uIyS1c4xOP .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyS1c4xOP .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyS1c4xOP .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyS1c4xOP .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyS1c4xOP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyS1c4xOP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyS1c4xOP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyS1c4xOP .form-control,
.cid-uIyS1c4xOP .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyS1c4xOP .form-control::-webkit-input-placeholder,
.cid-uIyS1c4xOP .field-input::-webkit-input-placeholder,
.cid-uIyS1c4xOP .form-control::-webkit-input-placeholder,
.cid-uIyS1c4xOP .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyS1c4xOP .form-control:-moz-placeholder,
.cid-uIyS1c4xOP .field-input:-moz-placeholder,
.cid-uIyS1c4xOP .form-control:-moz-placeholder,
.cid-uIyS1c4xOP .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyS1c4xOP .form-control:hover,
.cid-uIyS1c4xOP .field-input:hover,
.cid-uIyS1c4xOP .form-control:focus,
.cid-uIyS1c4xOP .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyS1c4xOP .form-control:hover::-webkit-input-placeholder,
.cid-uIyS1c4xOP .field-input:hover::-webkit-input-placeholder,
.cid-uIyS1c4xOP .form-control:focus::-webkit-input-placeholder,
.cid-uIyS1c4xOP .field-input:focus::-webkit-input-placeholder,
.cid-uIyS1c4xOP .form-control:hover::-webkit-input-placeholder,
.cid-uIyS1c4xOP .field-input:hover::-webkit-input-placeholder,
.cid-uIyS1c4xOP .form-control:focus::-webkit-input-placeholder,
.cid-uIyS1c4xOP .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyS1c4xOP .form-control:hover:-moz-placeholder,
.cid-uIyS1c4xOP .field-input:hover:-moz-placeholder,
.cid-uIyS1c4xOP .form-control:focus:-moz-placeholder,
.cid-uIyS1c4xOP .field-input:focus:-moz-placeholder,
.cid-uIyS1c4xOP .form-control:hover:-moz-placeholder,
.cid-uIyS1c4xOP .field-input:hover:-moz-placeholder,
.cid-uIyS1c4xOP .form-control:focus:-moz-placeholder,
.cid-uIyS1c4xOP .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyS1c4xOP .jq-number__spin:hover,
.cid-uIyS1c4xOP .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyS1c4xOP .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyS1c4xOP .jq-selectbox li,
.cid-uIyS1c4xOP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyS1c4xOP .jq-selectbox li:hover,
.cid-uIyS1c4xOP .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyS1c4xOP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyS1c4xOP .jq-number__spin.minus:hover:after,
.cid-uIyS1c4xOP .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyS1c4xOP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyS1c4xOP .jq-number__spin.minus:after,
.cid-uIyS1c4xOP .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyS1c4xOP input::-webkit-clear-button {
  display: none;
}
.cid-uIyS1c4xOP input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyS1c4xOP input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyS1c4xOP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uHI6aQqMrJ .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uHI6aQqMrJ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uHI6aQqMrJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uHI6aQqMrJ .navbar-collapse {
  flex-basis: auto;
}
.cid-uHI6aQqMrJ .dropdown-item {
  padding: 0;
}
.cid-uHI6aQqMrJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uHI6aQqMrJ .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHI6aQqMrJ .menu-content-top {
    width: 100%;
  }
  .cid-uHI6aQqMrJ .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uHI6aQqMrJ .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uHI6aQqMrJ .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uHI6aQqMrJ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uHI6aQqMrJ .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHI6aQqMrJ .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uHI6aQqMrJ .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uHI6aQqMrJ .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uHI6aQqMrJ .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uHI6aQqMrJ .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uHI6aQqMrJ a {
  font-style: normal;
}
.cid-uHI6aQqMrJ .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uHI6aQqMrJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uHI6aQqMrJ .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uHI6aQqMrJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHI6aQqMrJ .content-text {
  margin-bottom: 0;
}
.cid-uHI6aQqMrJ .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uHI6aQqMrJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uHI6aQqMrJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uHI6aQqMrJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uHI6aQqMrJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uHI6aQqMrJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uHI6aQqMrJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uHI6aQqMrJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uHI6aQqMrJ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHI6aQqMrJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uHI6aQqMrJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uHI6aQqMrJ .content-right-side {
  text-align: center;
}
.cid-uHI6aQqMrJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uHI6aQqMrJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uHI6aQqMrJ .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uHI6aQqMrJ .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uHI6aQqMrJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uHI6aQqMrJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uHI6aQqMrJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uHI6aQqMrJ .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uHI6aQqMrJ .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uHI6aQqMrJ .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uHI6aQqMrJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uHI6aQqMrJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uHI6aQqMrJ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uHI6aQqMrJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uHI6aQqMrJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uHI6aQqMrJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uHI6aQqMrJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uHI6aQqMrJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uHI6aQqMrJ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uHI6aQqMrJ .navbar-toggler {
    display: none;
  }
  .cid-uHI6aQqMrJ .navbar-collapse {
    justify-content: center;
  }
}
.cid-uHI6aQqMrJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uHI6aQqMrJ .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uHI6aQqMrJ .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uHI6aQqMrJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uHI6aQqMrJ .menu-logo {
  margin-right: auto;
}
.cid-uHI6aQqMrJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uHI6aQqMrJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uHI6aQqMrJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHI6aQqMrJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHI6aQqMrJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uHI6aQqMrJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHI6aQqMrJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uHI6aQqMrJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHI6aQqMrJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uHI6aQqMrJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHI6aQqMrJ .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uHI6aQqMrJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uHI6aQqMrJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHI6aQqMrJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uHI6aQqMrJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uHI6aQqMrJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHI6aQqMrJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHI6aQqMrJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHI6aQqMrJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHI6aQqMrJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uHI6aQqMrJ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uHI6aQqMrJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uHI6aQqMrJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHI6aQqMrJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHI6aQqMrJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHI6aQqMrJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uHI6aQqMrJ button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uHI6aQqMrJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uHI6aQqMrJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHI6aQqMrJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHI6aQqMrJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHI6aQqMrJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHI6aQqMrJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHI6aQqMrJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHI6aQqMrJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHI6aQqMrJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHI6aQqMrJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHI6aQqMrJ .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uHI6aQqMrJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHI6aQqMrJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHI6aQqMrJ .collapsed .btn {
  display: flex;
}
.cid-uHI6aQqMrJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHI6aQqMrJ .collapsed .navbar-collapse.collapsing,
.cid-uHI6aQqMrJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHI6aQqMrJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHI6aQqMrJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHI6aQqMrJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHI6aQqMrJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHI6aQqMrJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHI6aQqMrJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uHI6aQqMrJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHI6aQqMrJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHI6aQqMrJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uHI6aQqMrJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHI6aQqMrJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uHI6aQqMrJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uHI6aQqMrJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uHI6aQqMrJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHI6aQqMrJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHI6aQqMrJ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uHI6aQqMrJ .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uHI6aQqMrJ .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHI6aQqMrJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHI6aQqMrJ .navbar-collapse.collapsing,
  .cid-uHI6aQqMrJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHI6aQqMrJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uHI6aQqMrJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHI6aQqMrJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHI6aQqMrJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHI6aQqMrJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHI6aQqMrJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uHI6aQqMrJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHI6aQqMrJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHI6aQqMrJ .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uHI6aQqMrJ .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uHI6aQqMrJ .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uHI6aQqMrJ img {
    height: 3.8rem !important;
  }
  .cid-uHI6aQqMrJ .btn {
    display: flex;
  }
  .cid-uHI6aQqMrJ button.navbar-toggler {
    display: block;
  }
  .cid-uHI6aQqMrJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uHI6aQqMrJ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uHI6aQqMrJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uHI6aQqMrJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHI6aQqMrJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHI6aQqMrJ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uHI6aQqMrJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uHI6aQqMrJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uHI6aQqMrJ .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uHI6aQqMrJ .nav-link:focus {
  outline: none;
}
.cid-uHI6aQqMrJ .navbar-toggler {
  position: relative;
}
.cid-uHI6aQqMrJ .dropdown-item.active,
.cid-uHI6aQqMrJ .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uHI6aQqMrJ .widget-title,
.cid-uHI6aQqMrJ .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uHI6aQqMrJ .widget-text {
  color: #000000;
}
.cid-uHI6aRbHPA {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fefced;
  overflow: hidden;
  position: relative;
}
.cid-uHI6aRbHPA img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHI6aRbHPA img {
    height: 400px;
  }
}
.cid-uHI6aRbHPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI6aRbHPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHI6aRbHPA .card {
  justify-content: flex-end;
}
.cid-uHI6aRbHPA .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uHI6aRbHPA .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uHI6aRbHPA .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uHI6aRbHPA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHI6aRbHPA .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uHI6aRbHPA .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uHI6aRbHPA .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uHI6aRbHPA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHI6aRbHPA .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uHI6aRbHPA .image-wrapper {
    min-height: 400px;
  }
}
.cid-uHI6aRbHPA .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uHI6aRbHPA .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fefced;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uHI6aRbHPA .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uHI6aRbHPA .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uHI6aRbHPA .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uHI6aRbHPA .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uHI6aRbHPA .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uHI6aRbHPA .mbr-section-title {
  color: #000000;
}
.cid-uHI6aRbHPA .mbr-text {
  color: #000000;
}
.cid-uHI6aRbHPA .card-text {
  color: #000000;
}
.cid-uHI6aRbHPA .mbr-section-title,
.cid-uHI6aRbHPA .mbr-section-btn DIV {
  text-align: left;
}
.cid-uHI6aRIOvp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHI6aRIOvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI6aRIOvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHI6aRIOvp img {
  object-fit: cover;
}
.cid-uHI6aRIOvp .row {
  margin: 0;
}
.cid-uHI6aRIOvp .item-wrapper {
  width: 100%;
}
.cid-uHI6aRIOvp .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uHI6aRIOvp .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uHI6aRIOvp .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uHI6aRIOvp .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uHI6aRIOvp .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHI6aRIOvp .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHI6aRIOvp .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHI6aRIOvp .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uHI6aRIOvp .wrap {
  background: #ffffff;
}
.cid-uHI6aRIOvp .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uHI6aRIOvp .mbr-text,
.cid-uHI6aRIOvp .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uHI6aRIOvp .mbr-link,
.cid-uHI6aRIOvp .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uHI6aRIOvp .mbr-text {
  text-align: left;
  color: #093551;
}
.cid-uHI6aRIOvp .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uHI6aSdrnH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHI6aSdrnH .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uHI6aSdrnH .panel-group {
  border: none;
}
.cid-uHI6aSdrnH .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uHI6aSdrnH .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHI6aSdrnH .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uHI6aSdrnH .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uHI6aSdrnH .img-col {
  padding: 0;
}
.cid-uHI6aSdrnH span {
  margin-right: 1rem;
}
.cid-uHI6aSdrnH .img-item {
  height: 100%;
}
.cid-uHI6aSdrnH img {
  height: 100%;
  object-fit: cover;
}
.cid-uHI6aSdrnH .collapsed span {
  transform: rotate(0deg);
}
.cid-uHI6aSdrnH .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uHI6aSdrnH p {
  margin-bottom: 0.3rem;
}
.cid-uHI6aSdrnH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uHI6aSdrnH .card {
  padding: 0;
}
.cid-uHI6aSdrnH .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uHI6aSdrnH .panel-text {
    padding-left: 0;
  }
}
.cid-uHI6aSdrnH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uHI6aSdrnH .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uHI6aSdrnH .panel-title-edit,
.cid-uHI6aSdrnH .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uHI6aT05VN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHI6aT05VN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI6aT05VN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHI6aT05VN .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uHI6aT05VN .text-container {
    margin: 0 5%;
  }
}
.cid-uHI6aT05VN .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uHI6aT05VN .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uHI6aT05VN .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uHI6aT05VN .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uHI6aT05VN .mbr-text {
  color: #e8e8e8;
}
.cid-uHI6aT05VN .mbr-desc,
.cid-uHI6aT05VN .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uHI6aT05VN .mbr-text,
.cid-uHI6aT05VN .text-container {
  text-align: center;
}
.cid-uHI6aTAzfs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHI6aTAzfs .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #254036;
  margin-left: 1rem;
}
.cid-uHI6aTAzfs .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uHI6aTAzfs .panel-group {
  border: none;
}
.cid-uHI6aTAzfs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHI6aTAzfs .panel-body {
  padding: 1rem 2rem;
}
.cid-uHI6aTAzfs .header-wrapper {
  position: relative;
}
.cid-uHI6aTAzfs .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uHI6aTAzfs span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uHI6aTAzfs .card {
  overflow: visible;
}
.cid-uHI6aTAzfs .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uHI6aTAzfs .card:hover .hover-bg {
  background: #a7d9ad;
  right: -8px;
  top: 8px;
}
.cid-uHI6aTAzfs .card:hover span {
  transform: rotate(-90deg);
}
.cid-uHI6aTAzfs .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uHI6aTAzfs .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uHI6aTAzfs .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uHI6aTAzfs H4 {
  color: #777d74;
}
.cid-uHI6aTAzfs .panel-title-edit {
  color: #1c1c25;
}
.cid-uHI6aTAzfs .mbr-section-title {
  color: #42424c;
  text-align: center;
}
.cid-uHI6aTAzfs .mbr-section-subtitle {
  color: #777d74;
}
.cid-uHI6aTAzfs .main-sub-title,
.cid-uHI6aTAzfs .align-wrapper {
  color: #000000;
}
.cid-uHI6aTAzfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI6aTAzfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3HX5ZD7N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uI3HX5ZD7N .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uI3HX5ZD7N .panel-group {
  border: none;
}
.cid-uI3HX5ZD7N .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uI3HX5ZD7N .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uI3HX5ZD7N .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uI3HX5ZD7N .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uI3HX5ZD7N .img-col {
  padding: 0;
}
.cid-uI3HX5ZD7N span {
  margin-right: 1rem;
}
.cid-uI3HX5ZD7N .img-item {
  height: 100%;
}
.cid-uI3HX5ZD7N img {
  height: 100%;
  object-fit: cover;
}
.cid-uI3HX5ZD7N .collapsed span {
  transform: rotate(0deg);
}
.cid-uI3HX5ZD7N .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uI3HX5ZD7N p {
  margin-bottom: 0.3rem;
}
.cid-uI3HX5ZD7N .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uI3HX5ZD7N .card {
  padding: 0;
}
.cid-uI3HX5ZD7N .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uI3HX5ZD7N .panel-text {
    padding-left: 0;
  }
}
.cid-uI3HX5ZD7N .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uI3HX5ZD7N .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uI3HX5ZD7N .panel-title-edit,
.cid-uI3HX5ZD7N .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uI56AZEgAK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uI56AZEgAK .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uI56AZEgAK .panel-group {
  border: none;
}
.cid-uI56AZEgAK .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uI56AZEgAK .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uI56AZEgAK .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uI56AZEgAK .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uI56AZEgAK .img-col {
  padding: 0;
}
.cid-uI56AZEgAK span {
  margin-right: 1rem;
}
.cid-uI56AZEgAK .img-item {
  height: 100%;
}
.cid-uI56AZEgAK img {
  height: 100%;
  object-fit: cover;
}
.cid-uI56AZEgAK .collapsed span {
  transform: rotate(0deg);
}
.cid-uI56AZEgAK .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uI56AZEgAK p {
  margin-bottom: 0.3rem;
}
.cid-uI56AZEgAK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uI56AZEgAK .card {
  padding: 0;
}
.cid-uI56AZEgAK .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uI56AZEgAK .panel-text {
    padding-left: 0;
  }
}
.cid-uI56AZEgAK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uI56AZEgAK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uI56AZEgAK .panel-title-edit,
.cid-uI56AZEgAK .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uHI6aWSo11 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHI6aWSo11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI6aWSo11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHI6aWSo11 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uHI6aWSo11 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHI6aWSo11 .container {
    padding: 0 24px;
  }
}
.cid-uHI6aWSo11 .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uHI6aWSo11 .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uHI6aWSo11 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uHI6aWSo11 .image-wrapper img {
    height: 350px;
  }
}
.cid-uHI6aWSo11 .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uHI6aWSo11 .content-wrapper {
    padding: 0;
  }
}
.cid-uHI6aWSo11 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHI6aWSo11 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uHI6aWSo11 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHI6aWSo11 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHI6aWSo11 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uHI6aWSo11 .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uHI6aWSo11 .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #093551;
  background-color: #f2fafd;
}
.cid-uHI6aWSo11 .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-uHI6aWSo11 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uHI6aWSo11 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uHI6aWSo11 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uHI6aWSo11 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #093551;
  background-color: #fff2fb;
}
.cid-uHI6aWSo11 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHI6aWSo11 .mbr-section-title {
  color: #262642;
}
.cid-uHI6aWSo11 .mbr-section-subtitle {
  color: #000000;
}
.cid-uHI6aWSo11 .card-text {
  color: #000000;
}
.cid-uHI6aXMCSC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
.cid-uHI6aXMCSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI6aXMCSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHI6aXMCSC .container {
    padding: 0 16px;
  }
}
.cid-uHI6aXMCSC .row {
  position: relative;
  justify-content: space-between;
}
.cid-uHI6aXMCSC .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uHI6aXMCSC .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uHI6aXMCSC .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHI6aXMCSC .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uHI6aXMCSC .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uHI6aXMCSC .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uHI6aXMCSC .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uHI6aXMCSC .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uHI6aXMCSC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHI6aXMCSC .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHI6aXMCSC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHI6aXMCSC .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uHI6aXMCSC .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uHI6aXMCSC .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uHI6aXMCSC .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uHI6aXMCSC .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uHI6aXMCSC .mbr-section-title {
  color: #000000;
}
.cid-uHI6aXMCSC .mbr-text {
  color: #6f6f6f;
}
.cid-uHI6aXMCSC .panel-title-edit {
  color: #000000;
}
.cid-uHI6aXMCSC .panel-text {
  color: #000000;
}
.cid-uHI6aYTmKm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHI6aYTmKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI6aYTmKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHI6aYTmKm .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHI6aYTmKm .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHI6aYTmKm .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHI6aYTmKm .image-wrapper img {
    height: 350px;
  }
}
.cid-uHI6aYTmKm .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uHI6aYTmKm .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uHI6aYTmKm .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHI6aYTmKm .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHI6aYTmKm .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uHI6aYTmKm .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uHI6aYTmKm .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uHI6aYTmKm .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-uHI6aYTmKm .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uHI6aYTmKm .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uHI6aYTmKm .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHI6aYTmKm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHI6aYTmKm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uHI6aYTmKm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHI6aYTmKm .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uHI6aYTmKm .mbr-section-title {
  color: #191c25;
}
.cid-uHI6aYTmKm .mbr-text {
  color: #191c25;
}
.cid-uHI6aYTmKm .mbr-desc {
  color: #15171a;
}
.cid-uIyU8YNIt8 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyU8YNIt8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyU8YNIt8 h4,
.cid-uIyU8YNIt8 p {
  padding-bottom: 1rem;
}
.cid-uIyU8YNIt8 .col-auto,
.cid-uIyU8YNIt8 .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyU8YNIt8 .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyU8YNIt8 .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyU8YNIt8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyU8YNIt8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyU8YNIt8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyU8YNIt8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyU8YNIt8 .form-control,
.cid-uIyU8YNIt8 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyU8YNIt8 .form-control::-webkit-input-placeholder,
.cid-uIyU8YNIt8 .field-input::-webkit-input-placeholder,
.cid-uIyU8YNIt8 .form-control::-webkit-input-placeholder,
.cid-uIyU8YNIt8 .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyU8YNIt8 .form-control:-moz-placeholder,
.cid-uIyU8YNIt8 .field-input:-moz-placeholder,
.cid-uIyU8YNIt8 .form-control:-moz-placeholder,
.cid-uIyU8YNIt8 .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyU8YNIt8 .form-control:hover,
.cid-uIyU8YNIt8 .field-input:hover,
.cid-uIyU8YNIt8 .form-control:focus,
.cid-uIyU8YNIt8 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyU8YNIt8 .form-control:hover::-webkit-input-placeholder,
.cid-uIyU8YNIt8 .field-input:hover::-webkit-input-placeholder,
.cid-uIyU8YNIt8 .form-control:focus::-webkit-input-placeholder,
.cid-uIyU8YNIt8 .field-input:focus::-webkit-input-placeholder,
.cid-uIyU8YNIt8 .form-control:hover::-webkit-input-placeholder,
.cid-uIyU8YNIt8 .field-input:hover::-webkit-input-placeholder,
.cid-uIyU8YNIt8 .form-control:focus::-webkit-input-placeholder,
.cid-uIyU8YNIt8 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyU8YNIt8 .form-control:hover:-moz-placeholder,
.cid-uIyU8YNIt8 .field-input:hover:-moz-placeholder,
.cid-uIyU8YNIt8 .form-control:focus:-moz-placeholder,
.cid-uIyU8YNIt8 .field-input:focus:-moz-placeholder,
.cid-uIyU8YNIt8 .form-control:hover:-moz-placeholder,
.cid-uIyU8YNIt8 .field-input:hover:-moz-placeholder,
.cid-uIyU8YNIt8 .form-control:focus:-moz-placeholder,
.cid-uIyU8YNIt8 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyU8YNIt8 .jq-number__spin:hover,
.cid-uIyU8YNIt8 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyU8YNIt8 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyU8YNIt8 .jq-selectbox li,
.cid-uIyU8YNIt8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyU8YNIt8 .jq-selectbox li:hover,
.cid-uIyU8YNIt8 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyU8YNIt8 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyU8YNIt8 .jq-number__spin.minus:hover:after,
.cid-uIyU8YNIt8 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyU8YNIt8 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyU8YNIt8 .jq-number__spin.minus:after,
.cid-uIyU8YNIt8 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyU8YNIt8 input::-webkit-clear-button {
  display: none;
}
.cid-uIyU8YNIt8 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyU8YNIt8 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyU8YNIt8 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uEereaXN0m .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uEereaXN0m .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uEereaXN0m .navbar-fixed-top {
  padding-top: 0;
}
.cid-uEereaXN0m .navbar-collapse {
  flex-basis: auto;
}
.cid-uEereaXN0m .dropdown-item {
  padding: 0;
}
.cid-uEereaXN0m .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uEereaXN0m .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEereaXN0m .menu-content-top {
    width: 100%;
  }
  .cid-uEereaXN0m .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uEereaXN0m .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uEereaXN0m .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uEereaXN0m .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uEereaXN0m .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uEereaXN0m .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uEereaXN0m .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uEereaXN0m .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uEereaXN0m .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uEereaXN0m .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uEereaXN0m a {
  font-style: normal;
}
.cid-uEereaXN0m .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uEereaXN0m .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uEereaXN0m .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uEereaXN0m .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEereaXN0m .content-text {
  margin-bottom: 0;
}
.cid-uEereaXN0m .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uEereaXN0m .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uEereaXN0m .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uEereaXN0m .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uEereaXN0m .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uEereaXN0m .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uEereaXN0m .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uEereaXN0m .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uEereaXN0m .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEereaXN0m .nav-dropdown .link {
  font-weight: 400;
}
.cid-uEereaXN0m .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uEereaXN0m .content-right-side {
  text-align: center;
}
.cid-uEereaXN0m .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uEereaXN0m .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uEereaXN0m .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uEereaXN0m .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uEereaXN0m .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uEereaXN0m .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uEereaXN0m .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uEereaXN0m .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uEereaXN0m .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uEereaXN0m .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uEereaXN0m .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uEereaXN0m .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uEereaXN0m .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uEereaXN0m .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uEereaXN0m .navbar {
    display: block;
    padding: 0;
  }
  .cid-uEereaXN0m .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uEereaXN0m .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uEereaXN0m .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uEereaXN0m .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uEereaXN0m .navbar-toggler {
    display: none;
  }
  .cid-uEereaXN0m .navbar-collapse {
    justify-content: center;
  }
}
.cid-uEereaXN0m .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uEereaXN0m .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uEereaXN0m .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uEereaXN0m .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uEereaXN0m .menu-logo {
  margin-right: auto;
}
.cid-uEereaXN0m .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uEereaXN0m .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uEereaXN0m .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uEereaXN0m .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uEereaXN0m .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uEereaXN0m .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uEereaXN0m .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uEereaXN0m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uEereaXN0m .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uEereaXN0m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uEereaXN0m .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEereaXN0m .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uEereaXN0m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEereaXN0m .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uEereaXN0m .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uEereaXN0m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEereaXN0m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEereaXN0m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uEereaXN0m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEereaXN0m .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uEereaXN0m .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uEereaXN0m .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uEereaXN0m .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uEereaXN0m .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uEereaXN0m .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uEereaXN0m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uEereaXN0m button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uEereaXN0m button.navbar-toggler:focus {
  outline: none;
}
.cid-uEereaXN0m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEereaXN0m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEereaXN0m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEereaXN0m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEereaXN0m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEereaXN0m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEereaXN0m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEereaXN0m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEereaXN0m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEereaXN0m .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uEereaXN0m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEereaXN0m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEereaXN0m .collapsed .btn {
  display: flex;
}
.cid-uEereaXN0m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uEereaXN0m .collapsed .navbar-collapse.collapsing,
.cid-uEereaXN0m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uEereaXN0m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uEereaXN0m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uEereaXN0m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uEereaXN0m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uEereaXN0m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uEereaXN0m .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uEereaXN0m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uEereaXN0m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uEereaXN0m .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uEereaXN0m .collapsed button.navbar-toggler {
  display: block;
}
.cid-uEereaXN0m .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uEereaXN0m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uEereaXN0m .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uEereaXN0m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uEereaXN0m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uEereaXN0m .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uEereaXN0m .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uEereaXN0m .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEereaXN0m .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uEereaXN0m .navbar-collapse.collapsing,
  .cid-uEereaXN0m .navbar-collapse.show {
    display: block !important;
  }
  .cid-uEereaXN0m .navbar-collapse.collapsing .navbar-nav,
  .cid-uEereaXN0m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uEereaXN0m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uEereaXN0m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uEereaXN0m .navbar-collapse.collapsing .navbar-buttons,
  .cid-uEereaXN0m .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uEereaXN0m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uEereaXN0m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uEereaXN0m .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uEereaXN0m .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uEereaXN0m .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uEereaXN0m img {
    height: 3.8rem !important;
  }
  .cid-uEereaXN0m .btn {
    display: flex;
  }
  .cid-uEereaXN0m button.navbar-toggler {
    display: block;
  }
  .cid-uEereaXN0m .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uEereaXN0m .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uEereaXN0m .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uEereaXN0m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uEereaXN0m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uEereaXN0m .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uEereaXN0m .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uEereaXN0m .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uEereaXN0m .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uEereaXN0m .nav-link:focus {
  outline: none;
}
.cid-uEereaXN0m .navbar-toggler {
  position: relative;
}
.cid-uEereaXN0m .dropdown-item.active,
.cid-uEereaXN0m .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uEereaXN0m .widget-title,
.cid-uEereaXN0m .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uEereaXN0m .widget-text {
  color: #000000;
}
.cid-uEerXFTZf4 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-uEerXFTZf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEerXFTZf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEerXFTZf4 .items-wrap {
  justify-content: space-between;
}
.cid-uEerXFTZf4 .items-wrap .card {
  justify-content: center;
}
.cid-uEerXFTZf4 .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uEerXFTZf4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEerXFTZf4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEerXFTZf4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEerXFTZf4 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEerXFTZf4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uEerXFTZf4 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEerXFTZf4 .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEerXFTZf4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uEerXFTZf4 .mbr-desc {
  color: #000000;
}
.cid-uEerXFTZf4 .mbr-section-title {
  color: #000000;
}
.cid-uEerXFTZf4 .mbr-text {
  color: #000000;
}
.cid-uEevFggXI0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEevFggXI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEevFggXI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEevFggXI0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uEevFggXI0 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uEevFggXI0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEevFggXI0 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uEevFggXI0 .container {
    padding: 0 16px;
  }
}
.cid-uEevFggXI0 .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uEevFggXI0 .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-uEevFggXI0 .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEevFggXI0 .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uEevFggXI0 .content-wrapper .list-wrapper {
  width: 50%;
  padding: 20px 36px;
  background-color: #ecede8;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uEevFggXI0 .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uEevFggXI0 .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}
.cid-uEevFggXI0 .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-uEevFggXI0 .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uEevFggXI0 .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-uEevFggXI0 .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 32px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uEevFggXI0 .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-uEevFggXI0 .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-uEevFggXI0 .mbr-section-title {
  color: #000000;
}
.cid-uEevFggXI0 .card-title {
  color: #000000;
}
.cid-uEevFggXI0 .card-text {
  color: #000000;
}
.cid-uEizsLCKmQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uEizsLCKmQ .mbr-section-title {
  color: #444444;
}
.cid-uEizsLCKmQ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uEizsLCKmQ .mbr-text {
  color: #8d97ad;
}
.cid-uEizsLCKmQ .nav {
  border: none;
}
.cid-uEizsLCKmQ .nav-tabs {
  display: table;
  width: 100%;
}
.cid-uEizsLCKmQ .nav-tabs .nav-item {
  display: table-cell;
}
.cid-uEizsLCKmQ .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uEizsLCKmQ .tab-content {
  margin-top: 3rem;
}
.cid-uEizsLCKmQ .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #ecede8;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-uEizsLCKmQ .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-uEizsLCKmQ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: none;
}
.cid-uEizsLCKmQ .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uEizsLCKmQ .nav-item {
    display: table-row !important;
  }
}
.cid-uEizsLCKmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEizsLCKmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEerediGtE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEerediGtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEerediGtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEerediGtE .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uEerediGtE .text-container {
    margin: 0 5%;
  }
}
.cid-uEerediGtE .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uEerediGtE .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uEerediGtE .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uEerediGtE .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uEerediGtE .mbr-text {
  color: #e8e8e8;
}
.cid-uEerediGtE .mbr-desc,
.cid-uEerediGtE .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uEerediGtE .mbr-text,
.cid-uEerediGtE .text-container {
  text-align: center;
}
.cid-uEk9JwUkHt {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEk9JwUkHt .container-fluid {
  padding: 0 3rem;
}
.cid-uEk9JwUkHt .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #254036 50%, #293056 120%);
  display: inline-block;
}
.cid-uEk9JwUkHt .mbr-section-title {
  color: #000000;
}
.cid-uEk9JwUkHt .mbr-section-subtitle {
  color: #000000;
}
.cid-uEk9JwUkHt .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-uEk9JwUkHt .header-text {
  padding: 2rem 1rem !important;
}
.cid-uEk9JwUkHt .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uEk9JwUkHt .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-uEk9JwUkHt .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-uEk9JwUkHt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uEk9JwUkHt .card .card-header a.panel-title:hover .sign {
  background-color: #faa951 !important;
}
.cid-uEk9JwUkHt .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #254036;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-uEk9JwUkHt .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uEk9JwUkHt .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-uEk9JwUkHt .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-uEk9JwUkHt .container-fluid {
    padding: 0 1rem;
  }
  .cid-uEk9JwUkHt .header-text {
    padding: 1rem !important;
  }
  .cid-uEk9JwUkHt .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-uEk9JwUkHt .panel-body {
    width: calc(100% - 48px);
  }
  .cid-uEk9JwUkHt .panel-group {
    padding: 0;
  }
}
.cid-uEk9JwUkHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEk9JwUkHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEkekXp8cv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uEkekXp8cv .mbr-text {
  color: #000000;
}
.cid-uEkekXp8cv .mbr-section-subtitle {
  color: #000000;
}
.cid-uEkekXp8cv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEkekXp8cv .mbr-text,
.cid-uEkekXp8cv .item .mbr-section-btn {
  text-align: left;
}
.cid-uEkekXp8cv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEkekXp8cv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEkekXp8cv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uEkghQBXlv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uEkghQBXlv .mbr-text {
  color: #000000;
}
.cid-uEkghQBXlv .mbr-section-subtitle {
  color: #000000;
}
.cid-uEkghQBXlv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEkghQBXlv .mbr-text,
.cid-uEkghQBXlv .item .mbr-section-btn {
  text-align: left;
}
.cid-uEkghQBXlv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEkghQBXlv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uEkghQBXlv .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uEkghQBXlv .item-wrapper {
    padding: 4rem;
  }
}
.cid-uEkghQBXlv .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uEkghQBXlv .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-uEkghQBXlv .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff2817;
  background-color: #ff2817;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uEkghQBXlv .mbr-text UL {
  text-align: left;
}
.cid-uEkghQBXlv .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uEkjqwKIzs {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEkjqwKIzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEkjqwKIzs .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #254036;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uEkjqwKIzs h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uEkjqwKIzs h1 {
    margin-bottom: 1rem;
  }
}
.cid-uEkjqwKIzs p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uEkjqwKIzs p {
    margin-bottom: 2rem;
  }
}
.cid-uEkjqwKIzs .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uEkjqwKIzs .image-wrapper,
.cid-uEkjqwKIzs img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEkjqwKIzs .image-wrapper,
  .cid-uEkjqwKIzs img {
    padding-bottom: 0.5rem;
  }
}
.cid-uEkjqwKIzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEkjqwKIzs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEkjqwKIzs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEkjqwKIzs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEkjqwKIzs .content-wrap {
    width: 100%;
  }
}
.cid-uEkjqwKIzs .mbr-section-subtitle,
.cid-uEkjqwKIzs .line {
  color: #291f1e;
}
.cid-uEkjqwKIzs .mbr-text,
.cid-uEkjqwKIzs .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uEkjqwKIzs .mbr-section-title {
  color: #291f1e;
}
.cid-uEkjqwKIzs .mbr-section-title,
.cid-uEkjqwKIzs .mbr-section-btn,
.cid-uEkjqwKIzs .line {
  text-align: left;
  color: #291f1e;
}
.cid-uEkjqwKIzs .mbr-text {
  text-align: left;
}
.cid-uIyUdti6ws {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyUdti6ws .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyUdti6ws h4,
.cid-uIyUdti6ws p {
  padding-bottom: 1rem;
}
.cid-uIyUdti6ws .col-auto,
.cid-uIyUdti6ws .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyUdti6ws .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyUdti6ws .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyUdti6ws .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyUdti6ws .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyUdti6ws .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyUdti6ws .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyUdti6ws .form-control,
.cid-uIyUdti6ws .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyUdti6ws .form-control::-webkit-input-placeholder,
.cid-uIyUdti6ws .field-input::-webkit-input-placeholder,
.cid-uIyUdti6ws .form-control::-webkit-input-placeholder,
.cid-uIyUdti6ws .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyUdti6ws .form-control:-moz-placeholder,
.cid-uIyUdti6ws .field-input:-moz-placeholder,
.cid-uIyUdti6ws .form-control:-moz-placeholder,
.cid-uIyUdti6ws .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyUdti6ws .form-control:hover,
.cid-uIyUdti6ws .field-input:hover,
.cid-uIyUdti6ws .form-control:focus,
.cid-uIyUdti6ws .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyUdti6ws .form-control:hover::-webkit-input-placeholder,
.cid-uIyUdti6ws .field-input:hover::-webkit-input-placeholder,
.cid-uIyUdti6ws .form-control:focus::-webkit-input-placeholder,
.cid-uIyUdti6ws .field-input:focus::-webkit-input-placeholder,
.cid-uIyUdti6ws .form-control:hover::-webkit-input-placeholder,
.cid-uIyUdti6ws .field-input:hover::-webkit-input-placeholder,
.cid-uIyUdti6ws .form-control:focus::-webkit-input-placeholder,
.cid-uIyUdti6ws .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyUdti6ws .form-control:hover:-moz-placeholder,
.cid-uIyUdti6ws .field-input:hover:-moz-placeholder,
.cid-uIyUdti6ws .form-control:focus:-moz-placeholder,
.cid-uIyUdti6ws .field-input:focus:-moz-placeholder,
.cid-uIyUdti6ws .form-control:hover:-moz-placeholder,
.cid-uIyUdti6ws .field-input:hover:-moz-placeholder,
.cid-uIyUdti6ws .form-control:focus:-moz-placeholder,
.cid-uIyUdti6ws .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyUdti6ws .jq-number__spin:hover,
.cid-uIyUdti6ws .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyUdti6ws .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyUdti6ws .jq-selectbox li,
.cid-uIyUdti6ws .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUdti6ws .jq-selectbox li:hover,
.cid-uIyUdti6ws .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUdti6ws .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyUdti6ws .jq-number__spin.minus:hover:after,
.cid-uIyUdti6ws .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUdti6ws .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyUdti6ws .jq-number__spin.minus:after,
.cid-uIyUdti6ws .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUdti6ws input::-webkit-clear-button {
  display: none;
}
.cid-uIyUdti6ws input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyUdti6ws input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyUdti6ws input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uEnempKRJu .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uEnempKRJu .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uEnempKRJu .navbar-fixed-top {
  padding-top: 0;
}
.cid-uEnempKRJu .navbar-collapse {
  flex-basis: auto;
}
.cid-uEnempKRJu .dropdown-item {
  padding: 0;
}
.cid-uEnempKRJu .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uEnempKRJu .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEnempKRJu .menu-content-top {
    width: 100%;
  }
  .cid-uEnempKRJu .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uEnempKRJu .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uEnempKRJu .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uEnempKRJu .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uEnempKRJu .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uEnempKRJu .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uEnempKRJu .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uEnempKRJu .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uEnempKRJu .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uEnempKRJu .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uEnempKRJu a {
  font-style: normal;
}
.cid-uEnempKRJu .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uEnempKRJu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uEnempKRJu .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uEnempKRJu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEnempKRJu .content-text {
  margin-bottom: 0;
}
.cid-uEnempKRJu .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uEnempKRJu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uEnempKRJu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uEnempKRJu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uEnempKRJu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uEnempKRJu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uEnempKRJu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uEnempKRJu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uEnempKRJu .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEnempKRJu .nav-dropdown .link {
  font-weight: 400;
}
.cid-uEnempKRJu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uEnempKRJu .content-right-side {
  text-align: center;
}
.cid-uEnempKRJu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uEnempKRJu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uEnempKRJu .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uEnempKRJu .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uEnempKRJu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uEnempKRJu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uEnempKRJu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uEnempKRJu .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uEnempKRJu .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uEnempKRJu .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uEnempKRJu .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uEnempKRJu .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uEnempKRJu .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uEnempKRJu .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uEnempKRJu .navbar {
    display: block;
    padding: 0;
  }
  .cid-uEnempKRJu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uEnempKRJu .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uEnempKRJu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uEnempKRJu .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uEnempKRJu .navbar-toggler {
    display: none;
  }
  .cid-uEnempKRJu .navbar-collapse {
    justify-content: center;
  }
}
.cid-uEnempKRJu .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uEnempKRJu .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uEnempKRJu .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uEnempKRJu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uEnempKRJu .menu-logo {
  margin-right: auto;
}
.cid-uEnempKRJu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uEnempKRJu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uEnempKRJu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uEnempKRJu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uEnempKRJu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uEnempKRJu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uEnempKRJu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uEnempKRJu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uEnempKRJu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uEnempKRJu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uEnempKRJu .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEnempKRJu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uEnempKRJu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEnempKRJu .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uEnempKRJu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uEnempKRJu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEnempKRJu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEnempKRJu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uEnempKRJu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEnempKRJu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uEnempKRJu .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uEnempKRJu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uEnempKRJu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uEnempKRJu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uEnempKRJu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uEnempKRJu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uEnempKRJu button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uEnempKRJu button.navbar-toggler:focus {
  outline: none;
}
.cid-uEnempKRJu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEnempKRJu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEnempKRJu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEnempKRJu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEnempKRJu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEnempKRJu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEnempKRJu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEnempKRJu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEnempKRJu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEnempKRJu .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uEnempKRJu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEnempKRJu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEnempKRJu .collapsed .btn {
  display: flex;
}
.cid-uEnempKRJu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uEnempKRJu .collapsed .navbar-collapse.collapsing,
.cid-uEnempKRJu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uEnempKRJu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uEnempKRJu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uEnempKRJu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uEnempKRJu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uEnempKRJu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uEnempKRJu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uEnempKRJu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uEnempKRJu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uEnempKRJu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uEnempKRJu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uEnempKRJu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uEnempKRJu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uEnempKRJu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uEnempKRJu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uEnempKRJu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uEnempKRJu .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uEnempKRJu .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uEnempKRJu .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEnempKRJu .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uEnempKRJu .navbar-collapse.collapsing,
  .cid-uEnempKRJu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uEnempKRJu .navbar-collapse.collapsing .navbar-nav,
  .cid-uEnempKRJu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uEnempKRJu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uEnempKRJu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uEnempKRJu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uEnempKRJu .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uEnempKRJu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uEnempKRJu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uEnempKRJu .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uEnempKRJu .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uEnempKRJu .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uEnempKRJu img {
    height: 3.8rem !important;
  }
  .cid-uEnempKRJu .btn {
    display: flex;
  }
  .cid-uEnempKRJu button.navbar-toggler {
    display: block;
  }
  .cid-uEnempKRJu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uEnempKRJu .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uEnempKRJu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uEnempKRJu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uEnempKRJu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uEnempKRJu .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uEnempKRJu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uEnempKRJu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uEnempKRJu .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uEnempKRJu .nav-link:focus {
  outline: none;
}
.cid-uEnempKRJu .navbar-toggler {
  position: relative;
}
.cid-uEnempKRJu .dropdown-item.active,
.cid-uEnempKRJu .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uEnempKRJu .widget-title,
.cid-uEnempKRJu .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uEnempKRJu .widget-text {
  color: #000000;
}
.cid-uEnemqrMJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEnemqrMJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEnemqrMJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEnemqrMJl .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uEnemqrMJl .text-container {
    margin: 0 5%;
  }
}
.cid-uEnemqrMJl .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uEnemqrMJl .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uEnemqrMJl .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uEnemqrMJl .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uEnemqrMJl .mbr-text {
  color: #e8e8e8;
}
.cid-uEnemqrMJl .mbr-desc,
.cid-uEnemqrMJl .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uEnemqrMJl .mbr-text,
.cid-uEnemqrMJl .text-container {
  text-align: center;
}
.cid-uEngtRXG0F {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-uEngtRXG0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEngtRXG0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uEngtRXG0F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uEngtRXG0F img {
  border-radius: 3rem;
}
.cid-uEngtRXG0F .row {
  align-items: center;
}
.cid-uEngtRXG0F .mbr-section-title {
  color: #1d5356;
}
.cid-uEngtRXG0F .mbr-text,
.cid-uEngtRXG0F .mbr-section-btn {
  color: #491414;
}
.cid-uEngtRXG0F .mbr-section-subtitle {
  color: #491414;
}
.cid-uLCzTNzOR4 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uLCzTNzOR4 .accordion .card {
  overflow: hidden;
}
.cid-uLCzTNzOR4 .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 35px !important;
}
.cid-uLCzTNzOR4 .accordion .card:first-of-type {
  border-radius: 35px !important;
}
.cid-uLCzTNzOR4 .accordion .card:last-of-type {
  border-radius: 35px !important;
}
.cid-uLCzTNzOR4 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uLCzTNzOR4 .panel-body {
  padding: 0.3rem 2rem;
}
.cid-uLCzTNzOR4 .card-title {
  position: relative;
}
.cid-uLCzTNzOR4 .mbr-text {
  position: relative;
}
.cid-uLCzTNzOR4 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #efefef;
  border-radius: 35px;
}
.cid-uLCzTNzOR4 .card .card-header {
  padding: 0.8rem 0rem !important;
  background-color: transparent !important;
  border: none;
}
.cid-uLCzTNzOR4 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uLCzTNzOR4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLCzTNzOR4 .card .card-header a.panel-title h5 {
  padding: 0.6rem 2rem;
  margin-bottom: -1px;
  font-weight: 700;
  transition: all 0.3s;
}
.cid-uLCzTNzOR4 .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-uLCzTNzOR4 .card .card-header a.panel-title h5:hover {
  color: #354463;
}
.cid-uLCzTNzOR4 .sign {
  font-family: "FontAwesome" !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.cid-uLCzTNzOR4 .mbr-iconfont {
  border: 2px solid #354463;
  border-radius: 50%;
  color: #354463;
}
.cid-uLCzTNzOR4 .mbri-arrow-up {
  background-color: transparent !important;
  color: #354463 !important;
}
.cid-uLCzTNzOR4 .mbri-arrow-up:before {
  content: "\f068";
}
.cid-uLCzTNzOR4 .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uLCzTNzOR4 .mbri-arrow-down:before {
  content: "\f067";
}
.cid-uLCzTNzOR4 .panel-text {
  padding: 0rem;
}
.cid-uLCzTNzOR4 .panel-collapse {
  margin-top: -1px;
}
.cid-uLCzTNzOR4 .block-right {
  position: relative;
}
.cid-uLCzTNzOR4 .card-inner-2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 15px 95px 15px;
}
.cid-uLCzTNzOR4 .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}
.cid-uLCzTNzOR4 .wrapper-text-2 {
  position: absolute;
}
.cid-uLCzTNzOR4 .link {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cid-uLCzTNzOR4 .link:hover {
  color: #254036 !important;
}
.cid-uLCzTNzOR4 .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-uLCzTNzOR4 .col {
  padding: 0rem;
}
.cid-uLCzTNzOR4 .link:hover::after {
  opacity: 0;
}
.cid-uLCzTNzOR4 .card-box {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(53, 68, 99, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-uLCzTNzOR4 .block-text-img {
  z-index: 10;
  position: relative;
}
.cid-uLCzTNzOR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCzTNzOR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCzTNzOR4 H5 {
  color: #000000;
}
.cid-uEnqu1kyFU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-uEnqu1kyFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEnqu1kyFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEnqu1kyFU .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEnqu1kyFU .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uEnqu1kyFU .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEnqu1kyFU .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uEnqu1kyFU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEnqu1kyFU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uEnqu1kyFU .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEnqu1kyFU .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uEnqu1kyFU .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uEnqu1kyFU .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uEnqu1kyFU .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uEnqu1kyFU .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uEnqu1kyFU .mbr-section-title {
  color: #050f0f;
}
.cid-uEnqu1kyFU .mbr-text {
  color: #050f0f;
}
.cid-uIyUiKmE9A {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyUiKmE9A .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyUiKmE9A h4,
.cid-uIyUiKmE9A p {
  padding-bottom: 1rem;
}
.cid-uIyUiKmE9A .col-auto,
.cid-uIyUiKmE9A .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyUiKmE9A .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyUiKmE9A .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyUiKmE9A .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyUiKmE9A .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyUiKmE9A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyUiKmE9A .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyUiKmE9A .form-control,
.cid-uIyUiKmE9A .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyUiKmE9A .form-control::-webkit-input-placeholder,
.cid-uIyUiKmE9A .field-input::-webkit-input-placeholder,
.cid-uIyUiKmE9A .form-control::-webkit-input-placeholder,
.cid-uIyUiKmE9A .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyUiKmE9A .form-control:-moz-placeholder,
.cid-uIyUiKmE9A .field-input:-moz-placeholder,
.cid-uIyUiKmE9A .form-control:-moz-placeholder,
.cid-uIyUiKmE9A .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyUiKmE9A .form-control:hover,
.cid-uIyUiKmE9A .field-input:hover,
.cid-uIyUiKmE9A .form-control:focus,
.cid-uIyUiKmE9A .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyUiKmE9A .form-control:hover::-webkit-input-placeholder,
.cid-uIyUiKmE9A .field-input:hover::-webkit-input-placeholder,
.cid-uIyUiKmE9A .form-control:focus::-webkit-input-placeholder,
.cid-uIyUiKmE9A .field-input:focus::-webkit-input-placeholder,
.cid-uIyUiKmE9A .form-control:hover::-webkit-input-placeholder,
.cid-uIyUiKmE9A .field-input:hover::-webkit-input-placeholder,
.cid-uIyUiKmE9A .form-control:focus::-webkit-input-placeholder,
.cid-uIyUiKmE9A .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyUiKmE9A .form-control:hover:-moz-placeholder,
.cid-uIyUiKmE9A .field-input:hover:-moz-placeholder,
.cid-uIyUiKmE9A .form-control:focus:-moz-placeholder,
.cid-uIyUiKmE9A .field-input:focus:-moz-placeholder,
.cid-uIyUiKmE9A .form-control:hover:-moz-placeholder,
.cid-uIyUiKmE9A .field-input:hover:-moz-placeholder,
.cid-uIyUiKmE9A .form-control:focus:-moz-placeholder,
.cid-uIyUiKmE9A .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyUiKmE9A .jq-number__spin:hover,
.cid-uIyUiKmE9A .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyUiKmE9A .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyUiKmE9A .jq-selectbox li,
.cid-uIyUiKmE9A .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUiKmE9A .jq-selectbox li:hover,
.cid-uIyUiKmE9A .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUiKmE9A .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyUiKmE9A .jq-number__spin.minus:hover:after,
.cid-uIyUiKmE9A .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUiKmE9A .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyUiKmE9A .jq-number__spin.minus:after,
.cid-uIyUiKmE9A .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUiKmE9A input::-webkit-clear-button {
  display: none;
}
.cid-uIyUiKmE9A input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyUiKmE9A input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyUiKmE9A input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uImMe8F4KG .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uImMe8F4KG .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uImMe8F4KG .navbar-fixed-top {
  padding-top: 0;
}
.cid-uImMe8F4KG .navbar-collapse {
  flex-basis: auto;
}
.cid-uImMe8F4KG .dropdown-item {
  padding: 0;
}
.cid-uImMe8F4KG .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uImMe8F4KG .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uImMe8F4KG .menu-content-top {
    width: 100%;
  }
  .cid-uImMe8F4KG .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uImMe8F4KG .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uImMe8F4KG .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uImMe8F4KG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uImMe8F4KG .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uImMe8F4KG .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uImMe8F4KG .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uImMe8F4KG .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uImMe8F4KG .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uImMe8F4KG .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uImMe8F4KG a {
  font-style: normal;
}
.cid-uImMe8F4KG .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uImMe8F4KG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uImMe8F4KG .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uImMe8F4KG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImMe8F4KG .content-text {
  margin-bottom: 0;
}
.cid-uImMe8F4KG .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uImMe8F4KG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uImMe8F4KG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uImMe8F4KG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uImMe8F4KG .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uImMe8F4KG .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uImMe8F4KG .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uImMe8F4KG .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uImMe8F4KG .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uImMe8F4KG .nav-dropdown .link {
  font-weight: 400;
}
.cid-uImMe8F4KG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uImMe8F4KG .content-right-side {
  text-align: center;
}
.cid-uImMe8F4KG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uImMe8F4KG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uImMe8F4KG .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uImMe8F4KG .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uImMe8F4KG .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uImMe8F4KG .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uImMe8F4KG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uImMe8F4KG .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uImMe8F4KG .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uImMe8F4KG .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uImMe8F4KG .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uImMe8F4KG .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uImMe8F4KG .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uImMe8F4KG .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uImMe8F4KG .navbar {
    display: block;
    padding: 0;
  }
  .cid-uImMe8F4KG .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uImMe8F4KG .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uImMe8F4KG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uImMe8F4KG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uImMe8F4KG .navbar-toggler {
    display: none;
  }
  .cid-uImMe8F4KG .navbar-collapse {
    justify-content: center;
  }
}
.cid-uImMe8F4KG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uImMe8F4KG .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uImMe8F4KG .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uImMe8F4KG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uImMe8F4KG .menu-logo {
  margin-right: auto;
}
.cid-uImMe8F4KG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uImMe8F4KG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uImMe8F4KG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uImMe8F4KG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uImMe8F4KG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uImMe8F4KG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uImMe8F4KG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uImMe8F4KG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uImMe8F4KG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uImMe8F4KG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uImMe8F4KG .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uImMe8F4KG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uImMe8F4KG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uImMe8F4KG .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uImMe8F4KG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uImMe8F4KG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uImMe8F4KG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImMe8F4KG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uImMe8F4KG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImMe8F4KG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uImMe8F4KG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uImMe8F4KG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uImMe8F4KG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uImMe8F4KG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uImMe8F4KG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uImMe8F4KG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uImMe8F4KG button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uImMe8F4KG button.navbar-toggler:focus {
  outline: none;
}
.cid-uImMe8F4KG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uImMe8F4KG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uImMe8F4KG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImMe8F4KG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImMe8F4KG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uImMe8F4KG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImMe8F4KG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uImMe8F4KG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uImMe8F4KG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImMe8F4KG .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uImMe8F4KG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uImMe8F4KG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uImMe8F4KG .collapsed .btn {
  display: flex;
}
.cid-uImMe8F4KG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uImMe8F4KG .collapsed .navbar-collapse.collapsing,
.cid-uImMe8F4KG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uImMe8F4KG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uImMe8F4KG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uImMe8F4KG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uImMe8F4KG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uImMe8F4KG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uImMe8F4KG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uImMe8F4KG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uImMe8F4KG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uImMe8F4KG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uImMe8F4KG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uImMe8F4KG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uImMe8F4KG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uImMe8F4KG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uImMe8F4KG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uImMe8F4KG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uImMe8F4KG .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uImMe8F4KG .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uImMe8F4KG .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uImMe8F4KG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uImMe8F4KG .navbar-collapse.collapsing,
  .cid-uImMe8F4KG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uImMe8F4KG .navbar-collapse.collapsing .navbar-nav,
  .cid-uImMe8F4KG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uImMe8F4KG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uImMe8F4KG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uImMe8F4KG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uImMe8F4KG .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uImMe8F4KG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uImMe8F4KG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uImMe8F4KG .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uImMe8F4KG .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uImMe8F4KG .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uImMe8F4KG img {
    height: 3.8rem !important;
  }
  .cid-uImMe8F4KG .btn {
    display: flex;
  }
  .cid-uImMe8F4KG button.navbar-toggler {
    display: block;
  }
  .cid-uImMe8F4KG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uImMe8F4KG .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uImMe8F4KG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uImMe8F4KG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uImMe8F4KG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uImMe8F4KG .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uImMe8F4KG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uImMe8F4KG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uImMe8F4KG .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uImMe8F4KG .nav-link:focus {
  outline: none;
}
.cid-uImMe8F4KG .navbar-toggler {
  position: relative;
}
.cid-uImMe8F4KG .dropdown-item.active,
.cid-uImMe8F4KG .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uImMe8F4KG .widget-title,
.cid-uImMe8F4KG .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uImMe8F4KG .widget-text {
  color: #000000;
}
.cid-uImMe9iaMp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uImMe9iaMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImMe9iaMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImMe9iaMp .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uImMe9iaMp .text-container {
    margin: 0 5%;
  }
}
.cid-uImMe9iaMp .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uImMe9iaMp .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uImMe9iaMp .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uImMe9iaMp .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uImMe9iaMp .mbr-text {
  color: #e8e8e8;
}
.cid-uImMe9iaMp .mbr-desc,
.cid-uImMe9iaMp .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uImMe9iaMp .mbr-text,
.cid-uImMe9iaMp .text-container {
  text-align: center;
}
.cid-uImMe9DpEx {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-uImMe9DpEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImMe9DpEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uImMe9DpEx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uImMe9DpEx img {
  border-radius: 3rem;
}
.cid-uImMe9DpEx .row {
  align-items: center;
}
.cid-uImMe9DpEx .mbr-section-title {
  color: #1d5356;
}
.cid-uImMe9DpEx .mbr-text,
.cid-uImMe9DpEx .mbr-section-btn {
  color: #491414;
}
.cid-uImMe9DpEx .mbr-section-subtitle {
  color: #491414;
}
.cid-uImRstedb3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uImRstedb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImRstedb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImRstedb3 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uImRstedb3 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uImRstedb3 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uImRstedb3 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uImRstedb3 .item {
    margin-bottom: 16px;
  }
}
.cid-uImRstedb3 .item:last-child {
  margin-bottom: 0;
}
.cid-uImRstedb3 .item:hover .item-wrapper .item-img img,
.cid-uImRstedb3 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uImRstedb3 .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uImRstedb3 .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uImRstedb3 .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uImRstedb3 .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uImRstedb3 .item .item-wrapper .item-content .item-title_1,
.cid-uImRstedb3 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uImRstedb3 .item .item-wrapper .item-content .item-text_1,
.cid-uImRstedb3 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uImRstedb3 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uImRstedb3 .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uImRstedb3 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uImRstedb3 .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uImRstedb3 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uImRstedb3 .item .card_1 {
  background-color: #fffbf6;
}
.cid-uImRstedb3 .item .card_2 {
  background-color: #fffbf6;
}
.cid-uImRstedb3 .mbr-section-title {
  color: #212529;
}
.cid-uImRstedb3 .item-title_1 {
  color: #491414;
}
.cid-uImRstedb3 .item-title_2 {
  color: #491414;
}
.cid-uImRstedb3 .item-text_1 {
  color: #f5a11b;
}
.cid-uImRstedb3 .item-text_2 {
  color: #ff543d;
}
.cid-uImRstedb3 .item-text_2,
.cid-uImRstedb3 .mbr-section-btn {
  color: #000000;
}
.cid-uImRstedb3 .item-text_1,
.cid-uImRstedb3 .mbr-section-btn {
  color: #000000;
}
.cid-uImMeaynmp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-uImMeaynmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImMeaynmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImMeaynmp .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uImMeaynmp .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uImMeaynmp .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uImMeaynmp .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uImMeaynmp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uImMeaynmp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uImMeaynmp .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uImMeaynmp .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uImMeaynmp .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uImMeaynmp .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uImMeaynmp .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uImMeaynmp .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uImMeaynmp .mbr-section-title {
  color: #050f0f;
}
.cid-uImMeaynmp .mbr-text {
  color: #050f0f;
}
.cid-uImMeaynmp .mbr-section-title,
.cid-uImMeaynmp .mbr-section-btn {
  color: #491414;
}
.cid-uImMeaynmp .mbr-text,
.cid-uImMeaynmp .text-wrapper,
.cid-uImMeaynmp .rating-wrapper {
  color: #000000;
}
.cid-uInxumlYzf {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uInxumlYzf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uInxumlYzf h4,
.cid-uInxumlYzf p {
  padding-bottom: 1rem;
}
.cid-uInxumlYzf .col-auto,
.cid-uInxumlYzf .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uInxumlYzf .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uInxumlYzf .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uInxumlYzf .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uInxumlYzf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uInxumlYzf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uInxumlYzf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uInxumlYzf .form-control,
.cid-uInxumlYzf .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uInxumlYzf .form-control::-webkit-input-placeholder,
.cid-uInxumlYzf .field-input::-webkit-input-placeholder,
.cid-uInxumlYzf .form-control::-webkit-input-placeholder,
.cid-uInxumlYzf .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uInxumlYzf .form-control:-moz-placeholder,
.cid-uInxumlYzf .field-input:-moz-placeholder,
.cid-uInxumlYzf .form-control:-moz-placeholder,
.cid-uInxumlYzf .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uInxumlYzf .form-control:hover,
.cid-uInxumlYzf .field-input:hover,
.cid-uInxumlYzf .form-control:focus,
.cid-uInxumlYzf .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uInxumlYzf .form-control:hover::-webkit-input-placeholder,
.cid-uInxumlYzf .field-input:hover::-webkit-input-placeholder,
.cid-uInxumlYzf .form-control:focus::-webkit-input-placeholder,
.cid-uInxumlYzf .field-input:focus::-webkit-input-placeholder,
.cid-uInxumlYzf .form-control:hover::-webkit-input-placeholder,
.cid-uInxumlYzf .field-input:hover::-webkit-input-placeholder,
.cid-uInxumlYzf .form-control:focus::-webkit-input-placeholder,
.cid-uInxumlYzf .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uInxumlYzf .form-control:hover:-moz-placeholder,
.cid-uInxumlYzf .field-input:hover:-moz-placeholder,
.cid-uInxumlYzf .form-control:focus:-moz-placeholder,
.cid-uInxumlYzf .field-input:focus:-moz-placeholder,
.cid-uInxumlYzf .form-control:hover:-moz-placeholder,
.cid-uInxumlYzf .field-input:hover:-moz-placeholder,
.cid-uInxumlYzf .form-control:focus:-moz-placeholder,
.cid-uInxumlYzf .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uInxumlYzf .jq-number__spin:hover,
.cid-uInxumlYzf .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uInxumlYzf .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uInxumlYzf .jq-selectbox li,
.cid-uInxumlYzf .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uInxumlYzf .jq-selectbox li:hover,
.cid-uInxumlYzf .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uInxumlYzf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uInxumlYzf .jq-number__spin.minus:hover:after,
.cid-uInxumlYzf .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uInxumlYzf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uInxumlYzf .jq-number__spin.minus:after,
.cid-uInxumlYzf .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uInxumlYzf input::-webkit-clear-button {
  display: none;
}
.cid-uInxumlYzf input::-webkit-inner-spin-button {
  display: none;
}
.cid-uInxumlYzf input::-webkit-outer-spin-button {
  display: none;
}
.cid-uInxumlYzf input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uIyX7sdg6E .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uIyX7sdg6E .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uIyX7sdg6E .navbar-fixed-top {
  padding-top: 0;
}
.cid-uIyX7sdg6E .navbar-collapse {
  flex-basis: auto;
}
.cid-uIyX7sdg6E .dropdown-item {
  padding: 0;
}
.cid-uIyX7sdg6E .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uIyX7sdg6E .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIyX7sdg6E .menu-content-top {
    width: 100%;
  }
  .cid-uIyX7sdg6E .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uIyX7sdg6E .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uIyX7sdg6E .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uIyX7sdg6E .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uIyX7sdg6E .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uIyX7sdg6E .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uIyX7sdg6E .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uIyX7sdg6E .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIyX7sdg6E .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uIyX7sdg6E .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uIyX7sdg6E a {
  font-style: normal;
}
.cid-uIyX7sdg6E .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uIyX7sdg6E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uIyX7sdg6E .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uIyX7sdg6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyX7sdg6E .content-text {
  margin-bottom: 0;
}
.cid-uIyX7sdg6E .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uIyX7sdg6E .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uIyX7sdg6E .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uIyX7sdg6E .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uIyX7sdg6E .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uIyX7sdg6E .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uIyX7sdg6E .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uIyX7sdg6E .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uIyX7sdg6E .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIyX7sdg6E .nav-dropdown .link {
  font-weight: 400;
}
.cid-uIyX7sdg6E .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uIyX7sdg6E .content-right-side {
  text-align: center;
}
.cid-uIyX7sdg6E .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uIyX7sdg6E .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uIyX7sdg6E .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uIyX7sdg6E .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uIyX7sdg6E .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uIyX7sdg6E .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uIyX7sdg6E .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uIyX7sdg6E .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uIyX7sdg6E .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uIyX7sdg6E .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uIyX7sdg6E .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uIyX7sdg6E .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uIyX7sdg6E .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uIyX7sdg6E .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uIyX7sdg6E .navbar {
    display: block;
    padding: 0;
  }
  .cid-uIyX7sdg6E .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uIyX7sdg6E .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uIyX7sdg6E .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uIyX7sdg6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uIyX7sdg6E .navbar-toggler {
    display: none;
  }
  .cid-uIyX7sdg6E .navbar-collapse {
    justify-content: center;
  }
}
.cid-uIyX7sdg6E .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uIyX7sdg6E .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uIyX7sdg6E .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uIyX7sdg6E .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uIyX7sdg6E .menu-logo {
  margin-right: auto;
}
.cid-uIyX7sdg6E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uIyX7sdg6E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uIyX7sdg6E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uIyX7sdg6E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIyX7sdg6E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uIyX7sdg6E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIyX7sdg6E .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uIyX7sdg6E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIyX7sdg6E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uIyX7sdg6E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIyX7sdg6E .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uIyX7sdg6E .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uIyX7sdg6E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIyX7sdg6E .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uIyX7sdg6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uIyX7sdg6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIyX7sdg6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyX7sdg6E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIyX7sdg6E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIyX7sdg6E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uIyX7sdg6E .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uIyX7sdg6E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uIyX7sdg6E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIyX7sdg6E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIyX7sdg6E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIyX7sdg6E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uIyX7sdg6E button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uIyX7sdg6E button.navbar-toggler:focus {
  outline: none;
}
.cid-uIyX7sdg6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIyX7sdg6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIyX7sdg6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyX7sdg6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyX7sdg6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIyX7sdg6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyX7sdg6E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIyX7sdg6E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIyX7sdg6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyX7sdg6E .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uIyX7sdg6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIyX7sdg6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIyX7sdg6E .collapsed .btn {
  display: flex;
}
.cid-uIyX7sdg6E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIyX7sdg6E .collapsed .navbar-collapse.collapsing,
.cid-uIyX7sdg6E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIyX7sdg6E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIyX7sdg6E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIyX7sdg6E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIyX7sdg6E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIyX7sdg6E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIyX7sdg6E .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uIyX7sdg6E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIyX7sdg6E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIyX7sdg6E .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uIyX7sdg6E .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIyX7sdg6E .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uIyX7sdg6E .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uIyX7sdg6E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uIyX7sdg6E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIyX7sdg6E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIyX7sdg6E .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uIyX7sdg6E .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uIyX7sdg6E .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIyX7sdg6E .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uIyX7sdg6E .navbar-collapse.collapsing,
  .cid-uIyX7sdg6E .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIyX7sdg6E .navbar-collapse.collapsing .navbar-nav,
  .cid-uIyX7sdg6E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIyX7sdg6E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIyX7sdg6E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIyX7sdg6E .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIyX7sdg6E .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uIyX7sdg6E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIyX7sdg6E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIyX7sdg6E .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uIyX7sdg6E .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uIyX7sdg6E .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uIyX7sdg6E img {
    height: 3.8rem !important;
  }
  .cid-uIyX7sdg6E .btn {
    display: flex;
  }
  .cid-uIyX7sdg6E button.navbar-toggler {
    display: block;
  }
  .cid-uIyX7sdg6E .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uIyX7sdg6E .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uIyX7sdg6E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uIyX7sdg6E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIyX7sdg6E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIyX7sdg6E .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uIyX7sdg6E .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uIyX7sdg6E .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uIyX7sdg6E .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uIyX7sdg6E .nav-link:focus {
  outline: none;
}
.cid-uIyX7sdg6E .navbar-toggler {
  position: relative;
}
.cid-uIyX7sdg6E .dropdown-item.active,
.cid-uIyX7sdg6E .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uIyX7sdg6E .widget-title,
.cid-uIyX7sdg6E .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uIyX7sdg6E .widget-text {
  color: #000000;
}
.cid-uIyX7sZZeh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIyX7sZZeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyX7sZZeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyX7sZZeh .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uIyX7sZZeh .text-container {
    margin: 0 5%;
  }
}
.cid-uIyX7sZZeh .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uIyX7sZZeh .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uIyX7sZZeh .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uIyX7sZZeh .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uIyX7sZZeh .mbr-text {
  color: #e8e8e8;
}
.cid-uIyX7sZZeh .mbr-desc,
.cid-uIyX7sZZeh .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uIyX7sZZeh .mbr-text,
.cid-uIyX7sZZeh .text-container {
  text-align: center;
}
.cid-uIyYeCnwb2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1484.png");
}
.cid-uIyYeCnwb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyYeCnwb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyYeCnwb2 .row {
  margin: 0 -8px;
}
.cid-uIyYeCnwb2 .row .card {
  padding: 0 8px;
}
.cid-uIyYeCnwb2 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uIyYeCnwb2 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIyYeCnwb2 .card-wrapper {
    padding: 24px;
  }
}
.cid-uIyYeCnwb2 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uIyYeCnwb2 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uIyYeCnwb2 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uIyYeCnwb2 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uIyYeCnwb2 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uIyYeCnwb2 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIyYeCnwb2 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uIyYeCnwb2 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uIyYeCnwb2 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIyYeCnwb2 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uIyYeCnwb2 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uIyYeCnwb2 .mbr-text,
.cid-uIyYeCnwb2 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uIyX7uhfwa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-uIyX7uhfwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyX7uhfwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyX7uhfwa .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIyX7uhfwa .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uIyX7uhfwa .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIyX7uhfwa .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uIyX7uhfwa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIyX7uhfwa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uIyX7uhfwa .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIyX7uhfwa .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uIyX7uhfwa .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIyX7uhfwa .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uIyX7uhfwa .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uIyX7uhfwa .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uIyX7uhfwa .mbr-section-title {
  color: #050f0f;
}
.cid-uIyX7uhfwa .mbr-text {
  color: #050f0f;
}
.cid-uIz2Gvm2Qj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIz2Gvm2Qj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz2Gvm2Qj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz2Gvm2Qj .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIz2Gvm2Qj .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIz2Gvm2Qj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIz2Gvm2Qj .container {
    padding: 0 20px;
  }
}
.cid-uIz2Gvm2Qj .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIz2Gvm2Qj .row .card {
  padding: 0 10px;
}
.cid-uIz2Gvm2Qj .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIz2Gvm2Qj .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIz2Gvm2Qj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uIz2Gvm2Qj .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIz2Gvm2Qj .item {
    margin-bottom: 40px;
  }
}
.cid-uIz2Gvm2Qj .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-uIz2Gvm2Qj .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIz2Gvm2Qj .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uIz2Gvm2Qj .mbr-section-title {
  color: #000000;
}
.cid-uIz2Gvm2Qj .card-number {
  color: #000000;
}
.cid-uIz2Gvm2Qj .card-title {
  color: #000000;
}
.cid-uIz2Gvm2Qj .card-text {
  color: #000000;
}
.cid-uLIrn6DlNg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLIrn6DlNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLIrn6DlNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLIrn6DlNg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uLIrn6DlNg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLIrn6DlNg .container {
    padding: 0 24px;
  }
}
.cid-uLIrn6DlNg .row {
  justify-content: center;
}
.cid-uLIrn6DlNg .content-wrapper {
  border-radius: 40px;
  background-color: #ecede8;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uLIrn6DlNg .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uLIrn6DlNg .content-wrapper {
    padding: 32px;
  }
}
.cid-uLIrn6DlNg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLIrn6DlNg .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uLIrn6DlNg .mbr-section-title {
  color: #000000;
}
.cid-uLIrn6DlNg .mbr-text {
  color: #262642;
}
.cid-uLItqoU8fo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLItqoU8fo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLItqoU8fo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLItqoU8fo .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uLItqoU8fo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLItqoU8fo .container {
    padding: 0 24px;
  }
}
.cid-uLItqoU8fo .row {
  justify-content: center;
}
.cid-uLItqoU8fo .content-wrapper {
  border-radius: 40px;
  background-color: #ecede8;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uLItqoU8fo .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uLItqoU8fo .content-wrapper {
    padding: 32px;
  }
}
.cid-uLItqoU8fo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLItqoU8fo .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uLItqoU8fo .mbr-section-title {
  color: #000000;
}
.cid-uLItqoU8fo .mbr-text {
  color: #262642;
}
.cid-uIz9fT9fmE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-uIz9fT9fmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz9fT9fmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz9fT9fmE .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uIz9fT9fmE .mbr-text {
  color: #272727;
  margin-bottom: 1em;
}
.cid-uIyX7uEmdB {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyX7uEmdB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyX7uEmdB h4,
.cid-uIyX7uEmdB p {
  padding-bottom: 1rem;
}
.cid-uIyX7uEmdB .col-auto,
.cid-uIyX7uEmdB .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyX7uEmdB .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyX7uEmdB .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyX7uEmdB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyX7uEmdB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyX7uEmdB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyX7uEmdB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyX7uEmdB .form-control,
.cid-uIyX7uEmdB .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyX7uEmdB .form-control::-webkit-input-placeholder,
.cid-uIyX7uEmdB .field-input::-webkit-input-placeholder,
.cid-uIyX7uEmdB .form-control::-webkit-input-placeholder,
.cid-uIyX7uEmdB .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyX7uEmdB .form-control:-moz-placeholder,
.cid-uIyX7uEmdB .field-input:-moz-placeholder,
.cid-uIyX7uEmdB .form-control:-moz-placeholder,
.cid-uIyX7uEmdB .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyX7uEmdB .form-control:hover,
.cid-uIyX7uEmdB .field-input:hover,
.cid-uIyX7uEmdB .form-control:focus,
.cid-uIyX7uEmdB .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyX7uEmdB .form-control:hover::-webkit-input-placeholder,
.cid-uIyX7uEmdB .field-input:hover::-webkit-input-placeholder,
.cid-uIyX7uEmdB .form-control:focus::-webkit-input-placeholder,
.cid-uIyX7uEmdB .field-input:focus::-webkit-input-placeholder,
.cid-uIyX7uEmdB .form-control:hover::-webkit-input-placeholder,
.cid-uIyX7uEmdB .field-input:hover::-webkit-input-placeholder,
.cid-uIyX7uEmdB .form-control:focus::-webkit-input-placeholder,
.cid-uIyX7uEmdB .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyX7uEmdB .form-control:hover:-moz-placeholder,
.cid-uIyX7uEmdB .field-input:hover:-moz-placeholder,
.cid-uIyX7uEmdB .form-control:focus:-moz-placeholder,
.cid-uIyX7uEmdB .field-input:focus:-moz-placeholder,
.cid-uIyX7uEmdB .form-control:hover:-moz-placeholder,
.cid-uIyX7uEmdB .field-input:hover:-moz-placeholder,
.cid-uIyX7uEmdB .form-control:focus:-moz-placeholder,
.cid-uIyX7uEmdB .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyX7uEmdB .jq-number__spin:hover,
.cid-uIyX7uEmdB .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyX7uEmdB .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyX7uEmdB .jq-selectbox li,
.cid-uIyX7uEmdB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyX7uEmdB .jq-selectbox li:hover,
.cid-uIyX7uEmdB .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyX7uEmdB .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyX7uEmdB .jq-number__spin.minus:hover:after,
.cid-uIyX7uEmdB .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyX7uEmdB .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyX7uEmdB .jq-number__spin.minus:after,
.cid-uIyX7uEmdB .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyX7uEmdB input::-webkit-clear-button {
  display: none;
}
.cid-uIyX7uEmdB input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyX7uEmdB input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyX7uEmdB input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIyX7vbkoo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIyX7vbkoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyX7vbkoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyX7vbkoo .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIyX7vbkoo .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIyX7vbkoo .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIyX7vbkoo .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIyX7vbkoo .container {
    max-width: 100%;
  }
  .cid-uIyX7vbkoo .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIyX7vbkoo .item-wrap {
  width: 100%;
}
.cid-uIyX7vbkoo .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIyX7vbkoo .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIyX7vbkoo .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIyX7vbkoo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIyX7vbkoo .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIyX7vbkoo .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIyX7vbkoo .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIyX7vbkoo .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIyX7vbkoo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIyX7vbkoo .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIyX7vbkoo .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIyX7vbkoo .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIyX7vbkoo .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIyX7vbkoo .col-links {
    padding-top: 20px;
  }
}
.cid-uIyX7vbkoo .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIyX7vbkoo .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIyX7vbkoo .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIyX7vbkoo .list {
    text-align: center !important;
  }
}
.cid-uIyX7vbkoo .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIyX7vbkoo .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIyX7vbkoo .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIyX7vbkoo .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIyX7vbkoo .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIyX7vbkoo .list a:hover:before {
  width: 100%;
}
.cid-uIyX7vbkoo .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIyX7vbkoo .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIyX7vbkoo .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIyX7vbkoo .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uIvVLatAq8 .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uIvVLatAq8 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uIvVLatAq8 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uIvVLatAq8 .navbar-collapse {
  flex-basis: auto;
}
.cid-uIvVLatAq8 .dropdown-item {
  padding: 0;
}
.cid-uIvVLatAq8 .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uIvVLatAq8 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIvVLatAq8 .menu-content-top {
    width: 100%;
  }
  .cid-uIvVLatAq8 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uIvVLatAq8 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uIvVLatAq8 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uIvVLatAq8 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uIvVLatAq8 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uIvVLatAq8 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uIvVLatAq8 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uIvVLatAq8 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIvVLatAq8 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uIvVLatAq8 .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uIvVLatAq8 a {
  font-style: normal;
}
.cid-uIvVLatAq8 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uIvVLatAq8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uIvVLatAq8 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uIvVLatAq8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIvVLatAq8 .content-text {
  margin-bottom: 0;
}
.cid-uIvVLatAq8 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uIvVLatAq8 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uIvVLatAq8 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uIvVLatAq8 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uIvVLatAq8 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uIvVLatAq8 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uIvVLatAq8 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uIvVLatAq8 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uIvVLatAq8 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIvVLatAq8 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uIvVLatAq8 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uIvVLatAq8 .content-right-side {
  text-align: center;
}
.cid-uIvVLatAq8 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uIvVLatAq8 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uIvVLatAq8 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uIvVLatAq8 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uIvVLatAq8 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uIvVLatAq8 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uIvVLatAq8 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uIvVLatAq8 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uIvVLatAq8 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uIvVLatAq8 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uIvVLatAq8 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uIvVLatAq8 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uIvVLatAq8 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uIvVLatAq8 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uIvVLatAq8 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uIvVLatAq8 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uIvVLatAq8 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uIvVLatAq8 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uIvVLatAq8 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uIvVLatAq8 .navbar-toggler {
    display: none;
  }
  .cid-uIvVLatAq8 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uIvVLatAq8 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uIvVLatAq8 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uIvVLatAq8 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uIvVLatAq8 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uIvVLatAq8 .menu-logo {
  margin-right: auto;
}
.cid-uIvVLatAq8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uIvVLatAq8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uIvVLatAq8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uIvVLatAq8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIvVLatAq8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uIvVLatAq8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIvVLatAq8 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uIvVLatAq8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIvVLatAq8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uIvVLatAq8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIvVLatAq8 .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uIvVLatAq8 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uIvVLatAq8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIvVLatAq8 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uIvVLatAq8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uIvVLatAq8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIvVLatAq8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIvVLatAq8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIvVLatAq8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIvVLatAq8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uIvVLatAq8 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uIvVLatAq8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uIvVLatAq8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIvVLatAq8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIvVLatAq8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIvVLatAq8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uIvVLatAq8 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uIvVLatAq8 button.navbar-toggler:focus {
  outline: none;
}
.cid-uIvVLatAq8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIvVLatAq8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIvVLatAq8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIvVLatAq8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIvVLatAq8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIvVLatAq8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIvVLatAq8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIvVLatAq8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIvVLatAq8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIvVLatAq8 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uIvVLatAq8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIvVLatAq8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIvVLatAq8 .collapsed .btn {
  display: flex;
}
.cid-uIvVLatAq8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIvVLatAq8 .collapsed .navbar-collapse.collapsing,
.cid-uIvVLatAq8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIvVLatAq8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIvVLatAq8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIvVLatAq8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIvVLatAq8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIvVLatAq8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIvVLatAq8 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uIvVLatAq8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIvVLatAq8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIvVLatAq8 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uIvVLatAq8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIvVLatAq8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uIvVLatAq8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uIvVLatAq8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uIvVLatAq8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIvVLatAq8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIvVLatAq8 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uIvVLatAq8 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uIvVLatAq8 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIvVLatAq8 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uIvVLatAq8 .navbar-collapse.collapsing,
  .cid-uIvVLatAq8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIvVLatAq8 .navbar-collapse.collapsing .navbar-nav,
  .cid-uIvVLatAq8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIvVLatAq8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIvVLatAq8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIvVLatAq8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIvVLatAq8 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uIvVLatAq8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIvVLatAq8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIvVLatAq8 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uIvVLatAq8 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uIvVLatAq8 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uIvVLatAq8 img {
    height: 3.8rem !important;
  }
  .cid-uIvVLatAq8 .btn {
    display: flex;
  }
  .cid-uIvVLatAq8 button.navbar-toggler {
    display: block;
  }
  .cid-uIvVLatAq8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uIvVLatAq8 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uIvVLatAq8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uIvVLatAq8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIvVLatAq8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIvVLatAq8 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uIvVLatAq8 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uIvVLatAq8 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uIvVLatAq8 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uIvVLatAq8 .nav-link:focus {
  outline: none;
}
.cid-uIvVLatAq8 .navbar-toggler {
  position: relative;
}
.cid-uIvVLatAq8 .dropdown-item.active,
.cid-uIvVLatAq8 .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uIvVLatAq8 .widget-title,
.cid-uIvVLatAq8 .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uIvVLatAq8 .widget-text {
  color: #000000;
}
.cid-uIvYas42kT {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uIvYas42kT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIvYas42kT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIvYas42kT .row {
  justify-content: space-between;
}
.cid-uIvYas42kT .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIvYas42kT .content-wrapper {
    padding: 0;
  }
}
.cid-uIvYas42kT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIvYas42kT .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIvYas42kT .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIvYas42kT .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIvYas42kT .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIvYas42kT .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIvYas42kT .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIvYas42kT .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIvYas42kT .mbr-section-title {
  color: #000000;
}
.cid-uIvYas42kT .mbr-desc {
  color: #000000;
}
.cid-uIvYas42kT .mbr-text {
  color: #000000;
}
.cid-uIvYas42kT .mbr-section-title,
.cid-uIvYas42kT .mbr-section-btn {
  color: #005c62;
}
.cid-uIyUwHY9xE {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyUwHY9xE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyUwHY9xE h4,
.cid-uIyUwHY9xE p {
  padding-bottom: 1rem;
}
.cid-uIyUwHY9xE .col-auto,
.cid-uIyUwHY9xE .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyUwHY9xE .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyUwHY9xE .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyUwHY9xE .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyUwHY9xE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyUwHY9xE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyUwHY9xE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyUwHY9xE .form-control,
.cid-uIyUwHY9xE .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyUwHY9xE .form-control::-webkit-input-placeholder,
.cid-uIyUwHY9xE .field-input::-webkit-input-placeholder,
.cid-uIyUwHY9xE .form-control::-webkit-input-placeholder,
.cid-uIyUwHY9xE .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyUwHY9xE .form-control:-moz-placeholder,
.cid-uIyUwHY9xE .field-input:-moz-placeholder,
.cid-uIyUwHY9xE .form-control:-moz-placeholder,
.cid-uIyUwHY9xE .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyUwHY9xE .form-control:hover,
.cid-uIyUwHY9xE .field-input:hover,
.cid-uIyUwHY9xE .form-control:focus,
.cid-uIyUwHY9xE .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyUwHY9xE .form-control:hover::-webkit-input-placeholder,
.cid-uIyUwHY9xE .field-input:hover::-webkit-input-placeholder,
.cid-uIyUwHY9xE .form-control:focus::-webkit-input-placeholder,
.cid-uIyUwHY9xE .field-input:focus::-webkit-input-placeholder,
.cid-uIyUwHY9xE .form-control:hover::-webkit-input-placeholder,
.cid-uIyUwHY9xE .field-input:hover::-webkit-input-placeholder,
.cid-uIyUwHY9xE .form-control:focus::-webkit-input-placeholder,
.cid-uIyUwHY9xE .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyUwHY9xE .form-control:hover:-moz-placeholder,
.cid-uIyUwHY9xE .field-input:hover:-moz-placeholder,
.cid-uIyUwHY9xE .form-control:focus:-moz-placeholder,
.cid-uIyUwHY9xE .field-input:focus:-moz-placeholder,
.cid-uIyUwHY9xE .form-control:hover:-moz-placeholder,
.cid-uIyUwHY9xE .field-input:hover:-moz-placeholder,
.cid-uIyUwHY9xE .form-control:focus:-moz-placeholder,
.cid-uIyUwHY9xE .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyUwHY9xE .jq-number__spin:hover,
.cid-uIyUwHY9xE .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyUwHY9xE .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyUwHY9xE .jq-selectbox li,
.cid-uIyUwHY9xE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUwHY9xE .jq-selectbox li:hover,
.cid-uIyUwHY9xE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUwHY9xE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyUwHY9xE .jq-number__spin.minus:hover:after,
.cid-uIyUwHY9xE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUwHY9xE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyUwHY9xE .jq-number__spin.minus:after,
.cid-uIyUwHY9xE .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUwHY9xE input::-webkit-clear-button {
  display: none;
}
.cid-uIyUwHY9xE input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyUwHY9xE input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyUwHY9xE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uIw2waisxs .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uIw2waisxs .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uIw2waisxs .navbar-fixed-top {
  padding-top: 0;
}
.cid-uIw2waisxs .navbar-collapse {
  flex-basis: auto;
}
.cid-uIw2waisxs .dropdown-item {
  padding: 0;
}
.cid-uIw2waisxs .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uIw2waisxs .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIw2waisxs .menu-content-top {
    width: 100%;
  }
  .cid-uIw2waisxs .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uIw2waisxs .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uIw2waisxs .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uIw2waisxs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uIw2waisxs .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uIw2waisxs .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uIw2waisxs .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uIw2waisxs .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIw2waisxs .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uIw2waisxs .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uIw2waisxs a {
  font-style: normal;
}
.cid-uIw2waisxs .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uIw2waisxs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uIw2waisxs .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uIw2waisxs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIw2waisxs .content-text {
  margin-bottom: 0;
}
.cid-uIw2waisxs .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uIw2waisxs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uIw2waisxs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uIw2waisxs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uIw2waisxs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uIw2waisxs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uIw2waisxs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uIw2waisxs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uIw2waisxs .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIw2waisxs .nav-dropdown .link {
  font-weight: 400;
}
.cid-uIw2waisxs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uIw2waisxs .content-right-side {
  text-align: center;
}
.cid-uIw2waisxs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uIw2waisxs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uIw2waisxs .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uIw2waisxs .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uIw2waisxs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uIw2waisxs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uIw2waisxs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uIw2waisxs .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uIw2waisxs .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uIw2waisxs .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uIw2waisxs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uIw2waisxs .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uIw2waisxs .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uIw2waisxs .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uIw2waisxs .navbar {
    display: block;
    padding: 0;
  }
  .cid-uIw2waisxs .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uIw2waisxs .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uIw2waisxs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uIw2waisxs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uIw2waisxs .navbar-toggler {
    display: none;
  }
  .cid-uIw2waisxs .navbar-collapse {
    justify-content: center;
  }
}
.cid-uIw2waisxs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uIw2waisxs .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uIw2waisxs .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uIw2waisxs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uIw2waisxs .menu-logo {
  margin-right: auto;
}
.cid-uIw2waisxs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uIw2waisxs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uIw2waisxs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uIw2waisxs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIw2waisxs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uIw2waisxs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIw2waisxs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uIw2waisxs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIw2waisxs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uIw2waisxs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIw2waisxs .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uIw2waisxs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uIw2waisxs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIw2waisxs .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uIw2waisxs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uIw2waisxs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIw2waisxs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIw2waisxs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIw2waisxs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIw2waisxs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uIw2waisxs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uIw2waisxs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uIw2waisxs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIw2waisxs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIw2waisxs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIw2waisxs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uIw2waisxs button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uIw2waisxs button.navbar-toggler:focus {
  outline: none;
}
.cid-uIw2waisxs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIw2waisxs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIw2waisxs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIw2waisxs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIw2waisxs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIw2waisxs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIw2waisxs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIw2waisxs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIw2waisxs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIw2waisxs .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uIw2waisxs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIw2waisxs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIw2waisxs .collapsed .btn {
  display: flex;
}
.cid-uIw2waisxs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIw2waisxs .collapsed .navbar-collapse.collapsing,
.cid-uIw2waisxs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIw2waisxs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIw2waisxs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIw2waisxs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIw2waisxs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIw2waisxs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIw2waisxs .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uIw2waisxs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIw2waisxs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIw2waisxs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uIw2waisxs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIw2waisxs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uIw2waisxs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uIw2waisxs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uIw2waisxs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIw2waisxs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIw2waisxs .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uIw2waisxs .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uIw2waisxs .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIw2waisxs .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uIw2waisxs .navbar-collapse.collapsing,
  .cid-uIw2waisxs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIw2waisxs .navbar-collapse.collapsing .navbar-nav,
  .cid-uIw2waisxs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIw2waisxs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIw2waisxs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIw2waisxs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIw2waisxs .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uIw2waisxs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIw2waisxs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIw2waisxs .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uIw2waisxs .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uIw2waisxs .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uIw2waisxs img {
    height: 3.8rem !important;
  }
  .cid-uIw2waisxs .btn {
    display: flex;
  }
  .cid-uIw2waisxs button.navbar-toggler {
    display: block;
  }
  .cid-uIw2waisxs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uIw2waisxs .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uIw2waisxs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uIw2waisxs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIw2waisxs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIw2waisxs .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uIw2waisxs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uIw2waisxs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uIw2waisxs .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uIw2waisxs .nav-link:focus {
  outline: none;
}
.cid-uIw2waisxs .navbar-toggler {
  position: relative;
}
.cid-uIw2waisxs .dropdown-item.active,
.cid-uIw2waisxs .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uIw2waisxs .widget-title,
.cid-uIw2waisxs .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uIw2waisxs .widget-text {
  color: #000000;
}
.cid-uIw2wbuoWG {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uIw2wbuoWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIw2wbuoWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIw2wbuoWG .row {
  justify-content: space-between;
}
.cid-uIw2wbuoWG .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIw2wbuoWG .content-wrapper {
    padding: 0;
  }
}
.cid-uIw2wbuoWG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIw2wbuoWG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIw2wbuoWG .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIw2wbuoWG .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIw2wbuoWG .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIw2wbuoWG .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIw2wbuoWG .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIw2wbuoWG .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIw2wbuoWG .mbr-section-title {
  color: #000000;
}
.cid-uIw2wbuoWG .mbr-desc {
  color: #000000;
}
.cid-uIw2wbuoWG .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uIw2wbuoWG .mbr-section-title,
.cid-uIw2wbuoWG .mbr-section-btn {
  color: #005c62;
}
.cid-uIyUA95mAT {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyUA95mAT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyUA95mAT h4,
.cid-uIyUA95mAT p {
  padding-bottom: 1rem;
}
.cid-uIyUA95mAT .col-auto,
.cid-uIyUA95mAT .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyUA95mAT .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyUA95mAT .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyUA95mAT .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyUA95mAT .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyUA95mAT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyUA95mAT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyUA95mAT .form-control,
.cid-uIyUA95mAT .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyUA95mAT .form-control::-webkit-input-placeholder,
.cid-uIyUA95mAT .field-input::-webkit-input-placeholder,
.cid-uIyUA95mAT .form-control::-webkit-input-placeholder,
.cid-uIyUA95mAT .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyUA95mAT .form-control:-moz-placeholder,
.cid-uIyUA95mAT .field-input:-moz-placeholder,
.cid-uIyUA95mAT .form-control:-moz-placeholder,
.cid-uIyUA95mAT .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyUA95mAT .form-control:hover,
.cid-uIyUA95mAT .field-input:hover,
.cid-uIyUA95mAT .form-control:focus,
.cid-uIyUA95mAT .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyUA95mAT .form-control:hover::-webkit-input-placeholder,
.cid-uIyUA95mAT .field-input:hover::-webkit-input-placeholder,
.cid-uIyUA95mAT .form-control:focus::-webkit-input-placeholder,
.cid-uIyUA95mAT .field-input:focus::-webkit-input-placeholder,
.cid-uIyUA95mAT .form-control:hover::-webkit-input-placeholder,
.cid-uIyUA95mAT .field-input:hover::-webkit-input-placeholder,
.cid-uIyUA95mAT .form-control:focus::-webkit-input-placeholder,
.cid-uIyUA95mAT .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyUA95mAT .form-control:hover:-moz-placeholder,
.cid-uIyUA95mAT .field-input:hover:-moz-placeholder,
.cid-uIyUA95mAT .form-control:focus:-moz-placeholder,
.cid-uIyUA95mAT .field-input:focus:-moz-placeholder,
.cid-uIyUA95mAT .form-control:hover:-moz-placeholder,
.cid-uIyUA95mAT .field-input:hover:-moz-placeholder,
.cid-uIyUA95mAT .form-control:focus:-moz-placeholder,
.cid-uIyUA95mAT .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyUA95mAT .jq-number__spin:hover,
.cid-uIyUA95mAT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyUA95mAT .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyUA95mAT .jq-selectbox li,
.cid-uIyUA95mAT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUA95mAT .jq-selectbox li:hover,
.cid-uIyUA95mAT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUA95mAT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyUA95mAT .jq-number__spin.minus:hover:after,
.cid-uIyUA95mAT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUA95mAT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyUA95mAT .jq-number__spin.minus:after,
.cid-uIyUA95mAT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUA95mAT input::-webkit-clear-button {
  display: none;
}
.cid-uIyUA95mAT input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyUA95mAT input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyUA95mAT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uOFpWuDP5s .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uOFpWuDP5s .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uOFpWuDP5s .navbar-fixed-top {
  padding-top: 0;
}
.cid-uOFpWuDP5s .navbar-collapse {
  flex-basis: auto;
}
.cid-uOFpWuDP5s .dropdown-item {
  padding: 0;
}
.cid-uOFpWuDP5s .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uOFpWuDP5s .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOFpWuDP5s .menu-content-top {
    width: 100%;
  }
  .cid-uOFpWuDP5s .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uOFpWuDP5s .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uOFpWuDP5s .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uOFpWuDP5s .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uOFpWuDP5s .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uOFpWuDP5s .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uOFpWuDP5s .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uOFpWuDP5s .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uOFpWuDP5s .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uOFpWuDP5s .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uOFpWuDP5s a {
  font-style: normal;
}
.cid-uOFpWuDP5s .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uOFpWuDP5s .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uOFpWuDP5s .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uOFpWuDP5s .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFpWuDP5s .content-text {
  margin-bottom: 0;
}
.cid-uOFpWuDP5s .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uOFpWuDP5s .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uOFpWuDP5s .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uOFpWuDP5s .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uOFpWuDP5s .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uOFpWuDP5s .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uOFpWuDP5s .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uOFpWuDP5s .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uOFpWuDP5s .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOFpWuDP5s .nav-dropdown .link {
  font-weight: 400;
}
.cid-uOFpWuDP5s .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uOFpWuDP5s .content-right-side {
  text-align: center;
}
.cid-uOFpWuDP5s .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uOFpWuDP5s .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uOFpWuDP5s .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uOFpWuDP5s .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uOFpWuDP5s .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uOFpWuDP5s .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uOFpWuDP5s .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uOFpWuDP5s .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uOFpWuDP5s .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uOFpWuDP5s .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uOFpWuDP5s .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uOFpWuDP5s .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uOFpWuDP5s .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uOFpWuDP5s .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uOFpWuDP5s .navbar {
    display: block;
    padding: 0;
  }
  .cid-uOFpWuDP5s .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uOFpWuDP5s .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uOFpWuDP5s .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uOFpWuDP5s .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uOFpWuDP5s .navbar-toggler {
    display: none;
  }
  .cid-uOFpWuDP5s .navbar-collapse {
    justify-content: center;
  }
}
.cid-uOFpWuDP5s .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uOFpWuDP5s .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uOFpWuDP5s .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uOFpWuDP5s .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uOFpWuDP5s .menu-logo {
  margin-right: auto;
}
.cid-uOFpWuDP5s .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uOFpWuDP5s .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uOFpWuDP5s .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uOFpWuDP5s .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uOFpWuDP5s .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uOFpWuDP5s .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uOFpWuDP5s .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uOFpWuDP5s .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uOFpWuDP5s .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uOFpWuDP5s .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uOFpWuDP5s .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOFpWuDP5s .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uOFpWuDP5s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFpWuDP5s .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uOFpWuDP5s .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uOFpWuDP5s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOFpWuDP5s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFpWuDP5s .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uOFpWuDP5s .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFpWuDP5s .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uOFpWuDP5s .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uOFpWuDP5s .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uOFpWuDP5s .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uOFpWuDP5s .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uOFpWuDP5s .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uOFpWuDP5s button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uOFpWuDP5s button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uOFpWuDP5s button.navbar-toggler:focus {
  outline: none;
}
.cid-uOFpWuDP5s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOFpWuDP5s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOFpWuDP5s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFpWuDP5s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFpWuDP5s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOFpWuDP5s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFpWuDP5s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFpWuDP5s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFpWuDP5s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFpWuDP5s .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uOFpWuDP5s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFpWuDP5s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFpWuDP5s .collapsed .btn {
  display: flex;
}
.cid-uOFpWuDP5s .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uOFpWuDP5s .collapsed .navbar-collapse.collapsing,
.cid-uOFpWuDP5s .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uOFpWuDP5s .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uOFpWuDP5s .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uOFpWuDP5s .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uOFpWuDP5s .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uOFpWuDP5s .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uOFpWuDP5s .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uOFpWuDP5s .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uOFpWuDP5s .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uOFpWuDP5s .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uOFpWuDP5s .collapsed button.navbar-toggler {
  display: block;
}
.cid-uOFpWuDP5s .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uOFpWuDP5s .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uOFpWuDP5s .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uOFpWuDP5s .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uOFpWuDP5s .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uOFpWuDP5s .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uOFpWuDP5s .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uOFpWuDP5s .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOFpWuDP5s .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uOFpWuDP5s .navbar-collapse.collapsing,
  .cid-uOFpWuDP5s .navbar-collapse.show {
    display: block !important;
  }
  .cid-uOFpWuDP5s .navbar-collapse.collapsing .navbar-nav,
  .cid-uOFpWuDP5s .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uOFpWuDP5s .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uOFpWuDP5s .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uOFpWuDP5s .navbar-collapse.collapsing .navbar-buttons,
  .cid-uOFpWuDP5s .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uOFpWuDP5s .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uOFpWuDP5s .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uOFpWuDP5s .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uOFpWuDP5s .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uOFpWuDP5s .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uOFpWuDP5s img {
    height: 3.8rem !important;
  }
  .cid-uOFpWuDP5s .btn {
    display: flex;
  }
  .cid-uOFpWuDP5s button.navbar-toggler {
    display: block;
  }
  .cid-uOFpWuDP5s .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uOFpWuDP5s .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uOFpWuDP5s .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uOFpWuDP5s .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uOFpWuDP5s .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uOFpWuDP5s .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uOFpWuDP5s .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uOFpWuDP5s .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uOFpWuDP5s .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uOFpWuDP5s .nav-link:focus {
  outline: none;
}
.cid-uOFpWuDP5s .navbar-toggler {
  position: relative;
}
.cid-uOFpWuDP5s .dropdown-item.active,
.cid-uOFpWuDP5s .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uOFpWuDP5s .widget-title,
.cid-uOFpWuDP5s .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uOFpWuDP5s .widget-text {
  color: #000000;
}
.cid-uOFpWvcFy1 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uOFpWvcFy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFpWvcFy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFpWvcFy1 .row {
  justify-content: space-between;
}
.cid-uOFpWvcFy1 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uOFpWvcFy1 .content-wrapper {
    padding: 0;
  }
}
.cid-uOFpWvcFy1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOFpWvcFy1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOFpWvcFy1 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOFpWvcFy1 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOFpWvcFy1 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOFpWvcFy1 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uOFpWvcFy1 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uOFpWvcFy1 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOFpWvcFy1 .mbr-section-title {
  color: #000000;
}
.cid-uOFpWvcFy1 .mbr-desc {
  color: #000000;
}
.cid-uOFpWvcFy1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOFpWvcFy1 .mbr-section-title,
.cid-uOFpWvcFy1 .mbr-section-btn {
  color: #005c62;
}
.cid-uOFpWvCPtp {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uOFpWvCPtp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uOFpWvCPtp h4,
.cid-uOFpWvCPtp p {
  padding-bottom: 1rem;
}
.cid-uOFpWvCPtp .col-auto,
.cid-uOFpWvCPtp .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOFpWvCPtp .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uOFpWvCPtp .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uOFpWvCPtp .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOFpWvCPtp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOFpWvCPtp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOFpWvCPtp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOFpWvCPtp .form-control,
.cid-uOFpWvCPtp .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uOFpWvCPtp .form-control::-webkit-input-placeholder,
.cid-uOFpWvCPtp .field-input::-webkit-input-placeholder,
.cid-uOFpWvCPtp .form-control::-webkit-input-placeholder,
.cid-uOFpWvCPtp .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uOFpWvCPtp .form-control:-moz-placeholder,
.cid-uOFpWvCPtp .field-input:-moz-placeholder,
.cid-uOFpWvCPtp .form-control:-moz-placeholder,
.cid-uOFpWvCPtp .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uOFpWvCPtp .form-control:hover,
.cid-uOFpWvCPtp .field-input:hover,
.cid-uOFpWvCPtp .form-control:focus,
.cid-uOFpWvCPtp .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uOFpWvCPtp .form-control:hover::-webkit-input-placeholder,
.cid-uOFpWvCPtp .field-input:hover::-webkit-input-placeholder,
.cid-uOFpWvCPtp .form-control:focus::-webkit-input-placeholder,
.cid-uOFpWvCPtp .field-input:focus::-webkit-input-placeholder,
.cid-uOFpWvCPtp .form-control:hover::-webkit-input-placeholder,
.cid-uOFpWvCPtp .field-input:hover::-webkit-input-placeholder,
.cid-uOFpWvCPtp .form-control:focus::-webkit-input-placeholder,
.cid-uOFpWvCPtp .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uOFpWvCPtp .form-control:hover:-moz-placeholder,
.cid-uOFpWvCPtp .field-input:hover:-moz-placeholder,
.cid-uOFpWvCPtp .form-control:focus:-moz-placeholder,
.cid-uOFpWvCPtp .field-input:focus:-moz-placeholder,
.cid-uOFpWvCPtp .form-control:hover:-moz-placeholder,
.cid-uOFpWvCPtp .field-input:hover:-moz-placeholder,
.cid-uOFpWvCPtp .form-control:focus:-moz-placeholder,
.cid-uOFpWvCPtp .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uOFpWvCPtp .jq-number__spin:hover,
.cid-uOFpWvCPtp .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uOFpWvCPtp .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uOFpWvCPtp .jq-selectbox li,
.cid-uOFpWvCPtp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uOFpWvCPtp .jq-selectbox li:hover,
.cid-uOFpWvCPtp .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uOFpWvCPtp .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uOFpWvCPtp .jq-number__spin.minus:hover:after,
.cid-uOFpWvCPtp .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uOFpWvCPtp .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uOFpWvCPtp .jq-number__spin.minus:after,
.cid-uOFpWvCPtp .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uOFpWvCPtp input::-webkit-clear-button {
  display: none;
}
.cid-uOFpWvCPtp input::-webkit-inner-spin-button {
  display: none;
}
.cid-uOFpWvCPtp input::-webkit-outer-spin-button {
  display: none;
}
.cid-uOFpWvCPtp input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uOFpWw2sBF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOFpWw2sBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFpWw2sBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFpWw2sBF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uOFpWw2sBF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uOFpWw2sBF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uOFpWw2sBF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uOFpWw2sBF .container {
    max-width: 100%;
  }
  .cid-uOFpWw2sBF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uOFpWw2sBF .item-wrap {
  width: 100%;
}
.cid-uOFpWw2sBF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uOFpWw2sBF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uOFpWw2sBF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uOFpWw2sBF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOFpWw2sBF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uOFpWw2sBF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uOFpWw2sBF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uOFpWw2sBF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uOFpWw2sBF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uOFpWw2sBF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uOFpWw2sBF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uOFpWw2sBF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uOFpWw2sBF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOFpWw2sBF .col-links {
    padding-top: 20px;
  }
}
.cid-uOFpWw2sBF .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uOFpWw2sBF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uOFpWw2sBF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uOFpWw2sBF .list {
    text-align: center !important;
  }
}
.cid-uOFpWw2sBF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uOFpWw2sBF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uOFpWw2sBF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uOFpWw2sBF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uOFpWw2sBF .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uOFpWw2sBF .list a:hover:before {
  width: 100%;
}
.cid-uOFpWw2sBF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uOFpWw2sBF .col-copyright {
    padding-top: 40px;
  }
}
.cid-uOFpWw2sBF .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uOFpWw2sBF .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uIntuuujeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIntuuujeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIntuuujeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIntuuujeR .col-12 {
  position: relative;
}
.cid-uIntuuujeR img {
  margin: auto;
}
.cid-uIntuuujeR .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uIntuuujeR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIntuuujeR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIntuuujeR .image-wrapper {
    padding: 1rem;
  }
}
.cid-uIntuuujeR .mbr-section-title {
  color: #ffffff;
}
.cid-uIntuuujeR .mbr-text,
.cid-uIntuuujeR .mbr-section-btn {
  color: #000000;
}
.cid-uJdtu0A5N4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJdtu0A5N4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uJdtu0A5N4 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJdtu0A5N4 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJdtu0A5N4 .container {
    padding: 0 22px;
  }
}
.cid-uJdtu0A5N4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uJdtu0A5N4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJdtu0A5N4 .embla__slide .slide-content {
  width: 100%;
}
.cid-uJdtu0A5N4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJdtu0A5N4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJdtu0A5N4 .embla__button--next,
.cid-uJdtu0A5N4 .embla__button--prev {
  display: flex;
}
.cid-uJdtu0A5N4 .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJdtu0A5N4 .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uJdtu0A5N4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJdtu0A5N4 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uJdtu0A5N4 .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uJdtu0A5N4 .embla__button.embla__button--next {
  right: 20px;
}
.cid-uJdtu0A5N4 .card {
  justify-content: center;
}
.cid-uJdtu0A5N4 .embla {
  position: relative;
  width: 100%;
}
.cid-uJdtu0A5N4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJdtu0A5N4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJdtu0A5N4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJdtu0A5N4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJdtu0A5N4 .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJdtu0A5N4 .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJdtu0A5N4 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJdtu0A5N4 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJdtu0A5N4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJdtu0A5N4 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uEYIFnXgpe .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uEYIFnXgpe .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uEYIFnXgpe .navbar-fixed-top {
  padding-top: 0;
}
.cid-uEYIFnXgpe .navbar-collapse {
  flex-basis: auto;
}
.cid-uEYIFnXgpe .dropdown-item {
  padding: 0;
}
.cid-uEYIFnXgpe .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uEYIFnXgpe .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEYIFnXgpe .menu-content-top {
    width: 100%;
  }
  .cid-uEYIFnXgpe .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uEYIFnXgpe .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uEYIFnXgpe .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uEYIFnXgpe .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uEYIFnXgpe .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uEYIFnXgpe .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uEYIFnXgpe .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uEYIFnXgpe .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uEYIFnXgpe .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uEYIFnXgpe .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uEYIFnXgpe a {
  font-style: normal;
}
.cid-uEYIFnXgpe .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uEYIFnXgpe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uEYIFnXgpe .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uEYIFnXgpe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEYIFnXgpe .content-text {
  margin-bottom: 0;
}
.cid-uEYIFnXgpe .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uEYIFnXgpe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uEYIFnXgpe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uEYIFnXgpe .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uEYIFnXgpe .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uEYIFnXgpe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uEYIFnXgpe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uEYIFnXgpe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uEYIFnXgpe .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEYIFnXgpe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uEYIFnXgpe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uEYIFnXgpe .content-right-side {
  text-align: center;
}
.cid-uEYIFnXgpe .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uEYIFnXgpe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uEYIFnXgpe .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uEYIFnXgpe .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uEYIFnXgpe .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uEYIFnXgpe .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uEYIFnXgpe .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uEYIFnXgpe .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uEYIFnXgpe .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uEYIFnXgpe .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uEYIFnXgpe .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uEYIFnXgpe .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uEYIFnXgpe .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uEYIFnXgpe .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uEYIFnXgpe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uEYIFnXgpe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uEYIFnXgpe .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uEYIFnXgpe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uEYIFnXgpe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uEYIFnXgpe .navbar-toggler {
    display: none;
  }
  .cid-uEYIFnXgpe .navbar-collapse {
    justify-content: center;
  }
}
.cid-uEYIFnXgpe .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uEYIFnXgpe .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uEYIFnXgpe .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uEYIFnXgpe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uEYIFnXgpe .menu-logo {
  margin-right: auto;
}
.cid-uEYIFnXgpe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uEYIFnXgpe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uEYIFnXgpe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uEYIFnXgpe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uEYIFnXgpe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uEYIFnXgpe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uEYIFnXgpe .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uEYIFnXgpe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uEYIFnXgpe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uEYIFnXgpe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uEYIFnXgpe .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEYIFnXgpe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uEYIFnXgpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEYIFnXgpe .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uEYIFnXgpe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uEYIFnXgpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEYIFnXgpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEYIFnXgpe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uEYIFnXgpe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEYIFnXgpe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uEYIFnXgpe .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uEYIFnXgpe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uEYIFnXgpe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uEYIFnXgpe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uEYIFnXgpe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uEYIFnXgpe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uEYIFnXgpe button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uEYIFnXgpe button.navbar-toggler:focus {
  outline: none;
}
.cid-uEYIFnXgpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEYIFnXgpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEYIFnXgpe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEYIFnXgpe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEYIFnXgpe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEYIFnXgpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEYIFnXgpe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEYIFnXgpe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEYIFnXgpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEYIFnXgpe .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uEYIFnXgpe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEYIFnXgpe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEYIFnXgpe .collapsed .btn {
  display: flex;
}
.cid-uEYIFnXgpe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uEYIFnXgpe .collapsed .navbar-collapse.collapsing,
.cid-uEYIFnXgpe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uEYIFnXgpe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uEYIFnXgpe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uEYIFnXgpe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uEYIFnXgpe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uEYIFnXgpe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uEYIFnXgpe .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uEYIFnXgpe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uEYIFnXgpe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uEYIFnXgpe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uEYIFnXgpe .collapsed button.navbar-toggler {
  display: block;
}
.cid-uEYIFnXgpe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uEYIFnXgpe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uEYIFnXgpe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uEYIFnXgpe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uEYIFnXgpe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uEYIFnXgpe .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uEYIFnXgpe .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uEYIFnXgpe .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEYIFnXgpe .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uEYIFnXgpe .navbar-collapse.collapsing,
  .cid-uEYIFnXgpe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uEYIFnXgpe .navbar-collapse.collapsing .navbar-nav,
  .cid-uEYIFnXgpe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uEYIFnXgpe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uEYIFnXgpe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uEYIFnXgpe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uEYIFnXgpe .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uEYIFnXgpe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uEYIFnXgpe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uEYIFnXgpe .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uEYIFnXgpe .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uEYIFnXgpe .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uEYIFnXgpe img {
    height: 3.8rem !important;
  }
  .cid-uEYIFnXgpe .btn {
    display: flex;
  }
  .cid-uEYIFnXgpe button.navbar-toggler {
    display: block;
  }
  .cid-uEYIFnXgpe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uEYIFnXgpe .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uEYIFnXgpe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uEYIFnXgpe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uEYIFnXgpe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uEYIFnXgpe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uEYIFnXgpe .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uEYIFnXgpe .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uEYIFnXgpe .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uEYIFnXgpe .nav-link:focus {
  outline: none;
}
.cid-uEYIFnXgpe .navbar-toggler {
  position: relative;
}
.cid-uEYIFnXgpe .dropdown-item.active,
.cid-uEYIFnXgpe .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uEYIFnXgpe .widget-title,
.cid-uEYIFnXgpe .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uEYIFnXgpe .widget-text {
  color: #000000;
}
.cid-uJbyksAqJt {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-3-1920x1440.jpg");
  position: relative;
}
.cid-uJbyksAqJt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uJbyksAqJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbyksAqJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbyksAqJt .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uJbyksAqJt .content-wrapper {
    margin-top: 0;
  }
}
.cid-uJbyksAqJt .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ff9017, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJbyksAqJt .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJbyksAqJt .mbr-section-title {
  color: #ffffff;
}
.cid-uJbyksAqJt .mbr-text {
  color: #ffffff;
}
.cid-uJblVK8Krn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJblVK8Krn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJblVK8Krn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJblVK8Krn .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJblVK8Krn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJblVK8Krn .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJblVK8Krn .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uJblVK8Krn .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uJblVK8Krn .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uJblVK8Krn .image-wrapper {
  padding: 0 1rem;
}
.cid-uJblVK8Krn img,
.cid-uJblVK8Krn .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJblVK8Krn img,
  .cid-uJblVK8Krn .image-wrapper {
    max-height: 350px;
  }
}
.cid-uJblVK8Krn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uJblVK8Krn .mbr-text {
  color: #000000;
}
.cid-uJblVK8Krn .mbr-text,
.cid-uJblVK8Krn .mbr-section-btn {
  text-align: left;
}
.cid-uJblVK8Krn .price {
  color: #232323;
  text-align: left;
}
.cid-uJblVK8Krn .content-head {
  max-width: 800px;
}
.cid-uJblVK8Krn .mbr-section-maintitle {
  text-align: center;
}
.cid-uJblVK8Krn .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uJbCH2nAxs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uJbCH2nAxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbCH2nAxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbCH2nAxs .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uJbCH2nAxs .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJbCH2nAxs .container {
    padding: 0 30px;
  }
}
.cid-uJbCH2nAxs .item {
  margin-bottom: 30px;
}
.cid-uJbCH2nAxs .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJbCH2nAxs .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-uJbCH2nAxs .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-uJbCH2nAxs .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-uJbCH2nAxs .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uJbCH2nAxs .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-uJbCH2nAxs .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-uJbCH2nAxs .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJbCH2nAxs .item .item-wrapper .image-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJbCH2nAxs .item .item-wrapper .item-content {
  width: 100%;
}
.cid-uJbCH2nAxs .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uJbCH2nAxs .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uJbCH2nAxs .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uJbCH2nAxs .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uJbCH2nAxs .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uJbCH2nAxs .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uJbCH2nAxs .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uJbCH2nAxs .mbr-section-title {
  color: #2b2b2b;
}
.cid-uJbCH2nAxs .mbr-desc {
  color: #ffffff;
}
.cid-uJbCH2nAxs .mbr-date {
  color: #4e4e4e;
}
.cid-uJbCH2nAxs .mbr-text {
  color: #4e4e4e;
}
.cid-uIyUsSbw4n {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIyUsSbw4n .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyUsSbw4n h4,
.cid-uIyUsSbw4n p {
  padding-bottom: 1rem;
}
.cid-uIyUsSbw4n .col-auto,
.cid-uIyUsSbw4n .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyUsSbw4n .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyUsSbw4n .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyUsSbw4n .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyUsSbw4n .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyUsSbw4n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyUsSbw4n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyUsSbw4n .form-control,
.cid-uIyUsSbw4n .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyUsSbw4n .form-control::-webkit-input-placeholder,
.cid-uIyUsSbw4n .field-input::-webkit-input-placeholder,
.cid-uIyUsSbw4n .form-control::-webkit-input-placeholder,
.cid-uIyUsSbw4n .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyUsSbw4n .form-control:-moz-placeholder,
.cid-uIyUsSbw4n .field-input:-moz-placeholder,
.cid-uIyUsSbw4n .form-control:-moz-placeholder,
.cid-uIyUsSbw4n .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyUsSbw4n .form-control:hover,
.cid-uIyUsSbw4n .field-input:hover,
.cid-uIyUsSbw4n .form-control:focus,
.cid-uIyUsSbw4n .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyUsSbw4n .form-control:hover::-webkit-input-placeholder,
.cid-uIyUsSbw4n .field-input:hover::-webkit-input-placeholder,
.cid-uIyUsSbw4n .form-control:focus::-webkit-input-placeholder,
.cid-uIyUsSbw4n .field-input:focus::-webkit-input-placeholder,
.cid-uIyUsSbw4n .form-control:hover::-webkit-input-placeholder,
.cid-uIyUsSbw4n .field-input:hover::-webkit-input-placeholder,
.cid-uIyUsSbw4n .form-control:focus::-webkit-input-placeholder,
.cid-uIyUsSbw4n .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyUsSbw4n .form-control:hover:-moz-placeholder,
.cid-uIyUsSbw4n .field-input:hover:-moz-placeholder,
.cid-uIyUsSbw4n .form-control:focus:-moz-placeholder,
.cid-uIyUsSbw4n .field-input:focus:-moz-placeholder,
.cid-uIyUsSbw4n .form-control:hover:-moz-placeholder,
.cid-uIyUsSbw4n .field-input:hover:-moz-placeholder,
.cid-uIyUsSbw4n .form-control:focus:-moz-placeholder,
.cid-uIyUsSbw4n .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyUsSbw4n .jq-number__spin:hover,
.cid-uIyUsSbw4n .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyUsSbw4n .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyUsSbw4n .jq-selectbox li,
.cid-uIyUsSbw4n .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUsSbw4n .jq-selectbox li:hover,
.cid-uIyUsSbw4n .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUsSbw4n .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyUsSbw4n .jq-number__spin.minus:hover:after,
.cid-uIyUsSbw4n .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUsSbw4n .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyUsSbw4n .jq-number__spin.minus:after,
.cid-uIyUsSbw4n .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUsSbw4n input::-webkit-clear-button {
  display: none;
}
.cid-uIyUsSbw4n input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyUsSbw4n input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyUsSbw4n input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uImVOBQuzP .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uImVOBQuzP .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uImVOBQuzP .navbar-fixed-top {
  padding-top: 0;
}
.cid-uImVOBQuzP .navbar-collapse {
  flex-basis: auto;
}
.cid-uImVOBQuzP .dropdown-item {
  padding: 0;
}
.cid-uImVOBQuzP .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uImVOBQuzP .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uImVOBQuzP .menu-content-top {
    width: 100%;
  }
  .cid-uImVOBQuzP .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uImVOBQuzP .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uImVOBQuzP .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uImVOBQuzP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uImVOBQuzP .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uImVOBQuzP .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uImVOBQuzP .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uImVOBQuzP .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uImVOBQuzP .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uImVOBQuzP .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uImVOBQuzP a {
  font-style: normal;
}
.cid-uImVOBQuzP .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uImVOBQuzP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uImVOBQuzP .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uImVOBQuzP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImVOBQuzP .content-text {
  margin-bottom: 0;
}
.cid-uImVOBQuzP .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uImVOBQuzP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uImVOBQuzP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uImVOBQuzP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uImVOBQuzP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uImVOBQuzP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uImVOBQuzP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uImVOBQuzP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uImVOBQuzP .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uImVOBQuzP .nav-dropdown .link {
  font-weight: 400;
}
.cid-uImVOBQuzP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uImVOBQuzP .content-right-side {
  text-align: center;
}
.cid-uImVOBQuzP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uImVOBQuzP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uImVOBQuzP .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uImVOBQuzP .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uImVOBQuzP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uImVOBQuzP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uImVOBQuzP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uImVOBQuzP .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uImVOBQuzP .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uImVOBQuzP .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uImVOBQuzP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uImVOBQuzP .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uImVOBQuzP .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uImVOBQuzP .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uImVOBQuzP .navbar {
    display: block;
    padding: 0;
  }
  .cid-uImVOBQuzP .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uImVOBQuzP .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uImVOBQuzP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uImVOBQuzP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uImVOBQuzP .navbar-toggler {
    display: none;
  }
  .cid-uImVOBQuzP .navbar-collapse {
    justify-content: center;
  }
}
.cid-uImVOBQuzP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uImVOBQuzP .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uImVOBQuzP .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uImVOBQuzP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uImVOBQuzP .menu-logo {
  margin-right: auto;
}
.cid-uImVOBQuzP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uImVOBQuzP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uImVOBQuzP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uImVOBQuzP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uImVOBQuzP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uImVOBQuzP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uImVOBQuzP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uImVOBQuzP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uImVOBQuzP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uImVOBQuzP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uImVOBQuzP .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uImVOBQuzP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uImVOBQuzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uImVOBQuzP .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uImVOBQuzP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uImVOBQuzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uImVOBQuzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImVOBQuzP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uImVOBQuzP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImVOBQuzP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uImVOBQuzP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uImVOBQuzP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uImVOBQuzP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uImVOBQuzP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uImVOBQuzP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uImVOBQuzP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uImVOBQuzP button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uImVOBQuzP button.navbar-toggler:focus {
  outline: none;
}
.cid-uImVOBQuzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uImVOBQuzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uImVOBQuzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImVOBQuzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImVOBQuzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uImVOBQuzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImVOBQuzP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uImVOBQuzP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uImVOBQuzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImVOBQuzP .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uImVOBQuzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uImVOBQuzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uImVOBQuzP .collapsed .btn {
  display: flex;
}
.cid-uImVOBQuzP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uImVOBQuzP .collapsed .navbar-collapse.collapsing,
.cid-uImVOBQuzP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uImVOBQuzP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uImVOBQuzP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uImVOBQuzP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uImVOBQuzP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uImVOBQuzP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uImVOBQuzP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uImVOBQuzP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uImVOBQuzP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uImVOBQuzP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uImVOBQuzP .collapsed button.navbar-toggler {
  display: block;
}
.cid-uImVOBQuzP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uImVOBQuzP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uImVOBQuzP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uImVOBQuzP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uImVOBQuzP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uImVOBQuzP .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uImVOBQuzP .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uImVOBQuzP .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uImVOBQuzP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uImVOBQuzP .navbar-collapse.collapsing,
  .cid-uImVOBQuzP .navbar-collapse.show {
    display: block !important;
  }
  .cid-uImVOBQuzP .navbar-collapse.collapsing .navbar-nav,
  .cid-uImVOBQuzP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uImVOBQuzP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uImVOBQuzP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uImVOBQuzP .navbar-collapse.collapsing .navbar-buttons,
  .cid-uImVOBQuzP .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uImVOBQuzP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uImVOBQuzP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uImVOBQuzP .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uImVOBQuzP .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uImVOBQuzP .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uImVOBQuzP img {
    height: 3.8rem !important;
  }
  .cid-uImVOBQuzP .btn {
    display: flex;
  }
  .cid-uImVOBQuzP button.navbar-toggler {
    display: block;
  }
  .cid-uImVOBQuzP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uImVOBQuzP .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uImVOBQuzP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uImVOBQuzP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uImVOBQuzP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uImVOBQuzP .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uImVOBQuzP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uImVOBQuzP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uImVOBQuzP .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uImVOBQuzP .nav-link:focus {
  outline: none;
}
.cid-uImVOBQuzP .navbar-toggler {
  position: relative;
}
.cid-uImVOBQuzP .dropdown-item.active,
.cid-uImVOBQuzP .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uImVOBQuzP .widget-title,
.cid-uImVOBQuzP .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uImVOBQuzP .widget-text {
  color: #000000;
}
.cid-uImVOCBk74 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uImVOCBk74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImVOCBk74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImVOCBk74 .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uImVOCBk74 .text-container {
    margin: 0 5%;
  }
}
.cid-uImVOCBk74 .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uImVOCBk74 .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uImVOCBk74 .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uImVOCBk74 .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uImVOCBk74 .mbr-text {
  color: #e8e8e8;
}
.cid-uImVOCBk74 .mbr-desc,
.cid-uImVOCBk74 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uImVOCBk74 .mbr-text,
.cid-uImVOCBk74 .text-container {
  text-align: center;
}
.cid-uImVOD6wq2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-uImVOD6wq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImVOD6wq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uImVOD6wq2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uImVOD6wq2 img {
  border-radius: 3rem;
}
.cid-uImVOD6wq2 .row {
  align-items: center;
}
.cid-uImVOD6wq2 .mbr-section-title {
  color: #1d5356;
}
.cid-uImVOD6wq2 .mbr-text,
.cid-uImVOD6wq2 .mbr-section-btn {
  color: #491414;
}
.cid-uImVOD6wq2 .mbr-section-subtitle {
  color: #491414;
}
.cid-uIn29kJkQ7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIn29kJkQ7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uIn29kJkQ7 .container-table {
  margin: 0 auto;
}
.cid-uIn29kJkQ7 table.dataTable thead .sorting:before,
.cid-uIn29kJkQ7 table.dataTable thead .sorting:after,
.cid-uIn29kJkQ7 table.dataTable thead .sorting_asc:before,
.cid-uIn29kJkQ7 table.dataTable thead .sorting_asc:after,
.cid-uIn29kJkQ7 table.dataTable thead .sorting_desc:before,
.cid-uIn29kJkQ7 table.dataTable thead .sorting_desc:after,
.cid-uIn29kJkQ7 table.dataTable thead .sorting_asc_disabled:before,
.cid-uIn29kJkQ7 table.dataTable thead .sorting_asc_disabled:after,
.cid-uIn29kJkQ7 table.dataTable thead .sorting_desc_disabled:before,
.cid-uIn29kJkQ7 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-uIn29kJkQ7 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uIn29kJkQ7 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-uIn29kJkQ7 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uIn29kJkQ7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uIn29kJkQ7 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #c3721a;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-uIn29kJkQ7 .head-item:hover {
  background: #c3721a;
  color: inherit;
}
.cid-uIn29kJkQ7 .table-heads {
  color: #ffffff;
}
.cid-uIn29kJkQ7 .dataTables_wrapper {
  display: block;
}
.cid-uIn29kJkQ7 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uIn29kJkQ7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uIn29kJkQ7 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-uIn29kJkQ7 table td,
.cid-uIn29kJkQ7 table th {
  white-space: nowrap;
}
.cid-uIn29kJkQ7 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-uIn29kJkQ7 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-uIn29kJkQ7 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-uIn29kJkQ7 table.table {
  background: #ffffff;
}
.cid-uIn29kJkQ7 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uIn29kJkQ7 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uIn29kJkQ7 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uIn29kJkQ7 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uIn29kJkQ7 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uIn29kJkQ7 .dataTables_filter {
    text-align: center;
  }
  .cid-uIn29kJkQ7 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uIn29kJkQ7 .mbr-section-title,
.cid-uIn29kJkQ7 .line-wrap {
  text-align: center;
}
.cid-uIn29kJkQ7 .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uIn29kJkQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIn29kJkQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIn29kJkQ7 .body-item {
  text-align: center;
}
.cid-uInkt4W4U4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-uInkt4W4U4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uInkt4W4U4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uInkt4W4U4 .card {
    padding: 0 80px;
  }
}
.cid-uInkt4W4U4 .title-wrapper {
  margin: 0 0 40px 0;
}
@media (max-width: 992px) {
  .cid-uInkt4W4U4 .title-wrapper {
    margin: 85px 0 32px 0;
  }
}
.cid-uInkt4W4U4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uInkt4W4U4 .list-wrapper .list-item {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uInkt4W4U4 .list-wrapper .list-item {
    margin-bottom: 12px;
  }
}
.cid-uInkt4W4U4 .list-wrapper .list-item .mbr-item-title {
  margin: 0;
}
.cid-uInkt4W4U4 .list-wrapper .list-item .mbr-desc {
  margin: 0;
}
.cid-uInkt4W4U4 .image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uInkt4W4U4 .image-wrapper img {
  max-width: 390px;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uInkt4W4U4 .mbr-section-title {
  color: #491414;
}
.cid-uInkt4W4U4 .mbr-item-title {
  color: #005c62;
}
.cid-uInkt4W4U4 .mbr-desc {
  color: #005c62;
}
.cid-uIne0EF7u8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIne0EF7u8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uIne0EF7u8 .container-table {
  margin: 0 auto;
}
.cid-uIne0EF7u8 table.dataTable thead .sorting:before,
.cid-uIne0EF7u8 table.dataTable thead .sorting:after,
.cid-uIne0EF7u8 table.dataTable thead .sorting_asc:before,
.cid-uIne0EF7u8 table.dataTable thead .sorting_asc:after,
.cid-uIne0EF7u8 table.dataTable thead .sorting_desc:before,
.cid-uIne0EF7u8 table.dataTable thead .sorting_desc:after,
.cid-uIne0EF7u8 table.dataTable thead .sorting_asc_disabled:before,
.cid-uIne0EF7u8 table.dataTable thead .sorting_asc_disabled:after,
.cid-uIne0EF7u8 table.dataTable thead .sorting_desc_disabled:before,
.cid-uIne0EF7u8 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-uIne0EF7u8 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uIne0EF7u8 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-uIne0EF7u8 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uIne0EF7u8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uIne0EF7u8 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #c3721a;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-uIne0EF7u8 .head-item:hover {
  background: #c3721a;
  color: inherit;
}
.cid-uIne0EF7u8 .table-heads {
  color: #ffffff;
}
.cid-uIne0EF7u8 .dataTables_wrapper {
  display: block;
}
.cid-uIne0EF7u8 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uIne0EF7u8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uIne0EF7u8 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-uIne0EF7u8 table td,
.cid-uIne0EF7u8 table th {
  white-space: nowrap;
}
.cid-uIne0EF7u8 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-uIne0EF7u8 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-uIne0EF7u8 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-uIne0EF7u8 table.table {
  background: #ffffff;
}
.cid-uIne0EF7u8 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uIne0EF7u8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uIne0EF7u8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uIne0EF7u8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uIne0EF7u8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uIne0EF7u8 .dataTables_filter {
    text-align: center;
  }
  .cid-uIne0EF7u8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uIne0EF7u8 .mbr-section-title,
.cid-uIne0EF7u8 .line-wrap {
  text-align: center;
}
.cid-uIne0EF7u8 .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uIne0EF7u8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIne0EF7u8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIne0EF7u8 .body-item {
  text-align: center;
}
.cid-uImVOEglQO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uImVOEglQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImVOEglQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImVOEglQO .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uImVOEglQO .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uImVOEglQO .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uImVOEglQO .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uImVOEglQO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uImVOEglQO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uImVOEglQO .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uImVOEglQO .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uImVOEglQO .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uImVOEglQO .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uImVOEglQO .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uImVOEglQO .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uImVOEglQO .mbr-section-title {
  color: #050f0f;
}
.cid-uImVOEglQO .mbr-text {
  color: #050f0f;
}
.cid-uImVOEglQO .mbr-text,
.cid-uImVOEglQO .text-wrapper,
.cid-uImVOEglQO .rating-wrapper {
  color: #000000;
}
.cid-uIyUp1xm0h {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ecede8;
}
.cid-uIyUp1xm0h .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIyUp1xm0h h4,
.cid-uIyUp1xm0h p {
  padding-bottom: 1rem;
}
.cid-uIyUp1xm0h .col-auto,
.cid-uIyUp1xm0h .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyUp1xm0h .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uIyUp1xm0h .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uIyUp1xm0h .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uIyUp1xm0h .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyUp1xm0h .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyUp1xm0h .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyUp1xm0h .form-control,
.cid-uIyUp1xm0h .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uIyUp1xm0h .form-control::-webkit-input-placeholder,
.cid-uIyUp1xm0h .field-input::-webkit-input-placeholder,
.cid-uIyUp1xm0h .form-control::-webkit-input-placeholder,
.cid-uIyUp1xm0h .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uIyUp1xm0h .form-control:-moz-placeholder,
.cid-uIyUp1xm0h .field-input:-moz-placeholder,
.cid-uIyUp1xm0h .form-control:-moz-placeholder,
.cid-uIyUp1xm0h .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uIyUp1xm0h .form-control:hover,
.cid-uIyUp1xm0h .field-input:hover,
.cid-uIyUp1xm0h .form-control:focus,
.cid-uIyUp1xm0h .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uIyUp1xm0h .form-control:hover::-webkit-input-placeholder,
.cid-uIyUp1xm0h .field-input:hover::-webkit-input-placeholder,
.cid-uIyUp1xm0h .form-control:focus::-webkit-input-placeholder,
.cid-uIyUp1xm0h .field-input:focus::-webkit-input-placeholder,
.cid-uIyUp1xm0h .form-control:hover::-webkit-input-placeholder,
.cid-uIyUp1xm0h .field-input:hover::-webkit-input-placeholder,
.cid-uIyUp1xm0h .form-control:focus::-webkit-input-placeholder,
.cid-uIyUp1xm0h .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIyUp1xm0h .form-control:hover:-moz-placeholder,
.cid-uIyUp1xm0h .field-input:hover:-moz-placeholder,
.cid-uIyUp1xm0h .form-control:focus:-moz-placeholder,
.cid-uIyUp1xm0h .field-input:focus:-moz-placeholder,
.cid-uIyUp1xm0h .form-control:hover:-moz-placeholder,
.cid-uIyUp1xm0h .field-input:hover:-moz-placeholder,
.cid-uIyUp1xm0h .form-control:focus:-moz-placeholder,
.cid-uIyUp1xm0h .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIyUp1xm0h .jq-number__spin:hover,
.cid-uIyUp1xm0h .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIyUp1xm0h .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIyUp1xm0h .jq-selectbox li,
.cid-uIyUp1xm0h .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUp1xm0h .jq-selectbox li:hover,
.cid-uIyUp1xm0h .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIyUp1xm0h .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIyUp1xm0h .jq-number__spin.minus:hover:after,
.cid-uIyUp1xm0h .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUp1xm0h .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIyUp1xm0h .jq-number__spin.minus:after,
.cid-uIyUp1xm0h .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIyUp1xm0h input::-webkit-clear-button {
  display: none;
}
.cid-uIyUp1xm0h input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIyUp1xm0h input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIyUp1xm0h input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIwa629csb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwa629csb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwa629csb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwa629csb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIwa629csb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIwa629csb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIwa629csb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIwa629csb .container {
    max-width: 100%;
  }
  .cid-uIwa629csb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIwa629csb .item-wrap {
  width: 100%;
}
.cid-uIwa629csb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIwa629csb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIwa629csb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIwa629csb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIwa629csb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIwa629csb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIwa629csb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uIwa629csb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIwa629csb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uIwa629csb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIwa629csb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-links {
    padding-top: 20px;
  }
}
.cid-uIwa629csb .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIwa629csb .list {
    text-align: center !important;
  }
}
.cid-uIwa629csb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIwa629csb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIwa629csb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uIwa629csb .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uIwa629csb .list a:hover:before {
  width: 100%;
}
.cid-uIwa629csb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIwa629csb .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIwa629csb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uIwa629csb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uPJqn2cMhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPJqn2cMhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJqn2cMhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJqn2cMhm .col-12 {
  position: relative;
}
.cid-uPJqn2cMhm img {
  margin: auto;
}
.cid-uPJqn2cMhm .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPJqn2cMhm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPJqn2cMhm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPJqn2cMhm .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPJqn2cMhm .mbr-section-title {
  color: #ffffff;
}
.cid-uPJqn2cMhm .mbr-text,
.cid-uPJqn2cMhm .mbr-section-btn {
  color: #1d5356;
}
.cid-uPNVWERmSF .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uPNVWERmSF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #fefced;
}
.cid-uPNVWERmSF .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNVWERmSF .navbar-collapse {
  flex-basis: auto;
}
.cid-uPNVWERmSF .dropdown-item {
  padding: 0;
}
.cid-uPNVWERmSF .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uPNVWERmSF .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPNVWERmSF .menu-content-top {
    width: 100%;
  }
  .cid-uPNVWERmSF .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uPNVWERmSF .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uPNVWERmSF .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uPNVWERmSF .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uPNVWERmSF .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uPNVWERmSF .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uPNVWERmSF .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uPNVWERmSF .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uPNVWERmSF .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #254036;
}
.cid-uPNVWERmSF .navbar-dropdown.bg-color.transparent.opened {
  background: #fefced;
}
.cid-uPNVWERmSF a {
  font-style: normal;
}
.cid-uPNVWERmSF .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uPNVWERmSF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNVWERmSF .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uPNVWERmSF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNVWERmSF .content-text {
  margin-bottom: 0;
}
.cid-uPNVWERmSF .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNVWERmSF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #254036;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNVWERmSF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNVWERmSF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNVWERmSF .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNVWERmSF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uPNVWERmSF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uPNVWERmSF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uPNVWERmSF .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNVWERmSF .nav-dropdown .link {
  font-weight: 400;
}
.cid-uPNVWERmSF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNVWERmSF .content-right-side {
  text-align: center;
}
.cid-uPNVWERmSF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNVWERmSF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNVWERmSF .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uPNVWERmSF .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNVWERmSF .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNVWERmSF .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNVWERmSF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNVWERmSF .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uPNVWERmSF .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uPNVWERmSF .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uPNVWERmSF .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uPNVWERmSF .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uPNVWERmSF .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNVWERmSF .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uPNVWERmSF .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNVWERmSF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNVWERmSF .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 4.5rem);
  }
  .cid-uPNVWERmSF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uPNVWERmSF .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uPNVWERmSF .navbar-toggler {
    display: none;
  }
  .cid-uPNVWERmSF .navbar-collapse {
    justify-content: center;
  }
}
.cid-uPNVWERmSF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNVWERmSF .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uPNVWERmSF .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uPNVWERmSF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNVWERmSF .menu-logo {
  margin-right: auto;
}
.cid-uPNVWERmSF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNVWERmSF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNVWERmSF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPNVWERmSF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNVWERmSF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uPNVWERmSF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNVWERmSF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNVWERmSF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNVWERmSF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNVWERmSF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNVWERmSF .dropdown .dropdown-menu {
  background: #fefced;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNVWERmSF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNVWERmSF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNVWERmSF .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uPNVWERmSF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNVWERmSF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNVWERmSF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNVWERmSF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNVWERmSF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNVWERmSF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uPNVWERmSF .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNVWERmSF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uPNVWERmSF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNVWERmSF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNVWERmSF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNVWERmSF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uPNVWERmSF button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uPNVWERmSF button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNVWERmSF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNVWERmSF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNVWERmSF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNVWERmSF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNVWERmSF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNVWERmSF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNVWERmSF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNVWERmSF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNVWERmSF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNVWERmSF .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uPNVWERmSF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNVWERmSF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNVWERmSF .collapsed .btn {
  display: flex;
}
.cid-uPNVWERmSF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNVWERmSF .collapsed .navbar-collapse.collapsing,
.cid-uPNVWERmSF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNVWERmSF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNVWERmSF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNVWERmSF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNVWERmSF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNVWERmSF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNVWERmSF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNVWERmSF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNVWERmSF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNVWERmSF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNVWERmSF .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNVWERmSF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNVWERmSF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNVWERmSF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNVWERmSF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNVWERmSF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNVWERmSF .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNVWERmSF .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uPNVWERmSF .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPNVWERmSF .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPNVWERmSF .navbar-collapse.collapsing,
  .cid-uPNVWERmSF .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNVWERmSF .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNVWERmSF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNVWERmSF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNVWERmSF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNVWERmSF .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNVWERmSF .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uPNVWERmSF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNVWERmSF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNVWERmSF .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uPNVWERmSF .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uPNVWERmSF .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uPNVWERmSF img {
    height: 3.8rem !important;
  }
  .cid-uPNVWERmSF .btn {
    display: flex;
  }
  .cid-uPNVWERmSF button.navbar-toggler {
    display: block;
  }
  .cid-uPNVWERmSF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uPNVWERmSF .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNVWERmSF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNVWERmSF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNVWERmSF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNVWERmSF .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNVWERmSF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uPNVWERmSF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNVWERmSF .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uPNVWERmSF .nav-link:focus {
  outline: none;
}
.cid-uPNVWERmSF .navbar-toggler {
  position: relative;
}
.cid-uPNVWERmSF .dropdown-item.active,
.cid-uPNVWERmSF .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uPNVWERmSF .widget-title,
.cid-uPNVWERmSF .widget-icon {
  text-align: left;
  color: #000000;
}
.cid-uPNVWERmSF .widget-text {
  color: #000000;
}
.cid-uPNX0K9AfC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uPNX0K9AfC .mbr-text {
  color: #000000;
}
.cid-uPNX0K9AfC .mbr-section-subtitle {
  color: #000000;
}
.cid-uPNX0K9AfC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPNX0K9AfC .mbr-text,
.cid-uPNX0K9AfC .item .mbr-section-btn {
  text-align: left;
}
.cid-uPNX0K9AfC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPNX0K9AfC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPNX0K9AfC .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uPNX0K9AfC .item-wrapper {
    padding: 4rem;
  }
}
.cid-uPNX0K9AfC .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uPNX0K9AfC .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-uPNX0K9AfC .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bf102f;
  background-color: #bf102f;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uPNX0K9AfC .mbr-text UL {
  text-align: left;
}
.cid-uPNX0K9AfC .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uPNWcxTLXb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/36-1600x800.jpg");
}
.cid-uPNWcxTLXb::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uPNWcxTLXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNWcxTLXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNWcxTLXb .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uPNWcxTLXb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNWcxTLXb .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uPNWcxTLXb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNWcxTLXb .container {
    padding: 0 14px;
  }
}
.cid-uPNWcxTLXb .row {
  position: relative;
  z-index: 1;
}
.cid-uPNWcxTLXb .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uPNWcxTLXb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPNWcxTLXb .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 32px;
}
.cid-uPNWcxTLXb .mbr-desc {
  color: #01004c;
}
.cid-uPNWcxTLXb .mbr-section-title {
  color: #01004c;
}
.cid-uPNWcxTLXb .mbr-text {
  color: #01004c;
}
.cid-uPNWcxTLXb .mbr-text,
.cid-uPNWcxTLXb .text-wrapper {
  text-align: center;
}
.cid-uPNWcxTLXb .mbr-section-title,
.cid-uPNWcxTLXb .mbr-section-btn {
  text-align: center;
}
.cid-uPNVWFRhiV {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPNVWFRhiV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPNVWFRhiV h4,
.cid-uPNVWFRhiV p {
  padding-bottom: 1rem;
}
.cid-uPNVWFRhiV .col-auto,
.cid-uPNVWFRhiV .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPNVWFRhiV .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uPNVWFRhiV .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uPNVWFRhiV .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uPNVWFRhiV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPNVWFRhiV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPNVWFRhiV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPNVWFRhiV .form-control,
.cid-uPNVWFRhiV .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uPNVWFRhiV .form-control::-webkit-input-placeholder,
.cid-uPNVWFRhiV .field-input::-webkit-input-placeholder,
.cid-uPNVWFRhiV .form-control::-webkit-input-placeholder,
.cid-uPNVWFRhiV .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uPNVWFRhiV .form-control:-moz-placeholder,
.cid-uPNVWFRhiV .field-input:-moz-placeholder,
.cid-uPNVWFRhiV .form-control:-moz-placeholder,
.cid-uPNVWFRhiV .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uPNVWFRhiV .form-control:hover,
.cid-uPNVWFRhiV .field-input:hover,
.cid-uPNVWFRhiV .form-control:focus,
.cid-uPNVWFRhiV .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uPNVWFRhiV .form-control:hover::-webkit-input-placeholder,
.cid-uPNVWFRhiV .field-input:hover::-webkit-input-placeholder,
.cid-uPNVWFRhiV .form-control:focus::-webkit-input-placeholder,
.cid-uPNVWFRhiV .field-input:focus::-webkit-input-placeholder,
.cid-uPNVWFRhiV .form-control:hover::-webkit-input-placeholder,
.cid-uPNVWFRhiV .field-input:hover::-webkit-input-placeholder,
.cid-uPNVWFRhiV .form-control:focus::-webkit-input-placeholder,
.cid-uPNVWFRhiV .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uPNVWFRhiV .form-control:hover:-moz-placeholder,
.cid-uPNVWFRhiV .field-input:hover:-moz-placeholder,
.cid-uPNVWFRhiV .form-control:focus:-moz-placeholder,
.cid-uPNVWFRhiV .field-input:focus:-moz-placeholder,
.cid-uPNVWFRhiV .form-control:hover:-moz-placeholder,
.cid-uPNVWFRhiV .field-input:hover:-moz-placeholder,
.cid-uPNVWFRhiV .form-control:focus:-moz-placeholder,
.cid-uPNVWFRhiV .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uPNVWFRhiV .jq-number__spin:hover,
.cid-uPNVWFRhiV .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uPNVWFRhiV .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPNVWFRhiV .jq-selectbox li,
.cid-uPNVWFRhiV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPNVWFRhiV .jq-selectbox li:hover,
.cid-uPNVWFRhiV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPNVWFRhiV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPNVWFRhiV .jq-number__spin.minus:hover:after,
.cid-uPNVWFRhiV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPNVWFRhiV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPNVWFRhiV .jq-number__spin.minus:after,
.cid-uPNVWFRhiV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPNVWFRhiV input::-webkit-clear-button {
  display: none;
}
.cid-uPNVWFRhiV input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPNVWFRhiV input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPNVWFRhiV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPNVWGhoaO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPNVWGhoaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNVWGhoaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNVWGhoaO .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uPNVWGhoaO .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uPNVWGhoaO .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uPNVWGhoaO .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uPNVWGhoaO .container {
    max-width: 100%;
  }
  .cid-uPNVWGhoaO .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uPNVWGhoaO .item-wrap {
  width: 100%;
}
.cid-uPNVWGhoaO .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uPNVWGhoaO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNVWGhoaO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNVWGhoaO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNVWGhoaO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNVWGhoaO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNVWGhoaO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNVWGhoaO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uPNVWGhoaO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #616161);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uPNVWGhoaO .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uPNVWGhoaO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uPNVWGhoaO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPNVWGhoaO .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPNVWGhoaO .col-links {
    padding-top: 20px;
  }
}
.cid-uPNVWGhoaO .mbr-section-subtitle {
  color: #fddc0b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uPNVWGhoaO .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uPNVWGhoaO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uPNVWGhoaO .list {
    text-align: center !important;
  }
}
.cid-uPNVWGhoaO .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uPNVWGhoaO .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uPNVWGhoaO .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uPNVWGhoaO .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #254036;
  transition: 0.4s all;
}
.cid-uPNVWGhoaO .list a:hover {
  color: #254036 !important;
  line-height: inherit !important;
}
.cid-uPNVWGhoaO .list a:hover:before {
  width: 100%;
}
.cid-uPNVWGhoaO .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uPNVWGhoaO .col-copyright {
    padding-top: 40px;
  }
}
.cid-uPNVWGhoaO .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uPNVWGhoaO .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
