.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 5.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 4.375rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.8rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-6 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: -0.015em;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.15rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
.display-8 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.7rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-9 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.35rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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-6 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    line-height: 1.2em;
    letter-spacing: -0.015em;
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-8 {
    font-size: 1.7rem;
    font-size: calc( 1.5rem + (2.8 - 1.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-9 {
    font-size: 1.3rem;
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding:1rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #171717 !important;
}
.bg-success {
  background-color: #ef6f3f !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #569071 !important;
}
.bg-danger {
  background-color: #fed630 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #171717 !important;
  border-color: #171717 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #313131 !important;
  border-color: #313131 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #313131 !important;
  border-color: #313131 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e49635 !important;
  border-color: #e49635 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #FFFFFF;
  background-color: #252525 !important;
  border-color: #252525 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #252525 !important;
  border-color: #252525 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #717171 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #569071 !important;
  border-color: #569071 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fed630 !important;
  border-color: #fed630 !important;
  color: #2f2600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2f2600 !important;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #171717;
  color: #171717;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #171717 !important;
  border-color: #171717 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e49635;
  color: #e49635;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ab6917 !important;
  background-color: transparent !important;
  border-color: #ab6917 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e49635 !important;
  border-color: #e49635 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent !important;
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ef6f3f;
  color: #ef6f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c74211 !important;
  background-color: transparent !important;
  border-color: #c74211 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #569071;
  color: #569071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #365a46 !important;
  background-color: transparent !important;
  border-color: #365a46 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #569071 !important;
  border-color: #569071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fed630;
  color: #fed630;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6ad01 !important;
  background-color: transparent !important;
  border-color: #d6ad01 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2f2600 !important;
  background-color: #fed630 !important;
  border-color: #fed630 !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: #171717 !important;
}
.text-secondary {
  color: #e49635 !important;
}
.text-success {
  color: #ef6f3f !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #569071 !important;
}
.text-danger {
  color: #fed630 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
.text-link {
  color:#ffffff;
}
.text-nav {
  color:#171717;
}
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: #9e6115 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b93e0f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #30503f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7a101 !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.text-link:hover,
a.text-link:focus,
a.text-link.active {
  color: #e0b548 !important;
}
a.text-nav:hover,
a.text-nav:focus,
a.text-nav.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: #171717;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0f0f0;
}
.alert-warning {
  background-color: #569071;
}
.alert-danger {
  background-color: #fed630;
}
.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: #171717;
  border-color: #171717;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #171717;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cacaca;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcfb;
}
.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: #a0c6b1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefb;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.15rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.4375rem;
}
.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: #171717 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.15rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.4375rem;
}
blockquote {
  border-color: #171717;
}
/* 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"] {
  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: #171717;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #171717;
}
.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: #171717;
  border-bottom-color: #171717;
}
.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: #171717 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e49635 !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='%23171717' %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 {
  box-shadow: none;
  padding: 20px 40px;
  border: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
  max-width: 300px !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  box-shadow: inset 300px 0 0 0 #f0f0f0;
  color: #171717 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  box-shadow: inset 300px 0 0 0 #252525;
  color: #FFFFFF !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  box-shadow: inset 300px 0 0 0 #e49635;
  color: #ef6f3f !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 300px 0 0 0 #171717;
  color: #f0f0f0 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 300px 0 0 0 #fed630;
  color: #569071 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  box-shadow: inset 300px 0 0 0 #569071;
  color: #fed630 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 300px 0 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-ufjWZnwJpx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufjWZnwJpx .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-ufjWZnwJpx .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-ufjWZnwJpx .iconfont-wrapper {
  color: #FFFFFF !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ufjWZnwJpx .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-ufjWZnwJpx .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ufjWZnwJpx .container {
    padding: 0 1rem;
  }
}
.cid-ufjWZnwJpx .menu-tite {
  background: #171717;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #e1e1e1;
}
.cid-ufjWZnwJpx .nav-link {
  position: relative;
}
.cid-ufjWZnwJpx .nav-link:hover {
  color: rgba(0, 0, 0, .6) !important;
}
.cid-ufjWZnwJpx nav.navbar {
  position: fixed;
}
.cid-ufjWZnwJpx .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ufjWZnwJpx .navbar.opened {
  transition: all 0.3s;
}
.cid-ufjWZnwJpx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufjWZnwJpx .navbar .navbar-logo img {
  width: auto;
}
.cid-ufjWZnwJpx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufjWZnwJpx .navbar.collapsed {
  justify-content: center;
}
.cid-ufjWZnwJpx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufjWZnwJpx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufjWZnwJpx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ufjWZnwJpx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufjWZnwJpx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufjWZnwJpx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufjWZnwJpx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufjWZnwJpx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufjWZnwJpx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufjWZnwJpx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufjWZnwJpx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufjWZnwJpx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufjWZnwJpx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufjWZnwJpx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufjWZnwJpx .navbar .navbar-logo img {
    height: 3.5rem !important;
  }
  .cid-ufjWZnwJpx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufjWZnwJpx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufjWZnwJpx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufjWZnwJpx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufjWZnwJpx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufjWZnwJpx .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufjWZnwJpx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufjWZnwJpx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufjWZnwJpx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufjWZnwJpx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufjWZnwJpx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufjWZnwJpx .dropdown-item:hover,
.cid-ufjWZnwJpx .dropdown-item:focus {
  background: #171717 !important;
  color: white !important;
}
.cid-ufjWZnwJpx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufjWZnwJpx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufjWZnwJpx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-ufjWZnwJpx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufjWZnwJpx .dropdown-menu,
.cid-ufjWZnwJpx .navbar.opened {
  background: #ffffff !important;
}
.cid-ufjWZnwJpx .nav-item:focus,
.cid-ufjWZnwJpx .nav-link:focus {
  outline: none;
}
.cid-ufjWZnwJpx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufjWZnwJpx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufjWZnwJpx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufjWZnwJpx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufjWZnwJpx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufjWZnwJpx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufjWZnwJpx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufjWZnwJpx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufjWZnwJpx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufjWZnwJpx .dropdown-item.active,
.cid-ufjWZnwJpx .dropdown-item:active {
  background-color: transparent;
}
.cid-ufjWZnwJpx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufjWZnwJpx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufjWZnwJpx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufjWZnwJpx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufjWZnwJpx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufjWZnwJpx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufjWZnwJpx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufjWZnwJpx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufjWZnwJpx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufjWZnwJpx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ufjWZnwJpx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufjWZnwJpx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufjWZnwJpx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufjWZnwJpx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufjWZnwJpx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufjWZnwJpx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufjWZnwJpx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufjWZnwJpx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufjWZnwJpx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufjWZnwJpx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufjWZnwJpx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufjWZnwJpx .navbar {
    height: 70px;
  }
  .cid-ufjWZnwJpx .navbar.opened {
    height: auto;
  }
  .cid-ufjWZnwJpx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 768px) {
  .cid-ufjWZnwJpx .top-bar {
    text-align:right;
  }
  .cid-ufjWZnwJpx .mini-top-bar {
    display:none!important;
  }
}
@media (max-width: 767px) {
  .cid-ufjWZnwJpx .top-bar {
    display:none;
  }
  .cid-ufjWZnwJpx .mini-top-bar {
    width:100%;
	height:1rem;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
  }
}
.cid-ufjRs32Y0y {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-ufjRs32Y0y .carousel {
  width: 100%;
}
.cid-ufjRs32Y0y .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-ufjRs32Y0y .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-ufjRs32Y0y .mbr-overlay {
  z-index: 1;
}
.cid-ufjRs32Y0y .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 35%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  width:750px !important;
}
@media (max-width: 767px) {
  .cid-ufjRs32Y0y .carousel-caption {
    width: 95%!important;
	padding:0rem 1rem!important;
	text-align:center!important;
  }
  .cid-ufjRs32Y0y .mbr-section-title{
	margin:0rem -3rem!important;
	width:100%!important;
	text-align:center!important;
  }
  .cid-ufjRs32Y0y .mbr-section-subtitle{
	margin:0rem -3rem!important;
	width:100%!important;
	text-align:center!important;
	font-size:1.4rem!important;
	padding:1rem 0rem;
  }
  .cid-ufjRs32Y0y .mbr-text{
	margin:0rem -3rem!important;
	width:100%!important;
	text-align:center!important;
	padding-bottom:1rem;
  }
  .cid-ufjRs32Y0y .mbr-section-btn .item-btn{
	display:flex!important;
	justify-content:center!important;
	align-items:center!important;
	width:70%;
  }
}
.cid-ufjRs32Y0y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ufjRs32Y0y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ufjRs32Y0y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ufjRs32Y0y .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufjRs32Y0y .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ufjRs32Y0y .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ufjRs32Y0y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ufjRs32Y0y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-ufjRs32Y0y .carousel-indicators {
    display: none;
  }
}
.cid-ufjRs32Y0y .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #ef6f3f;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-ufjRs32Y0y .carousel-indicators li.active,
.cid-ufjRs32Y0y .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-ufjRs32Y0y .carousel-indicators li::after,
.cid-ufjRs32Y0y .carousel-indicators li::before {
  content: none;
}
.cid-ufjRs32Y0y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-ufjRs32Y0y .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufjRs32Y0y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufjRs32Y0y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufjRs32Y0y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufjRs32Y0y .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-ufjRs32Y0y H5 {
  text-align: left;
}
.cid-ufjRs32Y0y P {
  text-align: left;
}
.cid-ufjRs32Y0y .mbr-text,
.cid-ufjRs32Y0y .mbr-section-btn {
  text-align: left;
}
.cid-ufjRs32Y0y .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-ufjRs32Y0y .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-ufjRs32Y0y .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 25%;
  transition: .5s all;
  pointer-events: none;
}
.cid-ufk6XbiwWz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufk6XbiwWz .mbr-text {
  color: #000000;
}
.cid-ufk6XbiwWz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ufk6XbiwWz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ufk6XbiwWz .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 40% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ufk6XbiwWz .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-ufk6XbiwWz p {
  line-height: 1.3;
}
.cid-ufk6XbiwWz .mbr-iconfont {
  font-size: 5rem;
  color: #171717;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-ufk6XbiwWz .mbr-iconfont {
    display: none;
  }
}
.cid-ufk6XbiwWz .wrapper {
  position: relative;
}
.cid-ufk6XbiwWz .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-ufk6XbiwWz .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-ufk6XbiwWz .img-wrapper {
  display: flex;
}
.cid-ufk6XbiwWz .card-text {
  text-align: center;
}
.cid-ufk6XbiwWz .card-title,
.cid-ufk6XbiwWz .img-wrapper {
  text-align: center;
  color: #f0466a;
}
.cid-ufk87t9eyp {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-ufk87t9eyp .carousel {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-ufk87t9eyp .carousel {
    height: 100vh;
  }
}
.cid-ufk87t9eyp .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ufk87t9eyp .carousel-item,
.cid-ufk87t9eyp .carousel-inner {
  height: 100%;
}
.cid-ufk87t9eyp .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color:rgba(0, 0, 0, .5);
  border:1px solid #FFFFFF;
}
@media (max-width: 767px) {
  .cid-ufk87t9eyp .carousel-caption {
    right: 5%;
    left: 5%;
  }
  .cid-ufk87t9eyp .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-ufk87t9eyp .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-ufk87t9eyp .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-ufk87t9eyp .mbr-section-btn {
  margin-top: 42px;
}
.cid-ufk87t9eyp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ufk87t9eyp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ufk87t9eyp .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-ufk87t9eyp .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-ufk87t9eyp .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufk87t9eyp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ufk87t9eyp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ufk87t9eyp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ufk87t9eyp .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-ufk87t9eyp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-ufk87t9eyp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-ufk87t9eyp .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-ufk87t9eyp .carousel-control {
    display: none !important;
  }
}
.cid-ufk87t9eyp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-ufk87t9eyp .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-ufk87t9eyp .carousel-indicators li.active,
.cid-ufk87t9eyp .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-ufk87t9eyp .carousel-indicators li::after,
.cid-ufk87t9eyp .carousel-indicators li::before {
  content: none;
}
.cid-ufk87t9eyp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufk87t9eyp .carousel-indicators {
    display: none !important;
  }
}
.cid-ufk87t9eyp .mbr-section-text,
.cid-ufk87t9eyp .mbr-section-btn {
  text-align: center;
}
.cid-ufk87t9eyp H5 {
  text-align: center;
}
.cid-ufk87t9eyp P {
  text-align: center;
}
.cid-ufk87t9eyp .line {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding-left: 1.5em; /* Adjust as needed */
  color:#FFCC00;
}
.cid-ufk87t9eyp .line::before {
  content: "";
  position: absolute;
  left: -2.1rem;
  top: 50%;
  width: 3em; /* Adjust width as needed */
  height: 2px; /* Adjust thickness */
  background-color: #FFCC00; /* Adjust color */
  transform: translateY(-50%);
  margin-right:1rem;
}
.cid-ufk87t9eyp .line::after {
  content: "";
  position: absolute;
  center: 0;
  top: 50%;
  width: 3em; /* Adjust width as needed */
  height: 2px; /* Adjust thickness */
  background-color: #FFCC00; /* Adjust color */
  transform: translateY(-50%);
  margin-left:.5rem;
}
.cid-ufvTkeMrK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ufvTkeMrK5 .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-ufvTkeMrK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufvTkeMrK5 .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  position: absolute;
  top: 0;
}
.cid-ufvTkeMrK5 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ufvTkeMrK5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ufvTkeMrK5 .container {
    padding: 0 25px;
  }
}
.cid-ufvTkeMrK5 .row {
  justify-content: center;
}
.cid-ufvTkeMrK5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ufvTkeMrK5 .item {
  margin-bottom: 30px;
}
.cid-ufvTkeMrK5 .item:hover .item-wrapper .item-img img,
.cid-ufvTkeMrK5 .item:focus .item-wrapper .item-img img {
  transform: translateY(-30px);
}
.cid-ufvTkeMrK5 .item:hover .item-wrapper .item-img::before,
.cid-ufvTkeMrK5 .item:focus .item-wrapper .item-img::before {
  transform: translateY(-30px);
}
.cid-ufvTkeMrK5 .item:hover .item-wrapper .mbr-section-btn,
.cid-ufvTkeMrK5 .item:focus .item-wrapper .mbr-section-btn {
  transform: translateY(-1px);
}
.cid-ufvTkeMrK5 .item .item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-ufvTkeMrK5 .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufvTkeMrK5 .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-ufvTkeMrK5 .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufvTkeMrK5 .item .item-wrapper .item-img .item-title {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 0;
  z-index: 1;
}
.cid-ufvTkeMrK5 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ufvTkeMrK5 .item .item-wrapper .mbr-section-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ufvTkeMrK5 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  max-width: 100% !important;
  box-shadow: none;
  margin-bottom: 0;
  padding: 20px;
}
.cid-ufvTkeMrK5 .item .item-wrapper .mbr-section-btn .btn:hover,
.cid-ufvTkeMrK5 .item .item-wrapper .mbr-section-btn .btn:focus {
  box-shadow: none !important;
  color: #ffffff !important;
}
.cid-ufvTkeMrK5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufvTkeMrK5 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufvTkeMrK5 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufphvLlcs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-ufphvLlcs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufphvLlcs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufphvLlcs3 .embla__slide {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  min-width: 420px;
  max-width: 420px;
  min-height: 300px;
  background-image: linear-gradient(0deg, #171717, rgba(17, 17, 17, 0));
}
@media (max-width: 768px) {
  .cid-ufphvLlcs3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ufphvLlcs3 .embla__slide .card-wrap {
  z-index: 1;
}
.cid-ufphvLlcs3 .embla__slide .card-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: -1;
}
.cid-ufphvLlcs3 .embla__slide .card-wrap .mbr-desc {
  padding: 0 5px;
  margin: -3rem 0 0 0;
  z-index: 1;
}
.cid-ufphvLlcs3 .embla__button--next,
.cid-ufphvLlcs3 .embla__button--prev {
  display: flex;
}
.cid-ufphvLlcs3 .embla__button {
  top: -3rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #171717;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ufphvLlcs3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ufphvLlcs3 .embla__button:hover {
  background: #171717;
  color: #171717;
  opacity: .7;
}
.cid-ufphvLlcs3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufphvLlcs3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufphvLlcs3 .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-ufphvLlcs3 .embla {
  position: relative;
  width: 100%;
}
.cid-ufphvLlcs3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ufphvLlcs3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufphvLlcs3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufphvLlcs3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufphvLlcs3 .mbr-desc {
  color: #f4efe8;
  text-align: right;
}
.cid-ufphvLlcs3 .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ufphvLlcs3 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-ufphvLlcs3 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ufphvLlcs3 .mbr-section-title {
  color: #000000;
}
.cid-ufphvLlcs3 .mbr-text {
  color: #000000;
}
.cid-ufphvLlcs3 .mbr-section-title,
.cid-ufphvLlcs3 .mbr-section-btn {
  text-align: center;
}
.cid-tOpSXdTE3e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOpSXdTE3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSXdTE3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpSXdTE3e .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpSXdTE3e .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpSXdTE3e .container {
    padding: 0 25px;
  }
}
.cid-tOpSXdTE3e .tab-content .tab-pane .content-wrap {
  padding: 10% 5% 15%;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-tOpSXdTE3e .tab-content .tab-pane .content-wrap {
    padding: 10% 5% 25%;
  }
}
@media (max-width: 992px) {
  .cid-tOpSXdTE3e .tab-content .tab-pane .content-wrap {
    padding: 100px 25px;
  }
}
.cid-tOpSXdTE3e .tab-content .tab-pane .content-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tOpSXdTE3e .tab-content .tab-pane .content-wrap .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-tOpSXdTE3e .tab-content .tab-pane .content-wrap .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpSXdTE3e .tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -110px;
}
@media (max-width: 1199px) {
  .cid-tOpSXdTE3e .tabs-wrapper {
    margin-top: -220px;
  }
}
@media (max-width: 992px) {
  .cid-tOpSXdTE3e .tabs-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: none;
}
@media (max-width: 1199px) {
  .cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs .nav-item {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs .nav-item:hover::after,
.cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs .nav-item:focus::after {
  display: none;
}
.cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs .nav-item::after {
  content: '';
  position: absolute;
  right: -1px;
  height: 65%;
  width: 2px;
  background-color: #e1e1e1;
}
@media (max-width: 992px) {
  .cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs .nav-item::after {
    display: none;
  }
}
.cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs .nav-item:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2)::after {
    display: none;
  }
}
.cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  width: 100%;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0 !important;
  padding: 40px 52px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 25px;
    text-align: center;
  }
}
.cid-tOpSXdTE3e .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ef6f3f;
  color: #ffffff;
}
.cid-tOpSXdTE3e .mbr-section-title {
  color: #FFFFFF;
  text-shadow: 1px 1px #000000;
}
.cid-tOpSXdTE3e .mbr-section-text {
  color: #FFFFFF;
  text-align:center;
  margin-top:-3rem;
  text-shadow: 1px 1px #000000;
}
.cid-tOpSXdTE3e .mbr-section-title,
.cid-tOpSXdTE3e .mbr-section-btn {
  text-align: center;
}
.cid-tOpSQieuBi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpSQieuBi .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpSQieuBi .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpSQieuBi .container {
    padding: 0 25px;
  }
}
.cid-tOpSQieuBi .title-wrapper {
  margin: 0;
}
.cid-tOpSQieuBi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOpSQieuBi .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tOpSQieuBi .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-tOpSQieuBi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOpSQieuBi .mbr-section-title {
  color: #000000;
}
.cid-tOpSQieuBi .mbr-section-subtitle {
  color: #000000;
}
.cid-tOpSQieuBi .mbr-text {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tOpSQieuBi .mbr-section-title {
    text-align:center;
  }
  .cid-tOpSQieuBi .mbr-section-subtitle {
    text-align:center;
  }
  .cid-tOpSQieuBi .mbr-text {
    text-align:center;
	padding-bottom:3rem!important;
  }
  .cid-tOpSQieuBi .mbr-section-btn .item-btn {
    display:flex!important;
	justify-content:center!important;
	align-items:center!important;
	margin:auto!important;
  }
}
.cid-tOpSRJz0Ba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/img/index-mandate.jpg");
}
.cid-tOpSRJz0Ba .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSRJz0Ba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpSRJz0Ba .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpSRJz0Ba .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpSRJz0Ba .container {
    padding: 0 25px;
  }
}
.cid-tOpSRJz0Ba .title-wrapper {
  padding: 100px 0;
}
.cid-tOpSRJz0Ba .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOpSRJz0Ba .mbr-section-title {
  color: #ffffff;
}
.cid-ufvH0ms2WP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ufvH0ms2WP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufvH0ms2WP h4,
.cid-ufvH0ms2WP p {
  padding-bottom: 1rem;
}
.cid-ufvH0ms2WP .col-auto,
.cid-ufvH0ms2WP .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ufvH0ms2WP .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-ufvH0ms2WP .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-ufvH0ms2WP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ufvH0ms2WP .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-ufvH0ms2WP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ufvH0ms2WP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ufvH0ms2WP .form-control,
.cid-ufvH0ms2WP .field-input {
  padding: 1rem 2rem;
  background-color:#F3F1EE;
  border-color: #B0AEA4 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-ufvH0ms2WP .form-control::-webkit-input-placeholder,
.cid-ufvH0ms2WP .field-input::-webkit-input-placeholder,
.cid-ufvH0ms2WP .form-control::-webkit-input-placeholder,
.cid-ufvH0ms2WP .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-ufvH0ms2WP .form-control:-moz-placeholder,
.cid-ufvH0ms2WP .field-input:-moz-placeholder,
.cid-ufvH0ms2WP .form-control:-moz-placeholder,
.cid-ufvH0ms2WP .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-ufvH0ms2WP .form-control:hover,
.cid-ufvH0ms2WP .field-input:hover,
.cid-ufvH0ms2WP .form-control:focus,
.cid-ufvH0ms2WP .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-ufvH0ms2WP .form-control:hover::-webkit-input-placeholder,
.cid-ufvH0ms2WP .field-input:hover::-webkit-input-placeholder,
.cid-ufvH0ms2WP .form-control:focus::-webkit-input-placeholder,
.cid-ufvH0ms2WP .field-input:focus::-webkit-input-placeholder,
.cid-ufvH0ms2WP .form-control:hover::-webkit-input-placeholder,
.cid-ufvH0ms2WP .field-input:hover::-webkit-input-placeholder,
.cid-ufvH0ms2WP .form-control:focus::-webkit-input-placeholder,
.cid-ufvH0ms2WP .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ufvH0ms2WP .form-control:hover:-moz-placeholder,
.cid-ufvH0ms2WP .field-input:hover:-moz-placeholder,
.cid-ufvH0ms2WP .form-control:focus:-moz-placeholder,
.cid-ufvH0ms2WP .field-input:focus:-moz-placeholder,
.cid-ufvH0ms2WP .form-control:hover:-moz-placeholder,
.cid-ufvH0ms2WP .field-input:hover:-moz-placeholder,
.cid-ufvH0ms2WP .form-control:focus:-moz-placeholder,
.cid-ufvH0ms2WP .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ufvH0ms2WP .jq-number__spin:hover,
.cid-ufvH0ms2WP .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufvH0ms2WP .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufvH0ms2WP .jq-selectbox li,
.cid-ufvH0ms2WP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufvH0ms2WP .jq-selectbox li:hover,
.cid-ufvH0ms2WP .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufvH0ms2WP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ufvH0ms2WP .jq-number__spin.minus:hover:after,
.cid-ufvH0ms2WP .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ufvH0ms2WP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ufvH0ms2WP .jq-number__spin.minus:after,
.cid-ufvH0ms2WP .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ufvH0ms2WP input::-webkit-clear-button {
  display: none;
}
.cid-ufvH0ms2WP input::-webkit-inner-spin-button {
  display: none;
}
.cid-ufvH0ms2WP input::-webkit-outer-spin-button {
  display: none;
}
.cid-ufvH0ms2WP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ufkfnXFx4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ufkfnXFx4x .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-ufkfnXFx4x .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-ufkfnXFx4x .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ufkfnXFx4x .container {
    padding: 0 24px;
  }
}
.cid-ufkfnXFx4x .row {
  justify-content: space-between;
}
.cid-ufkfnXFx4x .logo-wrapper {
  display: flex;
}
.cid-ufkfnXFx4x .logo-wrapper .logo-wrap img {
  max-width:300px;
  border-radius: 5px !important;
}
.cid-ufkfnXFx4x .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-ufkfnXFx4x .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-ufkfnXFx4x .content-wrapper {
    padding: 24px 0;
  }
}
.cid-ufkfnXFx4x .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-ufkfnXFx4x .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-ufkfnXFx4x .content-wrapper .list .item-wrap:hover,
.cid-ufkfnXFx4x .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-ufkfnXFx4x .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ufkfnXFx4x .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufkfnXFx4x .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-ufkfnXFx4x .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ufkfnXFx4x .nav-list {
    padding: 0;
  }
}
.cid-ufkfnXFx4x .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
  font-size:1.1rem;
}
.cid-ufkfnXFx4x .nav-list .item-wrap:hover,
.cid-ufkfnXFx4x .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-ufkfnXFx4x .nav-list .item-wrap:hover::before,
.cid-ufkfnXFx4x .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-ufkfnXFx4x .nav-list .item-wrap:last-child {
  border-bottom: 1px solid #72716b;
}
.cid-ufkfnXFx4x .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-ufkfnXFx4x .mbr-section-title {
  color: #F9F6E0;
}
.cid-ufkfnXFx4x .list {
  color: #F9F6E0;
}
.cid-ufkfnXFx4x .mbr-copy {
  color: #F9F6E0;
}
.cid-umGW1fVD7k {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/img/vision-main.jpg");
}
.cid-umGW1fVD7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGW1fVD7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGW1fVD7k .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umGW1fVD7k .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umGW1fVD7k .container {
    padding: 0 25px;
  }
}
.cid-umGW1fVD7k .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-umGW1fVD7k .title-wrapper {
    padding: 0;
  }
}
.cid-umGW1fVD7k .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-umGW1fVD7k .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-umGW1fVD7k .mbr-section-title {
  color: #ffffff;
  font-size:3.5rem !important;
  padding-top:2rem;
}
.cid-umGW1fVD7k .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-umGW1fVD7k .mbr-section-title,
.cid-umGW1fVD7k .mbr-section-btn {
  text-align: center;
}
.cid-umGW1fVD7a {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/img/bmams-purpose.jpg");
}
.cid-umGW1fVD7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGW1fVD7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGW1fVD7a .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umGW1fVD7a .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umGW1fVD7a .container {
    padding: 0 25px;
  }
}
.cid-umGW1fVD7a .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-umGW1fVD7a .title-wrapper {
    padding: 0;
  }
}
.cid-umGW1fVD7a .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-umGW1fVD7a .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-umGW1fVD7a .mbr-section-title {
  color: #ffffff;
  font-size:3.5rem !important;
  padding-top:2rem;
}
.cid-umGW1fVD7a .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-umGW1fVD7a .mbr-section-title,
.cid-umGW1fVD7a .mbr-section-btn {
  text-align: center;
}
.cid-umGW1fVD7b {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/img/strategy-main.jpg");
}
.cid-umGW1fVD7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGW1fVD7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGW1fVD7b .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-umGW1fVD7b .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-umGW1fVD7b .container {
    padding: 0 25px;
  }
}
.cid-umGW1fVD7b .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-umGW1fVD7b .title-wrapper {
    padding: 0;
  }
}
.cid-umGW1fVD7b .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-umGW1fVD7b .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-umGW1fVD7b .mbr-section-title {
  color: #ffffff;
  font-size:3.5rem !important;
  padding-top:2rem;
}
.cid-umGW1fVD7b .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-umGW1fVD7b .mbr-section-title,
.cid-umGW1fVD7b .mbr-section-btn {
  text-align: center;
}
.cid-umGWqJ4Wiw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umGWqJ4Wiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGWqJ4Wiw .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-umGWqJ4Wiw .container {
    padding: 0 25px;
  }
}
.cid-umGWqJ4Wiw .row {
  justify-content: center;
}
.cid-umGWqJ4Wiw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-umGWqJ4Wiw .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-umGWqJ4Wiw .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-umGWqJ4Wiw .item .item-wrapper:hover .item-img img,
.cid-umGWqJ4Wiw .item .item-wrapper:focus .item-img img {
}
@media (max-width: 992px) {
  .cid-umGWqJ4Wiw .item .item-wrapper {
    display: block;
  }
}
.cid-umGWqJ4Wiw .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  max-width: 350px;
}
@media (max-width: 992px) {
  .cid-umGWqJ4Wiw .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-umGWqJ4Wiw .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-umGWqJ4Wiw .item .item-wrapper .item-img img {
  }
}
.cid-umGWqJ4Wiw .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-umGWqJ4Wiw .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-umGWqJ4Wiw .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-umGWqJ4Wiw .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-umGWqJ4Wiw .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.cid-umGWqJ4Wiw .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-umGWqJ4Wiw .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-umGWqJ4Wiw .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-umGWqJ4Wiw .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-umGWqJ4Wiw .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-umGWqJ4Wiw .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-umGWqJ4Wiw .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-umGWqJ4Wiw .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-umGWqJ4Wiw .mbr-section-title {
  color: #000000;
}
.cid-umGWqJ4Wiw .item-title {
  color: #000000;
}
.cid-umGWqJ4Wiw .item-desc {
  color: #000000;
}
.cid-umGWqJ4Wiw .item-subtitle {
  color: #000000;
}
.cid-umGWqJ4Wiw .item-price {
  color: #000000;
}
.cid-uyA3CKLusw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uyA3CKLusw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyA3CKLusw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyA3CKLusw .row {
  justify-content: space-between;
}
.cid-uyA3CKLusw .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uyA3CKLusw .content-wrapper {
    padding: 0;
  }
}
.cid-uyA3CKLusw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyA3CKLusw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uyA3CKLusw .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyA3CKLusw .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uyA3CKLusw .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uyA3CKLusw .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uyA3CKLusw .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uyA3CKLusw .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uyA3CKLusw .mbr-section-title {
  color: #000000;
}
.cid-uyA3CKLusw .mbr-desc {
  color: #000000;
}
.cid-uyA3CKLusw .mbr-text {
  color: #000000;
}
@media (min-width: 768px) {
  .cid-uyA6mpGPYJ {
    padding-top: 7rem;
    padding-bottom: 2rem;
    background-color: #f7f7f7;
  }
}
@media (max-width: 767px) {
  .cid-uyA6mpGPYJ {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #f7f7f7;
  }
}
.cid-uyA6mpGPYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyA6mpGPYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyA6mpGPYJ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uyA6mpGPYJ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uyA6mpGPYJ .container {
    padding: 0 25px;
  }
}
.cid-uyA6mpGPYJ .row {
  justify-content: center;
}
.cid-uyA6mpGPYJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uyA6mpGPYJ .item {
  margin-bottom: 30px;
}
.cid-uyA6mpGPYJ .item:hover .item-wrapper .item-content,
.cid-uyA6mpGPYJ .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uyA6mpGPYJ .item:hover .item-wrapper .item-content .mbr-role,
.cid-uyA6mpGPYJ .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uyA6mpGPYJ .item:hover .item-wrapper .item-content .mbr-name,
.cid-uyA6mpGPYJ .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uyA6mpGPYJ .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uyA6mpGPYJ .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uyA6mpGPYJ .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uyA6mpGPYJ .item .item-wrapper .item-img img {
  width:100%;
}
.cid-uyA6mpGPYJ .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyA6mpGPYJ .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uyA6mpGPYJ .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uyA6mpGPYJ .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uyA6mpGPYJ .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyA6mpGPYJ .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uyA6mpGPYJ .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uyA6mpGPYJ .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyA6mpGPYJ .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uyA6mpGPYJ .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uyA6mpGPYJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uyA6mpGPYJ .mbr-name {
  color: #000000;
}
.cid-uyA6mpGPYJ .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uyA6mpGPYJ .mbr-name,
.cid-uyA6mpGPYJ .social-wrapper {
  text-align: center;
}
.cid-uyA7s9qd42 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e1e1e1;
}
.cid-uyA7s9qd42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyA7s9qd42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyA7s9qd42 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uyA7s9qd42 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uyA7s9qd42 .container {
    padding: 0 25px;
  }
}
.cid-uyA7s9qd42 .row {
  justify-content: center;
}
.cid-uyA7s9qd42 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uyA7s9qd42 .item {
  margin-bottom: 30px;
}
.cid-uyA7s9qd42 .item:hover .item-wrapper .item-content,
.cid-uyA7s9qd42 .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uyA7s9qd42 .item:hover .item-wrapper .item-content .mbr-role,
.cid-uyA7s9qd42 .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uyA7s9qd42 .item:hover .item-wrapper .item-content .mbr-name,
.cid-uyA7s9qd42 .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uyA7s9qd42 .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uyA7s9qd42 .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uyA7s9qd42 .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uyA7s9qd42 .item .item-wrapper .item-img img {
  width:100%;
}
.cid-uyA7s9qd42 .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uyA7s9qd42 .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uyA7s9qd42 .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uyA7s9qd42 .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uyA7s9qd42 .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyA7s9qd42 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uyA7s9qd42 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uyA7s9qd42 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyA7s9qd42 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uyA7s9qd42 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uyA7s9qd42 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uyA7s9qd42 .mbr-name {
  color: #000000;
}
.cid-uyA7s9qd42 .mbr-role {
  color: #000000;
}
.cid-uyA7s9qd42 .mbr-name,
.cid-uyA7s9qd42 .social-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .cid-uSA7hES5eO {
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: #F6F6F6;
  }
}
@media (max-width: 767px) {
  .cid-uSA7hES5eO {
    padding-top: 3rem;
    padding-bottom: 4rem;
    background-color: #F6F6F6;
  }
}
.cid-uSA7hES5eO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSA7hES5eO .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-uSA7hES5eO .container {
    padding: 0 25px;
  }
}
.cid-uSA7hES5eO .row {
  justify-content: center;
}
.cid-uSA7hES5eO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSA7hES5eO .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-uSA7hES5eO .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uSA7hES5eO .item .item-wrapper:hover .item-img img,
.cid-uSA7hES5eO .item .item-wrapper:focus .item-img img {
}
@media (max-width: 992px) {
  .cid-uSA7hES5eO .item .item-wrapper {
    display: block;
  }
}
.cid-uSA7hES5eO .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uSA7hES5eO .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uSA7hES5eO .item .item-wrapper .item-img img {
    height: 350px;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uSA7hES5eO .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uSA7hES5eO .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSA7hES5eO .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uSA7hES5eO .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uSA7hES5eO .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uSA7hES5eO .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uSA7hES5eO .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-uSA7hES5eO .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uSA7hES5eO .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uSA7hES5eO .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uSA7hES5eO .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uSA7hES5eO .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uSA7hES5eO .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uSA7hES5eO .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uSA7hES5eO .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-uSA7hES5eO .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uSA7hES5eO .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background-color: #f0f0f0;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
	margin:auto!important;
  }
}
.cid-uSA7hES5eO .mbr-section-title {
  color: #000000;
}
.cid-uSA7hES5eO .item-title {
  color: #000000;
}
.cid-uSA7hES5eO .item-desc {
  color: #000000;
}
.cid-uSA7hES5eO .item-subtitle {
  color: #000000;
  padding-top:1rem;
}
.cid-uSA7hES5eO .item-price {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uSA7hES5eO .mbr-section-title {
    text-align:center!important;
	margin-bottom:1rem!important;
  }
  .cid-uSA7hES5eO .item-title {
    text-align:center!important;
  }
  .cid-uSA7hES5eO .item-subtitle {
    text-align:center!important;
    padding-top:1rem;
  }
}
.cid-uyA5VRbgrP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uyA5VRbgrP .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-uyA5VRbgrP .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uyA5VRbgrP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uyA5VRbgrP .container {
    padding: 0 24px;
  }
}
.cid-uyA5VRbgrP .row {
  justify-content: space-between;
}
.cid-uyA5VRbgrP .logo-wrapper {
  display: flex;
}
.cid-uyA5VRbgrP .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uyA5VRbgrP .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-uyA5VRbgrP .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uyA5VRbgrP .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uyA5VRbgrP .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uyA5VRbgrP .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uyA5VRbgrP .content-wrapper .list .item-wrap:hover,
.cid-uyA5VRbgrP .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uyA5VRbgrP .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyA5VRbgrP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uyA5VRbgrP .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uyA5VRbgrP .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uyA5VRbgrP .nav-list {
    padding: 0;
  }
}
.cid-uyA5VRbgrP .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uyA5VRbgrP .nav-list .item-wrap:hover,
.cid-uyA5VRbgrP .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uyA5VRbgrP .nav-list .item-wrap:hover::before,
.cid-uyA5VRbgrP .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uyA5VRbgrP .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uyA5VRbgrP .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uyA5VRbgrP .mbr-section-title {
  color: #F9F6E0;
}
.cid-uyA5VRbgrP .list {
  color: #F9F6E0;
}
.cid-uyA5VRbgrP .mbr-copy {
  color: #F9F6E0;
}
.cid-uyK9Wo9fLY {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
  background-color: #ffffff;
}
.cid-uyK9Wo9fLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyK9Wo9fLY .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-uyK9Wo9fLY .container {
    padding: 0 25px;
  }
}
.cid-uyK9Wo9fLY .row {
  justify-content: center;
  margin: 0;
}
.cid-uyK9Wo9fLY .row .card {
  padding: 0;
}
.cid-uyK9Wo9fLY .title-wrapper {
  margin-bottom: 50px;
}
.cid-uyK9Wo9fLY .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uyK9Wo9fLY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyK9Wo9fLY .item {
  padding: 0;
}
.cid-uyK9Wo9fLY .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uyK9Wo9fLY .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uyK9Wo9fLY .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-uyK9Wo9fLY .item .item-wrapper:hover .item-img img,
.cid-uyK9Wo9fLY .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uyK9Wo9fLY .item .item-wrapper {
    display: block;
  }
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-uyK9Wo9fLY .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uyK9Wo9fLY .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-uyK9Wo9fLY .mbr-section-btn {
  margin-top: 60px;
}
.cid-uyK9Wo9fLY .mbr-section-title {
  color: #000000;
}
.cid-uyK9Wo9fLY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uyK9Wo9fLY .item-title {
  color: #000000;
}
.cid-uyK9Wo9fLY .item-desc {
  color: #000000;
}
.cid-uyK9Wo9fLY .item-subtitle {
  color: #000000;
}
.cid-uyK9Wo9fLY .item-price {
  color: #000000;
}
.cid-uyK9Wo9fLY .mbr-section-title,
.cid-uyK9Wo9fLY .mbr-section-btn {
  text-align: center;
}
.cid-uyK9Wo9fLY {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyK9Wo9fLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyK9Wo9fLY .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-uyK9Wo9fLY .container {
    padding: 0 25px;
  }
}
.cid-uyK9Wo9fLY .row {
  justify-content: center;
  margin: 0;
}
.cid-uyK9Wo9fLY .row .card {
  padding: 0;
}
.cid-uyK9Wo9fLY .title-wrapper {
  margin-bottom: 50px;
}
.cid-uyK9Wo9fLY .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uyK9Wo9fLY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyK9Wo9fLY .item {
  padding: 0;
}
.cid-uyK9Wo9fLY .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uyK9Wo9fLY .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uyK9Wo9fLY .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-uyK9Wo9fLY .item .item-wrapper:hover .item-img img,
.cid-uyK9Wo9fLY .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uyK9Wo9fLY .item .item-wrapper {
    display: block;
  }
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-uyK9Wo9fLY .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uyK9Wo9fLY .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-uyK9Wo9fLY .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-uyK9Wo9fLY .mbr-section-btn {
  margin-top: 60px;
}
.cid-uyK9Wo9fLY .mbr-section-title {
  color: #000000;
}
.cid-uyK9Wo9fLY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uyK9Wo9fLY .item-title {
  color: #000000;
}
.cid-uyK9Wo9fLY .item-desc {
  color: #000000;
}
.cid-uyK9Wo9fLY .item-subtitle {
  color: #000000;
}
.cid-uyK9Wo9fLY .item-price {
  color: #000000;
}
.cid-uyK9Wo9fLY .mbr-section-title,
.cid-uyK9Wo9fLY .mbr-section-btn {
  text-align: center;
}
.cid-uSAkpieetx {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #F6F6F6;
}
@media (max-width: 992px) {
  .cid-uSAkpieetx {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #F6F6F6;
  }
}
.cid-uSAkpieetx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSAkpieetx .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-uSAkpieetx .container {
    padding: 0 25px;
  }
}
.cid-uSAkpieetx .row {
  justify-content: center;
}
.cid-uSAkpieetx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSAkpieetx .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-uSAkpieetx .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uSAkpieetx .item .item-wrapper:hover .item-img img,
.cid-uSAkpieetx .item .item-wrapper:focus .item-img img {
}
@media (max-width: 992px) {
  .cid-uSAkpieetx .item .item-wrapper {
    display: block;
  }
}
.cid-uSAkpieetx .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uSAkpieetx .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uSAkpieetx .item .item-wrapper .item-img img {
    height: 350px;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uSAkpieetx .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uSAkpieetx .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSAkpieetx .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uSAkpieetx .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uSAkpieetx .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uSAkpieetx .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uSAkpieetx .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-uSAkpieetx .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uSAkpieetx .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uSAkpieetx .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uSAkpieetx .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uSAkpieetx .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 767px) {
  .cid-uSAkpieetx .item .item-wrapper .item-content .icon-wrapper {
    margin: 20px auto 0rem auto!important;
  }
}
.cid-uSAkpieetx .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uSAkpieetx .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-uSAkpieetx .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uSAkpieetx .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background-color: #f0f0f0;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
	margin:auto!important;
  }
}
.cid-uSAkpieetx .mbr-section-title {
  color: #000000;
}
.cid-uSAkpieetx .item-title {
  color: #000000;
}
.cid-uSAkpieetx .item-desc {
  color: #000000;
}
.cid-uSAkpieetx .item-subtitle {
  color: #000000;
  padding-top:1rem;
}
.cid-uSAkpieetx .item-price {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uSAkpieetx .mbr-section-title {
    text-align:center!important;
	margin-top:-1rem!important;
	margin-bottom:1rem!important;
  }
  .cid-uSAkpieetx .item-title {
    text-align:center!important;
  }
  .cid-uSAkpieetx .item-subtitle {
    text-align:center!important;
  }
}
@media (min-width: 768px) {
  .cid-uSAm2OjbML {
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-color: #f7f7f7;
  }
}
@media (max-width: 767px) {
  .cid-uSAm2OjbML {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f7f7f7;
  }
}
.cid-uSAm2OjbML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSAm2OjbML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSAm2OjbML .content-wrap {
  margin: 0;
}
.cid-uSAm2OjbML .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uSAm2OjbML .content-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1440px) {
  .cid-uSAm2OjbML .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uSAm2OjbML .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSAm2OjbML .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uSAm2OjbML .content-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uSAm2OjbML .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSAm2OjbML .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSAm2OjbML .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uSAm2OjbML .content-wrapper .mbr-desc {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uSAm2OjbML .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uSAm2OjbML .image-wrapper {
  height: 100%;
  border-left: 3px dashed #2b678b;
  padding-left: 0;
  padding-right: 2rem;
  border-left: none;
  border-right: 3px dashed #2b678b;
}
@media (max-width: 1440px) {
  .cid-uSAm2OjbML .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uSAm2OjbML .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSAm2OjbML .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #2b678b;
    padding-top: 22px;
  }
}
@media (max-width: 1440px) {
  .cid-uSAm2OjbML .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uSAm2OjbML .image-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSAm2OjbML .image-wrapper {
    padding-right: 0;
    border-right: none;
    border-top: 3px dashed #2b678b;
    padding-top: 22px;
  }
}
.cid-uSAm2OjbML .image-wrapper img {
}
@media (max-width: 992px) {
  .cid-uSAm2OjbML .image-wrapper img {
  }
}
.cid-uSAm2OjbML .mbr-section-title {
  color: #c10b02;
}
.cid-uSAm2OjbML .mbr-text,
.cid-uSAm2OjbML .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uSAm2OjbML .mbr-desc {
  color: #4b4949;
  text-align: left;
}
.cid-uSAm2OjbML .mbr-section-title,
.cid-uSAm2OjbML .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uyAhm1vmh9 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #F6F6F6;
}
.cid-uyAhm1vmh9 .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom:1px solid #000000;
}
.cid-uyAhm1vmh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyAhm1vmh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyAhm1vmh9 .mbr-iconfont {
  color: #252525;
  font-size: 5rem;
  width: 5rem;
}
.cid-uyAhm1vmh9 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-uyAhm1vmh9 .mbr-section-title{
	padding-top:1rem;
	padding-left:3rem;
  }
  .cid-uyAhm1vmh9 .mbr-section-subtitle{
	padding-left:3rem;
  }
}
.cid-uSW3bDPvUg {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uSW3bDPvUg .mbr-text {
  color: #000000;
}
.cid-uSW3bDPvUg .mbr-section-subtitle {
  color: #000000;
}
.cid-uSW3bDPvUg .mbr-section-title {
  color: #000000;
}
.cid-uSW3A3d75U {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uSW3A3d75U .mbr-text {
  color: #000000;
}
.cid-uSW3A3d75U .mbr-section-subtitle {
  color: #000000;
}
.cid-uSW3A3d75U .mbr-section-title {
  color: #000000;
}
.cid-uSW47z3Qgz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d5d5d5;
}
.cid-uSW47z3Qgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSW47z3Qgz .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-uSW47z3Qgz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSW47z3Qgz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSW47z3Qgz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSW47z3Qgz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSW47z3Qgz .mbr-section-title {
  color: #000000;
}
.cid-uSW47z3Qgz .mbr-text,
.cid-uSW47z3Qgz .mbr-section-btn {
  color: #000000;
}
.cid-tsKsENTkqk {
  padding-top: 8rem!important;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tsKsENTkqk .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsKsENTkqk .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  padding:2rem;
  border:1px solid #B0B0B0;
}
.cid-tsKsENTkqk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsKsENTkqk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tsKsENTkqk .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tsKsENTkqk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tsKsENTkqk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsKsENTkqk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsKsENTkqk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsKsENTkqk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsKsENTkqk .card-subtitle {
  text-align: left;
}
.cid-tsKsENTkqka {
  padding: 3.2rem 2rem;
  background-color: #E6E6E6;
  color:#000;
}
.cid-tsKsENTkqka .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsKsENTkqka .card-wrapper {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding:2rem;
  border:1px solid #B0B0B0;
}
.cid-tsKsENTkqka .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsKsENTkqka .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tsKsENTkqka .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tsKsENTkqka .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tsKsENTkqka .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsKsENTkqka .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsKsENTkqka .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsKsENTkqka .card-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-tsKsENTkqka .card-subtitle {
  text-align: left;
}
.cid-tsKusMwAQV {
  padding-top:8rem!important;
  padding-bottom:3rem;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .cid-tsKusMwAQV .row {
  }
  .cid-tsKusMwAQV .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsKusMwAQV .google-map {
  height: 100%;
  position: relative;
}
.cid-tsKusMwAQV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsKusMwAQV .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-tsKusMwAQV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsKusMwAQV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsKusMwAQV .image-wrapper {
  display: flex;
  justify-content:center;
  align-items: center;
}
.cid-tsKusMwAQV .card-wrapper {
  display: flex;
  justify-content:center;
  align-content:center;
  background: #efefef;
  border:1px solid #B0B0B0;
}
.cid-tsKusMwAQV .card-wrapper-additional {
  display: flex;
  background: #efefef;
  border:1px solid #B0B0B0;
}
.cid-tsKusMwAQV .card-wrapper-social {
  display: inline-block;
  background: #F6F6F6;
  width:1px;
}
.cid-tsKusMwAQV .card-wrapper-links {
  display:block;
  justify-content:center;
  align-items:center;
  background: #F6F6F6;
  border:1px solid #B0B0B0;
}
.cid-tsKusMwAQV .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tsKusMwAQV .card-wrapper {
    padding: 1rem 2rem;
	margin: .5rem 0rem;
  }
  .cid-tsKusMwAQV .card-wrapper-additional {
    padding: 1rem 2rem;
  }
  .cid-tsKusMwAQV .card-wrapper-social {
    padding: 2rem 1.5rem 0rem 1.5rem;
  }
  .cid-tsKusMwAQV .card-wrapper-links {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsKusMwAQV .card-wrapper {
    padding: 2rem 4rem;
  }
  .cid-tsKusMwAQV .card-wrapper-additional {
    padding: 2rem 4rem;
  }
  .cid-tsKusMwAQV .card-wrapper-social {
    padding: 2rem 1.5rem 0rem 1.5rem;
  }
  .cid-tsKusMwAQV .card-wrapper-links {
    padding: 2rem;
  }
}
.cid-tsKusMwAQV .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
}
@media (min-width: 768px) {
  .cid-tsKusMwAQV .church-info {
	background:rgba(0, 0, 0, .03);
	padding:3rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsKusMwAQV .church-info {
	background:rgba(0, 0, 0, .03);
	padding:0rem 0rem;
  }
}
.cid-uSWvfEbTSz {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uSWvfEbTSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSWvfEbTSz .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-uSWvfEbTSz .container {
    padding: 0 22px;
  }
}
.cid-uSWvfEbTSz .card {
  justify-content: center;
}
.cid-uSWvfEbTSz .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uSWvfEbTSz .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSWvfEbTSz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uSWvfEbTSz .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSWvfEbTSz .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uSWvfEbTSz .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #252525;
  margin-bottom: 16px;
}
.cid-uSWvfEbTSz .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-uSWvfEbTSz .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSWvfEbTSz .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #252525;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uSWvfEbTSz .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uSWvfEbTSz .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uSWvfEbTSz .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #252525;
}
.cid-uSWvfEbTSz .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSWvfEbTSz .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uSWvfEbTSz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSWvfEbTSz .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uSWvfEbTSz .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uSWvfEbTSz .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uSWvfEbTSz .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uSWvfEbTSz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSWvfEbTSz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSWvfEbTSz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #252525;
}
.cid-uSWvfEbTSz .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #252525;
  transition: all 0.3s ease-in-out;
}
.cid-uSWvfEbTSz .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-uSWvfEbTSz .form-wrapper {
    padding: 20px;
  }
}
.cid-uSWvfEbTSz .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSWvfEbTSz .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uSWvfEbTSz .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-uSWvfEbTSz .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uSWvfEbTSz .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #f0f0f0;
}
.cid-uSWvfEbTSz .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uSWvfEbTSz .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uSWvfEbTSz .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #171717;
  opacity: .5;
}
.cid-uSWvfEbTSz .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-uSWvfEbTSz .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uSWvfEbTSz .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f0f0f0;
  border-color: #171717;
  border-radius: 0;
}
.cid-uSWvfEbTSz .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #171717;
}
.cid-uSWvfEbTSz .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uSWvfEbTSz .mbr-section-title {
  color: #ffffff;
}
.cid-uSWvfEbTSz .mbr-section-subtitle {
  color: #252525;
}
.cid-uSWvfEbTSz .mbr-text {
  color: #252525;
}
.cid-uSWvfEbTSz .mbr-desc {
  color: #252525;
}
.cid-uSWvfEbTSz .mbr-contact {
  color: #ffffff;
}
.cid-uSWvfEbTSz .mbr-contact,
.cid-uSWvfEbTSz .item-contact {
  color: #252525;
}
.cid-uSWIOHB2mK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #FFFFFF;
}
.cid-uSWIOHB2mK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSWIOHB2mK .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-uSWIOHB2mK .container {
    padding: 0 15px;
  }
}
.cid-uSWIOHB2mK .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSWIOHB2mK .google-map {
  filter: grayscale(0.6);
  height: 34rem;
  position: relative;
}
.cid-uSWIOHB2mK .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uSWIOHB2mK .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-uSWIOHB2mK .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #3a5883;
}
@media (max-width: 992px) {
  .cid-uSWIOHB2mK .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-uSWIOHB2mK .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSWIOHB2mK .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSWIOHB2mK .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-uSWIOHB2mK .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uSWIOHB2mK .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uSWIOHB2mK .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uSWIOHB2mK .mbr-section-subtitle {
  color: #30262b;
}
.cid-uSWIOHB2mK .list {
  color: #30262b;
}
.cid-uSWIOHB2mK .mbr-address {
  color: #30262b;
}
.cid-uSWU5b8GKq {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #F6F6F6;
}
.cid-uSWU5b8GKq .content {
  gap: 40px;
}
@media (max-width: 767px) {
  .cid-uSWU5b8GKq .content {
    text-align: center;
  }
  .cid-uSWU5b8GKq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uSWU5b8GKq .google-map {
  height: 100%;
  position: relative;
  filter: grayscale(.6);
}
@media (max-width: 992px) {
  .cid-uSWU5b8GKq .google-map {
    height: 30rem;
    filter: grayscale(.6);
  }
}
@media (max-width: 576px) {
  .cid-uSWU5b8GKq .google-map {
    height: 25rem;
    filter: grayscale(.6);
  }
}
.cid-uSWU5b8GKq .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.cid-uSWU5b8GKq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uSWU5b8GKq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSWU5b8GKq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSWU5b8GKq .list {
  list-style-type: none;
  padding: 0;
}
.cid-uSWU5b8GKq .mbr-text-adress {
  color: #2A2A2A;
}
.cid-uSWU5b8GKq .mbr-text-work {
  color: #2A2A2A;
}
.cid-uSWU5b8GKq .mbr-section-title {
  color: #2A2A2A;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uSWU5b8GKq .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSWU5b8GKq .adress-subtitle {
  color: #2A2A2A;
}
.cid-uSWU5b8GKq .working-subtitle {
  color: #2A2A2A;
}
.cid-uSWU5b8GKq .map-contacts {
  white-space: nowrap;
  padding: 1rem 0;
  border-top: 1px solid #2A2A2A;
  border-bottom: 1px solid #2A2A2A;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uSWU5b8GKq .map-contacts {
    margin-top: 40px;
  }
}
.cid-uSWU5b8GKq .contact-title {
  color: #2A2A2A;
}
.cid-uSWU5b8GKq .contact-info {
  color: #2A2A2A;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cid-uSWU5b8GKq .contact-info {
    margin-bottom: 0;
  }
}
.cid-uSWU5b8GKq .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uSWU5b8GKq .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uT1iSf7TdQ {
    padding-top: 20rem;
    padding-bottom: 12rem;
    background-image: url("../../../assets/img/bmams-revitalize-h.jpg");
  }
}
@media (max-width: 767px) {
  .cid-uT1iSf7TdQ {
    padding-top: 20rem;
    padding-bottom: 12rem;
    background-image: url("../../../assets/img/bmams-revitalize-v.jpg");
  }
}
.cid-uT1iSf7TdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1iSf7TdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1iSf7TdQ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uT1iSf7TdQ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uT1iSf7TdQ .container {
    padding: 0 25px;
  }
}
.cid-uT1iSf7TdQ .title-wrapper {
  padding: 100px 0;
}
.cid-uT1iSf7TdQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT1iSf7TdQ .mbr-section-title {
  color: #ffffff;
}
.cid-uT1iEapOnj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uT1iEapOnj .mbr-text {
  color: #000000;
}
.cid-uT1iEapOnj .mbr-section-subtitle {
  color: #000000;
}
.cid-uT1iEapOnj .mbr-section-title {
  color: #000000;
}
.cid-uT1jZnLlBI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e4e4e4;
}
.cid-uT1jZnLlBI .mbr-media {
  position: relative;
}
.cid-uT1jZnLlBI .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uT1jZnLlBI a:hover {
  background-image: none !important;
}
.cid-uT1jZnLlBI .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uT1jZnLlBI .card-wrapper {
  border: 1px solid #000000;
  padding: 0;
  overflow: hidden;
}
.cid-uT1jZnLlBI .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #000000;
}
.cid-uT1jZnLlBI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uT1jZnLlBI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uT1jZnLlBI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uT1jZnLlBI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uT1jZnLlBI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uT1jZnLlBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1jZnLlBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1jZnLlBI .mbr-section-title {
  color: #221b35;
}
.cid-uT1mbd4nkn {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #2d2a2a;
}
.cid-uT1mbd4nkn .mbr-media {
  position: relative;
}
.cid-uT1mbd4nkn .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uT1mbd4nkn a:hover {
  background-image: none !important;
}
.cid-uT1mbd4nkn .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uT1mbd4nkn .card-wrapper {
  border: 1px solid #000000;
  padding: 0;
  overflow: hidden;
}
.cid-uT1mbd4nkn .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #000000;
}
.cid-uT1mbd4nkn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uT1mbd4nkn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uT1mbd4nkn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uT1mbd4nkn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uT1mbd4nkn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uT1mbd4nkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1mbd4nkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1mbd4nkn .mbr-section-title {
  color: #221b35;
}
.cid-uT1nfI1lOc {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #e4e4e4;
}
.cid-uT1nfI1lOc .mbr-media {
  position: relative;
}
.cid-uT1nfI1lOc .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uT1nfI1lOc a:hover {
  background-image: none !important;
}
.cid-uT1nfI1lOc .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uT1nfI1lOc .card-wrapper {
  border: 1px solid #000000;
  padding: 0;
  overflow: hidden;
}
.cid-uT1nfI1lOc .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #000000;
}
.cid-uT1nfI1lOc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uT1nfI1lOc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uT1nfI1lOc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uT1nfI1lOc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uT1nfI1lOc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uT1nfI1lOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1nfI1lOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1nfI1lOc .mbr-section-title {
  color: #221b35;
}
.cid-uT1nracLEM {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #252525;
}
.cid-uT1nracLEM .mbr-media {
  position: relative;
}
.cid-uT1nracLEM .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uT1nracLEM a:hover {
  background-image: none !important;
}
.cid-uT1nracLEM .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uT1nracLEM .card-wrapper {
  border: 1px solid #000000;
  padding: 0;
  overflow: hidden;
}
.cid-uT1nracLEM .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #000000;
}
.cid-uT1nracLEM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uT1nracLEM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uT1nracLEM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uT1nracLEM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uT1nracLEM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uT1nracLEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1nracLEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1nracLEM .mbr-section-title {
  color: #221b35;
}
.cid-uT1iEb08Ne {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uT1iEb08Ne .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-uT1iEb08Ne .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uT1iEb08Ne .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uT1iEb08Ne .container {
    padding: 0 24px;
  }
}
.cid-uT1iEb08Ne .row {
  justify-content: space-between;
}
.cid-uT1iEb08Ne .logo-wrapper {
  display: flex;
}
.cid-uT1iEb08Ne .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uT1iEb08Ne .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-uT1iEb08Ne .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uT1iEb08Ne .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uT1iEb08Ne .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uT1iEb08Ne .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uT1iEb08Ne .content-wrapper .list .item-wrap:hover,
.cid-uT1iEb08Ne .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uT1iEb08Ne .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT1iEb08Ne .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uT1iEb08Ne .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uT1iEb08Ne .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uT1iEb08Ne .nav-list {
    padding: 0;
  }
}
.cid-uT1iEb08Ne .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uT1iEb08Ne .nav-list .item-wrap:hover,
.cid-uT1iEb08Ne .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uT1iEb08Ne .nav-list .item-wrap:hover::before,
.cid-uT1iEb08Ne .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uT1iEb08Ne .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uT1iEb08Ne .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uT1iEb08Ne .mbr-section-title {
  color: #F9F6E0;
}
.cid-uT1iEb08Ne .list {
  color: #F9F6E0;
}
.cid-uT1iEb08Ne .mbr-copy {
  color: #F9F6E0;
}
.cid-uT1otuGJOB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uT1otuGJOB .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uT1otuGJOB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uT1otuGJOB .iconfont-wrapper {
  color: #171717 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uT1otuGJOB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uT1otuGJOB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uT1otuGJOB .container {
    padding: 0 1rem;
  }
}
.cid-uT1otuGJOB .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #e1e1e1;
}
.cid-uT1otuGJOB .nav-link {
  position: relative;
}
.cid-uT1otuGJOB .nav-link:hover {
  color: #f0f0f0 !important;
}
.cid-uT1otuGJOB nav.navbar {
  position: fixed;
}
.cid-uT1otuGJOB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uT1otuGJOB .navbar.opened {
  transition: all 0.3s;
}
.cid-uT1otuGJOB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT1otuGJOB .navbar .navbar-logo img {
  width: auto;
}
.cid-uT1otuGJOB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT1otuGJOB .navbar.collapsed {
  justify-content: center;
}
.cid-uT1otuGJOB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT1otuGJOB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT1otuGJOB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uT1otuGJOB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT1otuGJOB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT1otuGJOB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT1otuGJOB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT1otuGJOB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT1otuGJOB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT1otuGJOB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT1otuGJOB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT1otuGJOB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT1otuGJOB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT1otuGJOB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT1otuGJOB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT1otuGJOB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT1otuGJOB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT1otuGJOB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT1otuGJOB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT1otuGJOB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT1otuGJOB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT1otuGJOB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT1otuGJOB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT1otuGJOB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT1otuGJOB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT1otuGJOB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uT1otuGJOB .dropdown-item:hover,
.cid-uT1otuGJOB .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uT1otuGJOB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uT1otuGJOB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uT1otuGJOB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uT1otuGJOB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uT1otuGJOB .dropdown-menu,
.cid-uT1otuGJOB .navbar.opened {
  background: #ffffff !important;
}
.cid-uT1otuGJOB .nav-item:focus,
.cid-uT1otuGJOB .nav-link:focus {
  outline: none;
}
.cid-uT1otuGJOB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT1otuGJOB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT1otuGJOB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT1otuGJOB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT1otuGJOB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT1otuGJOB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT1otuGJOB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT1otuGJOB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT1otuGJOB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT1otuGJOB .dropdown-item.active,
.cid-uT1otuGJOB .dropdown-item:active {
  background-color: transparent;
}
.cid-uT1otuGJOB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT1otuGJOB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT1otuGJOB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT1otuGJOB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uT1otuGJOB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT1otuGJOB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT1otuGJOB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT1otuGJOB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT1otuGJOB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT1otuGJOB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uT1otuGJOB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT1otuGJOB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT1otuGJOB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT1otuGJOB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT1otuGJOB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT1otuGJOB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT1otuGJOB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT1otuGJOB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT1otuGJOB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uT1otuGJOB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT1otuGJOB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT1otuGJOB .navbar {
    height: 70px;
  }
  .cid-uT1otuGJOB .navbar.opened {
    height: auto;
  }
  .cid-uT1otuGJOB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 768px) {
  .cid-uT1otvw2SI {
    padding-top: 20rem;
    padding-bottom: 12rem;
    background-image: url("../../../assets/img/bmams-timothy-ministries-h.jpg");
  }
}
@media (max-width: 767px) {
  .cid-uT1otvw2SI {
    padding-top: 20rem;
    padding-bottom: 12rem;
    background-image: url("../../../assets/img/bmams-timothy-ministries-v.jpg");
  }
}
.cid-uT1otvw2SI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1otvw2SI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1otvw2SI .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uT1otvw2SI .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uT1otvw2SI .container {
    padding: 0 25px;
  }
}
.cid-uT1otvw2SI .title-wrapper {
  padding: 100px 0;
}
.cid-uT1otvw2SI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT1otvw2SI .mbr-section-title {
  color: #ffffff;
}
.cid-uT1otvMLkO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uT1otvMLkO .mbr-text {
  color: #000000;
}
.cid-uT1otvMLkO .mbr-section-subtitle {
  color: #000000;
}
.cid-uT1otvMLkO .mbr-section-title {
  color: #000000;
}
.cid-uT1otw0CcJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e4e4e4;
}
.cid-uT1otw0CcJ .mbr-media {
  position: relative;
}
.cid-uT1otw0CcJ .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uT1otw0CcJ a:hover {
  background-image: none !important;
}
.cid-uT1otw0CcJ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uT1otw0CcJ .card-wrapper {
  border: 1px solid #000000;
  padding: 0;
  overflow: hidden;
}
.cid-uT1otw0CcJ .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #000000;
}
.cid-uT1otw0CcJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uT1otw0CcJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uT1otw0CcJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uT1otw0CcJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uT1otw0CcJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uT1otw0CcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1otw0CcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1otw0CcJ .mbr-section-title {
  color: #221b35;
}
.cid-tsKsENTkqk {
  padding: 3.2rem 2rem;
  background-color: #efefef;
}
.cid-tsKsENTkqk .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsKsENTkqk .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  padding:2rem;
  border:1px solid #B0B0B0;
}
.cid-tsKsENTkqk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsKsENTkqk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tsKsENTkqk .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tsKsENTkqk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tsKsENTkqk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsKsENTkqk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsKsENTkqk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsKsENTkqk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsKsENTkqk .card-subtitle {
  text-align: left;
}
.cid-tsKsENTkqka {
  padding: 3.2rem 2rem;
  background-color: #E6E6E6;
  color:#000;
}
.cid-tsKsENTkqka .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsKsENTkqka .card-wrapper {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding:2rem;
  border:1px solid #B0B0B0;
}
.cid-tsKsENTkqka .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsKsENTkqka .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tsKsENTkqka .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tsKsENTkqka .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tsKsENTkqka .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsKsENTkqka .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsKsENTkqka .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsKsENTkqka .card-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-tsKsENTkqka .card-subtitle {
  text-align: left;
}
.cid-tsKusMwAQV {
  padding: 5rem 2rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsKusMwAQV .row {
  }
  .cid-tsKusMwAQV .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsKusMwAQV .google-map {
  height: 100%;
  position: relative;
}
.cid-tsKusMwAQV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsKusMwAQV .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-tsKusMwAQV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsKusMwAQV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsKusMwAQV .image-wrapper {
  display: flex;
  justify-content:center;
  align-items: center;
}
.cid-tsKusMwAQV .card-wrapper {
  display: flex;
  justify-content:center;
  align-content:center;
  background: #efefef;
  border:1px solid #B0B0B0;
}
.cid-tsKusMwAQV .card-wrapper-additional {
  display: flex;
  background: #efefef;
  border:1px solid #B0B0B0;
}
.cid-tsKusMwAQV .card-wrapper-social {
  display: inline-block;
  background: #FFF;
  width:1px;
}
.cid-tsKusMwAQV .card-wrapper-links {
  display:block;
  justify-content:center;
  align-items:center;
  background: #efefef;
  border:1px solid #B0B0B0;
}
.cid-tsKusMwAQV .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tsKusMwAQV .card-wrapper {
    padding: 1rem 2rem;
	margin: .5rem 0rem;
  }
  .cid-tsKusMwAQV .card-wrapper-additional {
    padding: 1rem 2rem;
  }
  .cid-tsKusMwAQV .card-wrapper-social {
    padding: 2rem 1.5rem 0rem 1.5rem;
  }
  .cid-tsKusMwAQV .card-wrapper-links {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsKusMwAQV .card-wrapper {
    padding: 2rem 4rem;
  }
  .cid-tsKusMwAQV .card-wrapper-additional {
    padding: 2rem 4rem;
  }
  .cid-tsKusMwAQV .card-wrapper-social {
    padding: 2rem 1.5rem 0rem 1.5rem;
  }
  .cid-tsKusMwAQV .card-wrapper-links {
    padding: 2rem;
  }
}
.cid-tsKusMwAQV .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
}
@media (min-width: 768px) {
  .cid-tsKusMwAQV .church-info {
	background:rgba(0, 0, 0, .03);
	padding:3rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsKusMwAQV .church-info {
	background:rgba(0, 0, 0, .03);
	padding:0rem 0rem;
  }
}
.cid-uT3kOB4CAx.popup-builder {
  background-color:rgba(53,53,53,.8);
}
.cid-uT3kOB4CAx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uT3kOB4CAx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uT3kOB4CAx .modal-content,
.cid-uT3kOB4CAx .modal-dialog {
  height: auto;
}
.cid-uT3kOB4CAx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uT3kOB4CAx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uT3kOB4CAx .form-wrapper .mbr-form .form-group,
  .cid-uT3kOB4CAx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uT3kOB4CAx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uT3kOB4CAx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uT3kOB4CAx .mbr-text {
  text-align: center;
}
.cid-uT3kOB4CAx .pt-0 {
  padding-top: 0 !important;
}
.cid-uT3kOB4CAx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uT3kOB4CAx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uT3kOB4CAx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uT3kOB4CAx .modal-open {
  overflow: hidden;
}
.cid-uT3kOB4CAx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uT3kOB4CAx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uT3kOB4CAx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uT3kOB4CAx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uT3kOB4CAx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uT3kOB4CAx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uT3kOB4CAx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uT3kOB4CAx .modal-content {
  background: #f6f6f6;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uT3kOB4CAx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uT3kOB4CAx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uT3kOB4CAx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uT3kOB4CAx .modal-backdrop.show {
  opacity: .5;
}
.cid-uT3kOB4CAx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uT3kOB4CAx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT3kOB4CAx .modal-header {
    padding: 1rem;
  }
}
.cid-uT3kOB4CAx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uT3kOB4CAx .modal-header .close svg {
  fill: #353535;
}
.cid-uT3kOB4CAx .modal-header .close:hover {
  opacity: 1;
}
.cid-uT3kOB4CAx .modal-header .close:focus {
  outline: none;
}
.cid-uT3kOB4CAx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uT3kOB4CAx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uT3kOB4CAx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT3kOB4CAx .modal-body {
    padding: 1rem;
  }
}
.cid-uT3kOB4CAx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uT3kOB4CAx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT3kOB4CAx .modal-footer {
    padding: 1rem;
  }
}
.cid-uT3kOB4CAx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uT3kOB4CAx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uT3kOB4CAx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uT3kOB4CAx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uT3kOB4CAx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uT3kOB4CAx .modal-lg,
  .cid-uT3kOB4CAx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uT3kOB4CAx .modal-xl {
    max-width: 992px;
  }
}
.cid-uT3kOB4CAx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uT3kOB4CAx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uT3kOB4CAx .form-group {
  margin-bottom: 1rem;
}
.cid-uT3kOB4CAx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uT3kOB4CAx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uT3kOB4CAx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uT3kOB4CAx .mbr-section-btn {
  margin: 0;
}
.cid-uT3kOB4CAx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT3At7aPa8 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uT3At7aPa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT3At7aPa8 .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-uT3At7aPa8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT3At7aPa8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uT3At7aPa8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uT3At7aPa8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uT3At7aPa8 .mbr-section-title {
  color: #000000;
}
.cid-uT3At7aPa8 .mbr-text,
.cid-uT3At7aPa8 .mbr-section-btn {
  color: #000000;
}
.cid-uT6GQw23eu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4e4e4;
}
.cid-uT6GQw23eu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6GQw23eu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6GQw23eu .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uT6GQw23eu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT6GQw23eu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uT6GQw23eu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uT6GQw23eu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uT6GQw23eu .mbr-section-title {
  color: #000000;
}
.cid-uT6GQw23eu .mbr-text,
.cid-uT6GQw23eu .mbr-section-btn {
  color: #000000;
}

@media (max-width: 767px) {
  .line {
    display:none;
  }
}