body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'os-regular';
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'os-regular';
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'os-regular';
  font-size: 0.7rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'os-regular';
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'os-regular';
  font-size: 0.8rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #878787 !important;
}
.bg-success {
  background-color: #cccccc !important;
}
.bg-info {
  background-color: #b7b6b6 !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #535252 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #878787 !important;
  border-color: #878787 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #878787 !important;
  border-color: #878787 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #535252 !important;
  border-color: #535252 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #2d2c2c !important;
  border-color: #2d2c2c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2d2c2c !important;
  border-color: #2d2c2c !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #545454 !important;
  color: #545454 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #878787 !important;
  border-color: #878787 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #878787 !important;
  border-color: #878787 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #545454 !important;
  color: #545454 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #878787 !important;
  border-color: #878787 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #878787 !important;
  border-color: #878787 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #999999 !important;
  color: #999999 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #201f1f !important;
  color: #201f1f !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #535252 !important;
  border-color: #535252 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #535252 !important;
  border-color: #535252 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #878787 !important;
}
.text-secondary {
  color: #878787 !important;
}
.text-success {
  color: #cccccc !important;
}
.text-info {
  color: #b7b6b6 !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #535252 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #545454 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545454 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #999999 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #848383 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #201f1f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b7b6b6;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #535252;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #878787;
  border-color: #878787;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #878787;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c7c7c7;
}
.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: #f6f6f6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c6c5c5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'os-regular';
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #878787;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #878787;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #878787;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #878787;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #878787;
  border-bottom-color: #878787;
}
.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: #878787 !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: #878787 !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%;
}
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='%23878787' %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;
}
.cid-un7shDN3WW .nav-item:focus,
.cid-un7shDN3WW .nav-link:focus {
  outline: none;
}
.cid-un7shDN3WW a.nav-link:focus {
  color: #878787 !important;
}
.cid-un7shDN3WW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-un7shDN3WW .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-un7shDN3WW .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-un7shDN3WW .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-un7shDN3WW .navbar.collapsed {
  flex-direction: row!important;
}
.cid-un7shDN3WW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un7shDN3WW .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-un7shDN3WW .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-un7shDN3WW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-un7shDN3WW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un7shDN3WW .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-un7shDN3WW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un7shDN3WW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-un7shDN3WW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un7shDN3WW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-un7shDN3WW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un7shDN3WW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un7shDN3WW .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-un7shDN3WW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-un7shDN3WW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un7shDN3WW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un7shDN3WW .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-un7shDN3WW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-un7shDN3WW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un7shDN3WW .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-un7shDN3WW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-un7shDN3WW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-un7shDN3WW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-un7shDN3WW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-un7shDN3WW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-un7shDN3WW .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un7shDN3WW .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-un7shDN3WW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-un7shDN3WW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un7shDN3WW .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-un7shDN3WW .dropdown-item.active,
.cid-un7shDN3WW .dropdown-item:active {
  background-color: transparent;
}
.cid-un7shDN3WW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un7shDN3WW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un7shDN3WW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un7shDN3WW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-un7shDN3WW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-un7shDN3WW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un7shDN3WW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-un7shDN3WW .navbar-buttons {
  text-align: center;
}
.cid-un7shDN3WW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-un7shDN3WW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-un7shDN3WW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un7shDN3WW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un7shDN3WW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un7shDN3WW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un7shDN3WW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un7shDN3WW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un7shDN3WW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un7shDN3WW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un7shDN3WW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-un7shDN3WW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-un7shDN3WW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un7shDN3WW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-un7shDN3WW .icons-menu span {
  font-size: 20px;
  color: #878787;
}
.cid-un7shDN3WW .nav-link:hover,
.cid-un7shDN3WW .icons-menu .mbr-iconfont:hover {
  color: #878787 !important;
}
.cid-un7shDN3WW .dropdown-item:hover {
  color: #878787 !important;
}
.cid-un7shDN3WW .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #878787;
  transition: width 0.3s ease-in;
}
.cid-un7shDN3WW .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-un7shDN3WW .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-un7shDN3WW .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-un7shDN3WW .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-un7shDN3WW .dropdown-menu {
    top: 100%;
  }
  .cid-un7shDN3WW .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-un7shDN3WW .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-un7shDN3WW .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-un7shDN3WW .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uobhSkQTTQ {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/g4-22intro14.jpg");
}
.cid-uobhSkQTTQ .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-uobhSkQTTQ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uobhSkQTTQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uobhSkQTTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobhSkQTTQ .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: center;
  top: 0;
}
.cid-uobhSkQTTQ .mbr-text,
.cid-uobhSkQTTQ .mbr-section-btn {
  text-align: right;
  color: #d8d7d7;
}
.cid-uobhSkQTTQ .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-uobhSkQTTQ .mbr-section-title P {
  text-align: right;
}
.cid-un7yZOchHH .nav-item:focus,
.cid-un7yZOchHH .nav-link:focus {
  outline: none;
}
.cid-un7yZOchHH a.nav-link:focus {
  color: #878787 !important;
}
.cid-un7yZOchHH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-un7yZOchHH .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-un7yZOchHH .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-un7yZOchHH .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-un7yZOchHH .navbar.collapsed {
  flex-direction: row!important;
}
.cid-un7yZOchHH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un7yZOchHH .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-un7yZOchHH .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-un7yZOchHH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-un7yZOchHH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un7yZOchHH .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-un7yZOchHH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un7yZOchHH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-un7yZOchHH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un7yZOchHH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-un7yZOchHH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un7yZOchHH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un7yZOchHH .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-un7yZOchHH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-un7yZOchHH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un7yZOchHH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un7yZOchHH .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-un7yZOchHH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-un7yZOchHH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un7yZOchHH .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-un7yZOchHH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-un7yZOchHH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-un7yZOchHH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-un7yZOchHH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-un7yZOchHH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-un7yZOchHH .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un7yZOchHH .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-un7yZOchHH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-un7yZOchHH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un7yZOchHH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-un7yZOchHH .dropdown-item.active,
.cid-un7yZOchHH .dropdown-item:active {
  background-color: transparent;
}
.cid-un7yZOchHH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un7yZOchHH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un7yZOchHH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un7yZOchHH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-un7yZOchHH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-un7yZOchHH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un7yZOchHH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-un7yZOchHH .navbar-buttons {
  text-align: center;
}
.cid-un7yZOchHH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-un7yZOchHH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-un7yZOchHH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un7yZOchHH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un7yZOchHH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un7yZOchHH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un7yZOchHH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un7yZOchHH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un7yZOchHH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un7yZOchHH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un7yZOchHH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-un7yZOchHH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-un7yZOchHH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un7yZOchHH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-un7yZOchHH .icons-menu span {
  font-size: 20px;
  color: #878787;
}
.cid-un7yZOchHH .nav-link:hover,
.cid-un7yZOchHH .icons-menu .mbr-iconfont:hover {
  color: #878787 !important;
}
.cid-un7yZOchHH .dropdown-item:hover {
  color: #878787 !important;
}
.cid-un7yZOchHH .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #878787;
  transition: width 0.3s ease-in;
}
.cid-un7yZOchHH .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-un7yZOchHH .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-un7yZOchHH .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-un7yZOchHH .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-un7yZOchHH .dropdown-menu {
    top: 100%;
  }
  .cid-un7yZOchHH .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-un7yZOchHH .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-un7yZOchHH .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-un7yZOchHH .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uosavmyYPQ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uosavmyYPQ .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-uOhYSkLTlM {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-uOhYSkLTlM .image-block {
  position: relative;
  margin: auto;
}
.cid-uOhYSkLTlM .image-block img {
  width: 100%;
}
.cid-uOhYSkLTlM .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uOhYSkLTlM .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uOhYWvLRfh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOhYWvLRfh .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uOhYWvLRfh .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uOhYWvLRfh .title {
    width: 100% !important;
  }
}
.cid-uOhYWvLRfh .mbr-section-title P {
  text-align: center;
}
.cid-uOhYK2LnVM {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-uOhYK2LnVM .image-block {
  position: relative;
  margin: auto;
}
.cid-uOhYK2LnVM .image-block img {
  width: 100%;
}
.cid-uOhYK2LnVM .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uOhYK2LnVM .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uOhYUDQFwm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOhYUDQFwm .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uOhYUDQFwm .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uOhYUDQFwm .title {
    width: 100% !important;
  }
}
.cid-uOhYUDQFwm .mbr-section-title P {
  text-align: center;
}
.cid-uos9Vo7Anx {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-uos9Vo7Anx .image-block {
  position: relative;
  margin: auto;
}
.cid-uos9Vo7Anx .image-block img {
  width: 100%;
}
.cid-uos9Vo7Anx .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uos9Vo7Anx .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uosa03hm77 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uosa03hm77 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosa03hm77 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uosa03hm77 .title {
    width: 100% !important;
  }
}
.cid-uosa03hm77 .mbr-section-title P {
  text-align: center;
}
.cid-un7Jl8Yvm2 {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-un7Jl8Yvm2 .image-block {
  position: relative;
  margin: auto;
}
.cid-un7Jl8Yvm2 .image-block img {
  width: 100%;
}
.cid-un7Jl8Yvm2 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-un7Jl8Yvm2 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-un7N1oxjBI {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un7N1oxjBI .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-un7N1oxjBI .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-un7N1oxjBI .title {
    width: 100% !important;
  }
}
.cid-un7N1oxjBI .mbr-section-title P {
  text-align: center;
}
.cid-un7KtJPEM8 {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-un7KtJPEM8 .image-block {
  position: relative;
  margin: auto;
}
.cid-un7KtJPEM8 .image-block img {
  width: 100%;
}
.cid-un7KtJPEM8 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-un7KtJPEM8 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-un7Piq86Ji {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-un7Piq86Ji .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-un7Piq86Ji .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-un7Piq86Ji .title {
    width: 100% !important;
  }
}
.cid-un7Piq86Ji .mbr-section-title P {
  text-align: center;
}
.cid-urJTlgFcNj {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-urJTlgFcNj .image-block {
  position: relative;
  margin: auto;
}
.cid-urJTlgFcNj .image-block img {
  width: 100%;
}
.cid-urJTlgFcNj .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-urJTlgFcNj .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-urJTtvEN2M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urJTtvEN2M .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urJTtvEN2M .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urJTtvEN2M .title {
    width: 100% !important;
  }
}
.cid-urJTtvEN2M .mbr-section-title P {
  text-align: center;
}
.cid-urJTmk64SU {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-urJTmk64SU .image-block {
  position: relative;
  margin: auto;
}
.cid-urJTmk64SU .image-block img {
  width: 100%;
}
.cid-urJTmk64SU .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-urJTmk64SU .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-urJTq4fksl {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-urJTq4fksl .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urJTq4fksl .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urJTq4fksl .title {
    width: 100% !important;
  }
}
.cid-urJTq4fksl .mbr-section-title P {
  text-align: center;
}
.cid-uogNZHd1VV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uogNZHd1VV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uogNZHd1VV .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uogNZHd1VV .title {
    width: 100% !important;
  }
}
.cid-uogNZHd1VV .mbr-text,
.cid-uogNZHd1VV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uogNYhNpkb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-uogNYhNpkb .image-block {
  position: relative;
  margin: auto;
}
.cid-uogNYhNpkb .image-block img {
  width: 100%;
}
.cid-uogNYhNpkb .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uogNYhNpkb .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uobkqYcpZr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #878787;
}
.cid-uobkqYcpZr .mbr-text {
  color: #b7b6b6;
}
.cid-un8Icr9VeP .nav-item:focus,
.cid-un8Icr9VeP .nav-link:focus {
  outline: none;
}
.cid-un8Icr9VeP a.nav-link:focus {
  color: #878787 !important;
}
.cid-un8Icr9VeP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-un8Icr9VeP .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-un8Icr9VeP .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-un8Icr9VeP .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-un8Icr9VeP .navbar.collapsed {
  flex-direction: row!important;
}
.cid-un8Icr9VeP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un8Icr9VeP .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-un8Icr9VeP .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-un8Icr9VeP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-un8Icr9VeP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8Icr9VeP .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-un8Icr9VeP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8Icr9VeP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-un8Icr9VeP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8Icr9VeP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-un8Icr9VeP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8Icr9VeP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8Icr9VeP .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-un8Icr9VeP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-un8Icr9VeP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8Icr9VeP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8Icr9VeP .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-un8Icr9VeP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-un8Icr9VeP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8Icr9VeP .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-un8Icr9VeP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-un8Icr9VeP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-un8Icr9VeP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-un8Icr9VeP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-un8Icr9VeP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-un8Icr9VeP .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8Icr9VeP .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-un8Icr9VeP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-un8Icr9VeP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8Icr9VeP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-un8Icr9VeP .dropdown-item.active,
.cid-un8Icr9VeP .dropdown-item:active {
  background-color: transparent;
}
.cid-un8Icr9VeP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8Icr9VeP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8Icr9VeP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8Icr9VeP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-un8Icr9VeP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-un8Icr9VeP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8Icr9VeP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-un8Icr9VeP .navbar-buttons {
  text-align: center;
}
.cid-un8Icr9VeP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-un8Icr9VeP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-un8Icr9VeP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8Icr9VeP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8Icr9VeP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8Icr9VeP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8Icr9VeP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8Icr9VeP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8Icr9VeP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8Icr9VeP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8Icr9VeP .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-un8Icr9VeP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-un8Icr9VeP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8Icr9VeP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-un8Icr9VeP .icons-menu span {
  font-size: 20px;
  color: #878787;
}
.cid-un8Icr9VeP .nav-link:hover,
.cid-un8Icr9VeP .icons-menu .mbr-iconfont:hover {
  color: #878787 !important;
}
.cid-un8Icr9VeP .dropdown-item:hover {
  color: #878787 !important;
}
.cid-un8Icr9VeP .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #878787;
  transition: width 0.3s ease-in;
}
.cid-un8Icr9VeP .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-un8Icr9VeP .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-un8Icr9VeP .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-un8Icr9VeP .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-un8Icr9VeP .dropdown-menu {
    top: 100%;
  }
  .cid-un8Icr9VeP .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-un8Icr9VeP .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-un8Icr9VeP .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-un8Icr9VeP .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-un8PKeWVfG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-un8PKeWVfG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-un8PKeWVfG .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-un8PKeWVfG .title {
    width: 100% !important;
  }
}
.cid-un8PKeWVfG .mbr-section-title P {
  text-align: left;
}
.cid-un8PKeWVfG .mbr-section-title {
  text-align: left;
}
.cid-un8POGgWJ6 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-un8POGgWJ6 .mbr-text {
  text-align: center;
  color: #535252;
}
.cid-un8Ictlvt2 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-un8Ictlvt2 .image-block {
  position: relative;
  margin: auto;
}
.cid-un8Ictlvt2 .image-block img {
  width: 100%;
}
.cid-un8Ictlvt2 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-un8Ictlvt2 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-un8TQMrk5S {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-un8TQMrk5S .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-un8TQMrk5S .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-un8TQMrk5S .title {
    width: 100% !important;
  }
}
.cid-un8TQMrk5S .mbr-section-title P {
  text-align: left;
}
.cid-un8TQMrk5S .mbr-section-title {
  text-align: left;
}
.cid-usk95PVVHX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-usk95PVVHX .image-block {
  position: relative;
  margin: auto;
}
.cid-usk95PVVHX .image-block img {
  width: 100%;
}
.cid-usk95PVVHX .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-usk95PVVHX .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-usk9g1y3Ki {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-usk9g1y3Ki .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-usk9g1y3Ki .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-usk9g1y3Ki .title {
    width: 100% !important;
  }
}
.cid-usk9g1y3Ki .mbr-section-title P {
  text-align: left;
}
.cid-un8Icu1a9d {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-un8Icu1a9d .image-block {
  position: relative;
  margin: auto;
}
.cid-un8Icu1a9d .image-block img {
  width: 100%;
}
.cid-un8Icu1a9d .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-un8Icu1a9d .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uskrAH14fz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uskrAH14fz .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uskrAH14fz .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uskrAH14fz .title {
    width: 100% !important;
  }
}
.cid-uskrAH14fz .mbr-section-title P {
  text-align: left;
}
.cid-un8KvPMKfX {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-un8KvPMKfX .image-block {
  position: relative;
  margin: auto;
}
.cid-un8KvPMKfX .image-block img {
  width: 100%;
}
.cid-un8KvPMKfX .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-un8KvPMKfX .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-un8Lt6lo8n {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-un8Lt6lo8n .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-un8Lt6lo8n .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-un8Lt6lo8n .title {
    width: 100% !important;
  }
}
.cid-un8Lt6lo8n .mbr-section-title P {
  text-align: left;
}
.cid-un8Lt6lo8n .mbr-section-title {
  text-align: left;
}
.cid-usk98pIkgv {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-usk98pIkgv .image-block {
  position: relative;
  margin: auto;
}
.cid-usk98pIkgv .image-block img {
  width: 100%;
}
.cid-usk98pIkgv .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-usk98pIkgv .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-usk9exxXkm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-usk9exxXkm .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-usk9exxXkm .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-usk9exxXkm .title {
    width: 100% !important;
  }
}
.cid-usk9exxXkm .mbr-section-title P {
  text-align: left;
}
.cid-uskcHmVgyr {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-uskcHmVgyr .image-block {
  position: relative;
  margin: auto;
}
.cid-uskcHmVgyr .image-block img {
  width: 100%;
}
.cid-uskcHmVgyr .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uskcHmVgyr .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uskcLpgtIA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uskcLpgtIA .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uskcLpgtIA .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uskcLpgtIA .title {
    width: 100% !important;
  }
}
.cid-uskcLpgtIA .mbr-section-title P {
  text-align: left;
}
.cid-uskromufeM {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-uskromufeM .image-block {
  position: relative;
  margin: auto;
}
.cid-uskromufeM .image-block img {
  width: 100%;
}
.cid-uskromufeM .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uskromufeM .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-un8Icuhz27 {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-un8Icuhz27 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-un8Icuhz27 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-un8Icuhz27 .title {
    width: 100% !important;
  }
}
.cid-un8Icuhz27 .mbr-section-title P {
  text-align: left;
}
.cid-uobkqYcpZr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #878787;
}
.cid-uobkqYcpZr .mbr-text {
  color: #b7b6b6;
}
.cid-un7ykxXa9B .nav-item:focus,
.cid-un7ykxXa9B .nav-link:focus {
  outline: none;
}
.cid-un7ykxXa9B a.nav-link:focus {
  color: #878787 !important;
}
.cid-un7ykxXa9B .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-un7ykxXa9B .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-un7ykxXa9B .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-un7ykxXa9B .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-un7ykxXa9B .navbar.collapsed {
  flex-direction: row!important;
}
.cid-un7ykxXa9B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un7ykxXa9B .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-un7ykxXa9B .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-un7ykxXa9B .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-un7ykxXa9B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un7ykxXa9B .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-un7ykxXa9B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un7ykxXa9B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-un7ykxXa9B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un7ykxXa9B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-un7ykxXa9B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un7ykxXa9B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un7ykxXa9B .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-un7ykxXa9B .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-un7ykxXa9B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un7ykxXa9B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un7ykxXa9B .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-un7ykxXa9B .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-un7ykxXa9B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un7ykxXa9B .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-un7ykxXa9B .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-un7ykxXa9B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-un7ykxXa9B .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-un7ykxXa9B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-un7ykxXa9B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-un7ykxXa9B .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un7ykxXa9B .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-un7ykxXa9B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-un7ykxXa9B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un7ykxXa9B .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-un7ykxXa9B .dropdown-item.active,
.cid-un7ykxXa9B .dropdown-item:active {
  background-color: transparent;
}
.cid-un7ykxXa9B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un7ykxXa9B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un7ykxXa9B .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un7ykxXa9B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-un7ykxXa9B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-un7ykxXa9B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un7ykxXa9B ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-un7ykxXa9B .navbar-buttons {
  text-align: center;
}
.cid-un7ykxXa9B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-un7ykxXa9B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-un7ykxXa9B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un7ykxXa9B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un7ykxXa9B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un7ykxXa9B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un7ykxXa9B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un7ykxXa9B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un7ykxXa9B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un7ykxXa9B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un7ykxXa9B .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-un7ykxXa9B a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-un7ykxXa9B .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un7ykxXa9B .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-un7ykxXa9B .icons-menu span {
  font-size: 20px;
  color: #878787;
}
.cid-un7ykxXa9B .nav-link:hover,
.cid-un7ykxXa9B .icons-menu .mbr-iconfont:hover {
  color: #878787 !important;
}
.cid-un7ykxXa9B .dropdown-item:hover {
  color: #878787 !important;
}
.cid-un7ykxXa9B .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #878787;
  transition: width 0.3s ease-in;
}
.cid-un7ykxXa9B .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-un7ykxXa9B .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-un7ykxXa9B .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-un7ykxXa9B .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-un7ykxXa9B .dropdown-menu {
    top: 100%;
  }
  .cid-un7ykxXa9B .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-un7ykxXa9B .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-un7ykxXa9B .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-un7ykxXa9B .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-un7Ej1xwsO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-un7Ej1xwsO .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-un7Ej1xwsO .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-un7Ej1xwsO .photo-split {
  padding: 0;
}
.cid-un7Ej1xwsO .photo-split img {
  width: 100%;
}
.cid-un7Ej1xwsO .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-un7Ej1xwsO .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-un7Ej1xwsO .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-un7Ej1xwsO .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-un7Ej1xwsO .wrap-block {
  padding: 3rem 3rem;
}
.cid-un7Ej1xwsO .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-un7Ej1xwsO .wrap-block ul li {
  display: inline-block;
}
.cid-un7Ej1xwsO .wrap-block ul li span {
  text-align: center;
}
.cid-un7Ej1xwsO .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-un7Ej1xwsO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-un7Ej1xwsO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-un7Ej1xwsO .mbr-list,
.cid-un7Ej1xwsO .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-un7Ej1xwsO .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-un7Ej1xwsO .mbr-section-title,
  .cid-un7Ej1xwsO .mbr-section-subtitle,
  .cid-un7Ej1xwsO .mbr-text {
    text-align: center !important;
  }
  .cid-un7Ej1xwsO .social-list {
    text-align: center !important;
  }
}
.cid-un7Ej1xwsO .mbr-text DIV {
  text-align: left;
}
.cid-un7Ej1xwsO .mbr-section-subtitle {
  color: #444444;
}
.cid-un7Ej1xwsO .mbr-text {
  color: #000000;
}
.cid-un7ShGDKQ2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-un7ShGDKQ2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-un7ShGDKQ2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-un7ShGDKQ2 .title {
    width: 100% !important;
  }
}
.cid-un7ShGDKQ2 .mbr-section-title P {
  text-align: left;
}
.cid-uEdGlA09s0 {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-uEdGlA09s0 .image-block {
  position: relative;
  margin: auto;
}
.cid-uEdGlA09s0 .image-block img {
  width: 100%;
}
.cid-uEdGlA09s0 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uEdGlA09s0 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uEdGXAw1Dv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEdGXAw1Dv .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uEdGXAw1Dv .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uEdGXAw1Dv .title {
    width: 100% !important;
  }
}
.cid-uEdGXAw1Dv .mbr-section-title P {
  text-align: center;
}
.cid-un7Rs8i9vC {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-un7Rs8i9vC .image-block {
  position: relative;
  margin: auto;
}
.cid-un7Rs8i9vC .image-block img {
  width: 100%;
}
.cid-un7Rs8i9vC .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-un7Rs8i9vC .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-un7Rw2El6j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-un7Rw2El6j .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-un7Rw2El6j .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-un7Rw2El6j .title {
    width: 100% !important;
  }
}
.cid-un7Rw2El6j .mbr-section-title P {
  text-align: center;
}
.cid-un7VjPLLns {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-un7VjPLLns .image-block {
  position: relative;
  margin: auto;
}
.cid-un7VjPLLns .image-block img {
  width: 100%;
}
.cid-un7VjPLLns .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-un7VjPLLns .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-un7VIbg8Ue {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-un7VIbg8Ue .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-un7VIbg8Ue .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-un7VIbg8Ue .title {
    width: 100% !important;
  }
}
.cid-un7VIbg8Ue .mbr-section-title P {
  text-align: center;
}
.cid-un7TV4g302 {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-un7TV4g302 .image-block {
  position: relative;
  margin: auto;
}
.cid-un7TV4g302 .image-block img {
  width: 100%;
}
.cid-un7TV4g302 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-un7TV4g302 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-un7Rx08kh5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-un7Rx08kh5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-un7Rx08kh5 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-un7Rx08kh5 .title {
    width: 100% !important;
  }
}
.cid-un7Rx08kh5 .mbr-section-title P {
  text-align: center;
}
.cid-urJLSFmx1d {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-urJLSFmx1d .image-block {
  position: relative;
  margin: auto;
}
.cid-urJLSFmx1d .image-block img {
  width: 100%;
}
.cid-urJLSFmx1d .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-urJLSFmx1d .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-urJMfg3DOe {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-urJMfg3DOe .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urJMfg3DOe .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urJMfg3DOe .title {
    width: 100% !important;
  }
}
.cid-urJMfg3DOe .mbr-section-title P {
  text-align: center;
}
.cid-urJLTpuKAU {
  background: #ffffff;
}
.cid-urJLTpuKAU .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-urJLTpuKAU .image-block img {
  width: 100%;
}
.cid-urJLTpuKAU .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-urJLTpuKAU .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-urJMhG9iOV {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-urJMhG9iOV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urJMhG9iOV .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urJMhG9iOV .title {
    width: 100% !important;
  }
}
.cid-urJMhG9iOV .mbr-section-title P {
  text-align: center;
}
.cid-urJHyXytoC {
  background: #ffffff;
}
.cid-urJHyXytoC .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-urJHyXytoC .image-block img {
  width: 100%;
}
.cid-urJHyXytoC .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-urJHyXytoC .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-urJHJDpBoK {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-urJHJDpBoK .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urJHJDpBoK .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urJHJDpBoK .title {
    width: 100% !important;
  }
}
.cid-urJHJDpBoK .mbr-section-title P {
  text-align: center;
}
.cid-uobkqYcpZr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #878787;
}
.cid-uobkqYcpZr .mbr-text {
  color: #b7b6b6;
}
.cid-unI6lnDXjL .nav-item:focus,
.cid-unI6lnDXjL .nav-link:focus {
  outline: none;
}
.cid-unI6lnDXjL a.nav-link:focus {
  color: #878787 !important;
}
.cid-unI6lnDXjL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-unI6lnDXjL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-unI6lnDXjL .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-unI6lnDXjL .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-unI6lnDXjL .navbar.collapsed {
  flex-direction: row!important;
}
.cid-unI6lnDXjL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unI6lnDXjL .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-unI6lnDXjL .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-unI6lnDXjL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-unI6lnDXjL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unI6lnDXjL .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-unI6lnDXjL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unI6lnDXjL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-unI6lnDXjL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unI6lnDXjL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-unI6lnDXjL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unI6lnDXjL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unI6lnDXjL .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-unI6lnDXjL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-unI6lnDXjL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unI6lnDXjL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unI6lnDXjL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-unI6lnDXjL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-unI6lnDXjL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unI6lnDXjL .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-unI6lnDXjL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-unI6lnDXjL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unI6lnDXjL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-unI6lnDXjL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-unI6lnDXjL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-unI6lnDXjL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unI6lnDXjL .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-unI6lnDXjL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-unI6lnDXjL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unI6lnDXjL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-unI6lnDXjL .dropdown-item.active,
.cid-unI6lnDXjL .dropdown-item:active {
  background-color: transparent;
}
.cid-unI6lnDXjL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unI6lnDXjL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unI6lnDXjL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unI6lnDXjL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-unI6lnDXjL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-unI6lnDXjL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unI6lnDXjL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unI6lnDXjL .navbar-buttons {
  text-align: center;
}
.cid-unI6lnDXjL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unI6lnDXjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-unI6lnDXjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unI6lnDXjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unI6lnDXjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unI6lnDXjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unI6lnDXjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unI6lnDXjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unI6lnDXjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unI6lnDXjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unI6lnDXjL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-unI6lnDXjL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-unI6lnDXjL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unI6lnDXjL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-unI6lnDXjL .icons-menu span {
  font-size: 20px;
  color: #878787;
}
.cid-unI6lnDXjL .nav-link:hover,
.cid-unI6lnDXjL .icons-menu .mbr-iconfont:hover {
  color: #878787 !important;
}
.cid-unI6lnDXjL .dropdown-item:hover {
  color: #878787 !important;
}
.cid-unI6lnDXjL .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #878787;
  transition: width 0.3s ease-in;
}
.cid-unI6lnDXjL .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-unI6lnDXjL .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-unI6lnDXjL .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-unI6lnDXjL .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-unI6lnDXjL .dropdown-menu {
    top: 100%;
  }
  .cid-unI6lnDXjL .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-unI6lnDXjL .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-unI6lnDXjL .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-unI6lnDXjL .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-unT626CIwy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unT626CIwy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-unT626CIwy .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unT626CIwy .title {
    width: 100% !important;
  }
}
.cid-unT626CIwy .mbr-section-title {
  text-align: left;
}
.cid-unT6q3f4xE {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unT6q3f4xE .mbr-text {
  text-align: left;
}
.cid-unT879RbsX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-unT879RbsX .image-block {
  position: relative;
  margin: auto;
}
.cid-unT879RbsX .image-block img {
  width: 100%;
}
.cid-unT879RbsX .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-unT879RbsX .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-unT8tc4yLf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unT9wUugun {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unTaWXdcMT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unToYo681c {
  background: #ffffff;
}
.cid-unToYo681c .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-unToYo681c .image-block img {
  width: 100%;
}
.cid-unToYo681c .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-unToYo681c .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-unTlzsu251 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unTlzsu251 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-unTlzsu251 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unTlzsu251 .title {
    width: 100% !important;
  }
}
.cid-unTlzsu251 .mbr-section-title P {
  text-align: left;
}
.cid-unTo0anwMk {
  background: #ffffff;
}
.cid-unTo0anwMk .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-unTo0anwMk .image-block img {
  width: 100%;
}
.cid-unTo0anwMk .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-unTo0anwMk .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-unToxBQSJ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unToxBQSJ3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-unToxBQSJ3 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unToxBQSJ3 .title {
    width: 100% !important;
  }
}
.cid-unToxBQSJ3 .mbr-section-title P {
  text-align: left;
}
.cid-unTdLAB1Gt {
  background: #ffffff;
}
.cid-unTdLAB1Gt .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-unTdLAB1Gt .image-block img {
  width: 100%;
}
.cid-unTdLAB1Gt .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-unTdLAB1Gt .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-unTdfMCi5Y {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unTdfMCi5Y .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-unTdfMCi5Y .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unTdfMCi5Y .title {
    width: 100% !important;
  }
}
.cid-unTdfMCi5Y .mbr-section-title P {
  text-align: left;
}
.cid-uobkqYcpZr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #878787;
}
.cid-uobkqYcpZr .mbr-text {
  color: #b7b6b6;
}
.cid-unTu8cEa3c .nav-item:focus,
.cid-unTu8cEa3c .nav-link:focus {
  outline: none;
}
.cid-unTu8cEa3c a.nav-link:focus {
  color: #878787 !important;
}
.cid-unTu8cEa3c .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-unTu8cEa3c .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-unTu8cEa3c .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-unTu8cEa3c .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-unTu8cEa3c .navbar.collapsed {
  flex-direction: row!important;
}
.cid-unTu8cEa3c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unTu8cEa3c .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-unTu8cEa3c .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-unTu8cEa3c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-unTu8cEa3c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unTu8cEa3c .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-unTu8cEa3c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unTu8cEa3c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-unTu8cEa3c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unTu8cEa3c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-unTu8cEa3c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unTu8cEa3c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unTu8cEa3c .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-unTu8cEa3c .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-unTu8cEa3c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unTu8cEa3c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unTu8cEa3c .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-unTu8cEa3c .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-unTu8cEa3c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unTu8cEa3c .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-unTu8cEa3c .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-unTu8cEa3c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unTu8cEa3c .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-unTu8cEa3c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-unTu8cEa3c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-unTu8cEa3c .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unTu8cEa3c .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-unTu8cEa3c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-unTu8cEa3c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unTu8cEa3c .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-unTu8cEa3c .dropdown-item.active,
.cid-unTu8cEa3c .dropdown-item:active {
  background-color: transparent;
}
.cid-unTu8cEa3c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unTu8cEa3c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unTu8cEa3c .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unTu8cEa3c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-unTu8cEa3c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-unTu8cEa3c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unTu8cEa3c ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unTu8cEa3c .navbar-buttons {
  text-align: center;
}
.cid-unTu8cEa3c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unTu8cEa3c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-unTu8cEa3c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unTu8cEa3c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unTu8cEa3c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unTu8cEa3c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unTu8cEa3c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unTu8cEa3c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unTu8cEa3c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unTu8cEa3c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unTu8cEa3c .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-unTu8cEa3c a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-unTu8cEa3c .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unTu8cEa3c .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-unTu8cEa3c .icons-menu span {
  font-size: 20px;
  color: #878787;
}
.cid-unTu8cEa3c .nav-link:hover,
.cid-unTu8cEa3c .icons-menu .mbr-iconfont:hover {
  color: #878787 !important;
}
.cid-unTu8cEa3c .dropdown-item:hover {
  color: #878787 !important;
}
.cid-unTu8cEa3c .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #878787;
  transition: width 0.3s ease-in;
}
.cid-unTu8cEa3c .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-unTu8cEa3c .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-unTu8cEa3c .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-unTu8cEa3c .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-unTu8cEa3c .dropdown-menu {
    top: 100%;
  }
  .cid-unTu8cEa3c .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-unTu8cEa3c .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-unTu8cEa3c .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-unTu8cEa3c .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-unTu8dzp4p {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unTu8dzp4p .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-unTu8dzp4p .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unTu8dzp4p .title {
    width: 100% !important;
  }
}
.cid-unTu8dzp4p .mbr-section-title {
  text-align: left;
}
.cid-unZbbeRmiP {
  background: #ffffff;
}
.cid-unZbbeRmiP .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-unZbbeRmiP .image-block img {
  width: 100%;
}
.cid-unZbbeRmiP .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-unZbbeRmiP .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-unZcCweURP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unZcCweURP .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-unZcCweURP .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unZcCweURP .title {
    width: 100% !important;
  }
}
.cid-unZcCweURP .mbr-section-title P {
  text-align: left;
}
.cid-unTu8dYGuY {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unTu8dYGuY .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-unTx1QkO2O {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unTx1QkO2O .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-unTzJKrl6l {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unTwVm5vUB {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unTwVm5vUB .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-unTAdeUPPK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unTu8eyjRZ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unYPzjsln3 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unTu8eWqM0 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unYTDDtWoK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unYRP4xasF {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unYRP4xasF .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-unYUi7wCeU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unTu8fkBey {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unYWOvYSAp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unYWU4jafQ {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unYWU4jafQ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-unYX6KT0Dj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unYWWDCIZa {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unYWWDCIZa .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-unZ2myyqzH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unZ2C9BUtj {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unZ2C9BUtj .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-unZ2KIFE6L {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unZ2DAc9u4 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unZ2DAc9u4 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-unZ2JjyDUt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unZ2Elp4pg {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unZ2Elp4pg .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-unZ2HvH2m1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unZ2F9AbmH {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unZ2F9AbmH .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-unZ7Gw6SpA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-unZ7Ix69vL {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unZ7Ix69vL .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-unTu8fBteb {
  background: #ffffff;
}
.cid-unTu8fBteb .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-unTu8fBteb .image-block img {
  width: 100%;
}
.cid-unTu8fBteb .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-unTu8fBteb .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-unTu8g0TC5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unTu8g0TC5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-unTu8g0TC5 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unTu8g0TC5 .title {
    width: 100% !important;
  }
}
.cid-unTu8g0TC5 .mbr-section-title P {
  text-align: left;
}
.cid-unTu8gwOdz {
  background: #ffffff;
}
.cid-unTu8gwOdz .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-unTu8gwOdz .image-block img {
  width: 100%;
}
.cid-unTu8gwOdz .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-unTu8gwOdz .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-unTu8gQW7n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unTu8gQW7n .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-unTu8gQW7n .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unTu8gQW7n .title {
    width: 100% !important;
  }
}
.cid-unTu8gQW7n .mbr-section-title P {
  text-align: left;
}
.cid-unTu8heXlo {
  background: #ffffff;
}
.cid-unTu8heXlo .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-unTu8heXlo .image-block img {
  width: 100%;
}
.cid-unTu8heXlo .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-unTu8heXlo .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-unTu8hzOvY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unTu8hzOvY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-unTu8hzOvY .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unTu8hzOvY .title {
    width: 100% !important;
  }
}
.cid-unTu8hzOvY .mbr-section-title P {
  text-align: left;
}
.cid-uobkqYcpZr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #878787;
}
.cid-uobkqYcpZr .mbr-text {
  color: #b7b6b6;
}
.cid-uogJCJg7GT .nav-item:focus,
.cid-uogJCJg7GT .nav-link:focus {
  outline: none;
}
.cid-uogJCJg7GT a.nav-link:focus {
  color: #878787 !important;
}
.cid-uogJCJg7GT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uogJCJg7GT .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uogJCJg7GT .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uogJCJg7GT .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uogJCJg7GT .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uogJCJg7GT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uogJCJg7GT .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uogJCJg7GT .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uogJCJg7GT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uogJCJg7GT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogJCJg7GT .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uogJCJg7GT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogJCJg7GT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uogJCJg7GT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogJCJg7GT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uogJCJg7GT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogJCJg7GT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogJCJg7GT .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uogJCJg7GT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uogJCJg7GT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogJCJg7GT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogJCJg7GT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uogJCJg7GT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uogJCJg7GT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogJCJg7GT .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uogJCJg7GT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uogJCJg7GT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uogJCJg7GT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uogJCJg7GT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uogJCJg7GT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uogJCJg7GT .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogJCJg7GT .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-uogJCJg7GT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uogJCJg7GT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogJCJg7GT .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uogJCJg7GT .dropdown-item.active,
.cid-uogJCJg7GT .dropdown-item:active {
  background-color: transparent;
}
.cid-uogJCJg7GT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogJCJg7GT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogJCJg7GT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogJCJg7GT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uogJCJg7GT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uogJCJg7GT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogJCJg7GT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uogJCJg7GT .navbar-buttons {
  text-align: center;
}
.cid-uogJCJg7GT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uogJCJg7GT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uogJCJg7GT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogJCJg7GT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogJCJg7GT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogJCJg7GT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogJCJg7GT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogJCJg7GT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogJCJg7GT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogJCJg7GT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogJCJg7GT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uogJCJg7GT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uogJCJg7GT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogJCJg7GT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uogJCJg7GT .icons-menu span {
  font-size: 20px;
  color: #878787;
}
.cid-uogJCJg7GT .nav-link:hover,
.cid-uogJCJg7GT .icons-menu .mbr-iconfont:hover {
  color: #878787 !important;
}
.cid-uogJCJg7GT .dropdown-item:hover {
  color: #878787 !important;
}
.cid-uogJCJg7GT .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #878787;
  transition: width 0.3s ease-in;
}
.cid-uogJCJg7GT .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uogJCJg7GT .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uogJCJg7GT .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uogJCJg7GT .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uogJCJg7GT .dropdown-menu {
    top: 100%;
  }
  .cid-uogJCJg7GT .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-uogJCJg7GT .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-uogJCJg7GT .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uogJCJg7GT .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uogJCLgJ8w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uogJCLgJ8w .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uogJCLgJ8w .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uogJCLgJ8w .title {
    width: 100% !important;
  }
}
.cid-uogJCLgJ8w .mbr-section-title P {
  text-align: left;
}
.cid-uogJCM3fm4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uogJCM3fm4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uogJCM3fm4 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uogJCM3fm4 .title {
    width: 100% !important;
  }
}
.cid-uogJCM3fm4 .mbr-section-title P {
  text-align: center;
}
.cid-uogJCMKIfV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uogJCMKIfV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uogJCMKIfV .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uogJCMKIfV .title {
    width: 100% !important;
  }
}
.cid-uogJCMKIfV .mbr-section-title P {
  text-align: center;
}
.cid-uogJCNftQI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uogJCNftQI .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uogJCNftQI .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uogJCNftQI .title {
    width: 100% !important;
  }
}
.cid-uogJCNftQI .mbr-section-title {
  text-align: center;
}
.cid-uogJCNftQI .mbr-text,
.cid-uogJCNftQI .mbr-section-btn {
  text-align: center;
}
.cid-uosf4TQeQ9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uosf4TQeQ9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosf4TQeQ9 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uosf4TQeQ9 .title {
    width: 100% !important;
  }
}
.cid-uosf4TQeQ9 .mbr-text,
.cid-uosf4TQeQ9 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uogJCO4U6U {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uogJCO4U6U .image-block {
  position: relative;
  margin: auto;
}
.cid-uogJCO4U6U .image-block img {
  width: 100%;
}
.cid-uogJCO4U6U .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uogJCO4U6U .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uogJCOwCVC {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uogJCOwCVC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uogJCOwCVC .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uogJCOwCVC .title {
    width: 100% !important;
  }
}
.cid-uogJCOwCVC .mbr-section-title P {
  text-align: center;
}
.cid-uogJCOUYex {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #878787;
}
.cid-uogJCOUYex .mbr-text {
  color: #b7b6b6;
}
.cid-uoshY9jRhl .nav-item:focus,
.cid-uoshY9jRhl .nav-link:focus {
  outline: none;
}
.cid-uoshY9jRhl a.nav-link:focus {
  color: #878787 !important;
}
.cid-uoshY9jRhl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uoshY9jRhl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uoshY9jRhl .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uoshY9jRhl .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uoshY9jRhl .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uoshY9jRhl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoshY9jRhl .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uoshY9jRhl .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uoshY9jRhl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uoshY9jRhl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoshY9jRhl .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uoshY9jRhl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoshY9jRhl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uoshY9jRhl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoshY9jRhl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uoshY9jRhl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoshY9jRhl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoshY9jRhl .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uoshY9jRhl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uoshY9jRhl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoshY9jRhl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoshY9jRhl .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uoshY9jRhl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uoshY9jRhl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoshY9jRhl .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uoshY9jRhl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uoshY9jRhl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoshY9jRhl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uoshY9jRhl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uoshY9jRhl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uoshY9jRhl .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoshY9jRhl .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-uoshY9jRhl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uoshY9jRhl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoshY9jRhl .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uoshY9jRhl .dropdown-item.active,
.cid-uoshY9jRhl .dropdown-item:active {
  background-color: transparent;
}
.cid-uoshY9jRhl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoshY9jRhl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoshY9jRhl .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoshY9jRhl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uoshY9jRhl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uoshY9jRhl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoshY9jRhl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uoshY9jRhl .navbar-buttons {
  text-align: center;
}
.cid-uoshY9jRhl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoshY9jRhl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uoshY9jRhl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoshY9jRhl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoshY9jRhl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoshY9jRhl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoshY9jRhl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoshY9jRhl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoshY9jRhl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoshY9jRhl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoshY9jRhl .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uoshY9jRhl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uoshY9jRhl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoshY9jRhl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uoshY9jRhl .icons-menu span {
  font-size: 20px;
  color: #878787;
}
.cid-uoshY9jRhl .nav-link:hover,
.cid-uoshY9jRhl .icons-menu .mbr-iconfont:hover {
  color: #878787 !important;
}
.cid-uoshY9jRhl .dropdown-item:hover {
  color: #878787 !important;
}
.cid-uoshY9jRhl .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #878787;
  transition: width 0.3s ease-in;
}
.cid-uoshY9jRhl .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uoshY9jRhl .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uoshY9jRhl .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uoshY9jRhl .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uoshY9jRhl .dropdown-menu {
    top: 100%;
  }
  .cid-uoshY9jRhl .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-uoshY9jRhl .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-uoshY9jRhl .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uoshY9jRhl .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uoshYaNhoL {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoshYaNhoL .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uoshYaNhoL .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uoshYaNhoL .title {
    width: 100% !important;
  }
}
.cid-uoshYaNhoL .mbr-section-title {
  text-align: left;
}
.cid-uoskMgTkfD {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoskMgTkfD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uoskMgTkfD .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uoskMgTkfD .title {
    width: 100% !important;
  }
}
.cid-uoskMgTkfD .mbr-section-title {
  text-align: left;
}
.cid-uosiV3kXkv {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uosiV3kXkv .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uosiV3kXkv .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosiV3kXkv .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uosiV3kXkv .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-uosiV3kXkv .image-element {
    padding-right: 0;
  }
}
.cid-uosiV3kXkv .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uosiV3kXkv .mbr-section-subtitle,
.cid-uosiV3kXkv .mbr-text {
  color: #878787;
}
.cid-uosiV3kXkv .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uosiV3kXkv .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uosiV3kXkv .text-element {
    padding-top: 0;
  }
}
.cid-uosiV3kXkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uosiV3kXkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uosiV3kXkv .mbr-section-title {
  text-align: left;
}
.cid-uosiV3kXkv .mbr-section-title DIV {
  text-align: right;
}
.cid-uosoKulOK7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uosoKulOK7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosoKulOK7 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uosoKulOK7 .title {
    width: 100% !important;
  }
}
.cid-uosoKulOK7 .mbr-section-title {
  text-align: left;
}
.cid-uosoeHqnj2 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uosoeHqnj2 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uoskmrZcI5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoskmrZcI5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uoskmrZcI5 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uoskmrZcI5 .title {
    width: 100% !important;
  }
}
.cid-uoskmrZcI5 .mbr-section-title {
  text-align: left;
}
.cid-uoshYcrDZi {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uoshYcrDZi .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uosqD3uY0J {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uosqD3uY0J .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosqD3uY0J .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uosqD3uY0J .title {
    width: 100% !important;
  }
}
.cid-uosqD3uY0J .mbr-section-title {
  text-align: left;
}
.cid-uoshYdjDkd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uoshYdjDkd .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uoshYvlCee {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #878787;
}
.cid-uoshYvlCee .mbr-text {
  color: #b7b6b6;
}
.cid-uosOgkRNpB .nav-item:focus,
.cid-uosOgkRNpB .nav-link:focus {
  outline: none;
}
.cid-uosOgkRNpB a.nav-link:focus {
  color: #878787 !important;
}
.cid-uosOgkRNpB .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uosOgkRNpB .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uosOgkRNpB .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uosOgkRNpB .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uosOgkRNpB .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uosOgkRNpB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uosOgkRNpB .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uosOgkRNpB .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uosOgkRNpB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uosOgkRNpB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uosOgkRNpB .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uosOgkRNpB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uosOgkRNpB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uosOgkRNpB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uosOgkRNpB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uosOgkRNpB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uosOgkRNpB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uosOgkRNpB .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uosOgkRNpB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uosOgkRNpB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uosOgkRNpB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uosOgkRNpB .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uosOgkRNpB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uosOgkRNpB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uosOgkRNpB .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uosOgkRNpB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uosOgkRNpB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uosOgkRNpB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uosOgkRNpB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uosOgkRNpB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uosOgkRNpB .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uosOgkRNpB .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-uosOgkRNpB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uosOgkRNpB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uosOgkRNpB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uosOgkRNpB .dropdown-item.active,
.cid-uosOgkRNpB .dropdown-item:active {
  background-color: transparent;
}
.cid-uosOgkRNpB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uosOgkRNpB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uosOgkRNpB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uosOgkRNpB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uosOgkRNpB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uosOgkRNpB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uosOgkRNpB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uosOgkRNpB .navbar-buttons {
  text-align: center;
}
.cid-uosOgkRNpB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uosOgkRNpB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uosOgkRNpB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uosOgkRNpB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uosOgkRNpB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uosOgkRNpB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uosOgkRNpB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uosOgkRNpB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uosOgkRNpB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uosOgkRNpB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uosOgkRNpB .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uosOgkRNpB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uosOgkRNpB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uosOgkRNpB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uosOgkRNpB .icons-menu span {
  font-size: 20px;
  color: #878787;
}
.cid-uosOgkRNpB .nav-link:hover,
.cid-uosOgkRNpB .icons-menu .mbr-iconfont:hover {
  color: #878787 !important;
}
.cid-uosOgkRNpB .dropdown-item:hover {
  color: #878787 !important;
}
.cid-uosOgkRNpB .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #878787;
  transition: width 0.3s ease-in;
}
.cid-uosOgkRNpB .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uosOgkRNpB .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uosOgkRNpB .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uosOgkRNpB .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uosOgkRNpB .dropdown-menu {
    top: 100%;
  }
  .cid-uosOgkRNpB .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-uosOgkRNpB .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-uosOgkRNpB .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uosOgkRNpB .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uosOglRlnV {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uosOglRlnV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosOglRlnV .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uosOglRlnV .title {
    width: 100% !important;
  }
}
.cid-uosOglRlnV .mbr-section-title {
  text-align: left;
}
.cid-uPZi2WfTFA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPZi2WfTFA .mbr-text,
.cid-uPZi2WfTFA blockquote {
  color: #767676;
}
.cid-uPZi2WfTFA .mbr-text {
  color: #232323;
}
.cid-uPZhGOGHgV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uPZhGOGHgV .image-block {
  position: relative;
  margin: auto;
}
.cid-uPZhGOGHgV .image-block img {
  width: 100%;
}
.cid-uPZhGOGHgV .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uPZhGOGHgV .image-block .img-caption p {
  margin-bottom: 0;
}
#hrblock-block-8o hr {
  margin: 0;
}
.cid-uOhUKsv0HZ {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-uOhUKsv0HZ .image-block {
  position: relative;
  margin: auto;
}
.cid-uOhUKsv0HZ .image-block img {
  width: 100%;
}
.cid-uOhUKsv0HZ .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uOhUKsv0HZ .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uOhW41H2tu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOhW41H2tu .mbr-text,
.cid-uOhW41H2tu blockquote {
  color: #767676;
}
.cid-uOhW41H2tu .mbr-text {
  color: #232323;
}
#hrblock-block-8f hr {
  margin: 0;
}
.cid-uJu9S8p6MY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJu9S8p6MY .mbr-text,
.cid-uJu9S8p6MY blockquote {
  color: #767676;
}
.cid-uJu9S8p6MY .mbr-text {
  color: #232323;
}
.cid-uJuaZTdZ9V {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJuaZTdZ9V .mbr-text,
.cid-uJuaZTdZ9V blockquote {
  color: #767676;
}
.cid-uJuaZTdZ9V .mbr-text {
  color: #232323;
}
.cid-uJu9yNjNgi {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJu9yNjNgi .image-block {
  position: relative;
  margin: auto;
}
.cid-uJu9yNjNgi .image-block img {
  width: 100%;
}
.cid-uJu9yNjNgi .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uJu9yNjNgi .image-block .img-caption p {
  margin-bottom: 0;
}
#hrblock-block-8b hr {
  margin: 0;
}
.cid-uEdHT301JL {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEdI30TPtM {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uEdI30TPtM .image-block {
  position: relative;
  margin: auto;
}
.cid-uEdI30TPtM .image-block img {
  width: 100%;
}
.cid-uEdI30TPtM .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uEdI30TPtM .image-block .img-caption p {
  margin-bottom: 0;
}
#hrblock-block-88 hr {
  margin: 0;
}
.cid-usMSZz3mrC {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-usMP1oK6Ud {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-usMP1oK6Ud .image-block {
  position: relative;
  margin: auto;
}
.cid-usMP1oK6Ud .image-block img {
  width: 100%;
}
.cid-usMP1oK6Ud .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-usMP1oK6Ud .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-usMU2CdMg3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-usMU2CdMg3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-usMU2CdMg3 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-usMU2CdMg3 .title {
    width: 100% !important;
  }
}
.cid-usMU2CdMg3 .mbr-section-title P {
  text-align: left;
}
.cid-usMPA6T60c {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-usMPA6T60c .image-block {
  position: relative;
  margin: auto;
}
.cid-usMPA6T60c .image-block img {
  width: 100%;
}
.cid-usMPA6T60c .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-usMPA6T60c .image-block .img-caption p {
  margin-bottom: 0;
}
#hrblock-block-7v hr {
  margin: 0;
}
.cid-uosONARG4m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uosONARG4m .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uosONARG4m .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosONARG4m .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uosONARG4m .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-uosONARG4m .image-element {
    padding-right: 0;
  }
}
.cid-uosONARG4m .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uosONARG4m .mbr-section-subtitle,
.cid-uosONARG4m .mbr-text {
  color: #878787;
}
.cid-uosONARG4m .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uosONARG4m .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uosONARG4m .text-element {
    padding-top: 0;
  }
}
.cid-uosONARG4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uosONARG4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uosONARG4m .mbr-section-title {
  text-align: left;
}
.cid-uosONARG4m .mbr-text,
.cid-uosONARG4m .mbr-section-btn {
  color: #444444;
  text-align: left;
}
#hrblock-block-6b hr {
  margin: 0;
}
.cid-uosSvetklb {
  background-color: #ffffff;
}
.cid-uosSvetklb .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uosSvetklb .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uosSvetklb .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosSvetklb .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uosSvetklb .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-uosSvetklb .image-element {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uosSvetklb .image-element {
    padding-right: 0;
  }
}
.cid-uosSvetklb .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uosSvetklb .mbr-section-subtitle,
.cid-uosSvetklb .mbr-text {
  color: #878787;
}
.cid-uosSvetklb .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uosSvetklb .image-element {
    padding-bottom: 1rem;
  }
  .cid-uosSvetklb .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-uosSvetklb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uosSvetklb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uosSvetklb .mbr-section-subtitle,
