body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.16rem;
  line-height: 120%;
  letter-spacing: 0.004rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.95rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.37rem;
  line-height: 120%;
}
.display-2 > .mbr-iconfont {
  font-size: 2.9625rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.77rem;
  line-height: 1.77em;
  letter-spacing: 0.016rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.33rem;
  line-height: 140%;
  letter-spacing: 0.001rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6625rem;
}
/* ---- 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: 2.528rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.212rem;
    font-size: calc( 1.756rem + (3.16 - 1.756) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.756rem + (3.16 - 1.756) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.896rem;
    font-size: calc( 1.4795rem + (2.37 - 1.4795) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.4795rem + (2.37 - 1.4795) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.416rem;
    font-size: calc( 1.2694999999999999rem + (1.77 - 1.2694999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2694999999999999rem + (1.77 - 1.2694999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.064rem;
    font-size: calc( 1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 3.125rem;
}
.bg-primary {
  background-color: #1d1d1d !important;
}
.bg-success {
  background-color: #d7d7d7 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f7e8d2 !important;
}
.bg-danger {
  background-color: #6e6979 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fcfbf5 !important;
  border-color: #fcfbf5 !important;
  color: #baa838 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #776c24 !important;
  background-color: #e8e0b2 !important;
  border-color: #e8e0b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #baa838 !important;
  background-color: #e8e0b2 !important;
  border-color: #e8e0b2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
  color: #585858 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #acacac !important;
  border-color: #acacac !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #585858 !important;
  background-color: #acacac !important;
  border-color: #acacac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7e8d2 !important;
  border-color: #f7e8d2 !important;
  color: #ac721e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #eac288 !important;
  border-color: #eac288 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ac721e !important;
  background-color: #eac288 !important;
  border-color: #eac288 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6e6979 !important;
  border-color: #6e6979 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #44414b !important;
  border-color: #44414b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #44414b !important;
  border-color: #44414b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d1d1d;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcfbf5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e8e0b2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #baa838 !important;
  background-color: #fcfbf5 !important;
  border-color: #fcfbf5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d7d7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #acacac !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #585858 !important;
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7e8d2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #eac288 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ac721e !important;
  background-color: #f7e8d2 !important;
  border-color: #f7e8d2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6e6979;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #44414b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6e6979 !important;
  border-color: #6e6979 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #1d1d1d !important;
}
.text-secondary {
  color: #fcfbf5 !important;
}
.text-success {
  color: #d7d7d7 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f7e8d2 !important;
}
.text-danger {
  color: #6e6979 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e4dca7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a4a4a4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e8bc7b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3c3a42 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1d1d1d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f7e8d2;
}
.alert-danger {
  background-color: #6e6979;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1d1d1d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d0d0d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #afabb6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #1d1d1d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1d1d1d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d1d1d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d1d1d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d1d1d;
  border-bottom-color: #1d1d1d;
}
.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: #1d1d1d !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: #fcfbf5 !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='%231d1d1d' %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 {
  border: none;
  box-shadow: none;
  padding: 16px 40px;
  font-weight: 400;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translate(0.5rem, 0);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  font-size: 16px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  border: none;
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #1d1d1d !important;
}
.cid-twFGb9Wfv6 .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-twFGb9Wfv6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-twFGb9Wfv6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .menu_box .navbar.opened,
  .cid-twFGb9Wfv6 .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-twFGb9Wfv6 .navbar-dropdown {
  position: relative !important;
}
.cid-twFGb9Wfv6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-twFGb9Wfv6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-twFGb9Wfv6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-twFGb9Wfv6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-twFGb9Wfv6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-twFGb9Wfv6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-twFGb9Wfv6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-twFGb9Wfv6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-twFGb9Wfv6 .offcanvas-body .mbr-text,
  .cid-twFGb9Wfv6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-twFGb9Wfv6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-twFGb9Wfv6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-twFGb9Wfv6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-twFGb9Wfv6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-twFGb9Wfv6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-twFGb9Wfv6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-twFGb9Wfv6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-twFGb9Wfv6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-twFGb9Wfv6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-twFGb9Wfv6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .nav-item {
    margin: 0 !important;
  }
}
.cid-twFGb9Wfv6 .nav-item .nav-link {
  position: relative;
}
.cid-twFGb9Wfv6 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-twFGb9Wfv6 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-twFGb9Wfv6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-twFGb9Wfv6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-twFGb9Wfv6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-twFGb9Wfv6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-twFGb9Wfv6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-twFGb9Wfv6 .offcanvas_box {
    display: none;
  }
}
.cid-twFGb9Wfv6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-twFGb9Wfv6 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-twFGb9Wfv6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-twFGb9Wfv6 .container {
  display: flex;
  margin: auto;
}
.cid-twFGb9Wfv6 .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-twFGb9Wfv6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-twFGb9Wfv6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-twFGb9Wfv6 .navbar-caption {
  color: #1d1d1d;
}
.cid-twFGb9Wfv6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-twFGb9Wfv6 .navbar-nav {
    margin: 0;
  }
}
.cid-twFGb9Wfv6 .dropdown-menu,
.cid-twFGb9Wfv6 .navbar.opened {
  background-color: false !important;
}
.cid-twFGb9Wfv6 .nav-item:focus,
.cid-twFGb9Wfv6 .nav-link:focus {
  outline: none;
}
.cid-twFGb9Wfv6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twFGb9Wfv6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twFGb9Wfv6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twFGb9Wfv6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twFGb9Wfv6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twFGb9Wfv6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twFGb9Wfv6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-twFGb9Wfv6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-twFGb9Wfv6 .navbar.opened {
  transition: all 0.3s;
}
.cid-twFGb9Wfv6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-twFGb9Wfv6 .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-twFGb9Wfv6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-twFGb9Wfv6 .navbar.collapsed {
  justify-content: center;
}
.cid-twFGb9Wfv6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twFGb9Wfv6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-twFGb9Wfv6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twFGb9Wfv6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twFGb9Wfv6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twFGb9Wfv6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-twFGb9Wfv6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twFGb9Wfv6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-twFGb9Wfv6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-twFGb9Wfv6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twFGb9Wfv6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twFGb9Wfv6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-twFGb9Wfv6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twFGb9Wfv6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-twFGb9Wfv6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twFGb9Wfv6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-twFGb9Wfv6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-twFGb9Wfv6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-twFGb9Wfv6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twFGb9Wfv6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twFGb9Wfv6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-twFGb9Wfv6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-twFGb9Wfv6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twFGb9Wfv6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twFGb9Wfv6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twFGb9Wfv6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-twFGb9Wfv6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twFGb9Wfv6 .dropdown-item.active,
.cid-twFGb9Wfv6 .dropdown-item:active {
  background-color: transparent;
}
.cid-twFGb9Wfv6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twFGb9Wfv6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twFGb9Wfv6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twFGb9Wfv6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twFGb9Wfv6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-twFGb9Wfv6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twFGb9Wfv6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-twFGb9Wfv6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-twFGb9Wfv6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twFGb9Wfv6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twFGb9Wfv6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twFGb9Wfv6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twFGb9Wfv6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twFGb9Wfv6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twFGb9Wfv6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twFGb9Wfv6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twFGb9Wfv6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-twFGb9Wfv6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twFGb9Wfv6 .navbar {
    height: 70px;
  }
  .cid-twFGb9Wfv6 .navbar.opened {
    height: auto;
  }
  .cid-twFGb9Wfv6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twFGb9Wfv6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-twFGb9Wfv6 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-twFGb9Wfv6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-twFGb9Wfv6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-twFGb9Wfv6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-twFGb9Wfv6 .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-twFGb9Wfv6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-twFGb9Wfv6 .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-twFGb9Wfv6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-twFGb9Wfv6 .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-twFGb9Wfv6 .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-twFGb9Wfv6 .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-twFGb9Wfv6 .mbr-section-subtitle,
.cid-twFGb9Wfv6 .text_widget,
.cid-twFGb9Wfv6 .mbr-section-btn {
  text-align: left;
}
.cid-twFGb9Wfv6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-twFGbx6O0a {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #1d1d1d;
}
.cid-twFGbx6O0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-twFGbx6O0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twFGbx6O0a .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-twFGbx6O0a .container-fluid {
    padding: 0 12px;
  }
}
.cid-twFGbx6O0a .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-twFGbx6O0a .container {
    padding: 0 20px;
  }
}
.cid-twFGbx6O0a .row {
  margin-top: -2px;
}
.cid-twFGbx6O0a .card {
  padding: 0;
}
.cid-twFGbx6O0a .image-wrapper {
  border: 2px solid #706f6d;
}
.cid-twFGbx6O0a .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-twFGbx6O0a .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-twFGbx6O0a .title-wrapper {
  border: 2px solid #706f6d;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-twFGbx6O0a .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-twFGbx6O0a .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-twFGbx6O0a .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-twFGbx6O0a .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-twFGbx6O0a .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-twFGbx6O0a .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-twFGbx6O0a .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-twFGbx6O0a .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-twFGbx6O0a .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-twFGbx6O0a .mbr-section-title {
  color: #ffffff;
}
.cid-twFGbx6O0a .mbr-text {
  color: #ffffff;
}
.cid-twFGbx6O0a .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-twFGbx6O0a .mbr-section-btn {
    text-align: left;
  }
}
.cid-uMkbi20e0Y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMkbi20e0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkbi20e0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkbi20e0Y .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMkbi20e0Y .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMkbi20e0Y .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkbi20e0Y .container {
    padding: 0 20px;
  }
}
.cid-uMkbi20e0Y .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMkbi20e0Y .card {
  padding: 0;
  border-radius: 0;
}
.cid-uMkbi20e0Y .card:first-child {
  border-right: 2px solid #d7d7d7;
}
.cid-uMkbi20e0Y .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkbi20e0Y .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uMkbi20e0Y .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMkbi20e0Y .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uMkbi20e0Y .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uMkbi20e0Y .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uMkbi20e0Y .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkbi20e0Y .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uMkbi20e0Y .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkbi20e0Y .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uMkbi20e0Y .mbr-text {
  color: #1d1d1d;
}
.cid-twFGsmDoXt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-twFGsmDoXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-twFGsmDoXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twFGsmDoXt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-twFGsmDoXt .container-fluid {
    padding: 0 20px;
  }
}
.cid-twFGsmDoXt .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-twFGsmDoXt .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-twFGsmDoXt .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-twFGsmDoXt .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-twFGsmDoXt .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-twFGsmDoXt .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-twFGsmDoXt .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-twFGsmDoXt .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-twFGsmDoXt .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-twFGsmDoXt .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-twFGsmDoXt .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-twFGsmDoXt .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-twFGsmDoXt .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-twFGsmDoXt .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-twFGsmDoXt .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-twFGsmDoXt .mbr-section-title {
  color: #1d1d1d;
}
.cid-twFGsmDoXt .mbr-card-title {
  color: #1d1d1d;
}
.cid-twFGsmDoXt .mbr-desc {
  color: #989898;
}
.cid-twFGsmDoXt .mbr-text {
  color: #1d1d1d;
}
.cid-twFGsmDoXt .mbr-loc {
  color: #989898;
}
.cid-twFGDsg78k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-twFGDsg78k .mbr-fallback-image.disabled {
  display: none;
}
.cid-twFGDsg78k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twFGDsg78k .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-twFGDsg78k .container-fluid {
    padding: 0 20px;
  }
}
.cid-twFGDsg78k .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-twFGDsg78k .container {
    padding: 0 20px;
  }
}
.cid-twFGDsg78k .list-wrapper .list,
.cid-twFGDsg78k .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-twFGDsg78k .list-wrapper .list .item-wrap,
.cid-twFGDsg78k .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-twFGDsg78k .list-wrapper .list .item-wrap:hover,
.cid-twFGDsg78k .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-twFGDsg78k .list-wrapper .list .item-wrap,
  .cid-twFGDsg78k .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-twFGDsg78k .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-twFGDsg78k .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-twFGDsg78k .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-twFGDsg78k .text-wrapper {
  margin: 40px 0 22px;
}
.cid-twFGDsg78k .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-twFGDsg78k .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-twFGDsg78k .mbr-section-title,
.cid-twFGDsg78k .logo-wrap {
  text-align: center;
}
.cid-twFGDsg78k .list {
  color: #1d1d1d;
}
.cid-twFGDsg78k .list_2 {
  color: #989898;
}
.cid-twFGDsg78k .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-twFGDsg78k .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-twFGDsg78k .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-twFGDsg78k .list-wrapper,
  .cid-twFGDsg78k .list-wrapper_2 {
    text-align: center;
  }
}
.cid-uMkbUuN1jc .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-uMkbUuN1jc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-uMkbUuN1jc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMkbUuN1jc .menu_box .navbar.opened,
  .cid-uMkbUuN1jc .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMkbUuN1jc .navbar-dropdown {
  position: relative !important;
}
.cid-uMkbUuN1jc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMkbUuN1jc .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMkbUuN1jc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMkbUuN1jc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMkbUuN1jc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMkbUuN1jc .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uMkbUuN1jc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMkbUuN1jc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMkbUuN1jc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMkbUuN1jc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMkbUuN1jc .offcanvas-body .mbr-text,
  .cid-uMkbUuN1jc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMkbUuN1jc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMkbUuN1jc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMkbUuN1jc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uMkbUuN1jc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMkbUuN1jc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMkbUuN1jc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMkbUuN1jc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMkbUuN1jc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMkbUuN1jc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkbUuN1jc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMkbUuN1jc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMkbUuN1jc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMkbUuN1jc .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMkbUuN1jc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMkbUuN1jc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMkbUuN1jc .nav-item {
    margin: 0 !important;
  }
}
.cid-uMkbUuN1jc .nav-item .nav-link {
  position: relative;
}
.cid-uMkbUuN1jc .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-uMkbUuN1jc .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uMkbUuN1jc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkbUuN1jc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMkbUuN1jc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkbUuN1jc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkbUuN1jc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMkbUuN1jc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMkbUuN1jc .offcanvas_box {
    display: none;
  }
}
.cid-uMkbUuN1jc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMkbUuN1jc .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMkbUuN1jc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMkbUuN1jc .container {
  display: flex;
  margin: auto;
}
.cid-uMkbUuN1jc .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMkbUuN1jc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMkbUuN1jc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMkbUuN1jc .navbar-caption {
  color: #1d1d1d;
}
.cid-uMkbUuN1jc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMkbUuN1jc .navbar-nav {
    margin: 0;
  }
}
.cid-uMkbUuN1jc .dropdown-menu,
.cid-uMkbUuN1jc .navbar.opened {
  background-color: false !important;
}
.cid-uMkbUuN1jc .nav-item:focus,
.cid-uMkbUuN1jc .nav-link:focus {
  outline: none;
}
.cid-uMkbUuN1jc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkbUuN1jc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkbUuN1jc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkbUuN1jc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkbUuN1jc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkbUuN1jc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkbUuN1jc .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMkbUuN1jc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMkbUuN1jc .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkbUuN1jc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMkbUuN1jc .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uMkbUuN1jc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMkbUuN1jc .navbar.collapsed {
  justify-content: center;
}
.cid-uMkbUuN1jc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkbUuN1jc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMkbUuN1jc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkbUuN1jc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkbUuN1jc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkbUuN1jc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMkbUuN1jc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMkbUuN1jc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMkbUuN1jc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMkbUuN1jc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkbUuN1jc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkbUuN1jc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMkbUuN1jc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkbUuN1jc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMkbUuN1jc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkbUuN1jc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMkbUuN1jc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMkbUuN1jc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMkbUuN1jc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMkbUuN1jc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkbUuN1jc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMkbUuN1jc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkbUuN1jc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkbUuN1jc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkbUuN1jc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMkbUuN1jc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMkbUuN1jc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMkbUuN1jc .dropdown-item.active,
.cid-uMkbUuN1jc .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkbUuN1jc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMkbUuN1jc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkbUuN1jc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkbUuN1jc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkbUuN1jc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMkbUuN1jc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkbUuN1jc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-uMkbUuN1jc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uMkbUuN1jc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkbUuN1jc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkbUuN1jc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkbUuN1jc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkbUuN1jc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkbUuN1jc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkbUuN1jc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkbUuN1jc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkbUuN1jc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMkbUuN1jc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMkbUuN1jc .navbar {
    height: 70px;
  }
  .cid-uMkbUuN1jc .navbar.opened {
    height: auto;
  }
  .cid-uMkbUuN1jc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkbUuN1jc .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMkbUuN1jc .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMkbUuN1jc .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMkbUuN1jc .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uMkbUuN1jc .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMkbUuN1jc .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-uMkbUuN1jc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMkbUuN1jc .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uMkbUuN1jc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMkbUuN1jc .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-uMkbUuN1jc .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMkbUuN1jc .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMkbUuN1jc .mbr-section-subtitle,
.cid-uMkbUuN1jc .text_widget,
.cid-uMkbUuN1jc .mbr-section-btn {
  text-align: left;
}
.cid-uMkbUuN1jc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMkcfVsZFA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMkcfVsZFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkcfVsZFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkcfVsZFA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-uMkcfVsZFA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkcfVsZFA .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uMkcfVsZFA .container {
    padding: 0 20px;
  }
}
.cid-uMkcfVsZFA .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uMkcfVsZFA .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uMkcfVsZFA .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkcfVsZFA .mbr-text {
  color: #706f6d;
}
.cid-uMkbUygGfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMkbUygGfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkbUygGfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkbUygGfp .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMkbUygGfp .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMkbUygGfp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkbUygGfp .container {
    padding: 0 20px;
  }
}
.cid-uMkbUygGfp .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMkbUygGfp .card {
  padding: 0;
  border-radius: 0;
}
.cid-uMkbUygGfp .card:first-child {
  border-right: 2px solid #d7d7d7;
}
.cid-uMkbUygGfp .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkbUygGfp .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uMkbUygGfp .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMkbUygGfp .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uMkbUygGfp .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uMkbUygGfp .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uMkbUygGfp .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkbUygGfp .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uMkbUygGfp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkbUygGfp .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uMkbUygGfp .mbr-text {
  color: #1d1d1d;
}
.cid-uMkbUAdcoN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMkbUAdcoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkbUAdcoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkbUAdcoN .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMkbUAdcoN .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMkbUAdcoN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkbUAdcoN .container {
    padding: 0 20px;
  }
}
.cid-uMkbUAdcoN .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMkbUAdcoN .card {
  padding: 0;
}
.cid-uMkbUAdcoN .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkbUAdcoN .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-uMkbUAdcoN .image-wrap {
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  border-right: none;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkbUAdcoN .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-uMkbUAdcoN .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #d7d7d7;
}
.cid-uMkbUAdcoN .image-wrap:nth-child(2n) {
  border-bottom: 2px solid #d7d7d7;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkbUAdcoN .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-right: 2px solid #d7d7d7;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkbUAdcoN .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uMkbUAdcoN .image-wrap:last-child {
    border-bottom: 2px solid #d7d7d7;
  }
}
.cid-uMkbUAdcoN .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
  border: 2px solid #d7d7d7;
  border-top: 0;
}
.cid-uMkbUAdcoN .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMkbUAdcoN .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-uMkbUAdcoN .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkbUAdcoN .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMkbUAdcoN .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkbUAdcoN .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkbUAdcoN .mbr-text {
  color: #1d1d1d;
}
.cid-uMrtzz4v09 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
}
.cid-uMrtzz4v09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMrtzz4v09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMrtzz4v09 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMrtzz4v09 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMrtzz4v09 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMrtzz4v09 .container {
    padding: 0 20px;
  }
}
.cid-uMrtzz4v09 .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMrtzz4v09 .title-wrapper {
  padding: 96px 0;
}
@media (max-width: 992px) {
  .cid-uMrtzz4v09 .title-wrapper {
    padding: 64px 0;
  }
}
.cid-uMrtzz4v09 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMrtzz4v09 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMrtzz4v09 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMrtzz4v09 .mbr-section-title,
.cid-uMrtzz4v09 .mbr-section-btn {
  text-align: center;
}
.cid-uMkbUU7O2H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-uMkbUU7O2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkbUU7O2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkbUU7O2H .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkbUU7O2H .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkbUU7O2H .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkbUU7O2H .container {
    padding: 0 20px;
  }
}
.cid-uMkbUU7O2H .list-wrapper .list,
.cid-uMkbUU7O2H .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMkbUU7O2H .list-wrapper .list .item-wrap,
.cid-uMkbUU7O2H .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uMkbUU7O2H .list-wrapper .list .item-wrap:hover,
.cid-uMkbUU7O2H .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uMkbUU7O2H .list-wrapper .list .item-wrap,
  .cid-uMkbUU7O2H .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uMkbUU7O2H .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uMkbUU7O2H .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uMkbUU7O2H .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkbUU7O2H .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uMkbUU7O2H .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkbUU7O2H .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMkbUU7O2H .mbr-section-title,
.cid-uMkbUU7O2H .logo-wrap {
  text-align: center;
}
.cid-uMkbUU7O2H .list {
  color: #1d1d1d;
}
.cid-uMkbUU7O2H .list_2 {
  color: #989898;
}
.cid-uMkbUU7O2H .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uMkbUU7O2H .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uMkbUU7O2H .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMkbUU7O2H .list-wrapper,
  .cid-uMkbUU7O2H .list-wrapper_2 {
    text-align: center;
  }
}
.cid-uMruo1cEF1 .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-uMruo1cEF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-uMruo1cEF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMruo1cEF1 .menu_box .navbar.opened,
  .cid-uMruo1cEF1 .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMruo1cEF1 .navbar-dropdown {
  position: relative !important;
}
.cid-uMruo1cEF1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMruo1cEF1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMruo1cEF1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMruo1cEF1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMruo1cEF1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMruo1cEF1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uMruo1cEF1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMruo1cEF1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMruo1cEF1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMruo1cEF1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMruo1cEF1 .offcanvas-body .mbr-text,
  .cid-uMruo1cEF1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMruo1cEF1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMruo1cEF1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMruo1cEF1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uMruo1cEF1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMruo1cEF1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMruo1cEF1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMruo1cEF1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMruo1cEF1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMruo1cEF1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMruo1cEF1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMruo1cEF1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMruo1cEF1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMruo1cEF1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMruo1cEF1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMruo1cEF1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMruo1cEF1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uMruo1cEF1 .nav-item .nav-link {
  position: relative;
}
.cid-uMruo1cEF1 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-uMruo1cEF1 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uMruo1cEF1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMruo1cEF1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMruo1cEF1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMruo1cEF1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMruo1cEF1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMruo1cEF1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMruo1cEF1 .offcanvas_box {
    display: none;
  }
}
.cid-uMruo1cEF1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMruo1cEF1 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMruo1cEF1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMruo1cEF1 .container {
  display: flex;
  margin: auto;
}
.cid-uMruo1cEF1 .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMruo1cEF1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMruo1cEF1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMruo1cEF1 .navbar-caption {
  color: #1d1d1d;
}
.cid-uMruo1cEF1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMruo1cEF1 .navbar-nav {
    margin: 0;
  }
}
.cid-uMruo1cEF1 .dropdown-menu,
.cid-uMruo1cEF1 .navbar.opened {
  background-color: false !important;
}
.cid-uMruo1cEF1 .nav-item:focus,
.cid-uMruo1cEF1 .nav-link:focus {
  outline: none;
}
.cid-uMruo1cEF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMruo1cEF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMruo1cEF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMruo1cEF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMruo1cEF1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMruo1cEF1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMruo1cEF1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMruo1cEF1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMruo1cEF1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMruo1cEF1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMruo1cEF1 .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uMruo1cEF1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMruo1cEF1 .navbar.collapsed {
  justify-content: center;
}
.cid-uMruo1cEF1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMruo1cEF1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMruo1cEF1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMruo1cEF1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMruo1cEF1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMruo1cEF1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMruo1cEF1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMruo1cEF1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMruo1cEF1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMruo1cEF1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMruo1cEF1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMruo1cEF1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMruo1cEF1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMruo1cEF1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMruo1cEF1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMruo1cEF1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMruo1cEF1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMruo1cEF1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMruo1cEF1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMruo1cEF1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMruo1cEF1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMruo1cEF1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMruo1cEF1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMruo1cEF1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMruo1cEF1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMruo1cEF1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMruo1cEF1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMruo1cEF1 .dropdown-item.active,
.cid-uMruo1cEF1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMruo1cEF1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMruo1cEF1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMruo1cEF1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMruo1cEF1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMruo1cEF1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMruo1cEF1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMruo1cEF1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-uMruo1cEF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uMruo1cEF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMruo1cEF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMruo1cEF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMruo1cEF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMruo1cEF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMruo1cEF1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMruo1cEF1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMruo1cEF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMruo1cEF1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMruo1cEF1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMruo1cEF1 .navbar {
    height: 70px;
  }
  .cid-uMruo1cEF1 .navbar.opened {
    height: auto;
  }
  .cid-uMruo1cEF1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMruo1cEF1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMruo1cEF1 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMruo1cEF1 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMruo1cEF1 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uMruo1cEF1 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMruo1cEF1 .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-uMruo1cEF1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMruo1cEF1 .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uMruo1cEF1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMruo1cEF1 .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-uMruo1cEF1 .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMruo1cEF1 .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMruo1cEF1 .mbr-section-subtitle,
.cid-uMruo1cEF1 .text_widget,
.cid-uMruo1cEF1 .mbr-section-btn {
  text-align: left;
}
.cid-uMruo1cEF1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMrus2ZgbZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMrus2ZgbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMrus2ZgbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMrus2ZgbZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-uMrus2ZgbZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMrus2ZgbZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uMrus2ZgbZ .container {
    padding: 0 20px;
  }
}
.cid-uMrus2ZgbZ .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uMrus2ZgbZ .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uMrus2ZgbZ .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMrus2ZgbZ .mbr-text {
  color: #706f6d;
}
.cid-uMkemgPM21 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMkemgPM21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkemgPM21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkemgPM21 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMkemgPM21 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMkemgPM21 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkemgPM21 .container {
    padding: 0 20px;
  }
}
.cid-uMkemgPM21 .card {
  padding: 0;
  border-radius: 0;
}
.cid-uMkemgPM21 .card:first-child .title-wrapper {
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uMkemgPM21 .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uMkemgPM21 .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMkemgPM21 .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uMkemgPM21 .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uMkemgPM21 .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uMkemgPM21 .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkemgPM21 .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uMkemgPM21 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkemgPM21 .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uMkemgPM21 .mbr-text {
  color: #1d1d1d;
}
.cid-uMrw9P3DMH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMrw9P3DMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMrw9P3DMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMrw9P3DMH .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMrw9P3DMH .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMrw9P3DMH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMrw9P3DMH .container {
    padding: 0 20px;
  }
}
.cid-uMrw9P3DMH .card {
  padding: 0;
}
.cid-uMrw9P3DMH .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMrw9P3DMH .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-uMrw9P3DMH .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-uMrw9P3DMH .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uMrw9P3DMH .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.cid-uMrw9P3DMH .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
.cid-uMrw9P3DMH .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
}
.cid-uMrw9P3DMH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMrw9P3DMH .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-uMrw9P3DMH .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMrw9P3DMH .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMrw9P3DMH .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMrw9P3DMH .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMrw9P3DMH .mbr-text {
  color: #1d1d1d;
}
.cid-uMrwVnXmbs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMrwVnXmbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMrwVnXmbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMrwVnXmbs .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMrwVnXmbs .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMrwVnXmbs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMrwVnXmbs .container {
    padding: 0 20px;
  }
}
.cid-uMrwVnXmbs .card {
  padding: 0;
}
.cid-uMrwVnXmbs .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMrwVnXmbs .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-uMrwVnXmbs .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-uMrwVnXmbs .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uMrwVnXmbs .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.cid-uMrwVnXmbs .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
.cid-uMrwVnXmbs .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
}
.cid-uMrwVnXmbs .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMrwVnXmbs .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-uMrwVnXmbs .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMrwVnXmbs .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMrwVnXmbs .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMrwVnXmbs .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMrwVnXmbs .mbr-text {
  color: #1d1d1d;
}
.cid-uMrxTYj2xv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMrxTYj2xv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMrxTYj2xv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMrxTYj2xv .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMrxTYj2xv .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMrxTYj2xv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMrxTYj2xv .container {
    padding: 0 20px;
  }
}
.cid-uMrxTYj2xv .card {
  padding: 0;
}
.cid-uMrxTYj2xv .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMrxTYj2xv .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-uMrxTYj2xv .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-uMrxTYj2xv .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uMrxTYj2xv .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.cid-uMrxTYj2xv .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
.cid-uMrxTYj2xv .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
}
.cid-uMrxTYj2xv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMrxTYj2xv .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-uMrxTYj2xv .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMrxTYj2xv .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMrxTYj2xv .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMrxTYj2xv .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMrxTYj2xv .mbr-text {
  color: #1d1d1d;
}
.cid-uMrysfW1oq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMrysfW1oq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMrysfW1oq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMrysfW1oq .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMrysfW1oq .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMrysfW1oq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMrysfW1oq .container {
    padding: 0 20px;
  }
}
.cid-uMrysfW1oq .card {
  padding: 0;
}
.cid-uMrysfW1oq .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMrysfW1oq .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-uMrysfW1oq .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-uMrysfW1oq .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uMrysfW1oq .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.cid-uMrysfW1oq .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
.cid-uMrysfW1oq .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
}
.cid-uMrysfW1oq .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMrysfW1oq .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-uMrysfW1oq .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMrysfW1oq .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMrysfW1oq .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMrysfW1oq .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMrysfW1oq .mbr-text {
  color: #1d1d1d;
}
.cid-uMkemkmBBY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-uMkemkmBBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkemkmBBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkemkmBBY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkemkmBBY .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkemkmBBY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkemkmBBY .container {
    padding: 0 20px;
  }
}
.cid-uMkemkmBBY .list-wrapper .list,
.cid-uMkemkmBBY .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMkemkmBBY .list-wrapper .list .item-wrap,
.cid-uMkemkmBBY .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uMkemkmBBY .list-wrapper .list .item-wrap:hover,
.cid-uMkemkmBBY .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uMkemkmBBY .list-wrapper .list .item-wrap,
  .cid-uMkemkmBBY .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uMkemkmBBY .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uMkemkmBBY .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uMkemkmBBY .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkemkmBBY .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uMkemkmBBY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkemkmBBY .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMkemkmBBY .mbr-section-title,
.cid-uMkemkmBBY .logo-wrap {
  text-align: center;
}
.cid-uMkemkmBBY .list {
  color: #1d1d1d;
}
.cid-uMkemkmBBY .list_2 {
  color: #989898;
}
.cid-uMkemkmBBY .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uMkemkmBBY .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uMkemkmBBY .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMkemkmBBY .list-wrapper,
  .cid-uMkemkmBBY .list-wrapper_2 {
    text-align: center;
  }
}
.cid-uMkevBG9FD .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-uMkevBG9FD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-uMkevBG9FD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMkevBG9FD .menu_box .navbar.opened,
  .cid-uMkevBG9FD .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMkevBG9FD .navbar-dropdown {
  position: relative !important;
}
.cid-uMkevBG9FD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMkevBG9FD .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMkevBG9FD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMkevBG9FD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMkevBG9FD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMkevBG9FD .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uMkevBG9FD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMkevBG9FD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMkevBG9FD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMkevBG9FD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMkevBG9FD .offcanvas-body .mbr-text,
  .cid-uMkevBG9FD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMkevBG9FD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMkevBG9FD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMkevBG9FD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uMkevBG9FD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMkevBG9FD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMkevBG9FD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMkevBG9FD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMkevBG9FD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMkevBG9FD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkevBG9FD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMkevBG9FD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMkevBG9FD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMkevBG9FD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMkevBG9FD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMkevBG9FD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMkevBG9FD .nav-item {
    margin: 0 !important;
  }
}
.cid-uMkevBG9FD .nav-item .nav-link {
  position: relative;
}
.cid-uMkevBG9FD .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-uMkevBG9FD .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uMkevBG9FD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkevBG9FD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMkevBG9FD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkevBG9FD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkevBG9FD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMkevBG9FD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMkevBG9FD .offcanvas_box {
    display: none;
  }
}
.cid-uMkevBG9FD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMkevBG9FD .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMkevBG9FD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMkevBG9FD .container {
  display: flex;
  margin: auto;
}
.cid-uMkevBG9FD .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMkevBG9FD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMkevBG9FD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMkevBG9FD .navbar-caption {
  color: #1d1d1d;
}
.cid-uMkevBG9FD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMkevBG9FD .navbar-nav {
    margin: 0;
  }
}
.cid-uMkevBG9FD .dropdown-menu,
.cid-uMkevBG9FD .navbar.opened {
  background-color: false !important;
}
.cid-uMkevBG9FD .nav-item:focus,
.cid-uMkevBG9FD .nav-link:focus {
  outline: none;
}
.cid-uMkevBG9FD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkevBG9FD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkevBG9FD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkevBG9FD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkevBG9FD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkevBG9FD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkevBG9FD .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMkevBG9FD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMkevBG9FD .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkevBG9FD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMkevBG9FD .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uMkevBG9FD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMkevBG9FD .navbar.collapsed {
  justify-content: center;
}
.cid-uMkevBG9FD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkevBG9FD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMkevBG9FD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkevBG9FD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkevBG9FD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkevBG9FD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMkevBG9FD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMkevBG9FD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMkevBG9FD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMkevBG9FD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkevBG9FD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkevBG9FD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMkevBG9FD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkevBG9FD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMkevBG9FD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkevBG9FD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMkevBG9FD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMkevBG9FD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMkevBG9FD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMkevBG9FD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkevBG9FD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMkevBG9FD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkevBG9FD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkevBG9FD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkevBG9FD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMkevBG9FD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMkevBG9FD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMkevBG9FD .dropdown-item.active,
.cid-uMkevBG9FD .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkevBG9FD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMkevBG9FD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkevBG9FD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkevBG9FD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkevBG9FD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMkevBG9FD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkevBG9FD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-uMkevBG9FD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uMkevBG9FD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkevBG9FD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkevBG9FD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkevBG9FD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkevBG9FD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkevBG9FD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkevBG9FD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkevBG9FD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkevBG9FD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMkevBG9FD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMkevBG9FD .navbar {
    height: 70px;
  }
  .cid-uMkevBG9FD .navbar.opened {
    height: auto;
  }
  .cid-uMkevBG9FD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkevBG9FD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMkevBG9FD .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMkevBG9FD .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMkevBG9FD .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uMkevBG9FD .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMkevBG9FD .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-uMkevBG9FD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMkevBG9FD .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uMkevBG9FD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMkevBG9FD .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-uMkevBG9FD .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMkevBG9FD .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMkevBG9FD .mbr-section-subtitle,
.cid-uMkevBG9FD .text_widget,
.cid-uMkevBG9FD .mbr-section-btn {
  text-align: left;
}
.cid-uMkevBG9FD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMkevCgp4T {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMkevCgp4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkevCgp4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkevCgp4T .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-uMkevCgp4T .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkevCgp4T .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uMkevCgp4T .container {
    padding: 0 20px;
  }
}
.cid-uMkevCgp4T .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uMkevCgp4T .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uMkevCgp4T .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkevCgp4T .mbr-text {
  color: #706f6d;
}
.cid-uMkevCXSht {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMkevCXSht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkevCXSht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkevCXSht .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMkevCXSht .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMkevCXSht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkevCXSht .container {
    padding: 0 20px;
  }
}
.cid-uMkevCXSht .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMkevCXSht .card {
  padding: 0;
}
.cid-uMkevCXSht .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkevCXSht .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-uMkevCXSht .image-wrap {
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  border-right: none;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkevCXSht .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-uMkevCXSht .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #d7d7d7;
}
.cid-uMkevCXSht .image-wrap:nth-child(2n) {
  border-bottom: 2px solid #d7d7d7;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkevCXSht .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-right: 2px solid #d7d7d7;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkevCXSht .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uMkevCXSht .image-wrap:last-child {
    border-bottom: 2px solid #d7d7d7;
  }
}
.cid-uMkevCXSht .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
  border: 2px solid #d7d7d7;
  border-top: 0;
}
.cid-uMkevCXSht .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMkevCXSht .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-uMkevCXSht .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkevCXSht .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMkevCXSht .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkevCXSht .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkevCXSht .mbr-text {
  color: #1d1d1d;
}
.cid-uMkh0CfqGX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMkh0CfqGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkh0CfqGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkh0CfqGX .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMkh0CfqGX .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMkh0CfqGX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkh0CfqGX .container {
    padding: 0 20px;
  }
}
.cid-uMkh0CfqGX .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMkh0CfqGX .card {
  padding: 0;
}
.cid-uMkh0CfqGX .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkh0CfqGX .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-uMkh0CfqGX .image-wrap {
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}
.cid-uMkh0CfqGX .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-uMkh0CfqGX .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #d7d7d7;
}
.cid-uMkh0CfqGX .image-wrap:nth-child(2n) {
  border-bottom: 2px solid #d7d7d7;
}
.cid-uMkh0CfqGX .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-right: 2px solid #d7d7d7;
}
.cid-uMkh0CfqGX .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uMkh0CfqGX .image-wrap:last-child {
    border-bottom: 2px solid #d7d7d7;
  }
}
.cid-uMkh0CfqGX .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
  border: 2px solid #d7d7d7;
  border-top: 0;
}
.cid-uMkh0CfqGX .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMkh0CfqGX .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-uMkh0CfqGX .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkh0CfqGX .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMkh0CfqGX .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkh0CfqGX .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkh0CfqGX .mbr-text {
  color: #1d1d1d;
}
.cid-uMkevG7HPo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-uMkevG7HPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkevG7HPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkevG7HPo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkevG7HPo .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkevG7HPo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkevG7HPo .container {
    padding: 0 20px;
  }
}
.cid-uMkevG7HPo .list-wrapper .list,
.cid-uMkevG7HPo .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMkevG7HPo .list-wrapper .list .item-wrap,
.cid-uMkevG7HPo .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uMkevG7HPo .list-wrapper .list .item-wrap:hover,
.cid-uMkevG7HPo .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uMkevG7HPo .list-wrapper .list .item-wrap,
  .cid-uMkevG7HPo .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uMkevG7HPo .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uMkevG7HPo .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uMkevG7HPo .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkevG7HPo .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uMkevG7HPo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkevG7HPo .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMkevG7HPo .mbr-section-title,
.cid-uMkevG7HPo .logo-wrap {
  text-align: center;
}
.cid-uMkevG7HPo .list {
  color: #1d1d1d;
}
.cid-uMkevG7HPo .list_2 {
  color: #989898;
}
.cid-uMkevG7HPo .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uMkevG7HPo .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uMkevG7HPo .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMkevG7HPo .list-wrapper,
  .cid-uMkevG7HPo .list-wrapper_2 {
    text-align: center;
  }
}
.cid-uMkeCsWdFB .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-uMkeCsWdFB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-uMkeCsWdFB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMkeCsWdFB .menu_box .navbar.opened,
  .cid-uMkeCsWdFB .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMkeCsWdFB .navbar-dropdown {
  position: relative !important;
}
.cid-uMkeCsWdFB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMkeCsWdFB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMkeCsWdFB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMkeCsWdFB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMkeCsWdFB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMkeCsWdFB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uMkeCsWdFB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMkeCsWdFB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMkeCsWdFB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMkeCsWdFB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMkeCsWdFB .offcanvas-body .mbr-text,
  .cid-uMkeCsWdFB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMkeCsWdFB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMkeCsWdFB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMkeCsWdFB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uMkeCsWdFB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMkeCsWdFB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMkeCsWdFB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMkeCsWdFB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMkeCsWdFB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMkeCsWdFB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkeCsWdFB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMkeCsWdFB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMkeCsWdFB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMkeCsWdFB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMkeCsWdFB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMkeCsWdFB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMkeCsWdFB .nav-item {
    margin: 0 !important;
  }
}
.cid-uMkeCsWdFB .nav-item .nav-link {
  position: relative;
}
.cid-uMkeCsWdFB .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-uMkeCsWdFB .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uMkeCsWdFB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkeCsWdFB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMkeCsWdFB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkeCsWdFB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkeCsWdFB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMkeCsWdFB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMkeCsWdFB .offcanvas_box {
    display: none;
  }
}
.cid-uMkeCsWdFB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMkeCsWdFB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMkeCsWdFB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMkeCsWdFB .container {
  display: flex;
  margin: auto;
}
.cid-uMkeCsWdFB .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMkeCsWdFB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMkeCsWdFB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMkeCsWdFB .navbar-caption {
  color: #1d1d1d;
}
.cid-uMkeCsWdFB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMkeCsWdFB .navbar-nav {
    margin: 0;
  }
}
.cid-uMkeCsWdFB .dropdown-menu,
.cid-uMkeCsWdFB .navbar.opened {
  background-color: false !important;
}
.cid-uMkeCsWdFB .nav-item:focus,
.cid-uMkeCsWdFB .nav-link:focus {
  outline: none;
}
.cid-uMkeCsWdFB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkeCsWdFB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkeCsWdFB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkeCsWdFB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkeCsWdFB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkeCsWdFB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkeCsWdFB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMkeCsWdFB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMkeCsWdFB .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkeCsWdFB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMkeCsWdFB .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uMkeCsWdFB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMkeCsWdFB .navbar.collapsed {
  justify-content: center;
}
.cid-uMkeCsWdFB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkeCsWdFB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMkeCsWdFB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkeCsWdFB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkeCsWdFB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkeCsWdFB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMkeCsWdFB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMkeCsWdFB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMkeCsWdFB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMkeCsWdFB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkeCsWdFB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkeCsWdFB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMkeCsWdFB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkeCsWdFB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMkeCsWdFB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkeCsWdFB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMkeCsWdFB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMkeCsWdFB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMkeCsWdFB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMkeCsWdFB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkeCsWdFB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMkeCsWdFB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkeCsWdFB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkeCsWdFB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkeCsWdFB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMkeCsWdFB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMkeCsWdFB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMkeCsWdFB .dropdown-item.active,
.cid-uMkeCsWdFB .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkeCsWdFB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMkeCsWdFB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkeCsWdFB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkeCsWdFB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkeCsWdFB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMkeCsWdFB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkeCsWdFB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-uMkeCsWdFB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uMkeCsWdFB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkeCsWdFB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkeCsWdFB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkeCsWdFB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkeCsWdFB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkeCsWdFB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkeCsWdFB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkeCsWdFB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkeCsWdFB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMkeCsWdFB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMkeCsWdFB .navbar {
    height: 70px;
  }
  .cid-uMkeCsWdFB .navbar.opened {
    height: auto;
  }
  .cid-uMkeCsWdFB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkeCsWdFB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMkeCsWdFB .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMkeCsWdFB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMkeCsWdFB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uMkeCsWdFB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMkeCsWdFB .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-uMkeCsWdFB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMkeCsWdFB .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uMkeCsWdFB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMkeCsWdFB .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-uMkeCsWdFB .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMkeCsWdFB .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMkeCsWdFB .mbr-section-subtitle,
.cid-uMkeCsWdFB .text_widget,
.cid-uMkeCsWdFB .mbr-section-btn {
  text-align: left;
}
.cid-uMkeCsWdFB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMkeCtxwX2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-uMkeCtxwX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkeCtxwX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkeCtxwX2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-uMkeCtxwX2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkeCtxwX2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uMkeCtxwX2 .container {
    padding: 0 20px;
  }
}
.cid-uMkeCtxwX2 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uMkeCtxwX2 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uMkeCtxwX2 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkeCtxwX2 .mbr-text {
  color: #706f6d;
}
.cid-uMkeCtOfvx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMkeCtOfvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkeCtOfvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkeCtOfvx .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMkeCtOfvx .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMkeCtOfvx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkeCtOfvx .container {
    padding: 0 20px;
  }
}
.cid-uMkeCtOfvx .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMkeCtOfvx .card {
  padding: 0;
  border-radius: 0;
}
.cid-uMkeCtOfvx .card:first-child {
  border-right: 2px solid #d7d7d7;
}
.cid-uMkeCtOfvx .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkeCtOfvx .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uMkeCtOfvx .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMkeCtOfvx .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uMkeCtOfvx .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uMkeCtOfvx .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uMkeCtOfvx .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkeCtOfvx .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uMkeCtOfvx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkeCtOfvx .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uMkeCtOfvx .mbr-text {
  color: #1d1d1d;
}
.cid-uMkeCu7tnW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMkeCu7tnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkeCu7tnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkeCu7tnW .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMkeCu7tnW .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMkeCu7tnW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkeCu7tnW .container {
    padding: 0 20px;
  }
}
.cid-uMkeCu7tnW .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMkeCu7tnW .card {
  padding: 0;
}
.cid-uMkeCu7tnW .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkeCu7tnW .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-uMkeCu7tnW .image-wrap {
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}
.cid-uMkeCu7tnW .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-uMkeCu7tnW .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #d7d7d7;
}
.cid-uMkeCu7tnW .image-wrap:nth-child(2n) {
  border-bottom: 2px solid #d7d7d7;
}
.cid-uMkeCu7tnW .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-right: 2px solid #d7d7d7;
}
.cid-uMkeCu7tnW .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uMkeCu7tnW .image-wrap:last-child {
    border-bottom: 2px solid #d7d7d7;
  }
}
.cid-uMkeCu7tnW .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
  border: 2px solid #d7d7d7;
  border-top: 0;
}
.cid-uMkeCu7tnW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCu7tnW .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-uMkeCu7tnW .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkeCu7tnW .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMkeCu7tnW .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkeCu7tnW .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkeCu7tnW .mbr-text {
  color: #1d1d1d;
}
.cid-uMkeCutBxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-uMkeCutBxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkeCutBxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkeCutBxG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCutBxG .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkeCutBxG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkeCutBxG .container {
    padding: 0 20px;
  }
}
.cid-uMkeCutBxG .row {
  justify-content: center;
}
.cid-uMkeCutBxG .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCutBxG .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMkeCutBxG .card-wrapper {
  padding: 32px;
  margin-bottom: 64px;
  border: 2px solid #d7d7d7;
}
.cid-uMkeCutBxG .card-wrapper .icon-wrapper {
  margin-bottom: 88px;
}
.cid-uMkeCutBxG .card-wrapper .icon-wrapper .mbr-iconfont {
  color: #1d1d1d;
  font-size: 42px;
}
.cid-uMkeCutBxG .card-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-uMkeCutBxG .card-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uMkeCutBxG .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkeCutBxG .mbr-card-title {
  color: #1d1d1d;
}
.cid-uMkeCutBxG .mbr-text {
  color: #1d1d1d;
}
.cid-uMkeCuSAgg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMkeCuSAgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkeCuSAgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkeCuSAgg .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMkeCuSAgg .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMkeCuSAgg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkeCuSAgg .container {
    padding: 0 20px;
  }
}
.cid-uMkeCuSAgg .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMkeCuSAgg .card {
  padding: 0;
}
.cid-uMkeCuSAgg .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  border-right: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkeCuSAgg .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-uMkeCuSAgg .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
  border: 2px solid #d7d7d7;
  border-right: 0;
  border-bottom: 0;
}
.cid-uMkeCuSAgg .card:nth-child(2) .image-wrap {
  height: 100%;
  border-right: 2px solid #d7d7d7;
}
.cid-uMkeCuSAgg .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-bottom: 2px solid #d7d7d7;
}
.cid-uMkeCuSAgg .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkeCuSAgg .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uMkeCuSAgg .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMkeCuSAgg .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCuSAgg .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uMkeCuSAgg .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkeCuSAgg .mbr-text {
  color: #1d1d1d;
}
.cid-uMkeCvfRfj {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uMkeCvfRfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkeCvfRfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkeCvfRfj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCvfRfj .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkeCvfRfj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkeCvfRfj .container {
    padding: 0 20px;
  }
}
.cid-uMkeCvfRfj .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMkeCvfRfj .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-uMkeCvfRfj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMkeCvfRfj .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uMkeCvB0ij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMkeCvB0ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkeCvB0ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkeCvB0ij .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCvB0ij .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkeCvB0ij .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkeCvB0ij .container {
    padding: 0 20px;
  }
}
.cid-uMkeCvB0ij .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkeCvB0ij .card {
    margin-bottom: 50px;
  }
}
.cid-uMkeCvB0ij .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCvB0ij .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMkeCvB0ij .contacts-wrap {
  padding-bottom: 32px;
}
.cid-uMkeCvB0ij .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uMkeCvB0ij .contacts-wrap a {
  display: block;
}
.cid-uMkeCvB0ij .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-uMkeCvB0ij .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-uMkeCvB0ij .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMkeCvB0ij .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-uMkeCvB0ij .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCvB0ij .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-uMkeCvB0ij .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-uMkeCvB0ij .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMkeCvB0ij .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkeCvB0ij .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-uMkeCvB0ij .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-uMkeCvB0ij .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-uMkeCvB0ij .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-uMkeCvB0ij .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-uMkeCvB0ij .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uMkeCvB0ij .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-uMkeCvB0ij .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-uMkeCvB0ij .dragArea.row .form-group .form-control:hover,
.cid-uMkeCvB0ij .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-uMkeCvB0ij .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-uMkeCvB0ij .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-uMkeCvB0ij .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-uMkeCvB0ij .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uMkeCvB0ij .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-uMkeCvB0ij .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-uMkeCvB0ij .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkeCvB0ij .mbr-desc {
  color: #706f6d;
}
.cid-uMkeCvB0ij .mbr-text {
  color: #1d1d1d;
}
.cid-uMkeCvB0ij label {
  color: #1d1d1d;
}
.cid-uMkeCw2OWI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-uMkeCw2OWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkeCw2OWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkeCw2OWI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCw2OWI .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkeCw2OWI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkeCw2OWI .container {
    padding: 0 20px;
  }
}
.cid-uMkeCw2OWI .row {
  justify-content: center;
}
.cid-uMkeCw2OWI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCw2OWI .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMkeCw2OWI .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkeCw2OWI .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMkeCw2OWI .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 32px;
}
.cid-uMkeCw2OWI .card-wrapper .card-wrap .mbr-price {
  margin-bottom: 32px;
}
.cid-uMkeCw2OWI .card-wrapper .card-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMkeCw2OWI .card-wrapper .card-wrap .list .item-wrap {
  padding: 16px 0;
  border-bottom: 1px solid #d7d7d7;
}
.cid-uMkeCw2OWI .card-wrapper .card-wrap .list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uMkeCw2OWI .card-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uMkeCw2OWI .card-wrapper .mbr-section-btn {
    margin-top: 34px;
  }
}
.cid-uMkeCw2OWI .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkeCw2OWI .mbr-card-title {
  color: #1d1d1d;
}
.cid-uMkeCw2OWI .mbr-card-title,
.cid-uMkeCw2OWI .mbr-section-btn {
  text-align: center;
}
.cid-uMkeCw2OWI .mbr-price {
  color: #1d1d1d;
  text-align: center;
}
.cid-uMkeCw2OWI .list,
.cid-uMkeCw2OWI .list-wrap {
  color: #1d1d1d;
  text-align: center;
}
.cid-uMkeCwvyyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-uMkeCwvyyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkeCwvyyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkeCwvyyI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCwvyyI .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkeCwvyyI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkeCwvyyI .container {
    padding: 0 20px;
  }
}
.cid-uMkeCwvyyI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMkeCwvyyI .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMkeCwvyyI .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkeCwvyyI .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-uMkeCwvyyI .card-wrap .panel-group .card {
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
}
.cid-uMkeCwvyyI .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-uMkeCwvyyI .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uMkeCwvyyI .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uMkeCwvyyI .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #d7d7d7;
}
.cid-uMkeCwvyyI .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uMkeCwvyyI .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #d7d7d7;
}
.cid-uMkeCwvyyI .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uMkeCwvyyI .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #1d1d1d;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uMkeCwvyyI .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uMkeCwvyyI .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkeCwvyyI .panel-title-edit {
  color: #1d1d1d;
}
.cid-uMkeCwvyyI .panel-text {
  color: #1d1d1d;
}
.cid-uMkeCwZWqs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-uMkeCwZWqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkeCwZWqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkeCwZWqs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkeCwZWqs .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkeCwZWqs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkeCwZWqs .container {
    padding: 0 20px;
  }
}
.cid-uMkeCwZWqs .list-wrapper .list,
.cid-uMkeCwZWqs .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMkeCwZWqs .list-wrapper .list .item-wrap,
.cid-uMkeCwZWqs .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uMkeCwZWqs .list-wrapper .list .item-wrap:hover,
.cid-uMkeCwZWqs .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uMkeCwZWqs .list-wrapper .list .item-wrap,
  .cid-uMkeCwZWqs .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uMkeCwZWqs .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uMkeCwZWqs .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uMkeCwZWqs .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkeCwZWqs .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uMkeCwZWqs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkeCwZWqs .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMkeCwZWqs .mbr-section-title,
.cid-uMkeCwZWqs .logo-wrap {
  text-align: center;
}
.cid-uMkeCwZWqs .list {
  color: #1d1d1d;
}
.cid-uMkeCwZWqs .list_2 {
  color: #989898;
}
.cid-uMkeCwZWqs .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uMkeCwZWqs .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uMkeCwZWqs .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMkeCwZWqs .list-wrapper,
  .cid-uMkeCwZWqs .list-wrapper_2 {
    text-align: center;
  }
}
.cid-uMkeKpcU7l .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-uMkeKpcU7l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-uMkeKpcU7l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMkeKpcU7l .menu_box .navbar.opened,
  .cid-uMkeKpcU7l .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMkeKpcU7l .navbar-dropdown {
  position: relative !important;
}
.cid-uMkeKpcU7l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMkeKpcU7l .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMkeKpcU7l .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMkeKpcU7l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMkeKpcU7l .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMkeKpcU7l .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uMkeKpcU7l .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMkeKpcU7l .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMkeKpcU7l .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMkeKpcU7l .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMkeKpcU7l .offcanvas-body .mbr-text,
  .cid-uMkeKpcU7l .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMkeKpcU7l .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMkeKpcU7l .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMkeKpcU7l .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uMkeKpcU7l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMkeKpcU7l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMkeKpcU7l .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMkeKpcU7l .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMkeKpcU7l ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMkeKpcU7l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkeKpcU7l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMkeKpcU7l .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMkeKpcU7l li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMkeKpcU7l .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMkeKpcU7l .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMkeKpcU7l .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMkeKpcU7l .nav-item {
    margin: 0 !important;
  }
}
.cid-uMkeKpcU7l .nav-item .nav-link {
  position: relative;
}
.cid-uMkeKpcU7l .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-uMkeKpcU7l .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uMkeKpcU7l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkeKpcU7l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMkeKpcU7l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkeKpcU7l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkeKpcU7l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMkeKpcU7l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMkeKpcU7l .offcanvas_box {
    display: none;
  }
}
.cid-uMkeKpcU7l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMkeKpcU7l .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMkeKpcU7l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMkeKpcU7l .container {
  display: flex;
  margin: auto;
}
.cid-uMkeKpcU7l .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMkeKpcU7l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMkeKpcU7l .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMkeKpcU7l .navbar-caption {
  color: #1d1d1d;
}
.cid-uMkeKpcU7l .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMkeKpcU7l .navbar-nav {
    margin: 0;
  }
}
.cid-uMkeKpcU7l .dropdown-menu,
.cid-uMkeKpcU7l .navbar.opened {
  background-color: false !important;
}
.cid-uMkeKpcU7l .nav-item:focus,
.cid-uMkeKpcU7l .nav-link:focus {
  outline: none;
}
.cid-uMkeKpcU7l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkeKpcU7l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkeKpcU7l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkeKpcU7l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkeKpcU7l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkeKpcU7l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkeKpcU7l .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMkeKpcU7l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMkeKpcU7l .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkeKpcU7l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMkeKpcU7l .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uMkeKpcU7l .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMkeKpcU7l .navbar.collapsed {
  justify-content: center;
}
.cid-uMkeKpcU7l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkeKpcU7l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMkeKpcU7l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkeKpcU7l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkeKpcU7l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkeKpcU7l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMkeKpcU7l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMkeKpcU7l .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMkeKpcU7l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMkeKpcU7l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkeKpcU7l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkeKpcU7l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMkeKpcU7l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkeKpcU7l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMkeKpcU7l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkeKpcU7l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMkeKpcU7l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMkeKpcU7l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMkeKpcU7l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMkeKpcU7l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkeKpcU7l .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMkeKpcU7l .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkeKpcU7l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkeKpcU7l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkeKpcU7l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMkeKpcU7l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMkeKpcU7l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMkeKpcU7l .dropdown-item.active,
.cid-uMkeKpcU7l .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkeKpcU7l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMkeKpcU7l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkeKpcU7l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkeKpcU7l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkeKpcU7l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMkeKpcU7l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkeKpcU7l button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-uMkeKpcU7l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uMkeKpcU7l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkeKpcU7l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkeKpcU7l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkeKpcU7l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkeKpcU7l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkeKpcU7l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkeKpcU7l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkeKpcU7l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkeKpcU7l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMkeKpcU7l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMkeKpcU7l .navbar {
    height: 70px;
  }
  .cid-uMkeKpcU7l .navbar.opened {
    height: auto;
  }
  .cid-uMkeKpcU7l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkeKpcU7l .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMkeKpcU7l .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMkeKpcU7l .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMkeKpcU7l .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uMkeKpcU7l .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMkeKpcU7l .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-uMkeKpcU7l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMkeKpcU7l .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uMkeKpcU7l .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMkeKpcU7l .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-uMkeKpcU7l .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMkeKpcU7l .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMkeKpcU7l .mbr-section-subtitle,
.cid-uMkeKpcU7l .text_widget,
.cid-uMkeKpcU7l .mbr-section-btn {
  text-align: left;
}
.cid-uMkeKpcU7l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMlMFXVEmR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMlMFXVEmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMlMFXVEmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMlMFXVEmR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-uMlMFXVEmR .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMlMFXVEmR .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uMlMFXVEmR .container {
    padding: 0 20px;
  }
}
.cid-uMlMFXVEmR .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uMlMFXVEmR .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uMlMFXVEmR .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMlMFXVEmR .mbr-text {
  color: #706f6d;
}
.cid-uMlEeK4Wtd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMlEeK4Wtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMlEeK4Wtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMlEeK4Wtd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMlEeK4Wtd .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMlEeK4Wtd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMlEeK4Wtd .container {
    padding: 0 20px;
  }
}
.cid-uMlEeK4Wtd .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMlEeK4Wtd .card {
    margin-bottom: 50px;
  }
}
.cid-uMlEeK4Wtd .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMlEeK4Wtd .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMlEeK4Wtd .contacts-wrap {
  padding-bottom: 32px;
}
.cid-uMlEeK4Wtd .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uMlEeK4Wtd .contacts-wrap a {
  display: block;
}
.cid-uMlEeK4Wtd .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-uMlEeK4Wtd .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-uMlEeK4Wtd .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMlEeK4Wtd .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-uMlEeK4Wtd .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMlEeK4Wtd .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-uMlEeK4Wtd .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-uMlEeK4Wtd .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMlEeK4Wtd .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMlEeK4Wtd .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-uMlEeK4Wtd .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-uMlEeK4Wtd .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-uMlEeK4Wtd .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-uMlEeK4Wtd .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-uMlEeK4Wtd .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uMlEeK4Wtd .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-uMlEeK4Wtd .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-uMlEeK4Wtd .dragArea.row .form-group .form-control:hover,
.cid-uMlEeK4Wtd .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-uMlEeK4Wtd .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-uMlEeK4Wtd .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-uMlEeK4Wtd .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-uMlEeK4Wtd .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uMlEeK4Wtd .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-uMlEeK4Wtd .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-uMlEeK4Wtd .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMlEeK4Wtd .mbr-desc {
  color: #706f6d;
}
.cid-uMlEeK4Wtd .mbr-text {
  color: #1d1d1d;
}
.cid-uMlEeK4Wtd label {
  color: #1d1d1d;
}
.cid-uMkeKtqdGL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-uMkeKtqdGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkeKtqdGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkeKtqdGL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkeKtqdGL .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkeKtqdGL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkeKtqdGL .container {
    padding: 0 20px;
  }
}
.cid-uMkeKtqdGL .list-wrapper .list,
.cid-uMkeKtqdGL .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMkeKtqdGL .list-wrapper .list .item-wrap,
.cid-uMkeKtqdGL .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uMkeKtqdGL .list-wrapper .list .item-wrap:hover,
.cid-uMkeKtqdGL .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uMkeKtqdGL .list-wrapper .list .item-wrap,
  .cid-uMkeKtqdGL .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uMkeKtqdGL .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uMkeKtqdGL .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uMkeKtqdGL .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkeKtqdGL .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uMkeKtqdGL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkeKtqdGL .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMkeKtqdGL .mbr-section-title,
.cid-uMkeKtqdGL .logo-wrap {
  text-align: center;
}
.cid-uMkeKtqdGL .list {
  color: #1d1d1d;
}
.cid-uMkeKtqdGL .list_2 {
  color: #989898;
}
.cid-uMkeKtqdGL .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uMkeKtqdGL .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uMkeKtqdGL .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMkeKtqdGL .list-wrapper,
  .cid-uMkeKtqdGL .list-wrapper_2 {
    text-align: center;
  }
}
.cid-uMkn7IBH4z .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-uMkn7IBH4z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-uMkn7IBH4z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMkn7IBH4z .menu_box .navbar.opened,
  .cid-uMkn7IBH4z .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMkn7IBH4z .navbar-dropdown {
  position: relative !important;
}
.cid-uMkn7IBH4z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMkn7IBH4z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMkn7IBH4z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMkn7IBH4z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMkn7IBH4z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMkn7IBH4z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-uMkn7IBH4z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMkn7IBH4z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMkn7IBH4z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMkn7IBH4z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMkn7IBH4z .offcanvas-body .mbr-text,
  .cid-uMkn7IBH4z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMkn7IBH4z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMkn7IBH4z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMkn7IBH4z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-uMkn7IBH4z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMkn7IBH4z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMkn7IBH4z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMkn7IBH4z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMkn7IBH4z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMkn7IBH4z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkn7IBH4z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMkn7IBH4z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMkn7IBH4z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMkn7IBH4z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMkn7IBH4z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMkn7IBH4z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMkn7IBH4z .nav-item {
    margin: 0 !important;
  }
}
.cid-uMkn7IBH4z .nav-item .nav-link {
  position: relative;
}
.cid-uMkn7IBH4z .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-uMkn7IBH4z .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uMkn7IBH4z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkn7IBH4z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMkn7IBH4z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkn7IBH4z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkn7IBH4z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMkn7IBH4z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMkn7IBH4z .offcanvas_box {
    display: none;
  }
}
.cid-uMkn7IBH4z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMkn7IBH4z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMkn7IBH4z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMkn7IBH4z .container {
  display: flex;
  margin: auto;
}
.cid-uMkn7IBH4z .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMkn7IBH4z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMkn7IBH4z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMkn7IBH4z .navbar-caption {
  color: #1d1d1d;
}
.cid-uMkn7IBH4z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMkn7IBH4z .navbar-nav {
    margin: 0;
  }
}
.cid-uMkn7IBH4z .dropdown-menu,
.cid-uMkn7IBH4z .navbar.opened {
  background-color: false !important;
}
.cid-uMkn7IBH4z .nav-item:focus,
.cid-uMkn7IBH4z .nav-link:focus {
  outline: none;
}
.cid-uMkn7IBH4z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkn7IBH4z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkn7IBH4z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkn7IBH4z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkn7IBH4z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkn7IBH4z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkn7IBH4z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMkn7IBH4z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMkn7IBH4z .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkn7IBH4z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMkn7IBH4z .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uMkn7IBH4z .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMkn7IBH4z .navbar.collapsed {
  justify-content: center;
}
.cid-uMkn7IBH4z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkn7IBH4z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMkn7IBH4z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkn7IBH4z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkn7IBH4z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkn7IBH4z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMkn7IBH4z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMkn7IBH4z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMkn7IBH4z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMkn7IBH4z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkn7IBH4z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkn7IBH4z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMkn7IBH4z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkn7IBH4z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMkn7IBH4z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkn7IBH4z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMkn7IBH4z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMkn7IBH4z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMkn7IBH4z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMkn7IBH4z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkn7IBH4z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMkn7IBH4z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkn7IBH4z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkn7IBH4z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkn7IBH4z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMkn7IBH4z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMkn7IBH4z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMkn7IBH4z .dropdown-item.active,
.cid-uMkn7IBH4z .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkn7IBH4z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMkn7IBH4z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkn7IBH4z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkn7IBH4z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkn7IBH4z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMkn7IBH4z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkn7IBH4z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-uMkn7IBH4z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-uMkn7IBH4z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkn7IBH4z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkn7IBH4z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkn7IBH4z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkn7IBH4z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkn7IBH4z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkn7IBH4z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkn7IBH4z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkn7IBH4z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMkn7IBH4z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMkn7IBH4z .navbar {
    height: 70px;
  }
  .cid-uMkn7IBH4z .navbar.opened {
    height: auto;
  }
  .cid-uMkn7IBH4z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkn7IBH4z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMkn7IBH4z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMkn7IBH4z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMkn7IBH4z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uMkn7IBH4z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMkn7IBH4z .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-uMkn7IBH4z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMkn7IBH4z .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-uMkn7IBH4z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMkn7IBH4z .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-uMkn7IBH4z .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMkn7IBH4z .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-uMkn7IBH4z .mbr-section-subtitle,
.cid-uMkn7IBH4z .text_widget,
.cid-uMkn7IBH4z .mbr-section-btn {
  text-align: left;
}
.cid-uMkn7IBH4z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMkn7Jf5Do {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMkn7Jf5Do .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkn7Jf5Do .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkn7Jf5Do .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-uMkn7Jf5Do .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkn7Jf5Do .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uMkn7Jf5Do .container {
    padding: 0 20px;
  }
}
.cid-uMkn7Jf5Do .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uMkn7Jf5Do .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uMkn7Jf5Do .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkn7Jf5Do .mbr-text {
  color: #706f6d;
}
.cid-uMkn7JxeQY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMkn7JxeQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkn7JxeQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkn7JxeQY .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMkn7JxeQY .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMkn7JxeQY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkn7JxeQY .container {
    padding: 0 20px;
  }
}
.cid-uMkn7JxeQY .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMkn7JxeQY .card {
  padding: 0;
}
.cid-uMkn7JxeQY .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkn7JxeQY .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-uMkn7JxeQY .image-wrap {
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  border-right: none;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkn7JxeQY .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-uMkn7JxeQY .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #d7d7d7;
}
.cid-uMkn7JxeQY .image-wrap:nth-child(2n) {
  border-bottom: 2px solid #d7d7d7;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkn7JxeQY .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-right: 2px solid #d7d7d7;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkn7JxeQY .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uMkn7JxeQY .image-wrap:last-child {
    border-bottom: 2px solid #d7d7d7;
  }
}
.cid-uMkn7JxeQY .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
  border: 2px solid #d7d7d7;
  border-top: 0;
}
.cid-uMkn7JxeQY .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMkn7JxeQY .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-uMkn7JxeQY .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkn7JxeQY .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMkn7JxeQY .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkn7JxeQY .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkn7JxeQY .mbr-text {
  color: #1d1d1d;
}
.cid-uMkn7JUtdX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uMkn7JUtdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkn7JUtdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkn7JUtdX .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uMkn7JUtdX .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMkn7JUtdX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkn7JUtdX .container {
    padding: 0 20px;
  }
}
.cid-uMkn7JUtdX .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uMkn7JUtdX .card {
  padding: 0;
}
.cid-uMkn7JUtdX .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMkn7JUtdX .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-uMkn7JUtdX .image-wrap {
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  border-right: none;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkn7JUtdX .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-uMkn7JUtdX .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #d7d7d7;
}
.cid-uMkn7JUtdX .image-wrap:nth-child(2n) {
  border-bottom: 2px solid #d7d7d7;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkn7JUtdX .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-right: 2px solid #d7d7d7;
  border-left: 2px solid #d7d7d7;
}
.cid-uMkn7JUtdX .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uMkn7JUtdX .image-wrap:last-child {
    border-bottom: 2px solid #d7d7d7;
  }
}
.cid-uMkn7JUtdX .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
  border: 2px solid #d7d7d7;
  border-top: 0;
}
.cid-uMkn7JUtdX .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMkn7JUtdX .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-uMkn7JUtdX .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uMkn7JUtdX .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMkn7JUtdX .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkn7JUtdX .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMkn7JUtdX .mbr-text {
  color: #1d1d1d;
}
.cid-uMkn7Kgo8p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-uMkn7Kgo8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkn7Kgo8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkn7Kgo8p .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkn7Kgo8p .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMkn7Kgo8p .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMkn7Kgo8p .container {
    padding: 0 20px;
  }
}
.cid-uMkn7Kgo8p .list-wrapper .list,
.cid-uMkn7Kgo8p .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMkn7Kgo8p .list-wrapper .list .item-wrap,
.cid-uMkn7Kgo8p .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uMkn7Kgo8p .list-wrapper .list .item-wrap:hover,
.cid-uMkn7Kgo8p .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uMkn7Kgo8p .list-wrapper .list .item-wrap,
  .cid-uMkn7Kgo8p .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uMkn7Kgo8p .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uMkn7Kgo8p .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uMkn7Kgo8p .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkn7Kgo8p .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uMkn7Kgo8p .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkn7Kgo8p .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMkn7Kgo8p .mbr-section-title,
.cid-uMkn7Kgo8p .logo-wrap {
  text-align: center;
}
.cid-uMkn7Kgo8p .list {
  color: #1d1d1d;
}
.cid-uMkn7Kgo8p .list_2 {
  color: #989898;
}
.cid-uMkn7Kgo8p .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uMkn7Kgo8p .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uMkn7Kgo8p .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMkn7Kgo8p .list-wrapper,
  .cid-uMkn7Kgo8p .list-wrapper_2 {
    text-align: center;
  }
}
