.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fef0e8;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 3.875rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.84375rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.1rem;
    font-size: calc( 2.0062499999999996rem + (3.875 - 2.0062499999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0062499999999996rem + (3.875 - 2.0062499999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
.bg-primary {
  background-color: #86bbd8 !important;
}
.bg-success {
  background-color: #4dde9b !important;
}
.bg-info {
  background-color: #37d4f4 !important;
}
.bg-warning {
  background-color: #ffca2c !important;
}
.bg-danger {
  background-color: #e04b59 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #86bbd8 !important;
  border-color: #86bbd8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #add1e4 !important;
  border-color: #add1e4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #add1e4 !important;
  border-color: #add1e4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #33658a !important;
  border-color: #33658a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4180af !important;
  border-color: #4180af !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4180af !important;
  border-color: #4180af !important;
}
.btn-info,
.btn-info:active {
  background-color: #37d4f4 !important;
  border-color: #37d4f4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #67def7 !important;
  border-color: #67def7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #67def7 !important;
  border-color: #67def7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4dde9b !important;
  border-color: #4dde9b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #78e6b3 !important;
  border-color: #78e6b3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #78e6b3 !important;
  border-color: #78e6b3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffca2c !important;
  border-color: #ffca2c !important;
  color: #2c2100 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd75f !important;
  border-color: #ffd75f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2c2100 !important;
  background-color: #ffd75f !important;
  border-color: #ffd75f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e04b59 !important;
  border-color: #e04b59 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e77781 !important;
  border-color: #e77781 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e77781 !important;
  border-color: #e77781 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #86bbd8;
  color: #86bbd8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4496c3 !important;
  background-color: transparent !important;
  border-color: #4496c3 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #86bbd8 !important;
  border-color: #86bbd8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #33658a;
  color: #33658a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c374b !important;
  background-color: transparent !important;
  border-color: #1c374b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #33658a !important;
  border-color: #33658a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #37d4f4;
  color: #37d4f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0ba9c9 !important;
  background-color: transparent !important;
  border-color: #0ba9c9 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #37d4f4 !important;
  border-color: #37d4f4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4dde9b;
  color: #4dde9b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #21b370 !important;
  background-color: transparent !important;
  border-color: #21b370 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4dde9b !important;
  border-color: #4dde9b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffca2c;
  color: #ffca2c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d49f00 !important;
  background-color: transparent !important;
  border-color: #d49f00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #2c2100 !important;
  background-color: #ffca2c !important;
  border-color: #ffca2c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e04b59;
  color: #e04b59;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b51f2d !important;
  background-color: transparent !important;
  border-color: #b51f2d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e04b59 !important;
  border-color: #e04b59 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #86bbd8 !important;
}
.text-secondary {
  color: #33658a !important;
}
.text-success {
  color: #4dde9b !important;
}
.text-info {
  color: #37d4f4 !important;
}
.text-warning {
  color: #ffca2c !important;
}
.text-danger {
  color: #e04b59 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3c8fbc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #172e40 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1fa668 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a9dbb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c59400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a81d2a !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: #86bbd8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #37d4f4;
}
.alert-warning {
  background-color: #ffca2c;
}
.alert-danger {
  background-color: #e04b59;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #86bbd8;
  border-color: #86bbd8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #86bbd8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f9fefc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8feff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdf8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef9f9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #86bbd8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #86bbd8;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #86bbd8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #86bbd8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #86bbd8;
  border-bottom-color: #86bbd8;
}
.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: #000000 !important;
  background-color: #86bbd8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #33658a !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='%2386bbd8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 15px 30px;
  min-width: 150px;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
  border: none !important;
  box-shadow: none;
}
img {
  border-radius: 0 !important;
}
.cid-uWHXfbbyjR {
  background-color: transparent;
}
.cid-uWHXfbbyjR .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uWHXfbbyjR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background-color: transparent !important;
  background: #ededed;
}
.cid-uWHXfbbyjR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWHXfbbyjR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWHXfbbyjR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWHXfbbyjR .menu_box .navbar.opened,
  .cid-uWHXfbbyjR .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uWHXfbbyjR .navbar-dropdown {
  position: relative !important;
}
.cid-uWHXfbbyjR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWHXfbbyjR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWHXfbbyjR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWHXfbbyjR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWHXfbbyjR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uWHXfbbyjR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWHXfbbyjR 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-uWHXfbbyjR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uWHXfbbyjR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uWHXfbbyjR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWHXfbbyjR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWHXfbbyjR .nav-item {
    margin: 0 !important;
  }
}
.cid-uWHXfbbyjR .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uWHXfbbyjR .nav-item .nav-link:hover,
.cid-uWHXfbbyjR .nav-item .nav-link:focus {
  opacity: 0.6;
}
.cid-uWHXfbbyjR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWHXfbbyjR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWHXfbbyjR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWHXfbbyjR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWHXfbbyjR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uWHXfbbyjR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWHXfbbyjR .offcanvas_box {
    display: none;
  }
}
.cid-uWHXfbbyjR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWHXfbbyjR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWHXfbbyjR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWHXfbbyjR .container {
  display: flex;
  margin: auto;
}
.cid-uWHXfbbyjR .iconfont-wrapper {
  color: #000000;
  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-uWHXfbbyjR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWHXfbbyjR .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uWHXfbbyjR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWHXfbbyjR .navbar-nav {
    margin: 0;
  }
}
.cid-uWHXfbbyjR .dropdown-menu,
.cid-uWHXfbbyjR .navbar.opened {
  background-color: false !important;
}
.cid-uWHXfbbyjR .nav-item:focus,
.cid-uWHXfbbyjR .nav-link:focus {
  outline: none;
}
.cid-uWHXfbbyjR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWHXfbbyjR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWHXfbbyjR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWHXfbbyjR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWHXfbbyjR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWHXfbbyjR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWHXfbbyjR .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbbyjR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWHXfbbyjR .navbar.opened {
  transition: all 0.3s;
}
.cid-uWHXfbbyjR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWHXfbbyjR .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uWHXfbbyjR .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uWHXfbbyjR .navbar.collapsed {
  justify-content: center;
}
.cid-uWHXfbbyjR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWHXfbbyjR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWHXfbbyjR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWHXfbbyjR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWHXfbbyjR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWHXfbbyjR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWHXfbbyjR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWHXfbbyjR .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uWHXfbbyjR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uWHXfbbyjR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWHXfbbyjR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWHXfbbyjR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWHXfbbyjR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWHXfbbyjR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWHXfbbyjR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWHXfbbyjR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWHXfbbyjR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWHXfbbyjR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWHXfbbyjR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWHXfbbyjR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWHXfbbyjR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWHXfbbyjR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWHXfbbyjR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWHXfbbyjR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWHXfbbyjR .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-uWHXfbbyjR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWHXfbbyjR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWHXfbbyjR .dropdown-item.active,
.cid-uWHXfbbyjR .dropdown-item:active {
  background-color: transparent;
}
.cid-uWHXfbbyjR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWHXfbbyjR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWHXfbbyjR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWHXfbbyjR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWHXfbbyjR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWHXfbbyjR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWHXfbbyjR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fef0e8;
}
.cid-uWHXfbbyjR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWHXfbbyjR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWHXfbbyjR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWHXfbbyjR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWHXfbbyjR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWHXfbbyjR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWHXfbbyjR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWHXfbbyjR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWHXfbbyjR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWHXfbbyjR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWHXfbbyjR .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-uWHXfbbyjR .navbar {
    height: 70px;
  }
  .cid-uWHXfbbyjR .navbar.opened {
    height: auto;
  }
  .cid-uWHXfbbyjR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWHXfbbyjR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uWHXfbbyjR .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uWHXfbbyjR .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uWHXfbbyjR .navbar-caption:hover {
  color: #86bbd8;
}
@media (min-width: 992px) {
  .cid-uWHXfbbyjR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWHXfbbyjR .text_widget {
  margin-bottom: 32px;
}
.cid-uWHXfbbyjR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWHXfbbyjR .text_widget a:hover,
.cid-uWHXfbbyjR .text_widget a:focus {
  opacity: 0.6;
}
.cid-uWHXfbbyjR .icons-menu-main {
  display: flex;
}
.cid-uWHXfbbyjR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWHXfbbyjR .navbar-caption {
  color: #000000;
}
.cid-uWHXfbbyjR .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-uWHXfbbyjR .mbr-section-subtitle,
.cid-uWHXfbbyjR .text_widget,
.cid-uWHXfbbyjR .mbr-section-btn {
  text-align: center;
}
.cid-uWHXfbbyjR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWHXfbbyjR .nav-link,
.cid-uWHXfbbyjR .dropdown-item {
  color: #000000;
}
.cid-uWHXfbcHPO {
  background-color: transparent;
}
.cid-uWHXfbcHPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbcHPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbcHPO .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbcHPO .content-wrapper {
  min-height: 890px;
  display: flex;
  align-items: center;
  position: relative;
}
.cid-uWHXfbcHPO .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
  opacity: 0.3;
}
.cid-uWHXfbcHPO .content-wrapper::after,
.cid-uWHXfbcHPO .content-wrapper::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 103%;
  border-radius: 100%;
  background-color: #fef0e8;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWHXfbcHPO .content-wrapper::after,
  .cid-uWHXfbcHPO .content-wrapper::before {
    display: none;
  }
}
.cid-uWHXfbcHPO .content-wrapper::after {
  left: -20px;
}
.cid-uWHXfbcHPO .content-wrapper::before {
  right: -20px;
}
.cid-uWHXfbcHPO .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWHXfbcHPO .content-wrapper .content-wrap {
    padding: 0 20px;
  }
}
.cid-uWHXfbcHPO .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-uWHXfbcHPO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWHXfbcHPO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uWHXfbcHPO .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-uWHXfbcHPO .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uWHXfbcHPO .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  opacity: 1;
}
.cid-uWHXfbcHPO .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 35px;
  background-color: #0fe610;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 0.8;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uWHXfbcHPO .content-wrapper .content-wrap .icon-wrapper a {
  display: inline-block;
}
.cid-uWHXfbcHPO .mbr-section-title {
  color: #ffffff;
}
.cid-uWHXfbcHPO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWHXfbcHPO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWHXfbcHPO .mbr-section-title,
.cid-uWHXfbcHPO .mbr-section-btn,
.cid-uWHXfbcHPO .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uWHXfbdR9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWHXfbdR9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbdR9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbdR9F .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbdR9F .row .card {
  justify-content: center;
}
.cid-uWHXfbdR9F .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uWHXfbdR9F .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWHXfbdR9F .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uWHXfbdR9F .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uWHXfbdR9F .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uWHXfbdR9F .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uWHXfbdR9F .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uWHXfbdR9F .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uWHXfbdR9F .mbr-section-title {
  color: #ffffff;
}
.cid-uWHXfbdR9F .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uWHXfbdR9F .mbr-section-title,
.cid-uWHXfbdR9F .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uWHXfbdMfR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWHXfbdMfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbdMfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbdMfR .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbdMfR .row {
  justify-content: center;
}
.cid-uWHXfbdMfR .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-uWHXfbdMfR .content-wrapper .mbr-text_2 {
  padding: 20px 0 20px 90px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbdMfR .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-uWHXfbdMfR .mbr-text_1 {
  color: #000000;
}
.cid-uWHXfbdMfR .mbr-text_2 {
  color: #000000;
}
.cid-uWHXfbfh0V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWHXfbfh0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbfh0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbfh0V .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbfh0V .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWHXfbfh0V .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWHXfbfh0V .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWHXfbfh0V .item {
  margin-bottom: 60px;
}
.cid-uWHXfbfh0V .item:hover .item-wrapper .item-img img,
.cid-uWHXfbfh0V .item:focus .item-wrapper .item-img img {
  transform: scale(1.03);
}
.cid-uWHXfbfh0V .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uWHXfbfh0V .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uWHXfbfh0V .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uWHXfbfh0V .item .item-wrapper .item-content .item-price {
  margin-bottom: 15px;
}
.cid-uWHXfbfh0V .item .item-wrapper .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uWHXfbfh0V .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uWHXfbfh0V .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWHXfbfh0V .mbr-section-title {
  color: #FFFFFF;
}
.cid-uWHXfbfh0V .item-price {
  color: #FFFFFF;
  text-align: justify;
}
.cid-uWHXfbfh0V .item-title {
  color: #ffffff;
}
.cid-uWHXfbfh0V .mbr-desc {
  color: #FFFFFF;
}
.cid-uWHXfbfh0V .item-title,
.cid-uWHXfbfh0V .list-wrapper {
  color: #FFFFFF;
}
.cid-uWIgGptmkz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIgGptmkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIgGptmkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIgGptmkz .container {
    padding: 0 30px;
  }
}
.cid-uWIgGptmkz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIgGptmkz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWIgGptmkz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWIgGptmkz .item {
  margin-bottom: 60px;
}
.cid-uWIgGptmkz .item:hover .item-wrapper .item-img img,
.cid-uWIgGptmkz .item:focus .item-wrapper .item-img img {
  transform: scale(1.03);
}
.cid-uWIgGptmkz .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uWIgGptmkz .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uWIgGptmkz .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uWIgGptmkz .item .item-wrapper .item-content .item-price {
  margin-bottom: 15px;
}
.cid-uWIgGptmkz .item .item-wrapper .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uWIgGptmkz .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uWIgGptmkz .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWIgGptmkz .mbr-section-title {
  color: #FFFFFF;
}
.cid-uWIgGptmkz .item-price {
  color: #FFFFFF;
}
.cid-uWIgGptmkz .item-title {
  color: #ffffff;
}
.cid-uWIgGptmkz .mbr-desc {
  color: #FFFFFF;
}
.cid-uWIgGptmkz .item-title,
.cid-uWIgGptmkz .list-wrapper {
  color: #FFFFFF;
}
.cid-uWHXfbj8GH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uWHXfbj8GH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbj8GH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbj8GH .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbj8GH .row {
  justify-content: center;
}
.cid-uWHXfbj8GH .title-wrapper {
  position: relative;
}
.cid-uWHXfbj8GH .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 1400px) {
  .cid-uWHXfbj8GH .title-wrapper .title-wrap {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .cid-uWHXfbj8GH .title-wrapper .title-wrap {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .cid-uWHXfbj8GH .title-wrapper .title-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uWHXfbj8GH .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWHXfbj8GH .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uWHXfbj8GH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbj8GH .title-wrapper .title-wrap .mbr-section-title {
    font-size: 38px;
    line-height: 1.5;
  }
}
.cid-uWHXfbj8GH .title-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  height: 850px;
  width: 40%;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uWHXfbj8GH .title-wrapper img {
    position: static;
    height: 350px;
    width: 200px;
    margin: 30px auto 0;
  }
}
.cid-uWHXfbj8GH .mbr-section-title {
  color: #000000;
}
.cid-uWHXfbj8GH .mbr-section-subtitle {
  color: #000000;
}
.cid-uWHXfbe0YE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWHXfbe0YE .item:focus,
.cid-uWHXfbe0YE span:focus {
  outline: none;
}
.cid-uWHXfbe0YE .item-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uWHXfbe0YE .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbe0YE .icon-wrapper {
  text-align: right;
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .cid-uWHXfbe0YE .icon-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uWHXfbe0YE .icon-wrapper {
    text-align: left;
  }
}
.cid-uWHXfbe0YE .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 50px;
  color: #ffffff;
}
.cid-uWHXfbe0YE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uWHXfbe0YE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWHXfbe0YE .embla__slide .slide-content {
  width: 100%;
}
.cid-uWHXfbe0YE .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uWHXfbe0YE .embla__slide .slide-content .item-content .mbr-desc {
  line-height: 180%;
  margin: 45px 0 0 0;
}
.cid-uWHXfbe0YE .embla__button--next,
.cid-uWHXfbe0YE .embla__button--prev {
  display: flex;
}
.cid-uWHXfbe0YE .embla__button {
  top: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6 !important;
}
.cid-uWHXfbe0YE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uWHXfbe0YE .embla__button:hover {
  opacity: 1 !important;
}
.cid-uWHXfbe0YE .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWHXfbe0YE .embla__button.embla__button--next {
  left: 100px;
}
.cid-uWHXfbe0YE .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uWHXfbe0YE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWHXfbe0YE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWHXfbe0YE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWHXfbe0YE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWHXfbe0YE .mbr-text {
  color: #FFFFFF;
}
.cid-uWHXfbe0YE .mbr-desc {
  color: #FFFFFF;
}
.cid-uWHXfbjXAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/1826742/assets/images/photo-1529408632839-a54952c49-h_mfivlirt.jpg");
}
.cid-uWHXfbjXAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbjXAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWHXfbjXAw .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uWHXfbjXAw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uWHXfbjXAw .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbjXAw .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uWHXfbjXAw .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-uWHXfbj4Ar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWHXfbj4Ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbj4Ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbj4Ar .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbj4Ar .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbj4Ar .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uWHXfbj4Ar .items {
  padding: 20px 0;
}
.cid-uWHXfbj4Ar .items .item {
  padding-bottom: 30px;
  border-bottom: 2px solid #000000;
  margin-bottom: 30px;
}
.cid-uWHXfbj4Ar .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbj4Ar .items .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.cid-uWHXfbj4Ar .items .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .cid-uWHXfbj4Ar .items .item .item-wrapper .card-box {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uWHXfbj4Ar .items .item .item-wrapper .card-box .content-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uWHXfbj4Ar .items .item .item-wrapper .card-box .content-wrap .card-subtitle {
  line-height: 180%;
  margin-bottom: 0;
}
.cid-uWHXfbj4Ar .items .item .item-wrapper .card-box .content-wrap .mbr-desc {
  line-height: 180%;
  margin-bottom: 0;
}
.cid-uWHXfbj4Ar .mbr-section-title {
  color: #000000;
}
.cid-uWHXfbj4Ar .card-subtitle {
  color: #000000;
}
.cid-uWHXfbj4Ar .mbr-desc {
  color: #000000;
}
.cid-uWHXfbkeND {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWHXfbkeND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbkeND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbkeND .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbkeND .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-uWHXfbkeND .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uWHXfbkeND .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWHXfbkeND .panel-group .card {
  border-bottom: 2px solid #000000;
  border-radius: 0 !important;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.cid-uWHXfbkeND .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uWHXfbkeND .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWHXfbkeND .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  color: #000000;
  background-color: #fef0e8;
}
.cid-uWHXfbkeND .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-uWHXfbkeND .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWHXfbkeND .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  color: #fef0e8;
  background-color: #000000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uWHXfbkeND .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uWHXfbkeND .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.6;
  margin-bottom: 0;
}
.cid-uWHXfbkeND .mbr-section-title {
  color: #000000;
}
.cid-uWHXfbkeND .panel-title {
  color: #000000;
}
.cid-uWHXfbkeND .panel-text {
  color: #000000;
}
.cid-uWHXfbkeND .panel-title-edit {
  color: #000000;
}
.cid-uWHXfbmUqQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWHXfbmUqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbmUqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbmUqQ .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbmUqQ .row {
  justify-content: center;
}
.cid-uWHXfbmUqQ .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uWHXfbmUqQ .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uWHXfbmUqQ .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #ffffff;
}
.cid-uWHXfbmUqQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWHXfbmUqQ .mbr-text {
  color: #FFFFFF;
}
.cid-uWHXfbdTzR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/1826742/assets/images/background1.jpg?rnd=1757805503275");
}
.cid-uWHXfbdTzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbdTzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWHXfbdTzR .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uWHXfbdTzR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWHXfbdTzR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWHXfbdTzR .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbdTzR .google-map {
  border-top: 2px solid #393939;
  border-bottom: 2px solid #393939;
}
.cid-uWHXfbdTzR .google-map iframe {
  border-radius: 0 !important;
  height: 500px;
  filter: grayscale(100%);
}
.cid-uWHXfbs2dO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWHXfbs2dO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbs2dO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbs2dO .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbs2dO .items .item {
  margin-bottom: 60px;
}
.cid-uWHXfbs2dO .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbs2dO .items .item {
    margin-bottom: 30px;
  }
}
.cid-uWHXfbs2dO .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uWHXfbs2dO .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWHXfbs2dO .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: 0.6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-uWHXfbs2dO .dragArea.row {
  margin: 0;
}
.cid-uWHXfbs2dO .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-uWHXfbs2dO .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uWHXfbs2dO .dragArea.row .form-group .form-control {
  background-color: #200c02;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-uWHXfbs2dO .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uWHXfbs2dO .dragArea.row .form-group .form-control:hover,
.cid-uWHXfbs2dO .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-uWHXfbs2dO .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uWHXfbs2dO .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uWHXfbs2dO .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uWHXfbs2dO .mbr-section-title {
  color: #000000;
}
.cid-uWHXfbs2dO .card-title {
  color: #000000;
}
.cid-uWHXfbs2dO .list {
  color: #000000;
}
.cid-uWHXfbs2dO .mbr-text {
  color: #000000;
}
.cid-uWHXfbs2dO label {
  color: #000000;
}
.cid-uWHXfbs2dO .list,
.cid-uWHXfbs2dO .item-wrap {
  color: #000000;
}
.cid-uWHXfbsy9K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uWHXfbsy9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbsy9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbsy9K .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbsy9K .row {
  justify-content: center;
}
.cid-uWHXfbsy9K .content-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uWHXfbsy9K .content-wrapper {
    padding: 0;
  }
}
.cid-uWHXfbsy9K .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin: 0;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uWHXfbsy9K .content-wrapper .mbr-section-title {
    padding: 0 0 30px;
  }
}
.cid-uWHXfbsy9K .content-wrapper .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWHXfbsy9K .content-wrapper .items {
    margin-top: 30px;
  }
}
.cid-uWHXfbsy9K .content-wrapper .items .item {
  margin: 0 60px 20px 0;
}
.cid-uWHXfbsy9K .content-wrapper .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-uWHXfbsy9K .content-wrapper .items .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uWHXfbsy9K .image-wrapper {
  height: 430px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uWHXfbsy9K .image-wrapper {
    height: 350px;
    margin-top: 25px;
  }
}
.cid-uWHXfbsy9K .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  object-fit: cover;
}
.cid-uWHXfbsy9K .item-menu-overlay .btn-wrapper {
  margin-top: -30%;
}
.cid-uWHXfbsy9K .mbr-section-title {
  color: #000000;
}
.cid-uWHXfbsy9K .card-title {
  color: #000000;
}
.cid-uWHXfbsy9K .card-desc {
  color: #000000;
}
.cid-uWHXfbtGLn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWHXfbtGLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHXfbtGLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbtGLn .container {
    padding: 0 30px;
  }
}
.cid-uWHXfbtGLn .row {
  justify-content: center;
}
.cid-uWHXfbtGLn .card {
  justify-content: flex-end;
}
.cid-uWHXfbtGLn .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 90px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWHXfbtGLn .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWHXfbtGLn .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWHXfbtGLn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbtGLn .content-wrapper .main-btn {
    margin-bottom: 30px;
  }
}
.cid-uWHXfbtGLn .content-wrapper .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHXfbtGLn .list-wrapper {
    margin-top: 30px;
  }
}
.cid-uWHXfbtGLn .list-wrapper .btn {
  flex-direction: row-reverse;
  opacity: 0.6;
  padding: 0;
  min-width: auto;
  margin: 10px 0 10px 30px;
}
@media (max-width: 992px) {
  .cid-uWHXfbtGLn .list-wrapper .btn {
    margin: 10px 30px 10px 0;
  }
}
.cid-uWHXfbtGLn .list-wrapper .btn:hover,
.cid-uWHXfbtGLn .list-wrapper .btn:focus {
  opacity: 1;
  transform: scale(1);
}
.cid-uWHXfbtGLn .list-wrapper .btn:hover .mbr-iconfont,
.cid-uWHXfbtGLn .list-wrapper .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.cid-uWHXfbtGLn .list-wrapper .btn .mbr-iconfont {
  margin: 0 10px 0 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uWHXfbtGLn .copyright {
  margin: 10px 0;
  color: #000000;
  text-align: center;
}
.cid-uWHXfbtGLn .mbr-section-title {
  color: #000000;
}
.cid-uWHXfbtGLn .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWHXfbtGLn .mbr-section-btn {
    text-align: left;
  }
}
.cid-uWIEBdPdNT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIEBdPdNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBdPdNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBdPdNT .container {
    padding: 0 30px;
  }
}
.cid-uWIEBdPdNT .row .card {
  justify-content: center;
}
.cid-uWIEBdPdNT .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uWIEBdPdNT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWIEBdPdNT .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uWIEBdPdNT .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uWIEBdPdNT .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uWIEBdPdNT .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uWIEBdPdNT .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uWIEBdPdNT .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uWIEBdPdNT .mbr-section-title {
  color: #ffffff;
}
.cid-uWIEBdPdNT .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uWIEBdPdNT .mbr-section-title,
.cid-uWIEBdPdNT .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uWIEBe42Qi {
  background-color: transparent;
}
.cid-uWIEBe42Qi .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uWIEBe42Qi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background-color: transparent !important;
  background: #ededed;
}
.cid-uWIEBe42Qi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWIEBe42Qi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWIEBe42Qi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWIEBe42Qi .menu_box .navbar.opened,
  .cid-uWIEBe42Qi .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uWIEBe42Qi .navbar-dropdown {
  position: relative !important;
}
.cid-uWIEBe42Qi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWIEBe42Qi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWIEBe42Qi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWIEBe42Qi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWIEBe42Qi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uWIEBe42Qi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWIEBe42Qi 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-uWIEBe42Qi .lg_brand {
    margin: 0 1rem;
  }
  .cid-uWIEBe42Qi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uWIEBe42Qi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWIEBe42Qi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWIEBe42Qi .nav-item {
    margin: 0 !important;
  }
}
.cid-uWIEBe42Qi .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uWIEBe42Qi .nav-item .nav-link:hover,
.cid-uWIEBe42Qi .nav-item .nav-link:focus {
  opacity: 0.6;
}
.cid-uWIEBe42Qi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWIEBe42Qi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWIEBe42Qi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWIEBe42Qi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWIEBe42Qi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uWIEBe42Qi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWIEBe42Qi .offcanvas_box {
    display: none;
  }
}
.cid-uWIEBe42Qi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWIEBe42Qi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWIEBe42Qi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWIEBe42Qi .container {
  display: flex;
  margin: auto;
}
.cid-uWIEBe42Qi .iconfont-wrapper {
  color: #000000;
  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-uWIEBe42Qi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWIEBe42Qi .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uWIEBe42Qi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWIEBe42Qi .navbar-nav {
    margin: 0;
  }
}
.cid-uWIEBe42Qi .dropdown-menu,
.cid-uWIEBe42Qi .navbar.opened {
  background-color: false !important;
}
.cid-uWIEBe42Qi .nav-item:focus,
.cid-uWIEBe42Qi .nav-link:focus {
  outline: none;
}
.cid-uWIEBe42Qi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWIEBe42Qi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWIEBe42Qi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWIEBe42Qi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWIEBe42Qi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWIEBe42Qi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWIEBe42Qi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBe42Qi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWIEBe42Qi .navbar.opened {
  transition: all 0.3s;
}
.cid-uWIEBe42Qi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWIEBe42Qi .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uWIEBe42Qi .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uWIEBe42Qi .navbar.collapsed {
  justify-content: center;
}
.cid-uWIEBe42Qi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWIEBe42Qi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWIEBe42Qi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWIEBe42Qi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWIEBe42Qi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWIEBe42Qi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWIEBe42Qi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWIEBe42Qi .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uWIEBe42Qi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uWIEBe42Qi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWIEBe42Qi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWIEBe42Qi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWIEBe42Qi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWIEBe42Qi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWIEBe42Qi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWIEBe42Qi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWIEBe42Qi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWIEBe42Qi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWIEBe42Qi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWIEBe42Qi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWIEBe42Qi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWIEBe42Qi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWIEBe42Qi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWIEBe42Qi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWIEBe42Qi .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-uWIEBe42Qi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWIEBe42Qi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWIEBe42Qi .dropdown-item.active,
.cid-uWIEBe42Qi .dropdown-item:active {
  background-color: transparent;
}
.cid-uWIEBe42Qi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWIEBe42Qi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWIEBe42Qi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWIEBe42Qi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWIEBe42Qi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWIEBe42Qi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWIEBe42Qi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fef0e8;
}
.cid-uWIEBe42Qi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWIEBe42Qi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWIEBe42Qi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWIEBe42Qi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWIEBe42Qi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWIEBe42Qi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWIEBe42Qi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWIEBe42Qi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWIEBe42Qi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWIEBe42Qi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWIEBe42Qi .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-uWIEBe42Qi .navbar {
    height: 70px;
  }
  .cid-uWIEBe42Qi .navbar.opened {
    height: auto;
  }
  .cid-uWIEBe42Qi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWIEBe42Qi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uWIEBe42Qi .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uWIEBe42Qi .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uWIEBe42Qi .navbar-caption:hover {
  color: #86bbd8;
}
@media (min-width: 992px) {
  .cid-uWIEBe42Qi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWIEBe42Qi .text_widget {
  margin-bottom: 32px;
}
.cid-uWIEBe42Qi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWIEBe42Qi .text_widget a:hover,
.cid-uWIEBe42Qi .text_widget a:focus {
  opacity: 0.6;
}
.cid-uWIEBe42Qi .icons-menu-main {
  display: flex;
}
.cid-uWIEBe42Qi .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWIEBe42Qi .navbar-caption {
  color: #000000;
}
.cid-uWIEBe42Qi .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-uWIEBe42Qi .mbr-section-subtitle,
.cid-uWIEBe42Qi .text_widget,
.cid-uWIEBe42Qi .mbr-section-btn {
  text-align: center;
}
.cid-uWIEBe42Qi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWIEBe42Qi .nav-link,
.cid-uWIEBe42Qi .dropdown-item {
  color: #000000;
}
.cid-uWIEBepujc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/1826742/assets/images/photo-1529408632839-a54952c49-h_mfiud5rm.jpg");
}
.cid-uWIEBepujc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBepujc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWIEBepujc .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uWIEBepujc .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uWIEBepujc .container {
    padding: 0 30px;
  }
}
.cid-uWIEBepujc .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uWIEBepujc .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-uWIEBeAIjB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWIEBeAIjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBeAIjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBeAIjB .container {
    padding: 0 30px;
  }
}
.cid-uWIEBeAIjB .row {
  justify-content: center;
}
.cid-uWIEBeAIjB .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-uWIEBeAIjB .content-wrapper .mbr-text_2 {
  padding: 20px 0 20px 90px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBeAIjB .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-uWIEBeAIjB .mbr-text_1 {
  color: #000000;
}
.cid-uWIEBeAIjB .mbr-text_2 {
  color: #000000;
}
.cid-uWIEBeLjYY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIEBeLjYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBeLjYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBeLjYY .container {
    padding: 0 30px;
  }
}
.cid-uWIEBeLjYY .row {
  justify-content: center;
}
.cid-uWIEBeLjYY .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uWIEBeLjYY .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uWIEBeLjYY .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #ffffff;
}
.cid-uWIEBeLjYY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWIEBeLjYY .mbr-text {
  color: #FFFFFF;
}
.cid-uWIEBeWx4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIEBeWx4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBeWx4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBeWx4a .container {
    padding: 0 30px;
  }
}
.cid-uWIEBeWx4a .row {
  justify-content: center;
}
.cid-uWIEBeWx4a .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBeWx4a .item {
    margin-bottom: 30px;
  }
}
.cid-uWIEBeWx4a .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBeWx4a .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIEBeWx4a .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIEBeWx4a .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIEBeWx4a .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIEBf7FRu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIEBf7FRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBf7FRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBf7FRu .container {
    padding: 0 30px;
  }
}
.cid-uWIEBf7FRu .row {
  justify-content: center;
}
.cid-uWIEBf7FRu .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBf7FRu .item {
    margin-bottom: 30px;
  }
}
.cid-uWIEBf7FRu .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBf7FRu .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIEBf7FRu .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIEBf7FRu .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIEBf7FRu .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIEBfilFE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIEBfilFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBfilFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBfilFE .container {
    padding: 0 30px;
  }
}
.cid-uWIEBfilFE .row {
  justify-content: center;
}
.cid-uWIEBfilFE .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBfilFE .item {
    margin-bottom: 30px;
  }
}
.cid-uWIEBfilFE .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBfilFE .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIEBfilFE .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIEBfilFE .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIEBfilFE .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIEBfuxs0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIEBfuxs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBfuxs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBfuxs0 .container {
    padding: 0 30px;
  }
}
.cid-uWIEBfuxs0 .row {
  justify-content: center;
}
.cid-uWIEBfuxs0 .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBfuxs0 .item {
    margin-bottom: 30px;
  }
}
.cid-uWIEBfuxs0 .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBfuxs0 .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIEBfuxs0 .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIEBfuxs0 .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIEBfuxs0 .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIEBfFrvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIEBfFrvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBfFrvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBfFrvv .container {
    padding: 0 30px;
  }
}
.cid-uWIEBfFrvv .row {
  justify-content: center;
}
.cid-uWIEBfFrvv .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBfFrvv .item {
    margin-bottom: 30px;
  }
}
.cid-uWIEBfFrvv .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBfFrvv .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIEBfFrvv .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIEBfFrvv .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIEBfFrvv .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIEBfRG9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIEBfRG9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBfRG9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBfRG9d .container {
    padding: 0 30px;
  }
}
.cid-uWIEBfRG9d .row {
  justify-content: center;
}
.cid-uWIEBfRG9d .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBfRG9d .item {
    margin-bottom: 30px;
  }
}
.cid-uWIEBfRG9d .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBfRG9d .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIEBfRG9d .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIEBfRG9d .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIEBfRG9d .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIEBg3b63 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIEBg3b63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBg3b63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBg3b63 .container {
    padding: 0 30px;
  }
}
.cid-uWIEBg3b63 .row {
  justify-content: center;
}
.cid-uWIEBg3b63 .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBg3b63 .item {
    margin-bottom: 30px;
  }
}
.cid-uWIEBg3b63 .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBg3b63 .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIEBg3b63 .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIEBg3b63 .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIEBg3b63 .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIEBgfpyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIEBgfpyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBgfpyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBgfpyH .container {
    padding: 0 30px;
  }
}
.cid-uWIEBgfpyH .row {
  justify-content: center;
}
.cid-uWIEBgfpyH .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBgfpyH .item {
    margin-bottom: 30px;
  }
}
.cid-uWIEBgfpyH .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBgfpyH .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIEBgfpyH .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIEBgfpyH .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIEBgfpyH .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIEBgUlPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uWIEBgUlPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBgUlPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBgUlPl .container {
    padding: 0 30px;
  }
}
.cid-uWIEBgUlPl .row {
  justify-content: center;
}
.cid-uWIEBgUlPl .content-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uWIEBgUlPl .content-wrapper {
    padding: 0;
  }
}
.cid-uWIEBgUlPl .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin: 0;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uWIEBgUlPl .content-wrapper .mbr-section-title {
    padding: 0 0 30px;
  }
}
.cid-uWIEBgUlPl .content-wrapper .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIEBgUlPl .content-wrapper .items {
    margin-top: 30px;
  }
}
.cid-uWIEBgUlPl .content-wrapper .items .item {
  margin: 0 60px 20px 0;
}
.cid-uWIEBgUlPl .content-wrapper .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-uWIEBgUlPl .content-wrapper .items .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uWIEBgUlPl .image-wrapper {
  height: 430px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uWIEBgUlPl .image-wrapper {
    height: 350px;
    margin-top: 25px;
  }
}
.cid-uWIEBgUlPl .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  object-fit: cover;
}
.cid-uWIEBgUlPl .item-menu-overlay .btn-wrapper {
  margin-top: -30%;
}
.cid-uWIEBgUlPl .mbr-section-title {
  color: #000000;
}
.cid-uWIEBgUlPl .card-title {
  color: #000000;
}
.cid-uWIEBgUlPl .card-desc {
  color: #000000;
}
.cid-uWIEBh9YOC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWIEBh9YOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIEBh9YOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBh9YOC .container {
    padding: 0 30px;
  }
}
.cid-uWIEBh9YOC .row {
  justify-content: center;
}
.cid-uWIEBh9YOC .card {
  justify-content: flex-end;
}
.cid-uWIEBh9YOC .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 90px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWIEBh9YOC .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWIEBh9YOC .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWIEBh9YOC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBh9YOC .content-wrapper .main-btn {
    margin-bottom: 30px;
  }
}
.cid-uWIEBh9YOC .content-wrapper .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWIEBh9YOC .list-wrapper {
    margin-top: 30px;
  }
}
.cid-uWIEBh9YOC .list-wrapper .btn {
  flex-direction: row-reverse;
  opacity: 0.6;
  padding: 0;
  min-width: auto;
  margin: 10px 0 10px 30px;
}
@media (max-width: 992px) {
  .cid-uWIEBh9YOC .list-wrapper .btn {
    margin: 10px 30px 10px 0;
  }
}
.cid-uWIEBh9YOC .list-wrapper .btn:hover,
.cid-uWIEBh9YOC .list-wrapper .btn:focus {
  opacity: 1;
  transform: scale(1);
}
.cid-uWIEBh9YOC .list-wrapper .btn:hover .mbr-iconfont,
.cid-uWIEBh9YOC .list-wrapper .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.cid-uWIEBh9YOC .list-wrapper .btn .mbr-iconfont {
  margin: 0 10px 0 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uWIEBh9YOC .copyright {
  margin: 10px 0;
  color: #000000;
  text-align: center;
}
.cid-uWIEBh9YOC .mbr-section-title {
  color: #000000;
}
.cid-uWIEBh9YOC .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWIEBh9YOC .mbr-section-btn {
    text-align: left;
  }
}
.cid-uWIns94ZPX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIns94ZPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIns94ZPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIns94ZPX .container {
    padding: 0 30px;
  }
}
.cid-uWIns94ZPX .row .card {
  justify-content: center;
}
.cid-uWIns94ZPX .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uWIns94ZPX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWIns94ZPX .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uWIns94ZPX .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uWIns94ZPX .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uWIns94ZPX .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uWIns94ZPX .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uWIns94ZPX .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uWIns94ZPX .mbr-section-title {
  color: #ffffff;
}
.cid-uWIns94ZPX .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uWIns94ZPX .mbr-section-title,
.cid-uWIns94ZPX .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uWIns8s8PK {
  background-color: transparent;
}
.cid-uWIns8s8PK .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uWIns8s8PK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background-color: transparent !important;
  background: #ededed;
}
.cid-uWIns8s8PK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWIns8s8PK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWIns8s8PK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWIns8s8PK .menu_box .navbar.opened,
  .cid-uWIns8s8PK .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uWIns8s8PK .navbar-dropdown {
  position: relative !important;
}
.cid-uWIns8s8PK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWIns8s8PK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWIns8s8PK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWIns8s8PK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWIns8s8PK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uWIns8s8PK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWIns8s8PK 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-uWIns8s8PK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uWIns8s8PK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uWIns8s8PK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWIns8s8PK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWIns8s8PK .nav-item {
    margin: 0 !important;
  }
}
.cid-uWIns8s8PK .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uWIns8s8PK .nav-item .nav-link:hover,
.cid-uWIns8s8PK .nav-item .nav-link:focus {
  opacity: 0.6;
}
.cid-uWIns8s8PK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWIns8s8PK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWIns8s8PK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWIns8s8PK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWIns8s8PK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uWIns8s8PK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWIns8s8PK .offcanvas_box {
    display: none;
  }
}
.cid-uWIns8s8PK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWIns8s8PK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWIns8s8PK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWIns8s8PK .container {
  display: flex;
  margin: auto;
}
.cid-uWIns8s8PK .iconfont-wrapper {
  color: #000000;
  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-uWIns8s8PK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWIns8s8PK .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uWIns8s8PK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWIns8s8PK .navbar-nav {
    margin: 0;
  }
}
.cid-uWIns8s8PK .dropdown-menu,
.cid-uWIns8s8PK .navbar.opened {
  background-color: false !important;
}
.cid-uWIns8s8PK .nav-item:focus,
.cid-uWIns8s8PK .nav-link:focus {
  outline: none;
}
.cid-uWIns8s8PK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWIns8s8PK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWIns8s8PK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWIns8s8PK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWIns8s8PK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWIns8s8PK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWIns8s8PK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWIns8s8PK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWIns8s8PK .navbar.opened {
  transition: all 0.3s;
}
.cid-uWIns8s8PK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWIns8s8PK .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uWIns8s8PK .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uWIns8s8PK .navbar.collapsed {
  justify-content: center;
}
.cid-uWIns8s8PK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWIns8s8PK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWIns8s8PK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWIns8s8PK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWIns8s8PK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWIns8s8PK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWIns8s8PK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWIns8s8PK .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uWIns8s8PK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uWIns8s8PK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWIns8s8PK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWIns8s8PK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWIns8s8PK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWIns8s8PK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWIns8s8PK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWIns8s8PK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWIns8s8PK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWIns8s8PK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWIns8s8PK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWIns8s8PK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWIns8s8PK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWIns8s8PK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWIns8s8PK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWIns8s8PK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWIns8s8PK .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-uWIns8s8PK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWIns8s8PK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWIns8s8PK .dropdown-item.active,
.cid-uWIns8s8PK .dropdown-item:active {
  background-color: transparent;
}
.cid-uWIns8s8PK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWIns8s8PK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWIns8s8PK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWIns8s8PK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWIns8s8PK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWIns8s8PK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWIns8s8PK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fef0e8;
}
.cid-uWIns8s8PK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWIns8s8PK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWIns8s8PK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWIns8s8PK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWIns8s8PK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWIns8s8PK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWIns8s8PK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWIns8s8PK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWIns8s8PK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWIns8s8PK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWIns8s8PK .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-uWIns8s8PK .navbar {
    height: 70px;
  }
  .cid-uWIns8s8PK .navbar.opened {
    height: auto;
  }
  .cid-uWIns8s8PK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWIns8s8PK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uWIns8s8PK .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uWIns8s8PK .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uWIns8s8PK .navbar-caption:hover {
  color: #86bbd8;
}
@media (min-width: 992px) {
  .cid-uWIns8s8PK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWIns8s8PK .text_widget {
  margin-bottom: 32px;
}
.cid-uWIns8s8PK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWIns8s8PK .text_widget a:hover,
.cid-uWIns8s8PK .text_widget a:focus {
  opacity: 0.6;
}
.cid-uWIns8s8PK .icons-menu-main {
  display: flex;
}
.cid-uWIns8s8PK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWIns8s8PK .navbar-caption {
  color: #000000;
}
.cid-uWIns8s8PK .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-uWIns8s8PK .mbr-section-subtitle,
.cid-uWIns8s8PK .text_widget,
.cid-uWIns8s8PK .mbr-section-btn {
  text-align: center;
}
.cid-uWIns8s8PK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWIns8s8PK .nav-link,
.cid-uWIns8s8PK .dropdown-item {
  color: #000000;
}
.cid-uWInsbrWNn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/1826742/assets/images/photo-1529408632839-a54952c49-h_mfit29g2.jpg");
}
.cid-uWInsbrWNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWInsbrWNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWInsbrWNn .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uWInsbrWNn .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uWInsbrWNn .container {
    padding: 0 30px;
  }
}
.cid-uWInsbrWNn .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uWInsbrWNn .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-uWIns9v8Sg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWIns9v8Sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIns9v8Sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIns9v8Sg .container {
    padding: 0 30px;
  }
}
.cid-uWIns9v8Sg .row {
  justify-content: center;
}
.cid-uWIns9v8Sg .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-uWIns9v8Sg .content-wrapper .mbr-text_2 {
  padding: 20px 0 20px 90px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWIns9v8Sg .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-uWIns9v8Sg .mbr-text_1 {
  color: #000000;
}
.cid-uWIns9v8Sg .mbr-text_2 {
  color: #000000;
}
.cid-uWInscYzYC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWInscYzYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWInscYzYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWInscYzYC .container {
    padding: 0 30px;
  }
}
.cid-uWInscYzYC .row {
  justify-content: center;
}
.cid-uWInscYzYC .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uWInscYzYC .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uWInscYzYC .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #ffffff;
}
.cid-uWInscYzYC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWInscYzYC .mbr-text {
  color: #FFFFFF;
}
.cid-uWInsdbNpO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWInsdbNpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWInsdbNpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWInsdbNpO .container {
    padding: 0 30px;
  }
}
.cid-uWInsdbNpO .row {
  justify-content: center;
}
.cid-uWInsdbNpO .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWInsdbNpO .item {
    margin-bottom: 30px;
  }
}
.cid-uWInsdbNpO .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWInsdbNpO .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWInsdbNpO .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWInsdbNpO .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWInsdbNpO .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIuYchknx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIuYchknx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIuYchknx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIuYchknx .container {
    padding: 0 30px;
  }
}
.cid-uWIuYchknx .row {
  justify-content: center;
}
.cid-uWIuYchknx .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIuYchknx .item {
    margin-bottom: 30px;
  }
}
.cid-uWIuYchknx .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIuYchknx .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIuYchknx .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIuYchknx .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIuYchknx .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIvreT1LB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIvreT1LB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIvreT1LB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIvreT1LB .container {
    padding: 0 30px;
  }
}
.cid-uWIvreT1LB .row {
  justify-content: center;
}
.cid-uWIvreT1LB .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIvreT1LB .item {
    margin-bottom: 30px;
  }
}
.cid-uWIvreT1LB .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIvreT1LB .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIvreT1LB .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIvreT1LB .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIvreT1LB .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIvzGCuUN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIvzGCuUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIvzGCuUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIvzGCuUN .container {
    padding: 0 30px;
  }
}
.cid-uWIvzGCuUN .row {
  justify-content: center;
}
.cid-uWIvzGCuUN .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIvzGCuUN .item {
    margin-bottom: 30px;
  }
}
.cid-uWIvzGCuUN .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIvzGCuUN .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIvzGCuUN .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIvzGCuUN .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIvzGCuUN .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIvLV0QaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIvLV0QaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIvLV0QaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIvLV0QaY .container {
    padding: 0 30px;
  }
}
.cid-uWIvLV0QaY .row {
  justify-content: center;
}
.cid-uWIvLV0QaY .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIvLV0QaY .item {
    margin-bottom: 30px;
  }
}
.cid-uWIvLV0QaY .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIvLV0QaY .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIvLV0QaY .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIvLV0QaY .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIvLV0QaY .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIww1fhcX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIww1fhcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIww1fhcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIww1fhcX .container {
    padding: 0 30px;
  }
}
.cid-uWIww1fhcX .row {
  justify-content: center;
}
.cid-uWIww1fhcX .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIww1fhcX .item {
    margin-bottom: 30px;
  }
}
.cid-uWIww1fhcX .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIww1fhcX .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIww1fhcX .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIww1fhcX .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIww1fhcX .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIwHGX36s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIwHGX36s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIwHGX36s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIwHGX36s .container {
    padding: 0 30px;
  }
}
.cid-uWIwHGX36s .row {
  justify-content: center;
}
.cid-uWIwHGX36s .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIwHGX36s .item {
    margin-bottom: 30px;
  }
}
.cid-uWIwHGX36s .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIwHGX36s .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIwHGX36s .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIwHGX36s .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIwHGX36s .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIwUEM421 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIwUEM421 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIwUEM421 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIwUEM421 .container {
    padding: 0 30px;
  }
}
.cid-uWIwUEM421 .row {
  justify-content: center;
}
.cid-uWIwUEM421 .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIwUEM421 .item {
    margin-bottom: 30px;
  }
}
.cid-uWIwUEM421 .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIwUEM421 .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIwUEM421 .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIwUEM421 .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIwUEM421 .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIxcvytf9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIxcvytf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIxcvytf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIxcvytf9 .container {
    padding: 0 30px;
  }
}
.cid-uWIxcvytf9 .row {
  justify-content: center;
}
.cid-uWIxcvytf9 .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIxcvytf9 .item {
    margin-bottom: 30px;
  }
}
.cid-uWIxcvytf9 .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIxcvytf9 .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIxcvytf9 .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIxcvytf9 .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIxcvytf9 .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIxmB8G8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIxmB8G8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIxmB8G8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIxmB8G8N .container {
    padding: 0 30px;
  }
}
.cid-uWIxmB8G8N .row {
  justify-content: center;
}
.cid-uWIxmB8G8N .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIxmB8G8N .item {
    margin-bottom: 30px;
  }
}
.cid-uWIxmB8G8N .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIxmB8G8N .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIxmB8G8N .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIxmB8G8N .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIxmB8G8N .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWInsdJDnj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uWInsdJDnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWInsdJDnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWInsdJDnj .container {
    padding: 0 30px;
  }
}
.cid-uWInsdJDnj .row {
  justify-content: center;
}
.cid-uWInsdJDnj .content-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uWInsdJDnj .content-wrapper {
    padding: 0;
  }
}
.cid-uWInsdJDnj .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin: 0;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uWInsdJDnj .content-wrapper .mbr-section-title {
    padding: 0 0 30px;
  }
}
.cid-uWInsdJDnj .content-wrapper .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWInsdJDnj .content-wrapper .items {
    margin-top: 30px;
  }
}
.cid-uWInsdJDnj .content-wrapper .items .item {
  margin: 0 60px 20px 0;
}
.cid-uWInsdJDnj .content-wrapper .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-uWInsdJDnj .content-wrapper .items .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uWInsdJDnj .image-wrapper {
  height: 430px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uWInsdJDnj .image-wrapper {
    height: 350px;
    margin-top: 25px;
  }
}
.cid-uWInsdJDnj .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  object-fit: cover;
}
.cid-uWInsdJDnj .item-menu-overlay .btn-wrapper {
  margin-top: -30%;
}
.cid-uWInsdJDnj .mbr-section-title {
  color: #000000;
}
.cid-uWInsdJDnj .card-title {
  color: #000000;
}
.cid-uWInsdJDnj .card-desc {
  color: #000000;
}
.cid-uWInse0IaS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWInse0IaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWInse0IaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWInse0IaS .container {
    padding: 0 30px;
  }
}
.cid-uWInse0IaS .row {
  justify-content: center;
}
.cid-uWInse0IaS .card {
  justify-content: flex-end;
}
.cid-uWInse0IaS .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 90px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWInse0IaS .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWInse0IaS .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWInse0IaS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWInse0IaS .content-wrapper .main-btn {
    margin-bottom: 30px;
  }
}
.cid-uWInse0IaS .content-wrapper .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWInse0IaS .list-wrapper {
    margin-top: 30px;
  }
}
.cid-uWInse0IaS .list-wrapper .btn {
  flex-direction: row-reverse;
  opacity: 0.6;
  padding: 0;
  min-width: auto;
  margin: 10px 0 10px 30px;
}
@media (max-width: 992px) {
  .cid-uWInse0IaS .list-wrapper .btn {
    margin: 10px 30px 10px 0;
  }
}
.cid-uWInse0IaS .list-wrapper .btn:hover,
.cid-uWInse0IaS .list-wrapper .btn:focus {
  opacity: 1;
  transform: scale(1);
}
.cid-uWInse0IaS .list-wrapper .btn:hover .mbr-iconfont,
.cid-uWInse0IaS .list-wrapper .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.cid-uWInse0IaS .list-wrapper .btn .mbr-iconfont {
  margin: 0 10px 0 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uWInse0IaS .copyright {
  margin: 10px 0;
  color: #000000;
  text-align: center;
}
.cid-uWInse0IaS .mbr-section-title {
  color: #000000;
}
.cid-uWInse0IaS .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWInse0IaS .mbr-section-btn {
    text-align: left;
  }
}
.cid-uWIzVOuQSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIzVOuQSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVOuQSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVOuQSW .container {
    padding: 0 30px;
  }
}
.cid-uWIzVOuQSW .row .card {
  justify-content: center;
}
.cid-uWIzVOuQSW .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uWIzVOuQSW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWIzVOuQSW .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uWIzVOuQSW .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uWIzVOuQSW .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uWIzVOuQSW .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uWIzVOuQSW .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uWIzVOuQSW .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uWIzVOuQSW .mbr-section-title {
  color: #ffffff;
}
.cid-uWIzVOuQSW .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uWIzVOuQSW .mbr-section-title,
.cid-uWIzVOuQSW .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uWIzVOJUWE {
  background-color: transparent;
}
.cid-uWIzVOJUWE .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uWIzVOJUWE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background-color: transparent !important;
  background: #ededed;
}
.cid-uWIzVOJUWE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWIzVOJUWE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWIzVOJUWE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWIzVOJUWE .menu_box .navbar.opened,
  .cid-uWIzVOJUWE .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uWIzVOJUWE .navbar-dropdown {
  position: relative !important;
}
.cid-uWIzVOJUWE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWIzVOJUWE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWIzVOJUWE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWIzVOJUWE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWIzVOJUWE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uWIzVOJUWE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWIzVOJUWE 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-uWIzVOJUWE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uWIzVOJUWE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uWIzVOJUWE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWIzVOJUWE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWIzVOJUWE .nav-item {
    margin: 0 !important;
  }
}
.cid-uWIzVOJUWE .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uWIzVOJUWE .nav-item .nav-link:hover,
.cid-uWIzVOJUWE .nav-item .nav-link:focus {
  opacity: 0.6;
}
.cid-uWIzVOJUWE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWIzVOJUWE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWIzVOJUWE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWIzVOJUWE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWIzVOJUWE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uWIzVOJUWE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWIzVOJUWE .offcanvas_box {
    display: none;
  }
}
.cid-uWIzVOJUWE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWIzVOJUWE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWIzVOJUWE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWIzVOJUWE .container {
  display: flex;
  margin: auto;
}
.cid-uWIzVOJUWE .iconfont-wrapper {
  color: #000000;
  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-uWIzVOJUWE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWIzVOJUWE .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uWIzVOJUWE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWIzVOJUWE .navbar-nav {
    margin: 0;
  }
}
.cid-uWIzVOJUWE .dropdown-menu,
.cid-uWIzVOJUWE .navbar.opened {
  background-color: false !important;
}
.cid-uWIzVOJUWE .nav-item:focus,
.cid-uWIzVOJUWE .nav-link:focus {
  outline: none;
}
.cid-uWIzVOJUWE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWIzVOJUWE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWIzVOJUWE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWIzVOJUWE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWIzVOJUWE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWIzVOJUWE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWIzVOJUWE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVOJUWE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWIzVOJUWE .navbar.opened {
  transition: all 0.3s;
}
.cid-uWIzVOJUWE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWIzVOJUWE .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uWIzVOJUWE .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uWIzVOJUWE .navbar.collapsed {
  justify-content: center;
}
.cid-uWIzVOJUWE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWIzVOJUWE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWIzVOJUWE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWIzVOJUWE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWIzVOJUWE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWIzVOJUWE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWIzVOJUWE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWIzVOJUWE .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uWIzVOJUWE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uWIzVOJUWE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWIzVOJUWE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWIzVOJUWE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWIzVOJUWE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWIzVOJUWE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWIzVOJUWE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWIzVOJUWE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWIzVOJUWE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWIzVOJUWE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWIzVOJUWE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWIzVOJUWE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWIzVOJUWE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWIzVOJUWE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWIzVOJUWE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWIzVOJUWE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWIzVOJUWE .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-uWIzVOJUWE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWIzVOJUWE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWIzVOJUWE .dropdown-item.active,
.cid-uWIzVOJUWE .dropdown-item:active {
  background-color: transparent;
}
.cid-uWIzVOJUWE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWIzVOJUWE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWIzVOJUWE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWIzVOJUWE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWIzVOJUWE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWIzVOJUWE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWIzVOJUWE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fef0e8;
}
.cid-uWIzVOJUWE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWIzVOJUWE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWIzVOJUWE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWIzVOJUWE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWIzVOJUWE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWIzVOJUWE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWIzVOJUWE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWIzVOJUWE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWIzVOJUWE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWIzVOJUWE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWIzVOJUWE .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-uWIzVOJUWE .navbar {
    height: 70px;
  }
  .cid-uWIzVOJUWE .navbar.opened {
    height: auto;
  }
  .cid-uWIzVOJUWE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWIzVOJUWE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uWIzVOJUWE .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uWIzVOJUWE .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uWIzVOJUWE .navbar-caption:hover {
  color: #86bbd8;
}
@media (min-width: 992px) {
  .cid-uWIzVOJUWE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWIzVOJUWE .text_widget {
  margin-bottom: 32px;
}
.cid-uWIzVOJUWE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWIzVOJUWE .text_widget a:hover,
.cid-uWIzVOJUWE .text_widget a:focus {
  opacity: 0.6;
}
.cid-uWIzVOJUWE .icons-menu-main {
  display: flex;
}
.cid-uWIzVOJUWE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWIzVOJUWE .navbar-caption {
  color: #000000;
}
.cid-uWIzVOJUWE .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-uWIzVOJUWE .mbr-section-subtitle,
.cid-uWIzVOJUWE .text_widget,
.cid-uWIzVOJUWE .mbr-section-btn {
  text-align: center;
}
.cid-uWIzVOJUWE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWIzVOJUWE .nav-link,
.cid-uWIzVOJUWE .dropdown-item {
  color: #000000;
}
.cid-uWIzVP3Aaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/1826742/assets/images/photo-1529408632839-a54952c49-h_mfitrbp4.jpg");
}
.cid-uWIzVP3Aaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVP3Aaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWIzVP3Aaw .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uWIzVP3Aaw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uWIzVP3Aaw .container {
    padding: 0 30px;
  }
}
.cid-uWIzVP3Aaw .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uWIzVP3Aaw .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-uWIzVPeb5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWIzVPeb5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVPeb5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVPeb5e .container {
    padding: 0 30px;
  }
}
.cid-uWIzVPeb5e .row {
  justify-content: center;
}
.cid-uWIzVPeb5e .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-uWIzVPeb5e .content-wrapper .mbr-text_2 {
  padding: 20px 0 20px 90px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVPeb5e .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-uWIzVPeb5e .mbr-text_1 {
  color: #000000;
}
.cid-uWIzVPeb5e .mbr-text_2 {
  color: #000000;
}
.cid-uWIzVPqpfC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIzVPqpfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVPqpfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVPqpfC .container {
    padding: 0 30px;
  }
}
.cid-uWIzVPqpfC .row {
  justify-content: center;
}
.cid-uWIzVPqpfC .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uWIzVPqpfC .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uWIzVPqpfC .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #ffffff;
}
.cid-uWIzVPqpfC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWIzVPqpfC .mbr-text {
  color: #FFFFFF;
}
.cid-uWIzVPBl2w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIzVPBl2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVPBl2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVPBl2w .container {
    padding: 0 30px;
  }
}
.cid-uWIzVPBl2w .row {
  justify-content: center;
}
.cid-uWIzVPBl2w .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVPBl2w .item {
    margin-bottom: 30px;
  }
}
.cid-uWIzVPBl2w .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVPBl2w .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIzVPBl2w .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIzVPBl2w .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIzVPBl2w .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIzVPMXG1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIzVPMXG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVPMXG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVPMXG1 .container {
    padding: 0 30px;
  }
}
.cid-uWIzVPMXG1 .row {
  justify-content: center;
}
.cid-uWIzVPMXG1 .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVPMXG1 .item {
    margin-bottom: 30px;
  }
}
.cid-uWIzVPMXG1 .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVPMXG1 .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIzVPMXG1 .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIzVPMXG1 .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIzVPMXG1 .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIzVPX5o2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIzVPX5o2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVPX5o2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVPX5o2 .container {
    padding: 0 30px;
  }
}
.cid-uWIzVPX5o2 .row {
  justify-content: center;
}
.cid-uWIzVPX5o2 .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVPX5o2 .item {
    margin-bottom: 30px;
  }
}
.cid-uWIzVPX5o2 .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVPX5o2 .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIzVPX5o2 .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIzVPX5o2 .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIzVPX5o2 .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIzVQ8CRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIzVQ8CRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVQ8CRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVQ8CRh .container {
    padding: 0 30px;
  }
}
.cid-uWIzVQ8CRh .row {
  justify-content: center;
}
.cid-uWIzVQ8CRh .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVQ8CRh .item {
    margin-bottom: 30px;
  }
}
.cid-uWIzVQ8CRh .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVQ8CRh .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIzVQ8CRh .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIzVQ8CRh .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIzVQ8CRh .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIzVQkD6a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIzVQkD6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVQkD6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVQkD6a .container {
    padding: 0 30px;
  }
}
.cid-uWIzVQkD6a .row {
  justify-content: center;
}
.cid-uWIzVQkD6a .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVQkD6a .item {
    margin-bottom: 30px;
  }
}
.cid-uWIzVQkD6a .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVQkD6a .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIzVQkD6a .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIzVQkD6a .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIzVQkD6a .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIzVQvxXg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIzVQvxXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVQvxXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVQvxXg .container {
    padding: 0 30px;
  }
}
.cid-uWIzVQvxXg .row {
  justify-content: center;
}
.cid-uWIzVQvxXg .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVQvxXg .item {
    margin-bottom: 30px;
  }
}
.cid-uWIzVQvxXg .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVQvxXg .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIzVQvxXg .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIzVQvxXg .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIzVQvxXg .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIzVQHNp0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIzVQHNp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVQHNp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVQHNp0 .container {
    padding: 0 30px;
  }
}
.cid-uWIzVQHNp0 .row {
  justify-content: center;
}
.cid-uWIzVQHNp0 .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVQHNp0 .item {
    margin-bottom: 30px;
  }
}
.cid-uWIzVQHNp0 .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVQHNp0 .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIzVQHNp0 .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIzVQHNp0 .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIzVQHNp0 .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIzVQTLH1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIzVQTLH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVQTLH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVQTLH1 .container {
    padding: 0 30px;
  }
}
.cid-uWIzVQTLH1 .row {
  justify-content: center;
}
.cid-uWIzVQTLH1 .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVQTLH1 .item {
    margin-bottom: 30px;
  }
}
.cid-uWIzVQTLH1 .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVQTLH1 .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIzVQTLH1 .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIzVQTLH1 .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIzVQTLH1 .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIzVRtvPj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uWIzVRtvPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVRtvPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVRtvPj .container {
    padding: 0 30px;
  }
}
.cid-uWIzVRtvPj .row {
  justify-content: center;
}
.cid-uWIzVRtvPj .content-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uWIzVRtvPj .content-wrapper {
    padding: 0;
  }
}
.cid-uWIzVRtvPj .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin: 0;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uWIzVRtvPj .content-wrapper .mbr-section-title {
    padding: 0 0 30px;
  }
}
.cid-uWIzVRtvPj .content-wrapper .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIzVRtvPj .content-wrapper .items {
    margin-top: 30px;
  }
}
.cid-uWIzVRtvPj .content-wrapper .items .item {
  margin: 0 60px 20px 0;
}
.cid-uWIzVRtvPj .content-wrapper .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-uWIzVRtvPj .content-wrapper .items .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uWIzVRtvPj .image-wrapper {
  height: 430px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uWIzVRtvPj .image-wrapper {
    height: 350px;
    margin-top: 25px;
  }
}
.cid-uWIzVRtvPj .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  object-fit: cover;
}
.cid-uWIzVRtvPj .item-menu-overlay .btn-wrapper {
  margin-top: -30%;
}
.cid-uWIzVRtvPj .mbr-section-title {
  color: #000000;
}
.cid-uWIzVRtvPj .card-title {
  color: #000000;
}
.cid-uWIzVRtvPj .card-desc {
  color: #000000;
}
.cid-uWIzVRH9dI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWIzVRH9dI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIzVRH9dI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVRH9dI .container {
    padding: 0 30px;
  }
}
.cid-uWIzVRH9dI .row {
  justify-content: center;
}
.cid-uWIzVRH9dI .card {
  justify-content: flex-end;
}
.cid-uWIzVRH9dI .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 90px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWIzVRH9dI .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWIzVRH9dI .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWIzVRH9dI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVRH9dI .content-wrapper .main-btn {
    margin-bottom: 30px;
  }
}
.cid-uWIzVRH9dI .content-wrapper .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWIzVRH9dI .list-wrapper {
    margin-top: 30px;
  }
}
.cid-uWIzVRH9dI .list-wrapper .btn {
  flex-direction: row-reverse;
  opacity: 0.6;
  padding: 0;
  min-width: auto;
  margin: 10px 0 10px 30px;
}
@media (max-width: 992px) {
  .cid-uWIzVRH9dI .list-wrapper .btn {
    margin: 10px 30px 10px 0;
  }
}
.cid-uWIzVRH9dI .list-wrapper .btn:hover,
.cid-uWIzVRH9dI .list-wrapper .btn:focus {
  opacity: 1;
  transform: scale(1);
}
.cid-uWIzVRH9dI .list-wrapper .btn:hover .mbr-iconfont,
.cid-uWIzVRH9dI .list-wrapper .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.cid-uWIzVRH9dI .list-wrapper .btn .mbr-iconfont {
  margin: 0 10px 0 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uWIzVRH9dI .copyright {
  margin: 10px 0;
  color: #000000;
  text-align: center;
}
.cid-uWIzVRH9dI .mbr-section-title {
  color: #000000;
}
.cid-uWIzVRH9dI .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWIzVRH9dI .mbr-section-btn {
    text-align: left;
  }
}
.cid-uWIHPmqrXm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIHPmqrXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPmqrXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPmqrXm .container {
    padding: 0 30px;
  }
}
.cid-uWIHPmqrXm .row .card {
  justify-content: center;
}
.cid-uWIHPmqrXm .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uWIHPmqrXm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWIHPmqrXm .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uWIHPmqrXm .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uWIHPmqrXm .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uWIHPmqrXm .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uWIHPmqrXm .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uWIHPmqrXm .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uWIHPmqrXm .mbr-section-title {
  color: #ffffff;
}
.cid-uWIHPmqrXm .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uWIHPmqrXm .mbr-section-title,
.cid-uWIHPmqrXm .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uWIHPmFeZk {
  background-color: transparent;
}
.cid-uWIHPmFeZk .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uWIHPmFeZk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background-color: transparent !important;
  background: #ededed;
}
.cid-uWIHPmFeZk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWIHPmFeZk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWIHPmFeZk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWIHPmFeZk .menu_box .navbar.opened,
  .cid-uWIHPmFeZk .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uWIHPmFeZk .navbar-dropdown {
  position: relative !important;
}
.cid-uWIHPmFeZk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWIHPmFeZk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWIHPmFeZk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWIHPmFeZk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWIHPmFeZk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uWIHPmFeZk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWIHPmFeZk 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-uWIHPmFeZk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uWIHPmFeZk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uWIHPmFeZk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWIHPmFeZk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWIHPmFeZk .nav-item {
    margin: 0 !important;
  }
}
.cid-uWIHPmFeZk .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uWIHPmFeZk .nav-item .nav-link:hover,
.cid-uWIHPmFeZk .nav-item .nav-link:focus {
  opacity: 0.6;
}
.cid-uWIHPmFeZk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWIHPmFeZk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWIHPmFeZk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWIHPmFeZk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWIHPmFeZk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uWIHPmFeZk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWIHPmFeZk .offcanvas_box {
    display: none;
  }
}
.cid-uWIHPmFeZk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWIHPmFeZk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWIHPmFeZk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWIHPmFeZk .container {
  display: flex;
  margin: auto;
}
.cid-uWIHPmFeZk .iconfont-wrapper {
  color: #000000;
  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-uWIHPmFeZk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWIHPmFeZk .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uWIHPmFeZk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWIHPmFeZk .navbar-nav {
    margin: 0;
  }
}
.cid-uWIHPmFeZk .dropdown-menu,
.cid-uWIHPmFeZk .navbar.opened {
  background-color: false !important;
}
.cid-uWIHPmFeZk .nav-item:focus,
.cid-uWIHPmFeZk .nav-link:focus {
  outline: none;
}
.cid-uWIHPmFeZk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWIHPmFeZk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWIHPmFeZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWIHPmFeZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWIHPmFeZk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWIHPmFeZk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWIHPmFeZk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPmFeZk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWIHPmFeZk .navbar.opened {
  transition: all 0.3s;
}
.cid-uWIHPmFeZk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWIHPmFeZk .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uWIHPmFeZk .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uWIHPmFeZk .navbar.collapsed {
  justify-content: center;
}
.cid-uWIHPmFeZk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWIHPmFeZk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWIHPmFeZk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWIHPmFeZk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWIHPmFeZk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWIHPmFeZk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWIHPmFeZk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWIHPmFeZk .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uWIHPmFeZk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uWIHPmFeZk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWIHPmFeZk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWIHPmFeZk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWIHPmFeZk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWIHPmFeZk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWIHPmFeZk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWIHPmFeZk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWIHPmFeZk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWIHPmFeZk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWIHPmFeZk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWIHPmFeZk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWIHPmFeZk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWIHPmFeZk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWIHPmFeZk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWIHPmFeZk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWIHPmFeZk .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-uWIHPmFeZk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWIHPmFeZk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWIHPmFeZk .dropdown-item.active,
.cid-uWIHPmFeZk .dropdown-item:active {
  background-color: transparent;
}
.cid-uWIHPmFeZk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWIHPmFeZk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWIHPmFeZk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWIHPmFeZk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWIHPmFeZk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWIHPmFeZk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWIHPmFeZk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fef0e8;
}
.cid-uWIHPmFeZk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWIHPmFeZk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWIHPmFeZk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWIHPmFeZk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWIHPmFeZk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWIHPmFeZk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWIHPmFeZk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWIHPmFeZk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWIHPmFeZk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWIHPmFeZk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWIHPmFeZk .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-uWIHPmFeZk .navbar {
    height: 70px;
  }
  .cid-uWIHPmFeZk .navbar.opened {
    height: auto;
  }
  .cid-uWIHPmFeZk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWIHPmFeZk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uWIHPmFeZk .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uWIHPmFeZk .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uWIHPmFeZk .navbar-caption:hover {
  color: #86bbd8;
}
@media (min-width: 992px) {
  .cid-uWIHPmFeZk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWIHPmFeZk .text_widget {
  margin-bottom: 32px;
}
.cid-uWIHPmFeZk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWIHPmFeZk .text_widget a:hover,
.cid-uWIHPmFeZk .text_widget a:focus {
  opacity: 0.6;
}
.cid-uWIHPmFeZk .icons-menu-main {
  display: flex;
}
.cid-uWIHPmFeZk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWIHPmFeZk .navbar-caption {
  color: #000000;
}
.cid-uWIHPmFeZk .mbr-text {
  color: #9c9c9c;
  text-align: center;
}
.cid-uWIHPmFeZk .mbr-section-subtitle,
.cid-uWIHPmFeZk .text_widget,
.cid-uWIHPmFeZk .mbr-section-btn {
  text-align: center;
}
.cid-uWIHPmFeZk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWIHPmFeZk .nav-link,
.cid-uWIHPmFeZk .dropdown-item {
  color: #000000;
}
.cid-uWIHPn1ECR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/1826742/assets/images/photo-1529408632839-a54952c49-h_mfiuxvxw.jpg");
}
.cid-uWIHPn1ECR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPn1ECR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWIHPn1ECR .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uWIHPn1ECR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uWIHPn1ECR .container {
    padding: 0 30px;
  }
}
.cid-uWIHPn1ECR .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uWIHPn1ECR .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-uWIHPncAWx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWIHPncAWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPncAWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPncAWx .container {
    padding: 0 30px;
  }
}
.cid-uWIHPncAWx .row {
  justify-content: center;
}
.cid-uWIHPncAWx .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-uWIHPncAWx .content-wrapper .mbr-text_2 {
  padding: 20px 0 20px 90px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPncAWx .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-uWIHPncAWx .mbr-text_1 {
  color: #000000;
}
.cid-uWIHPncAWx .mbr-text_2 {
  color: #000000;
}
.cid-uWIHPnoOav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIHPnoOav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPnoOav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPnoOav .container {
    padding: 0 30px;
  }
}
.cid-uWIHPnoOav .row {
  justify-content: center;
}
.cid-uWIHPnoOav .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uWIHPnoOav .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uWIHPnoOav .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #ffffff;
}
.cid-uWIHPnoOav .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWIHPnoOav .mbr-text {
  color: #FFFFFF;
}
.cid-uWIHPnzxHY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIHPnzxHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPnzxHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPnzxHY .container {
    padding: 0 30px;
  }
}
.cid-uWIHPnzxHY .row {
  justify-content: center;
}
.cid-uWIHPnzxHY .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPnzxHY .item {
    margin-bottom: 30px;
  }
}
.cid-uWIHPnzxHY .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPnzxHY .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIHPnzxHY .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIHPnzxHY .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIHPnzxHY .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIHPnK6fy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIHPnK6fy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPnK6fy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPnK6fy .container {
    padding: 0 30px;
  }
}
.cid-uWIHPnK6fy .row {
  justify-content: center;
}
.cid-uWIHPnK6fy .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPnK6fy .item {
    margin-bottom: 30px;
  }
}
.cid-uWIHPnK6fy .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPnK6fy .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIHPnK6fy .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIHPnK6fy .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIHPnK6fy .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIHPnWbet {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIHPnWbet .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPnWbet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPnWbet .container {
    padding: 0 30px;
  }
}
.cid-uWIHPnWbet .row {
  justify-content: center;
}
.cid-uWIHPnWbet .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPnWbet .item {
    margin-bottom: 30px;
  }
}
.cid-uWIHPnWbet .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPnWbet .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIHPnWbet .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIHPnWbet .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIHPnWbet .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIHPo7jba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIHPo7jba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPo7jba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPo7jba .container {
    padding: 0 30px;
  }
}
.cid-uWIHPo7jba .row {
  justify-content: center;
}
.cid-uWIHPo7jba .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPo7jba .item {
    margin-bottom: 30px;
  }
}
.cid-uWIHPo7jba .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPo7jba .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIHPo7jba .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIHPo7jba .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIHPo7jba .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIKQrpGis {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIKQrpGis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIKQrpGis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIKQrpGis .container {
    padding: 0 30px;
  }
}
.cid-uWIKQrpGis .row {
  justify-content: center;
}
.cid-uWIKQrpGis .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIKQrpGis .item {
    margin-bottom: 30px;
  }
}
.cid-uWIKQrpGis .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIKQrpGis .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIKQrpGis .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIKQrpGis .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIKQrpGis .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIHPojQdY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIHPojQdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPojQdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPojQdY .container {
    padding: 0 30px;
  }
}
.cid-uWIHPojQdY .row {
  justify-content: center;
}
.cid-uWIHPojQdY .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPojQdY .item {
    margin-bottom: 30px;
  }
}
.cid-uWIHPojQdY .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPojQdY .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIHPojQdY .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIHPojQdY .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIHPojQdY .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIHPovLuR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIHPovLuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPovLuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPovLuR .container {
    padding: 0 30px;
  }
}
.cid-uWIHPovLuR .row {
  justify-content: center;
}
.cid-uWIHPovLuR .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPovLuR .item {
    margin-bottom: 30px;
  }
}
.cid-uWIHPovLuR .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPovLuR .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIHPovLuR .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIHPovLuR .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIHPovLuR .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIHPoGp8C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200c02;
}
.cid-uWIHPoGp8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPoGp8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPoGp8C .container {
    padding: 0 30px;
  }
}
.cid-uWIHPoGp8C .row {
  justify-content: center;
}
.cid-uWIHPoGp8C .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPoGp8C .item {
    margin-bottom: 30px;
  }
}
.cid-uWIHPoGp8C .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPoGp8C .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uWIHPoGp8C .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWIHPoGp8C .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uWIHPoGp8C .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uWIHPpsxVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uWIHPpsxVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPpsxVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPpsxVS .container {
    padding: 0 30px;
  }
}
.cid-uWIHPpsxVS .row {
  justify-content: center;
}
.cid-uWIHPpsxVS .content-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uWIHPpsxVS .content-wrapper {
    padding: 0;
  }
}
.cid-uWIHPpsxVS .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin: 0;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uWIHPpsxVS .content-wrapper .mbr-section-title {
    padding: 0 0 30px;
  }
}
.cid-uWIHPpsxVS .content-wrapper .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWIHPpsxVS .content-wrapper .items {
    margin-top: 30px;
  }
}
.cid-uWIHPpsxVS .content-wrapper .items .item {
  margin: 0 60px 20px 0;
}
.cid-uWIHPpsxVS .content-wrapper .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-uWIHPpsxVS .content-wrapper .items .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uWIHPpsxVS .image-wrapper {
  height: 430px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uWIHPpsxVS .image-wrapper {
    height: 350px;
    margin-top: 25px;
  }
}
.cid-uWIHPpsxVS .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  object-fit: cover;
}
.cid-uWIHPpsxVS .item-menu-overlay .btn-wrapper {
  margin-top: -30%;
}
.cid-uWIHPpsxVS .mbr-section-title {
  color: #000000;
}
.cid-uWIHPpsxVS .card-title {
  color: #000000;
}
.cid-uWIHPpsxVS .card-desc {
  color: #000000;
}
.cid-uWIHPpGQOf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWIHPpGQOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIHPpGQOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPpGQOf .container {
    padding: 0 30px;
  }
}
.cid-uWIHPpGQOf .row {
  justify-content: center;
}
.cid-uWIHPpGQOf .card {
  justify-content: flex-end;
}
.cid-uWIHPpGQOf .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 90px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWIHPpGQOf .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWIHPpGQOf .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWIHPpGQOf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPpGQOf .content-wrapper .main-btn {
    margin-bottom: 30px;
  }
}
.cid-uWIHPpGQOf .content-wrapper .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWIHPpGQOf .list-wrapper {
    margin-top: 30px;
  }
}
.cid-uWIHPpGQOf .list-wrapper .btn {
  flex-direction: row-reverse;
  opacity: 0.6;
  padding: 0;
  min-width: auto;
  margin: 10px 0 10px 30px;
}
@media (max-width: 992px) {
  .cid-uWIHPpGQOf .list-wrapper .btn {
    margin: 10px 30px 10px 0;
  }
}
.cid-uWIHPpGQOf .list-wrapper .btn:hover,
.cid-uWIHPpGQOf .list-wrapper .btn:focus {
  opacity: 1;
  transform: scale(1);
}
.cid-uWIHPpGQOf .list-wrapper .btn:hover .mbr-iconfont,
.cid-uWIHPpGQOf .list-wrapper .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.cid-uWIHPpGQOf .list-wrapper .btn .mbr-iconfont {
  margin: 0 10px 0 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uWIHPpGQOf .copyright {
  margin: 10px 0;
  color: #000000;
  text-align: center;
}
.cid-uWIHPpGQOf .mbr-section-title {
  color: #000000;
}
.cid-uWIHPpGQOf .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWIHPpGQOf .mbr-section-btn {
    text-align: left;
  }
}
