body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 4rem;
  line-height: .89;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.53;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 200px;
}
.bg-primary {
  background-color: #990800 !important;
}
.bg-success {
  background-color: #f8f8f8 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #838b9c !important;
}
.bg-danger {
  background-color: #9d5578 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #990800 !important;
  border-color: #990800 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #420300 !important;
  border-color: #420300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #420300 !important;
  border-color: #420300 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #454545 !important;
  border-color: #454545 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #797979 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4d4d4d !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #797979 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #838b9c !important;
  border-color: #838b9c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #59606f !important;
  border-color: #59606f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #59606f !important;
  border-color: #59606f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9d5578 !important;
  border-color: #9d5578 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #65374d !important;
  border-color: #65374d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #65374d !important;
  border-color: #65374d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #990800;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #420300 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #990800 !important;
  border-color: #990800 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #454545;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a1a1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8f8f8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cdcdcd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #797979 !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #838b9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #59606f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #838b9c !important;
  border-color: #838b9c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d5578;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #65374d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9d5578 !important;
  border-color: #9d5578 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #990800 !important;
}
.text-secondary {
  color: #454545 !important;
}
.text-success {
  color: #f8f8f8 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #838b9c !important;
}
.text-danger {
  color: #9d5578 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #330300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #121212 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c5c5c5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #525967 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5b3145 !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: #990800;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #838b9c;
}
.alert-danger {
  background-color: #9d5578;
}
.mbr-gallery-filter li.active .btn {
  background-color: #990800;
  border-color: #990800;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #990800;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff261a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cacdd5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cea4b8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #990800 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #990800;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #990800;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #990800;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #990800;
  border-bottom-color: #990800;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #990800 !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: #454545 !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='%23990800' %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 {
  min-width: 148px;
  max-height: 55px;
  font-weight: 400;
  box-shadow: none;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #990800 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #990800;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #454545;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #f8f8f8;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #838b9c;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #9d5578;
}
.cid-uhNN9RHfF1 .navbar-dropdown {
  background: rgba(248, 248, 248, 0.2) !important;
  padding: 0;
}
.cid-uhNN9RHfF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(248, 248, 248, 0.2) !important;
  background: #f8f8f8;
}
.cid-uhNN9RHfF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhNN9RHfF1 .menu_box .navbar.opened,
  .cid-uhNN9RHfF1 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhNN9RHfF1 .navbar-dropdown {
  position: relative !important;
}
.cid-uhNN9RHfF1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhNN9RHfF1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhNN9RHfF1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhNN9RHfF1 .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhNN9RHfF1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhNN9RHfF1 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-uhNN9RHfF1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhNN9RHfF1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhNN9RHfF1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhNN9RHfF1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhNN9RHfF1 .offcanvas-body .mbr-text,
  .cid-uhNN9RHfF1 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhNN9RHfF1 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhNN9RHfF1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhNN9RHfF1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-uhNN9RHfF1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhNN9RHfF1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhNN9RHfF1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhNN9RHfF1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhNN9RHfF1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhNN9RHfF1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhNN9RHfF1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhNN9RHfF1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhNN9RHfF1 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;
  }
  .cid-uhNN9RHfF1 li.nav-item:hover {
    opacity: .8;
  }
  .cid-uhNN9RHfF1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhNN9RHfF1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhNN9RHfF1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhNN9RHfF1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uhNN9RHfF1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhNN9RHfF1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uhNN9RHfF1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhNN9RHfF1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhNN9RHfF1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhNN9RHfF1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhNN9RHfF1 .offcanvas_box {
    display: none;
  }
}
.cid-uhNN9RHfF1 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhNN9RHfF1 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhNN9RHfF1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhNN9RHfF1 .container {
  display: flex;
  margin: auto;
}
.cid-uhNN9RHfF1 .iconfont-wrapper {
  color: #181818;
  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-uhNN9RHfF1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhNN9RHfF1 .iconfont-wrapper:hover {
  color: #990800;
}
.cid-uhNN9RHfF1 .navbar-caption {
  color: #181818;
}
.cid-uhNN9RHfF1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhNN9RHfF1 .navbar-nav {
    margin: 0;
  }
}
.cid-uhNN9RHfF1 .dropdown-menu,
.cid-uhNN9RHfF1 .navbar.opened {
  background-color: true !important;
}
.cid-uhNN9RHfF1 .nav-item:focus,
.cid-uhNN9RHfF1 .nav-link:focus {
  outline: none;
}
.cid-uhNN9RHfF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhNN9RHfF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhNN9RHfF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhNN9RHfF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhNN9RHfF1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhNN9RHfF1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhNN9RHfF1 .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uhNN9RHfF1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhNN9RHfF1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhNN9RHfF1 .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uhNN9RHfF1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhNN9RHfF1 .navbar.collapsed {
  justify-content: center;
}
.cid-uhNN9RHfF1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhNN9RHfF1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhNN9RHfF1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhNN9RHfF1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhNN9RHfF1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhNN9RHfF1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhNN9RHfF1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhNN9RHfF1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhNN9RHfF1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhNN9RHfF1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhNN9RHfF1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhNN9RHfF1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhNN9RHfF1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhNN9RHfF1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhNN9RHfF1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhNN9RHfF1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhNN9RHfF1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhNN9RHfF1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhNN9RHfF1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhNN9RHfF1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhNN9RHfF1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhNN9RHfF1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhNN9RHfF1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhNN9RHfF1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhNN9RHfF1 .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-uhNN9RHfF1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhNN9RHfF1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhNN9RHfF1 .dropdown-item.active,
.cid-uhNN9RHfF1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhNN9RHfF1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhNN9RHfF1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhNN9RHfF1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhNN9RHfF1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhNN9RHfF1 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uhNN9RHfF1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhNN9RHfF1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-uhNN9RHfF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-uhNN9RHfF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhNN9RHfF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhNN9RHfF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhNN9RHfF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhNN9RHfF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhNN9RHfF1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhNN9RHfF1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhNN9RHfF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhNN9RHfF1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhNN9RHfF1 .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-uhNN9RHfF1 .navbar {
    height: 70px;
  }
  .cid-uhNN9RHfF1 .navbar.opened {
    height: auto;
  }
  .cid-uhNN9RHfF1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhNN9RHfF1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhNN9RHfF1 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhNN9RHfF1 .navbar-caption:hover {
  color: #990800;
}
.cid-uhNN9RHfF1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhNN9RHfF1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uhNN9RHfF1 .text_widget {
  color: #ffffff;
}
.cid-uhNN9RHfF1 .mbr-section-subtitle,
.cid-uhNN9RHfF1 .text_widget {
  text-align: left;
}
.cid-uhNN9RHfF1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-timbJNUiNA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-timbJNUiNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-timbJNUiNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-timbJNUiNA .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-timbJNUiNA .title-wrapper {
    padding: 0 12px;
  }
}
.cid-timbJNUiNA .person-container {
  margin-bottom: 64px;
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-timbJNUiNA .person-container {
    margin-bottom: 32px;
  }
}
.cid-timbJNUiNA .person-container .person-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-timbJNUiNA .person-container .person-wrapper img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-timbJNUiNA .person-container .person-wrapper .mbr-person {
  margin-bottom: 0;
}
.cid-timbJNUiNA .person-container .person-wrapper .mbr-person:hover {
  opacity: .7;
}
.cid-timbJNUiNA .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-timbJNUiNA .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-timbJNUiNA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-timbJNUiNA .title-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-timbJNUiNA .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-timbJNUiNA .links-container {
  padding: 0 1rem;
}
.cid-timbJNUiNA .links-container .links-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-timbJNUiNA .links-container .links-wrapper .mbr-links {
  margin-bottom: 0;
}
.cid-timbJNUiNA .links-container .links-wrapper .mbr-dot {
  margin: 0 10px;
}
.cid-timbJNUiNA .links-container .links-wrapper .mbr-iconfont {
  display: flex;
  width: 13px;
  font-size: 11px;
  margin-right: 5px;
}
.cid-timbJNUiNA .links-container .links-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-timbJNUiNA .mbr-section-title {
  color: #181818;
}
.cid-timbJNUiNA .mbr-person {
  color: #141414;
}
.cid-timbJNUiNA .mbr-links,
.cid-timbJNUiNA .mbr-dot,
.cid-timbJNUiNA .mbr-iconfont {
  color: #181818;
  text-align: left;
}
.cid-timbJNUiNA .mbr-section-title,
.cid-timbJNUiNA .mbr-section-btn,
.cid-timbJNUiNA .person-container,
.cid-timbJNUiNA .links-container {
  text-align: center;
  color: #990800;
}
.cid-timbJNUiNA .mbr-dot {
  color: #990800;
}
.cid-uhLgxLKvg0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uhLgxLKvg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLgxLKvg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLgxLKvg0 .row {
  justify-content: center;
}
.cid-uhLgxLKvg0 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhLgxLKvg0 .row {
    padding: 0 12px;
  }
}
.cid-uhLgxLKvg0 .item-wrap {
  z-index: 1;
}
.cid-uhLgxLKvg0 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhLhGuQojD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uhLhGuQojD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLhGuQojD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLhGuQojD .row {
  justify-content: center;
}
.cid-uhLhGuQojD .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhLhGuQojD .row {
    padding: 0 12px;
  }
}
.cid-uhLhGuQojD .item-wrap {
  z-index: 1;
}
.cid-uhLhGuQojD .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhLipuq77K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uhLipuq77K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLipuq77K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLipuq77K .row {
  justify-content: center;
}
.cid-uhLipuq77K .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhLipuq77K .row {
    padding: 0 12px;
  }
}
.cid-uhLipuq77K .item-wrap {
  z-index: 1;
}
.cid-uhLipuq77K .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhLjsvE2vP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uhLjsvE2vP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLjsvE2vP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLjsvE2vP .row {
  justify-content: center;
}
.cid-uhLjsvE2vP .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhLjsvE2vP .row {
    padding: 0 12px;
  }
}
.cid-uhLjsvE2vP .item-wrap {
  z-index: 1;
}
.cid-uhLjsvE2vP .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhLjsw2H6P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uhLjsw2H6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLjsw2H6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLjsw2H6P .row {
  justify-content: center;
}
.cid-uhLjsw2H6P .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhLjsw2H6P .row {
    padding: 0 12px;
  }
}
.cid-uhLjsw2H6P .item-wrap {
  z-index: 1;
}
.cid-uhLjsw2H6P .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhLkgTfDE3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uhLkgTfDE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLkgTfDE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLkgTfDE3 .row {
  justify-content: center;
}
.cid-uhLkgTfDE3 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhLkgTfDE3 .row {
    padding: 0 12px;
  }
}
.cid-uhLkgTfDE3 .item-wrap {
  z-index: 1;
}
.cid-uhLkgTfDE3 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhLkgTCP9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uhLkgTCP9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLkgTCP9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLkgTCP9i .row {
  justify-content: center;
}
.cid-uhLkgTCP9i .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhLkgTCP9i .row {
    padding: 0 12px;
  }
}
.cid-uhLkgTCP9i .item-wrap {
  z-index: 1;
}
.cid-uhLkgTCP9i .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhLkGwc4gz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uhLkGwc4gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLkGwc4gz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLkGwc4gz .row {
  justify-content: center;
}
.cid-uhLkGwc4gz .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhLkGwc4gz .row {
    padding: 0 12px;
  }
}
.cid-uhLkGwc4gz .item-wrap {
  z-index: 1;
}
.cid-uhLkGwc4gz .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhLkTf9Upx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uhLkTf9Upx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLkTf9Upx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLkTf9Upx .row {
  justify-content: center;
}
.cid-uhLkTf9Upx .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhLkTf9Upx .row {
    padding: 0 12px;
  }
}
.cid-uhLkTf9Upx .item-wrap {
  z-index: 1;
}
.cid-uhLkTf9Upx .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhLqDaarad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhLqDaarad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLqDaarad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLqDaarad .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhLqDaarad .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLqDaarad .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhLqDaarad .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhLqDaarad .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhLqDaarad .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLqDaarad .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhLqDaarad .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhLqDaarad .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLqDaarad .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhLqDaarad .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhLqDaarad .mbr-section-title {
  color: #000000;
}
.cid-uhLqDaarad .mbr-desc {
  color: #000000;
}
.cid-uhLqDaarad .mbr-text {
  color: #000000;
}
.cid-uhLwDxvIrD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhLwDxvIrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLwDxvIrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLwDxvIrD .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhLwDxvIrD .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLwDxvIrD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhLwDxvIrD .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhLwDxvIrD .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhLwDxvIrD .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLwDxvIrD .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhLwDxvIrD .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhLwDxvIrD .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLwDxvIrD .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhLwDxvIrD .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhLwDxvIrD .mbr-section-title {
  color: #000000;
}
.cid-uhLwDxvIrD .mbr-desc {
  color: #000000;
}
.cid-uhLwDxvIrD .mbr-text {
  color: #000000;
}
.cid-uhLA3lv9Ss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhLA3lv9Ss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLA3lv9Ss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLA3lv9Ss .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhLA3lv9Ss .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLA3lv9Ss .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhLA3lv9Ss .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhLA3lv9Ss .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhLA3lv9Ss .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLA3lv9Ss .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhLA3lv9Ss .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhLA3lv9Ss .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLA3lv9Ss .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhLA3lv9Ss .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhLA3lv9Ss .mbr-section-title {
  color: #000000;
}
.cid-uhLA3lv9Ss .mbr-desc {
  color: #000000;
}
.cid-uhLA3lv9Ss .mbr-text {
  color: #000000;
}
.cid-uhLBAgclFw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhLBAgclFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLBAgclFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLBAgclFw .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhLBAgclFw .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLBAgclFw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhLBAgclFw .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhLBAgclFw .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhLBAgclFw .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLBAgclFw .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhLBAgclFw .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhLBAgclFw .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLBAgclFw .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhLBAgclFw .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhLBAgclFw .mbr-section-title {
  color: #000000;
}
.cid-uhLBAgclFw .mbr-desc {
  color: #000000;
}
.cid-uhLBAgclFw .mbr-text {
  color: #000000;
}
.cid-uhMLSJ85DL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhMLSJ85DL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhMLSJ85DL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhMLSJ85DL .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhMLSJ85DL .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMLSJ85DL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhMLSJ85DL .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhMLSJ85DL .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhMLSJ85DL .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMLSJ85DL .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhMLSJ85DL .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhMLSJ85DL .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMLSJ85DL .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhMLSJ85DL .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhMLSJ85DL .mbr-section-title {
  color: #000000;
}
.cid-uhMLSJ85DL .mbr-desc {
  color: #000000;
}
.cid-uhMLSJ85DL .mbr-text {
  color: #000000;
}
.cid-uhNTJrzDLe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhNTJrzDLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhNTJrzDLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhNTJrzDLe .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhNTJrzDLe .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNTJrzDLe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhNTJrzDLe .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhNTJrzDLe .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhNTJrzDLe .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNTJrzDLe .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhNTJrzDLe .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhNTJrzDLe .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNTJrzDLe .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhNTJrzDLe .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhNTJrzDLe .mbr-section-title {
  color: #000000;
}
.cid-uhNTJrzDLe .mbr-desc {
  color: #000000;
}
.cid-uhNTJrzDLe .mbr-text {
  color: #000000;
}
.cid-uhNVSB7zzM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhNVSB7zzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhNVSB7zzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhNVSB7zzM .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhNVSB7zzM .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNVSB7zzM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhNVSB7zzM .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhNVSB7zzM .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhNVSB7zzM .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNVSB7zzM .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhNVSB7zzM .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhNVSB7zzM .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNVSB7zzM .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhNVSB7zzM .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhNVSB7zzM .mbr-section-title {
  color: #000000;
}
.cid-uhNVSB7zzM .mbr-desc {
  color: #000000;
}
.cid-uhNVSB7zzM .mbr-text {
  color: #000000;
}
.cid-uhNVSB7zzM .mbr-text,
.cid-uhNVSB7zzM .mbr-section-btn {
  text-align: left;
}
.cid-uhNZOTk4yk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhNZOTk4yk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhNZOTk4yk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhNZOTk4yk .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhNZOTk4yk .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNZOTk4yk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhNZOTk4yk .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhNZOTk4yk .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhNZOTk4yk .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNZOTk4yk .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhNZOTk4yk .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhNZOTk4yk .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNZOTk4yk .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhNZOTk4yk .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhNZOTk4yk .mbr-section-title {
  color: #000000;
}
.cid-uhNZOTk4yk .mbr-desc {
  color: #000000;
}
.cid-uhNZOTk4yk .mbr-text {
  color: #000000;
}
.cid-uhO5B2ogae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhO5B2ogae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhO5B2ogae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhO5B2ogae .row {
  justify-content: center;
}
.cid-uhO5B2ogae .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-uhO5B2ogae .row {
    padding: 0 19px;
  }
}
.cid-uhO5B2ogae .item {
  padding: 0 5px !important;
}
.cid-uhO5B2ogae .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhO5B2ogae .item-wrap {
    padding: 0 5px;
  }
}
.cid-uhO5B2ogae .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-uhO5B2ogae .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhO5B2ogae .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhO5B2ogae .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-uhO5B2ogae .link-wrapper:hover .mbr-link {
  color: #d9d9d9;
}
@media (max-width: 992px) {
  .cid-uhO5B2ogae .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhO5B2ogae .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uhO5B2ogae .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uhO5B2ogae .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-uhO5B2ogae .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-uhO5B2ogae .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-uhO5B2ogae .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-uhO5B2ogae .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-uhO5B2ogae .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uhO5B2ogae .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-uhO5B2ogae .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uhO5B2ogae .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-uhO5B2ogae .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-uhO5B2ogae .mbr-like {
  color: #181818;
}
.cid-uhO5B2ogae .mbr-comment,
.cid-uhO5B2ogae .mbr-iconfont {
  color: #181818;
}
.cid-uhO5B2ogae .mbr-text {
  color: #181818;
}
.cid-uhO5B2ogae .mbr-text,
.cid-uhO5B2ogae .icon-container {
  text-align: left;
}
#custom-html-1x {
  /* Type valid CSS here */
}
#custom-html-1x div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1x p {
  font-size: 60px;
  color: #777;
}
#custom-html-1b {
  /* Type valid CSS here */
}
#custom-html-1b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1b p {
  font-size: 60px;
  color: #777;
}
.cid-uhOhKd4v7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhOhKd4v7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhOhKd4v7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhOhKd4v7u .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhOhKd4v7u .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOhKd4v7u .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhOhKd4v7u .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhOhKd4v7u .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhOhKd4v7u .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOhKd4v7u .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhOhKd4v7u .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhOhKd4v7u .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOhKd4v7u .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhOhKd4v7u .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhOhKd4v7u .mbr-section-title {
  color: #000000;
}
.cid-uhOhKd4v7u .mbr-desc {
  color: #000000;
}
.cid-uhOhKd4v7u .mbr-text {
  color: #000000;
}
.cid-uhOhKd4v7u .mbr-text,
.cid-uhOhKd4v7u .mbr-section-btn {
  text-align: left;
}
.cid-uhOipQIQK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhOipQIQK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhOipQIQK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhOipQIQK5 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhOipQIQK5 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOipQIQK5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhOipQIQK5 .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhOipQIQK5 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhOipQIQK5 .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOipQIQK5 .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhOipQIQK5 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhOipQIQK5 .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOipQIQK5 .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhOipQIQK5 .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhOipQIQK5 .mbr-section-title {
  color: #000000;
}
.cid-uhOipQIQK5 .mbr-desc {
  color: #000000;
}
.cid-uhOipQIQK5 .mbr-text {
  color: #000000;
}
.cid-uhOipQIQK5 .mbr-text,
.cid-uhOipQIQK5 .mbr-section-btn {
  text-align: left;
}
.cid-uhOj5sNjcc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhOj5sNjcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhOj5sNjcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhOj5sNjcc .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhOj5sNjcc .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOj5sNjcc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhOj5sNjcc .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhOj5sNjcc .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhOj5sNjcc .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOj5sNjcc .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhOj5sNjcc .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhOj5sNjcc .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOj5sNjcc .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhOj5sNjcc .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhOj5sNjcc .mbr-section-title {
  color: #000000;
}
.cid-uhOj5sNjcc .mbr-desc {
  color: #000000;
}
.cid-uhOj5sNjcc .mbr-text {
  color: #000000;
}
.cid-uhOj5sNjcc .mbr-text,
.cid-uhOj5sNjcc .mbr-section-btn {
  text-align: left;
}
.cid-uhOjG2rMsY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhOjG2rMsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhOjG2rMsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhOjG2rMsY .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhOjG2rMsY .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOjG2rMsY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhOjG2rMsY .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhOjG2rMsY .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhOjG2rMsY .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOjG2rMsY .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhOjG2rMsY .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhOjG2rMsY .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOjG2rMsY .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhOjG2rMsY .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhOjG2rMsY .mbr-section-title {
  color: #000000;
}
.cid-uhOjG2rMsY .mbr-desc {
  color: #000000;
}
.cid-uhOjG2rMsY .mbr-text {
  color: #000000;
}
.cid-uhOjG2rMsY .mbr-text,
.cid-uhOjG2rMsY .mbr-section-btn {
  text-align: left;
}
.cid-uhOkzBvpkZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhOkzBvpkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhOkzBvpkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhOkzBvpkZ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhOkzBvpkZ .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOkzBvpkZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhOkzBvpkZ .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhOkzBvpkZ .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhOkzBvpkZ .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOkzBvpkZ .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhOkzBvpkZ .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhOkzBvpkZ .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhOkzBvpkZ .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhOkzBvpkZ .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhOkzBvpkZ .mbr-section-title {
  color: #000000;
}
.cid-uhOkzBvpkZ .mbr-desc {
  color: #000000;
}
.cid-uhOkzBvpkZ .mbr-text {
  color: #000000;
}
.cid-uhOkzBvpkZ .mbr-text,
.cid-uhOkzBvpkZ .mbr-section-btn {
  text-align: left;
}
.cid-uhRfhINRNz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhRfhINRNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRfhINRNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhRfhINRNz .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhRfhINRNz .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhRfhINRNz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhRfhINRNz .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhRfhINRNz .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhRfhINRNz .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhRfhINRNz .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhRfhINRNz .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhRfhINRNz .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhRfhINRNz .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhRfhINRNz .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhRfhINRNz .mbr-section-title {
  color: #000000;
}
.cid-uhRfhINRNz .mbr-desc {
  color: #000000;
}
.cid-uhRfhINRNz .mbr-text {
  color: #000000;
}
.cid-uhMUQPQjKW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhMUQPQjKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhMUQPQjKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhMUQPQjKW .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhMUQPQjKW .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMUQPQjKW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhMUQPQjKW .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhMUQPQjKW .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhMUQPQjKW .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMUQPQjKW .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhMUQPQjKW .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhMUQPQjKW .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMUQPQjKW .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhMUQPQjKW .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhMUQPQjKW .mbr-section-title {
  color: #000000;
}
.cid-uhMUQPQjKW .mbr-desc {
  color: #000000;
}
.cid-uhMUQPQjKW .mbr-text {
  color: #000000;
}
.cid-uhNQ4oY0K3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhNQ4oY0K3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhNQ4oY0K3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhNQ4oY0K3 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhNQ4oY0K3 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNQ4oY0K3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhNQ4oY0K3 .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhNQ4oY0K3 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhNQ4oY0K3 .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNQ4oY0K3 .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhNQ4oY0K3 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhNQ4oY0K3 .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhNQ4oY0K3 .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhNQ4oY0K3 .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhNQ4oY0K3 .mbr-section-title {
  color: #000000;
}
.cid-uhNQ4oY0K3 .mbr-desc {
  color: #000000;
}
.cid-uhNQ4oY0K3 .mbr-text {
  color: #000000;
}
.cid-uhNQ4oY0K3 .mbr-text,
.cid-uhNQ4oY0K3 .mbr-section-btn {
  text-align: left;
}
.cid-uhMXi8kIVd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhMXi8kIVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhMXi8kIVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhMXi8kIVd .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhMXi8kIVd .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMXi8kIVd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhMXi8kIVd .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhMXi8kIVd .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhMXi8kIVd .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMXi8kIVd .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhMXi8kIVd .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhMXi8kIVd .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMXi8kIVd .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhMXi8kIVd .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhMXi8kIVd .mbr-section-title {
  color: #000000;
}
.cid-uhMXi8kIVd .mbr-desc {
  color: #000000;
}
.cid-uhMXi8kIVd .mbr-text {
  color: #000000;
}
.cid-uhMrXHdpEr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhMrXHdpEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhMrXHdpEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhMrXHdpEr .row {
  justify-content: center;
}
.cid-uhMrXHdpEr .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-uhMrXHdpEr .row {
    padding: 0 19px;
  }
}
.cid-uhMrXHdpEr .item {
  padding: 0 5px !important;
}
.cid-uhMrXHdpEr .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhMrXHdpEr .item-wrap {
    padding: 0 5px;
  }
}
.cid-uhMrXHdpEr .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-uhMrXHdpEr .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhMrXHdpEr .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhMrXHdpEr .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-uhMrXHdpEr .link-wrapper:hover .mbr-link {
  color: #d9d9d9;
}
@media (max-width: 992px) {
  .cid-uhMrXHdpEr .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhMrXHdpEr .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uhMrXHdpEr .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uhMrXHdpEr .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-uhMrXHdpEr .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-uhMrXHdpEr .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-uhMrXHdpEr .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-uhMrXHdpEr .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-uhMrXHdpEr .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uhMrXHdpEr .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-uhMrXHdpEr .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uhMrXHdpEr .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-uhMrXHdpEr .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-uhMrXHdpEr .mbr-like {
  color: #181818;
}
.cid-uhMrXHdpEr .mbr-comment,
.cid-uhMrXHdpEr .mbr-iconfont {
  color: #181818;
}
.cid-uhMrXHdpEr .mbr-text {
  color: #181818;
}
.cid-uhMrXHdpEr .mbr-text,
.cid-uhMrXHdpEr .icon-container {
  text-align: left;
}
.cid-uhMzKordaU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhMzKordaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhMzKordaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhMzKordaU .row {
  justify-content: center;
}
.cid-uhMzKordaU .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-uhMzKordaU .row {
    padding: 0 19px;
  }
}
.cid-uhMzKordaU .item {
  padding: 0 5px !important;
}
.cid-uhMzKordaU .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhMzKordaU .item-wrap {
    padding: 0 5px;
  }
}
.cid-uhMzKordaU .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-uhMzKordaU .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-uhMzKordaU .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhMzKordaU .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-uhMzKordaU .link-wrapper:hover .mbr-link {
  color: #d9d9d9;
}
@media (max-width: 992px) {
  .cid-uhMzKordaU .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhMzKordaU .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uhMzKordaU .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uhMzKordaU .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-uhMzKordaU .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-uhMzKordaU .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-uhMzKordaU .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-uhMzKordaU .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-uhMzKordaU .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uhMzKordaU .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-uhMzKordaU .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uhMzKordaU .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-uhMzKordaU .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-uhMzKordaU .mbr-like {
  color: #181818;
}
.cid-uhMzKordaU .mbr-comment,
.cid-uhMzKordaU .mbr-iconfont {
  color: #181818;
}
.cid-uhMzKordaU .mbr-text {
  color: #181818;
}
.cid-uhMzKordaU .mbr-text,
.cid-uhMzKordaU .icon-container {
  text-align: center;
}
.cid-uhMSV3120j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhMSV3120j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhMSV3120j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhMSV3120j .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhMSV3120j .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMSV3120j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhMSV3120j .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhMSV3120j .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhMSV3120j .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMSV3120j .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhMSV3120j .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhMSV3120j .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhMSV3120j .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhMSV3120j .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhMSV3120j .mbr-section-title {
  color: #000000;
}
.cid-uhMSV3120j .mbr-desc {
  color: #000000;
}
.cid-uhMSV3120j .mbr-text {
  color: #000000;
}
.cid-uhNKnC4VhT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhNKnC4VhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhNKnC4VhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhNKnC4VhT .row {
  justify-content: center;
}
.cid-uhNKnC4VhT .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-uhNKnC4VhT .row {
    padding: 0 19px;
  }
}
.cid-uhNKnC4VhT .item {
  padding: 0 5px !important;
}
.cid-uhNKnC4VhT .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhNKnC4VhT .item-wrap {
    padding: 0 5px;
  }
}
.cid-uhNKnC4VhT .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-uhNKnC4VhT .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhNKnC4VhT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhNKnC4VhT .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-uhNKnC4VhT .link-wrapper:hover .mbr-link {
  color: #d9d9d9;
}
@media (max-width: 992px) {
  .cid-uhNKnC4VhT .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhNKnC4VhT .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uhNKnC4VhT .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uhNKnC4VhT .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-uhNKnC4VhT .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-uhNKnC4VhT .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-uhNKnC4VhT .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-uhNKnC4VhT .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-uhNKnC4VhT .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uhNKnC4VhT .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-uhNKnC4VhT .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uhNKnC4VhT .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-uhNKnC4VhT .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-uhNKnC4VhT .mbr-like {
  color: #181818;
}
.cid-uhNKnC4VhT .mbr-comment,
.cid-uhNKnC4VhT .mbr-iconfont {
  color: #181818;
}
.cid-uhNKnC4VhT .mbr-text {
  color: #181818;
}
.cid-uhNKnC4VhT .mbr-text,
.cid-uhNKnC4VhT .icon-container {
  text-align: center;
}
.cid-uhO2bZUmGJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhO2bZUmGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhO2bZUmGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhO2bZUmGJ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhO2bZUmGJ .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhO2bZUmGJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhO2bZUmGJ .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhO2bZUmGJ .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhO2bZUmGJ .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhO2bZUmGJ .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhO2bZUmGJ .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhO2bZUmGJ .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhO2bZUmGJ .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhO2bZUmGJ .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhO2bZUmGJ .mbr-section-title {
  color: #000000;
}
.cid-uhO2bZUmGJ .mbr-desc {
  color: #000000;
}
.cid-uhO2bZUmGJ .mbr-text {
  color: #000000;
}
.cid-uhSGaEZ8JL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhSGaEZ8JL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhSGaEZ8JL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhSGaEZ8JL .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhSGaEZ8JL .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhSGaEZ8JL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhSGaEZ8JL .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhSGaEZ8JL .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhSGaEZ8JL .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhSGaEZ8JL .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhSGaEZ8JL .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhSGaEZ8JL .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhSGaEZ8JL .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhSGaEZ8JL .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhSGaEZ8JL .mbr-section-title {
  color: #000000;
}
.cid-uhSGaEZ8JL .mbr-desc {
  color: #000000;
}
.cid-uhSGaEZ8JL .mbr-text {
  color: #000000;
}
.cid-uhSGaEZ8JL .mbr-text,
.cid-uhSGaEZ8JL .mbr-section-btn {
  text-align: left;
}
.cid-ui5F4P4qAa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ui5F4P4qAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui5F4P4qAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui5F4P4qAa .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ui5F4P4qAa .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ui5F4P4qAa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ui5F4P4qAa .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-ui5F4P4qAa .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ui5F4P4qAa .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ui5F4P4qAa .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-ui5F4P4qAa .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-ui5F4P4qAa .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ui5F4P4qAa .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ui5F4P4qAa .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-ui5F4P4qAa .mbr-section-title {
  color: #000000;
}
.cid-ui5F4P4qAa .mbr-desc {
  color: #000000;
}
.cid-ui5F4P4qAa .mbr-text {
  color: #000000;
}
.cid-uhLyVW9exq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhLyVW9exq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLyVW9exq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLyVW9exq .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhLyVW9exq .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLyVW9exq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhLyVW9exq .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uhLyVW9exq .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhLyVW9exq .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLyVW9exq .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhLyVW9exq .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uhLyVW9exq .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhLyVW9exq .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhLyVW9exq .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhLyVW9exq .mbr-section-title {
  color: #000000;
}
.cid-uhLyVW9exq .mbr-desc {
  color: #000000;
}
.cid-uhLyVW9exq .mbr-text {
  color: #000000;
}
.cid-uibhihhbC1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uibhihhbC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibhihhbC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibhihhbC1 .row {
  justify-content: center;
}
.cid-uibhihhbC1 .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-uibhihhbC1 .row {
    padding: 0 19px;
  }
}
.cid-uibhihhbC1 .item {
  padding: 0 5px !important;
}
.cid-uibhihhbC1 .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uibhihhbC1 .item-wrap {
    padding: 0 5px;
  }
}
.cid-uibhihhbC1 .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-uibhihhbC1 .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uibhihhbC1 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uibhihhbC1 .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-uibhihhbC1 .link-wrapper:hover .mbr-link {
  color: #d9d9d9;
}
@media (max-width: 992px) {
  .cid-uibhihhbC1 .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uibhihhbC1 .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uibhihhbC1 .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uibhihhbC1 .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-uibhihhbC1 .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-uibhihhbC1 .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-uibhihhbC1 .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-uibhihhbC1 .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-uibhihhbC1 .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uibhihhbC1 .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-uibhihhbC1 .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uibhihhbC1 .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-uibhihhbC1 .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-uibhihhbC1 .mbr-like {
  color: #181818;
}
.cid-uibhihhbC1 .mbr-comment,
.cid-uibhihhbC1 .mbr-iconfont {
  color: #181818;
}
.cid-uibhihhbC1 .mbr-text {
  color: #181818;
}
.cid-uibhihhbC1 .mbr-text,
.cid-uibhihhbC1 .icon-container {
  text-align: left;
}
.cid-uibnQA8Zdm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uibnQA8Zdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibnQA8Zdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibnQA8Zdm .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uibnQA8Zdm .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uibnQA8Zdm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uibnQA8Zdm .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uibnQA8Zdm .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uibnQA8Zdm .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uibnQA8Zdm .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uibnQA8Zdm .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uibnQA8Zdm .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uibnQA8Zdm .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uibnQA8Zdm .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uibnQA8Zdm .mbr-section-title {
  color: #000000;
}
.cid-uibnQA8Zdm .mbr-desc {
  color: #000000;
}
.cid-uibnQA8Zdm .mbr-text {
  color: #000000;
}
.cid-uibnQA8Zdm .mbr-text,
.cid-uibnQA8Zdm .mbr-section-btn {
  text-align: left;
}
.cid-uibqxWcAuT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibqxWcAuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibqxWcAuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibqxWcAuT .row {
  justify-content: center;
}
.cid-uibqxWcAuT .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibqxWcAuT .row {
    padding: 0 12px;
  }
}
.cid-uibqxWcAuT .item-wrap {
  z-index: 1;
}
.cid-uibqxWcAuT .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibqyA7t9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibqyA7t9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibqyA7t9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibqyA7t9k .row {
  justify-content: center;
}
.cid-uibqyA7t9k .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibqyA7t9k .row {
    padding: 0 12px;
  }
}
.cid-uibqyA7t9k .item-wrap {
  z-index: 1;
}
.cid-uibqyA7t9k .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibqyfQT2b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibqyfQT2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibqyfQT2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibqyfQT2b .row {
  justify-content: center;
}
.cid-uibqyfQT2b .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibqyfQT2b .row {
    padding: 0 12px;
  }
}
.cid-uibqyfQT2b .item-wrap {
  z-index: 1;
}
.cid-uibqyfQT2b .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibqyQcXWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibqyQcXWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibqyQcXWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibqyQcXWj .row {
  justify-content: center;
}
.cid-uibqyQcXWj .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibqyQcXWj .row {
    padding: 0 12px;
  }
}
.cid-uibqyQcXWj .item-wrap {
  z-index: 1;
}
.cid-uibqyQcXWj .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibscg9Uyq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibscg9Uyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibscg9Uyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibscg9Uyq .row {
  justify-content: center;
}
.cid-uibscg9Uyq .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibscg9Uyq .row {
    padding: 0 12px;
  }
}
.cid-uibscg9Uyq .item-wrap {
  z-index: 1;
}
.cid-uibscg9Uyq .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibrTzxKZB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibrTzxKZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibrTzxKZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibrTzxKZB .row {
  justify-content: center;
}
.cid-uibrTzxKZB .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibrTzxKZB .row {
    padding: 0 12px;
  }
}
.cid-uibrTzxKZB .item-wrap {
  z-index: 1;
}
.cid-uibrTzxKZB .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibrTsv5v1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibrTsv5v1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibrTsv5v1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibrTsv5v1 .row {
  justify-content: center;
}
.cid-uibrTsv5v1 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibrTsv5v1 .row {
    padding: 0 12px;
  }
}
.cid-uibrTsv5v1 .item-wrap {
  z-index: 1;
}
.cid-uibrTsv5v1 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibzVPGMgp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibzVPGMgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibzVPGMgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibzVPGMgp .row {
  justify-content: center;
}
.cid-uibzVPGMgp .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibzVPGMgp .row {
    padding: 0 12px;
  }
}
.cid-uibzVPGMgp .item-wrap {
  z-index: 1;
}
.cid-uibzVPGMgp .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibzVQ5y7N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibzVQ5y7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibzVQ5y7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibzVQ5y7N .row {
  justify-content: center;
}
.cid-uibzVQ5y7N .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibzVQ5y7N .row {
    padding: 0 12px;
  }
}
.cid-uibzVQ5y7N .item-wrap {
  z-index: 1;
}
.cid-uibzVQ5y7N .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibzVQpLjJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibzVQpLjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibzVQpLjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibzVQpLjJ .row {
  justify-content: center;
}
.cid-uibzVQpLjJ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibzVQpLjJ .row {
    padding: 0 12px;
  }
}
.cid-uibzVQpLjJ .item-wrap {
  z-index: 1;
}
.cid-uibzVQpLjJ .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibu690Whq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uibu690Whq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibu690Whq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibu690Whq .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uibu690Whq .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uibu690Whq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uibu690Whq .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uibu690Whq .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uibu690Whq .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uibu690Whq .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uibu690Whq .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uibu690Whq .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uibu690Whq .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uibu690Whq .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uibu690Whq .mbr-section-title {
  color: #000000;
}
.cid-uibu690Whq .mbr-desc {
  color: #000000;
}
.cid-uibu690Whq .mbr-text {
  color: #000000;
}
.cid-uibu690Whq .mbr-text,
.cid-uibu690Whq .mbr-section-btn {
  text-align: left;
}
.cid-uibIJR8jpI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibIJR8jpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibIJR8jpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibIJR8jpI .row {
  justify-content: center;
}
.cid-uibIJR8jpI .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibIJR8jpI .row {
    padding: 0 12px;
  }
}
.cid-uibIJR8jpI .item-wrap {
  z-index: 1;
}
.cid-uibIJR8jpI .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibIJQcqtQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibIJQcqtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibIJQcqtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibIJQcqtQ .row {
  justify-content: center;
}
.cid-uibIJQcqtQ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibIJQcqtQ .row {
    padding: 0 12px;
  }
}
.cid-uibIJQcqtQ .item-wrap {
  z-index: 1;
}
.cid-uibIJQcqtQ .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibIJQBgz1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibIJQBgz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibIJQBgz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibIJQBgz1 .row {
  justify-content: center;
}
.cid-uibIJQBgz1 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibIJQBgz1 .row {
    padding: 0 12px;
  }
}
.cid-uibIJQBgz1 .item-wrap {
  z-index: 1;
}
.cid-uibIJQBgz1 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibIJQUvYT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibIJQUvYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibIJQUvYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibIJQUvYT .row {
  justify-content: center;
}
.cid-uibIJQUvYT .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibIJQUvYT .row {
    padding: 0 12px;
  }
}
.cid-uibIJQUvYT .item-wrap {
  z-index: 1;
}
.cid-uibIJQUvYT .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uibIJRkjkf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uibIJRkjkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uibIJRkjkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uibIJRkjkf .row {
  justify-content: center;
}
.cid-uibIJRkjkf .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uibIJRkjkf .row {
    padding: 0 12px;
  }
}
.cid-uibIJRkjkf .item-wrap {
  z-index: 1;
}
.cid-uibIJRkjkf .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