.cid-uosSvetklb .underline {
  color: #000000;
  text-align: right;
}
.cid-uosSvetklb .mbr-section-title DIV {
  text-align: right;
}
.cid-uosUGnU4us {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uosUGnU4us .image-block {
  position: relative;
  margin: auto;
}
.cid-uosUGnU4us .image-block img {
  width: 100%;
}
.cid-uosUGnU4us .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uosUGnU4us .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uosUYKrcmr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uosUYKrcmr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosUYKrcmr .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uosUYKrcmr .title {
    width: 100% !important;
  }
}
.cid-uosUYKrcmr .mbr-section-title P {
  text-align: center;
}
#hrblock-block-6f hr {
  margin: 0;
}
.cid-uosVjjM83w {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-uosVjjM83w .image-block {
  position: relative;
  margin: auto;
}
.cid-uosVjjM83w .image-block img {
  width: 100%;
}
.cid-uosVjjM83w .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uosVjjM83w .image-block .img-caption p {
  margin-bottom: 0;
}
#hrblock-block-6h hr {
  margin: 0;
}
.cid-uosWpvGEGq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uosWpvGEGq .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uosWpvGEGq .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosWpvGEGq .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uosWpvGEGq .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-uosWpvGEGq .image-element {
    padding-right: 0;
  }
}
.cid-uosWpvGEGq .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uosWpvGEGq .mbr-section-subtitle,
.cid-uosWpvGEGq .mbr-text {
  color: #878787;
}
.cid-uosWpvGEGq .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uosWpvGEGq .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uosWpvGEGq .text-element {
    padding-top: 0;
  }
}
.cid-uosWpvGEGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uosWpvGEGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uosWpvGEGq .mbr-text,
.cid-uosWpvGEGq .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-uosYx6vpMX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uosYx6vpMX .image-block {
  position: relative;
  margin: auto;
}
.cid-uosYx6vpMX .image-block img {
  width: 100%;
}
.cid-uosYx6vpMX .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uosYx6vpMX .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uosZ0h4xwG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uosZ0h4xwG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosZ0h4xwG .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uosZ0h4xwG .title {
    width: 100% !important;
  }
}
.cid-uosZ0h4xwG .mbr-section-title P {
  text-align: center;
}
#hrblock-block-6j hr {
  margin: 0;
}
.cid-uosZg7hY2w {
  background-color: #ffffff;
}
.cid-uosZg7hY2w .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uosZg7hY2w .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uosZg7hY2w .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosZg7hY2w .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uosZg7hY2w .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-uosZg7hY2w .image-element {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uosZg7hY2w .image-element {
    padding-right: 0;
  }
}
.cid-uosZg7hY2w .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uosZg7hY2w .mbr-section-subtitle,
.cid-uosZg7hY2w .mbr-text {
  color: #878787;
}
.cid-uosZg7hY2w .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uosZg7hY2w .image-element {
    padding-bottom: 1rem;
  }
  .cid-uosZg7hY2w .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-uosZg7hY2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uosZg7hY2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uosZg7hY2w .mbr-section-subtitle,
