body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #cf2124 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #cf2124 !important;
  border-color: #cf2124 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #8d1619 !important;
  border-color: #8d1619 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8d1619 !important;
  border-color: #8d1619 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.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: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #771315;
  color: #771315 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #cf2124;
  border-color: #cf2124;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cf2124 !important;
  border-color: #cf2124 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #cf2124 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #771315 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cf2124;
  border-color: #cf2124;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #cf2124;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6c6c7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #cf2124;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cf2124;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cf2124;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cf2124;
  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: #cf2124;
  border-bottom-color: #cf2124;
}
.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: #cf2124 !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: #3e97d1 !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='%23cf2124' %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-rzMrgNeUFf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rzMrgNeUFf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rzMrgNeUFf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #cf2124;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rzMrgNeUFf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMrgNeUFf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rzMrgNeUFf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMrgNeUFf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMrgNeUFf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rzMrgNeUFf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzMrgNeUFf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rzMrgNeUFf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMrgNeUFf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMrgNeUFf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzMrgNeUFf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMrgNeUFf .dropdown-item.active,
.cid-rzMrgNeUFf .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMrgNeUFf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rzMrgNeUFf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMrgNeUFf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rzMrgNeUFf .navbar-buttons {
  text-align: center;
}
.cid-rzMrgNeUFf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMrgNeUFf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rzMrgNeUFf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-link:hover,
.cid-rzMrgNeUFf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uBbzdo7129 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-uBbzdo7129 .carousel {
  height: 800px;
}
.cid-uBbzdo7129 .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uBbzdo7129 .carousel-item,
.cid-uBbzdo7129 .carousel-inner {
  height: 100%;
}
.cid-uBbzdo7129 .mbr-overlay {
  z-index: 1;
}
.cid-uBbzdo7129 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-uBbzdo7129 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBbzdo7129 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBbzdo7129 .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-uBbzdo7129 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBbzdo7129 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uBbzdo7129 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uBbzdo7129 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uBbzdo7129 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-uBbzdo7129 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBbzdo7129 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBbzdo7129 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBbzdo7129 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uBbzdo7129 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-uBbzdo7129 .carousel-indicators li.active {
  background-color: #5aac98;
}
.cid-uBbzdo7129 .carousel-indicators li.active,
.cid-uBbzdo7129 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uBbzdo7129 .carousel-indicators li::after,
.cid-uBbzdo7129 .carousel-indicators li::before {
  content: none;
}
.cid-uBbzdo7129 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uBbzdo7129 .carousel-indicators {
    display: none !important;
  }
}
.cid-uBbzdo7129 .btn.btn-primary-outline {
  border: 1px solid #cf2124;
}
.cid-uBbzdo7129 .btn.btn-primary-outline:hover {
  background-color: #cf2124 !important;
  color: #ffffff !important;
}
.cid-uBbzdo7129 .btn.btn-secondary-outline {
  border: 1px solid #3e97d1;
}
.cid-uBbzdo7129 .btn.btn-secondary-outline:hover {
  background-color: #3e97d1 !important;
  color: #ffffff !important;
}
.cid-uBbzdo7129 .btn.btn-success-outline {
  border: 1px solid #36d88a;
}
.cid-uBbzdo7129 .btn.btn-success-outline:hover {
  background-color: #36d88a !important;
  color: #ffffff !important;
}
.cid-uBbzdo7129 .btn.btn-info-outline {
  border: 1px solid #ff4100;
}
.cid-uBbzdo7129 .btn.btn-info-outline:hover {
  background-color: #ff4100 !important;
  color: #ffffff !important;
}
.cid-uBbzdo7129 .btn.btn-warning-outline {
  border: 1px solid #c1c1c1;
}
.cid-uBbzdo7129 .btn.btn-warning-outline:hover {
  background-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.cid-uBbzdo7129 .btn.btn-danger-outline {
  border: 1px solid #444444;
}
.cid-uBbzdo7129 .btn.btn-danger-outline:hover {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-uBbzdo7129 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uBbzdo7129 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uBbzdo7129 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uBbzdo7129 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uBbzdo7129 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-uBbzdo7129 .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-uBbzdo7129 .carousel-control {
    display: none;
  }
  .cid-uBbzdo7129 .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uBbzdo7129 .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-uBbCxiTL1W {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uBbCxiTL1W .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uBbCxiTL1W .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uBbCxiTL1W .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #cf2124;
  z-index: 1;
}
.cid-uBbCxiTL1W .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ff9773;
}
.cid-uBbCxiTL1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbCxiTL1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbCxiTL1W .row {
  position: relative;
  z-index: 2;
}
.cid-uBbCxiTL1W .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBbCxiTL1W .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uBbCxiTL1W .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uBbCxiTL1W .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uBbCxiTL1W .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uBbCxiTL1W .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBbCxiTL1W .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBbCxiTL1W .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uBbCxiTL1W .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBbCxiTL1W .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uBbCxiTL1W .mbr-section-title {
  color: #ffffff;
}
.cid-uBbCxiTL1W .mbr-text {
  color: #51565c;
}
.cid-uBbCxiTL1W .mbr-text,
.cid-uBbCxiTL1W .text-wrapper {
  color: #ffffff;
}
.cid-uBbGXNa3U5 {
  background-image: url("../../../assets/images/about-us2-600x400.webp");
}
.cid-uBbGXNa3U5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbGXNa3U5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbGXNa3U5 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uBbGXNa3U5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBbGXNa3U5 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uBbGXNa3U5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBbGXNa3U5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBbGXNa3U5 .mbr-section-title {
  color: #cf2124;
}
.cid-uBbGXNa3U5 .mbr-text,
.cid-uBbGXNa3U5 .mbr-section-btn {
  color: #000000;
}
.cid-uBbGXNa3U5 img {
  width: 100%;
  height: 100%;
}
.cid-uBbJQGkls6 {
  background-image: url("../../../assets/images/about-us2-600x400.webp");
}
.cid-uBbJQGkls6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbJQGkls6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbJQGkls6 .row-reverse {
  flex-direction: row-reverse;
}
.cid-uBbJQGkls6 .row {
  flex-direction: row-reverse;
}
.cid-uBbJQGkls6 .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uBbJQGkls6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBbJQGkls6 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uBbJQGkls6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBbJQGkls6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBbJQGkls6 .mbr-section-title {
  color: #cf2124;
}
.cid-uBbJQGkls6 .mbr-text,
.cid-uBbJQGkls6 .mbr-section-btn {
  color: #000000;
}
.cid-uBbJQGkls6 img {
  width: 100%;
  height: 100%;
}
.cid-uBbLTMBNLh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/whatsapp-image-2025-01-27-at-11.32.32-1600x900.webp");
}
.cid-uBbLTMBNLh .main-heading-content {
  margin-bottom: 5rem;
}
.cid-uBbLTMBNLh .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uBbLTMBNLh .underline .line {
  width: 3rem;
  height: 2px;
  background: #cf2124;
  display: inline-block;
}
.cid-uBbLTMBNLh .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
}
.cid-uBbLTMBNLh textarea.form-control {
  min-height: 154px;
}
.cid-uBbLTMBNLh .google-map {
  width: 100%;
  height: 30rem;
}
.cid-uBbLTMBNLh .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uBbLTMBNLh a:link {
  text-decoration: none;
}
.cid-uBbLTMBNLh .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uBbLTMBNLh .mbr-section-title,
.cid-uBbLTMBNLh .underline {
  text-align: center;
  color: #cf2124;
}
.cid-uBbLTMBNLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbLTMBNLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBc4tZL0eH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cf2124;
}
.cid-uBc4tZL0eH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBc4tZL0eH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBc4tZL0eH .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uBc4tZL0eH .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uBc4tZL0eH .row {
    flex-direction: column-reverse !important;
  }
  .cid-uBc4tZL0eH .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uBc4tZL0eH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBc4tZL0eH .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uBc4tZL0eH .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uBc4tZL0eH .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uBc4tZL0eH .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uBc4tZL0eH .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uBc4tZL0eH .copyright {
    text-align: center;
  }
}
.cid-rzMrgNeUFf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rzMrgNeUFf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rzMrgNeUFf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #cf2124;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rzMrgNeUFf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMrgNeUFf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rzMrgNeUFf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMrgNeUFf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMrgNeUFf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rzMrgNeUFf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzMrgNeUFf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rzMrgNeUFf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMrgNeUFf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMrgNeUFf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzMrgNeUFf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMrgNeUFf .dropdown-item.active,
.cid-rzMrgNeUFf .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMrgNeUFf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rzMrgNeUFf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMrgNeUFf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rzMrgNeUFf .navbar-buttons {
  text-align: center;
}
.cid-rzMrgNeUFf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMrgNeUFf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rzMrgNeUFf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-link:hover,
.cid-rzMrgNeUFf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uBbMB8VphE {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dohler-3-1140x640.webp");
}
.cid-uBbMB8VphE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbMB8VphE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBbMB8VphE .container-fluid {
    padding: 0;
  }
}
.cid-uBbMB8VphE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBbMB8VphE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBbMB8VphE .embla__button--next,
.cid-uBbMB8VphE .embla__button--prev {
  display: flex;
}
.cid-uBbMB8VphE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBbMB8VphE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBbMB8VphE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBbMB8VphE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBbMB8VphE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBbMB8VphE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBbMB8VphE .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBbMB8VphE .embla {
  position: relative;
  width: 100%;
}
.cid-uBbMB8VphE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBbMB8VphE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBbMB8VphE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBbMB8VphE .embla__slide a {
  cursor: grab;
}
.cid-uBbMB8VphE .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBbMB8VphE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBbMB8VphE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBbMB8VphE .mbr-section-title {
  color: #ffffff;
}
.cid-uBbMB8VphE .mbr-section-subtitle {
  color: #232323;
}
.cid-uBbMB8VphE .mbr-box {
  color: #ffffff;
}
.cid-uBbMB8VphE .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBbMB8VphE img,
.cid-uBbMB8VphE .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uBbMB8VphE .item-wrapper {
  position: relative;
}
.cid-uBbMB8VphE .content-head {
  max-width: 800px;
}
.cid-uBbOafb5os {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dohler-3-1140x640.webp");
}
.cid-uBbOafb5os .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbOafb5os .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBbOafb5os .container-fluid {
    padding: 0;
  }
}
.cid-uBbOafb5os .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBbOafb5os .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBbOafb5os .embla__button--next,
.cid-uBbOafb5os .embla__button--prev {
  display: flex;
}
.cid-uBbOafb5os .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBbOafb5os .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBbOafb5os .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBbOafb5os .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBbOafb5os .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBbOafb5os .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBbOafb5os .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBbOafb5os .embla {
  position: relative;
  width: 100%;
}
.cid-uBbOafb5os .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBbOafb5os .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBbOafb5os .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBbOafb5os .embla__slide a {
  cursor: grab;
}
.cid-uBbOafb5os .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBbOafb5os .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBbOafb5os .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBbOafb5os .mbr-section-title {
  color: #ffffff;
}
.cid-uBbOafb5os .mbr-section-subtitle {
  color: #232323;
}
.cid-uBbOafb5os .mbr-box {
  color: #ffffff;
}
.cid-uBbOafb5os .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBbOafb5os img,
.cid-uBbOafb5os .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uBbOafb5os .item-wrapper {
  position: relative;
}
.cid-uBbOafb5os .content-head {
  max-width: 800px;
}
.cid-uBbOYKx427 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dohler-3-1140x640.webp");
}
.cid-uBbOYKx427 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbOYKx427 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBbOYKx427 .container-fluid {
    padding: 0;
  }
}
.cid-uBbOYKx427 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBbOYKx427 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBbOYKx427 .embla__button--next,
.cid-uBbOYKx427 .embla__button--prev {
  display: flex;
}
.cid-uBbOYKx427 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBbOYKx427 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBbOYKx427 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBbOYKx427 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBbOYKx427 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBbOYKx427 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBbOYKx427 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBbOYKx427 .embla {
  position: relative;
  width: 100%;
}
.cid-uBbOYKx427 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBbOYKx427 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBbOYKx427 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBbOYKx427 .embla__slide a {
  cursor: grab;
}
.cid-uBbOYKx427 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBbOYKx427 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBbOYKx427 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBbOYKx427 .mbr-section-title {
  color: #ffffff;
}
.cid-uBbOYKx427 .mbr-section-subtitle {
  color: #232323;
}
.cid-uBbOYKx427 .mbr-box {
  color: #ffffff;
}
.cid-uBbOYKx427 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBbOYKx427 img,
.cid-uBbOYKx427 .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uBbOYKx427 .item-wrapper {
  position: relative;
}
.cid-uBbOYKx427 .content-head {
  max-width: 800px;
}
.cid-uBbS0sj1BQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dohler-3-1140x640.webp");
}
.cid-uBbS0sj1BQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbS0sj1BQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBbS0sj1BQ .container-fluid {
    padding: 0;
  }
}
.cid-uBbS0sj1BQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBbS0sj1BQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBbS0sj1BQ .embla__button--next,
.cid-uBbS0sj1BQ .embla__button--prev {
  display: flex;
}
.cid-uBbS0sj1BQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBbS0sj1BQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBbS0sj1BQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBbS0sj1BQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBbS0sj1BQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBbS0sj1BQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBbS0sj1BQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBbS0sj1BQ .embla {
  position: relative;
  width: 100%;
}
.cid-uBbS0sj1BQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBbS0sj1BQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBbS0sj1BQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBbS0sj1BQ .embla__slide a {
  cursor: grab;
}
.cid-uBbS0sj1BQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBbS0sj1BQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBbS0sj1BQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBbS0sj1BQ .mbr-section-title {
  color: #ffffff;
}
.cid-uBbS0sj1BQ .mbr-section-subtitle {
  color: #232323;
}
.cid-uBbS0sj1BQ .mbr-box {
  color: #ffffff;
}
.cid-uBbS0sj1BQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBbS0sj1BQ img,
.cid-uBbS0sj1BQ .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uBbS0sj1BQ .item-wrapper {
  position: relative;
}
.cid-uBbS0sj1BQ .content-head {
  max-width: 800px;
}
.cid-uBbT5fIyO2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dohler-3-1140x640.webp");
}
.cid-uBbT5fIyO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbT5fIyO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBbT5fIyO2 .container-fluid {
    padding: 0;
  }
}
.cid-uBbT5fIyO2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBbT5fIyO2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBbT5fIyO2 .embla__button--next,
.cid-uBbT5fIyO2 .embla__button--prev {
  display: flex;
}
.cid-uBbT5fIyO2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBbT5fIyO2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBbT5fIyO2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBbT5fIyO2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBbT5fIyO2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBbT5fIyO2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBbT5fIyO2 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBbT5fIyO2 .embla {
  position: relative;
  width: 100%;
}
.cid-uBbT5fIyO2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBbT5fIyO2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBbT5fIyO2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBbT5fIyO2 .embla__slide a {
  cursor: grab;
}
.cid-uBbT5fIyO2 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBbT5fIyO2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBbT5fIyO2 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBbT5fIyO2 .mbr-section-title {
  color: #ffffff;
}
.cid-uBbT5fIyO2 .mbr-section-subtitle {
  color: #232323;
}
.cid-uBbT5fIyO2 .mbr-box {
  color: #ffffff;
}
.cid-uBbT5fIyO2 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBbT5fIyO2 img,
.cid-uBbT5fIyO2 .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uBbT5fIyO2 .item-wrapper {
  position: relative;
}
.cid-uBbT5fIyO2 .content-head {
  max-width: 800px;
}
.cid-uBcWnHarB2 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #c1c1c1;
}
.cid-uBcWnHarB2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uBcWnHarB2 ul li {
  padding: 1rem 0;
}
.cid-uBcWnHarB2 ul li:hover {
  color: #cf2124;
}
.cid-uBcWnHarB2 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uBcWnHarB2 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uBcWnHarB2 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uBcWnHarB2 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBcWnHarB2 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uBcWnHarB2 .map {
    height: auto;
  }
}
.cid-uBcWnHarB2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uBcWnHarB2 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uBcWnHarB2 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBcWnHarB2 .social-list a:hover {
  opacity: 1;
}
.cid-uBcWnHarB2 .row-element,
.cid-uBcWnHarB2 .image-element {
  padding: 0;
}
.cid-uBcWnHarB2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uBcWnHarB2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #cf2124, #3e97d1);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uBcWnHarB2 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uBcWnHarB2 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcWnHarB2 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uBcWnHarB2 .underline .line {
    height: 2px;
  }
  .cid-uBcWnHarB2 .mbr-title,
  .cid-uBcWnHarB2 .underline,
  .cid-uBcWnHarB2 .mbr-text,
  .cid-uBcWnHarB2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uBcWnHarB2 .mbr-title,