.cid-uosZg7hY2w .underline DIV {
  text-align: right;
}
.cid-uosZg7hY2w .mbr-section-subtitle,
.cid-uosZg7hY2w .underline {
  color: #000000;
}
.cid-uosZg7hY2w .mbr-section-title DIV {
  text-align: right;
}
.cid-uosZg7hY2w .mbr-section-title {
  text-align: right;
}
.cid-uosZg7hY2w .mbr-text,
.cid-uosZg7hY2w .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-uot0CzO2Xd {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uot0CzO2Xd .image-block {
  position: relative;
  margin: auto;
}
.cid-uot0CzO2Xd .image-block img {
  width: 100%;
}
.cid-uot0CzO2Xd .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uot0CzO2Xd .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uot0p0FLOO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uot0p0FLOO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uot0p0FLOO .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uot0p0FLOO .title {
    width: 100% !important;
  }
}
.cid-uot0p0FLOO .mbr-section-title P {
  text-align: center;
}
#hrblock-block-6p hr {
  margin: 0;
}
.cid-uot1fIgqOO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uot21apOz1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-uot21apOz1 .image-block {
  position: relative;
  margin: auto;
}
.cid-uot21apOz1 .image-block img {
  width: 100%;
}
.cid-uot21apOz1 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uot21apOz1 .image-block .img-caption p {
  margin-bottom: 0;
}
#hrblock-block-6s hr {
  margin: 0;
}
.cid-uosOgmI9mv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uosOgmI9mv .image-block {
  position: relative;
  margin: auto;
}
.cid-uosOgmI9mv .image-block img {
  width: 100%;
}
.cid-uosOgmI9mv .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uosOgmI9mv .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uot32wXUeB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uot32wXUeB .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uot32wXUeB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uot32wXUeB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uot32wXUeB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-uot32wXUeB .image-element {
    padding-right: 0;
  }
}
.cid-uot32wXUeB .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uot32wXUeB .mbr-section-subtitle,
.cid-uot32wXUeB .mbr-text {
  color: #878787;
}
.cid-uot32wXUeB .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uot32wXUeB .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uot32wXUeB .text-element {
    padding-top: 0;
  }
}
.cid-uot32wXUeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot32wXUeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot32wXUeB .mbr-text,
.cid-uot32wXUeB .mbr-section-btn {
  color: #000000;
}
#hrblock-block-6v hr {
  margin: 0;
}
.cid-uot3M0bDwA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uot3M0bDwA .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uot3M0bDwA .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uot3M0bDwA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uot3M0bDwA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-uot3M0bDwA .image-element {
    padding-right: 0;
  }
}
.cid-uot3M0bDwA .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uot3M0bDwA .mbr-section-subtitle,
.cid-uot3M0bDwA .mbr-text {
  color: #878787;
}
.cid-uot3M0bDwA .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uot3M0bDwA .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uot3M0bDwA .text-element {
    padding-top: 0;
  }
}
.cid-uot3M0bDwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot3M0bDwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot3M0bDwA .mbr-section-subtitle,
.cid-uot3M0bDwA .underline {
  color: #000000;
}
.cid-uot3M0bDwA .mbr-text,
.cid-uot3M0bDwA .mbr-section-btn {
  color: #000000;
}
#hrblock-block-6x hr {
  margin: 0;
}
.cid-uot4U3ivzV {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-uot4U3ivzV .image-block {
  position: relative;
  margin: auto;
}
.cid-uot4U3ivzV .image-block img {
  width: 100%;
}
.cid-uot4U3ivzV .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uot4U3ivzV .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uot59hJmo8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uot59hJmo8 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uot59hJmo8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uot59hJmo8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uot59hJmo8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-uot59hJmo8 .image-element {
    padding-right: 0;
  }
}
.cid-uot59hJmo8 .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uot59hJmo8 .mbr-section-subtitle,
.cid-uot59hJmo8 .mbr-text {
  color: #878787;
}
.cid-uot59hJmo8 .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uot59hJmo8 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uot59hJmo8 .text-element {
    padding-top: 0;
  }
}
.cid-uot59hJmo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot59hJmo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot59hJmo8 .mbr-text,
.cid-uot59hJmo8 .mbr-section-btn {
  color: #000000;
}
#hrblock-block-70 hr {
  margin: 0;
}
.cid-uot7lrGQFp {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-uot7lrGQFp .image-block {
  position: relative;
  margin: auto;
}
.cid-uot7lrGQFp .image-block img {
  width: 100%;
}
.cid-uot7lrGQFp .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uot7lrGQFp .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uot7Ea4xfO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
#hrblock-block-73 hr {
  margin: 0;
}
.cid-uot92H1rWZ {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-uot92H1rWZ .image-block {
  position: relative;
  margin: auto;
}
.cid-uot92H1rWZ .image-block img {
  width: 100%;
}
.cid-uot92H1rWZ .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uot92H1rWZ .image-block .img-caption p {
  margin-bottom: 0;
}
#hrblock-block-75 hr {
  margin: 0;
}
.cid-uosOgpZVhO {
  background: #ffffff;
}
.cid-uosOgpZVhO .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-uosOgpZVhO .image-block img {
  width: 100%;
}
.cid-uosOgpZVhO .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uosOgpZVhO .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uosOgqkfP0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uosOgqkfP0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uosOgqkfP0 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uosOgqkfP0 .title {
    width: 100% !important;
  }
}
.cid-uosOgqkfP0 .mbr-section-title P {
  text-align: left;
}
#hrblock-block-76 hr {
  margin: 0;
}
.cid-uotal3Kymy {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uotal3Kymy .image-block {
  position: relative;
  margin: auto;
}
.cid-uotal3Kymy .image-block img {
  width: 100%;
}
.cid-uotal3Kymy .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uotal3Kymy .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uotaSz4Onj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uotaSz4Onj .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uotaSz4Onj .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uotaSz4Onj .title {
    width: 100% !important;
  }
}
.cid-uotaSz4Onj .mbr-section-title P {
  text-align: center;
}
.cid-uotbmoDHnt {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uotbmoDHnt .mbr-text {
  text-align: center;
}
.cid-uosOgqPGGZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #878787;
}
.cid-uosOgqPGGZ .mbr-text {
  color: #b7b6b6;
}