.cid-uBcWnHarB2 .underline {
  color: #cf2124;
}
.cid-uBcWnHarB2 .mbr-text,
.cid-uBcWnHarB2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uBcWnHarB2 mbr-list LI {
  color: #ffffff;
}
.cid-uBcWnHarB2 mbr-list {
  text-align: center;
}
.cid-uBcWnHarB2 .mbr-list,
.cid-uBcWnHarB2 .social-list mbr-list {
  color: #ffffff;
}
.cid-uBcWnHarB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBcWnHarB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBc4tZL0eH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cf2124;
}
.cid-uBc4tZL0eH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBc4tZL0eH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBc4tZL0eH .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uBc4tZL0eH .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uBc4tZL0eH .row {
    flex-direction: column-reverse !important;
  }
  .cid-uBc4tZL0eH .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uBc4tZL0eH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBc4tZL0eH .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uBc4tZL0eH .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uBc4tZL0eH .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uBc4tZL0eH .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uBc4tZL0eH .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uBc4tZL0eH .copyright {
    text-align: center;
  }
}
.cid-rzMrgNeUFf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rzMrgNeUFf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rzMrgNeUFf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #cf2124;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rzMrgNeUFf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMrgNeUFf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rzMrgNeUFf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMrgNeUFf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMrgNeUFf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rzMrgNeUFf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzMrgNeUFf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rzMrgNeUFf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMrgNeUFf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMrgNeUFf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzMrgNeUFf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMrgNeUFf .dropdown-item.active,
.cid-rzMrgNeUFf .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMrgNeUFf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rzMrgNeUFf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMrgNeUFf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rzMrgNeUFf .navbar-buttons {
  text-align: center;
}
.cid-rzMrgNeUFf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMrgNeUFf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rzMrgNeUFf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-link:hover,
.cid-rzMrgNeUFf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rzMrdh7IU7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rzMrdh7IU7 a:link {
  text-decoration: none;
}
.cid-rzMrdh7IU7 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzMrdh7IU7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMrdh7IU7 .inner-text {
  line-height: 3em;
}
.cid-rzMrdh7IU7 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMrdh7IU7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMrdh7IU7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMrdh7IU7 .content-text,
.cid-rzMrdh7IU7 .inner-text {
  color: #c1c1c1;
}
.cid-rzMt37x8iA .mbr-text,
.cid-rzMt37x8iA .typed-text,
.cid-rzMt37x8iA .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rzMt37x8iA .btn {
  margin-left: 4px !important;
}
.cid-rzMt37x8iA .animated-element {
  color: #ff4100;
}
.cid-rzMt37x8iA .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff4100;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uBaXCKp2mx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-553-2000x1494.webp");
}
.cid-uBaXCKp2mx .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-uBaXCKp2mx .photo-split {
  padding: 0;
}
.cid-uBaXCKp2mx .photo-split img {
  width: 100%;
}
.cid-uBaXCKp2mx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uBaXCKp2mx .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBaXCKp2mx .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uBaXCKp2mx .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-uBaXCKp2mx .wrap-block {
  padding: 3rem 3rem;
}
.cid-uBaXCKp2mx .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uBaXCKp2mx .wrap-block ul li {
  display: inline-block;
}
.cid-uBaXCKp2mx .wrap-block ul li span {
  text-align: center;
}
.cid-uBaXCKp2mx .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uBaXCKp2mx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uBaXCKp2mx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uBaXCKp2mx .mbr-list,
.cid-uBaXCKp2mx .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uBaXCKp2mx .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBaXCKp2mx .mbr-section-title,
  .cid-uBaXCKp2mx .mbr-section-subtitle,
  .cid-uBaXCKp2mx .mbr-text {
    text-align: center !important;
  }
  .cid-uBaXCKp2mx .social-list {
    text-align: center !important;
  }
}
.cid-uBaXCKp2mx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaXCKp2mx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBaXCKp2mx .mbr-section-title {
  color: #cf2124;
}
.cid-uBaZ2L9IDf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-463-2000x1494.webp");
}
.cid-uBaZ2L9IDf .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-uBaZ2L9IDf .mbr-section-title {
  margin: 0;
}
.cid-uBaZ2L9IDf .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uBaZ2L9IDf .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uBaZ2L9IDf .card-img {
  text-align: left;
}
.cid-uBaZ2L9IDf .row-item {
  padding-bottom: 2rem;
}
.cid-uBaZ2L9IDf .row-item:hover .card-img .mbr-iconfont {
  color: #ff8f00 !important;
}
@media (max-width: 767px) {
  .cid-uBaZ2L9IDf .card-img,
  .cid-uBaZ2L9IDf .mbr-text,
  .cid-uBaZ2L9IDf .mbr-card-title,
  .cid-uBaZ2L9IDf .mbr-section-subtitle,
  .cid-uBaZ2L9IDf .mbr-section-title,
  .cid-uBaZ2L9IDf .underline {
    text-align: center !important;
  }
}
.cid-uBaZ2L9IDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaZ2L9IDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBaZ2L9IDf .mbr-card-title,
.cid-uBaZ2L9IDf .card-img {
  color: #cf2124;
}
.cid-uBaZ2L9IDf .mbr-text {
  color: #232323;
}
.cid-uBbVLxtd2F {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #cf2124;
}
.cid-uBbVLxtd2F .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uBbVLxtd2F img,
.cid-uBbVLxtd2F .item-img {
  width: 100%;
}
.cid-uBbVLxtd2F .item:focus,
.cid-uBbVLxtd2F span:focus {
  outline: none;
}
.cid-uBbVLxtd2F .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBbVLxtd2F .item {
    margin-bottom: 1rem;
  }
}
.cid-uBbVLxtd2F .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBbVLxtd2F .mbr-section-title {
  color: #ffffff;
}
.cid-uBbVLxtd2F .mbr-text,
.cid-uBbVLxtd2F .mbr-section-btn {
  color: #232323;
}
.cid-uBbVLxtd2F .item-title {
  color: #232323;
  text-align: center;
}
.cid-uBbVLxtd2F .content-head {
  max-width: 800px;
}
.cid-uBc2zs6Ku5 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #c1c1c1;
}
.cid-uBc2zs6Ku5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uBc2zs6Ku5 ul li {
  padding: 1rem 0;
}
.cid-uBc2zs6Ku5 ul li:hover {
  color: #cf2124;
}
.cid-uBc2zs6Ku5 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uBc2zs6Ku5 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uBc2zs6Ku5 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uBc2zs6Ku5 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBc2zs6Ku5 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uBc2zs6Ku5 .map {
    height: auto;
  }
}
.cid-uBc2zs6Ku5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uBc2zs6Ku5 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uBc2zs6Ku5 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uBc2zs6Ku5 .social-list a:hover {
  opacity: 1;
}
.cid-uBc2zs6Ku5 .row-element,
.cid-uBc2zs6Ku5 .image-element {
  padding: 0;
}
.cid-uBc2zs6Ku5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uBc2zs6Ku5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #cf2124, #3e97d1);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uBc2zs6Ku5 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uBc2zs6Ku5 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBc2zs6Ku5 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uBc2zs6Ku5 .underline .line {
    height: 2px;
  }
  .cid-uBc2zs6Ku5 .mbr-title,
  .cid-uBc2zs6Ku5 .underline,
  .cid-uBc2zs6Ku5 .mbr-text,
  .cid-uBc2zs6Ku5 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uBc2zs6Ku5 .mbr-title,
.cid-uBc2zs6Ku5 .underline {
  color: #cf2124;
}
.cid-uBc2zs6Ku5 .mbr-text,
.cid-uBc2zs6Ku5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uBc2zs6Ku5 mbr-list LI {
  color: #ffffff;
}
.cid-uBc2zs6Ku5 mbr-list {
  text-align: center;
}
.cid-uBc2zs6Ku5 .mbr-list,
.cid-uBc2zs6Ku5 .social-list mbr-list {
  color: #ffffff;
}
.cid-uBc2zs6Ku5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBc2zs6Ku5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBc4tZL0eH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cf2124;
}
.cid-uBc4tZL0eH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBc4tZL0eH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBc4tZL0eH .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uBc4tZL0eH .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uBc4tZL0eH .row {
    flex-direction: column-reverse !important;
  }
  .cid-uBc4tZL0eH .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uBc4tZL0eH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBc4tZL0eH .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uBc4tZL0eH .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uBc4tZL0eH .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uBc4tZL0eH .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uBc4tZL0eH .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uBc4tZL0eH .copyright {
    text-align: center;
  }
}
