body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.125rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.27rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.27rem;
}
/* ---- 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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #d32026 !important;
}
.bg-success {
  background-color: #e9e6e7 !important;
}
.bg-info {
  background-color: #6f6e71 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #fdcc00 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #d32026 !important;
  border-color: #d32026 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #91161a !important;
  border-color: #91161a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #91161a !important;
  border-color: #91161a !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #d32026 !important;
  border-color: #d32026 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #91161a !important;
  border-color: #91161a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #91161a !important;
  border-color: #91161a !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6f6e71 !important;
  border-color: #6f6e71 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #49484a !important;
  border-color: #49484a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #49484a !important;
  border-color: #49484a !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #e9e6e7 !important;
  border-color: #e9e6e7 !important;
  color: #6f6166 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #6f6166 !important;
  background-color: #c5bdc0 !important;
  border-color: #c5bdc0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6166 !important;
  background-color: #c5bdc0 !important;
  border-color: #c5bdc0 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #fdcc00 !important;
  border-color: #fdcc00 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #000000 !important;
  background-color: #b18e00 !important;
  border-color: #b18e00 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #b18e00 !important;
  border-color: #b18e00 !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: #7a1316;
  color: #7a1316;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #d32026;
  border-color: #d32026;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d32026 !important;
  border-color: #d32026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #7a1316;
  color: #7a1316;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #d32026;
  border-color: #d32026;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d32026 !important;
  border-color: #d32026 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c3c3d;
  color: #3c3c3d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6f6e71;
  border-color: #6f6e71;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6e71 !important;
  border-color: #6f6e71 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #b9b0b3;
  color: #b9b0b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #6f6166;
  background-color: #e9e6e7;
  border-color: #e9e6e7;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6166 !important;
  background-color: #e9e6e7 !important;
  border-color: #e9e6e7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #977a00;
  color: #977a00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #000000;
  background-color: #fdcc00;
  border-color: #fdcc00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #fdcc00 !important;
  border-color: #fdcc00 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #d32026 !important;
}
.text-secondary {
  color: #d32026 !important;
}
.text-success {
  color: #e9e6e7 !important;
}
.text-info {
  color: #6f6e71 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #fdcc00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7a1316 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a1316 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b9b0b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c3c3d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #977a00 !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: #6f6e71;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #fdcc00;
}
.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: #d32026;
  border-color: #d32026;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d32026;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7c8ca;
}
.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: #afaeb0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff5ca;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.27rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.27rem;
}
blockquote {
  border-color: #d32026;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #d32026 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d32026;
  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: #d32026;
  border-bottom-color: #d32026;
}
.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: #d32026 !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: #d32026 !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='%23d32026' %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-uKBRxyzsV8 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uKBRxyzsV8 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uKBRxyzsV8 .nav-item:focus,
.cid-uKBRxyzsV8 .nav-link:focus {
  outline: none;
}
.cid-uKBRxyzsV8 .text-white:hover,
.cid-uKBRxyzsV8 .text-white:active,
.cid-uKBRxyzsV8 .text-white:focus {
  color: white!important;
}
.cid-uKBRxyzsV8 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #d32026;
}
.cid-uKBRxyzsV8 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uKBRxyzsV8 .navbar.opened {
  transition: all .3s;
  background: #d32026 !important;
}
.cid-uKBRxyzsV8 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKBRxyzsV8 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKBRxyzsV8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBRxyzsV8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKBRxyzsV8 .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-uKBRxyzsV8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKBRxyzsV8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKBRxyzsV8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBRxyzsV8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKBRxyzsV8 .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-uKBRxyzsV8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKBRxyzsV8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKBRxyzsV8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKBRxyzsV8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKBRxyzsV8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKBRxyzsV8 .navbar.navbar-short {
  background: #d32026 !important;
  min-height: 60px;
}
.cid-uKBRxyzsV8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKBRxyzsV8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKBRxyzsV8 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uKBRxyzsV8 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uKBRxyzsV8 .dropdown-item:hover {
  color: black!important;
}
.cid-uKBRxyzsV8 .dropdown-menu {
  background-color: white!important;
}
.cid-uKBRxyzsV8 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uKBRxyzsV8 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uKBRxyzsV8 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uKBRxyzsV8 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKBRxyzsV8 .collapsed {
  flex-direction: row!important;
}
.cid-uKBRxyzsV8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBRxyzsV8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKBRxyzsV8 .navbar-caption {
  font-weight: 600!important;
}
.cid-uKBRxyzsV8 .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-uKBRxyzsV8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKBRxyzsV8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBRxyzsV8 .dropdown-item.active,
.cid-uKBRxyzsV8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBRxyzsV8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKBRxyzsV8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBRxyzsV8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKBRxyzsV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d32026;
}
.cid-uKBRxyzsV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKBRxyzsV8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKBRxyzsV8 .navbar-buttons {
  text-align: center;
}
.cid-uKBRxyzsV8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBRxyzsV8 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKBRxyzsV8 .nav-link {
  font-weight: 600!important;
}
.cid-uKBRxyzsV8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKBRxyzsV8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKBRxyzsV8 .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-uKBRxyzsV8 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBRxyzsV8 .navbar {
    height: 77px;
  }
  .cid-uKBRxyzsV8 .navbar.opened {
    height: auto;
  }
  .cid-uKBRxyzsV8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBN0Z2Vta {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/image1-2000x1500.webp");
}
.cid-uKBN0Z2Vta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBN0Z2Vta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBN0Z2Vta .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKBN0Z2Vta .row {
    padding: 2rem 1rem;
  }
}
.cid-uKBN0Z2Vta .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #d32026;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-uKBN0Z2Vta .row:before {
    width: 100%;
  }
}
.cid-uKBN0Z2Vta .row .col-12 {
  position: relative;
}
.cid-uKBN0Z2Vta .mbr-section-title {
  color: #333333;
}
.cid-uKBN0Z2Vta .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKBN0Z2Vta .mbr-text,
.cid-uKBN0Z2Vta .mbr-section-btn {
  color: #f5f7fa;
  text-align: left;
}
.cid-uKYiQQ6mM8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKYiQQ6mM8 .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-uKYiQQ6mM8 .card {
  margin-bottom: 25px;
  owerflow: hidden;
  height: 200px;
}
.cid-uKYiQQ6mM8 .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uKYiQQ6mM8 .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #d32026;
}
.cid-uKYiQQ6mM8 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uKYiQQ6mM8 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #d32026;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-uKYiQQ6mM8 .card-big {
  height: 425px;
}
.cid-uKYiQQ6mM8 .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-uKYiQQ6mM8 .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-uKYiQQ6mM8 .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-uKYiQQ6mM8 .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uKYiQQ6mM8 .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-uKYiQQ6mM8 .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-uKYiQQ6mM8 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uKYiQQ6mM8 .mbr-section-title,
.cid-uKYiQQ6mM8 .line-wrap {
  color: #000000;
  text-align: center;
}
.cid-uKYiQQ6mM8 .mbr-text {
  text-align: center;
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uKYiQQ6mM8 .card-big {
    height: 200px;
  }
  .cid-uKYiQQ6mM8 .card-img {
    margin-top: -15%;
  }
}
.cid-uKYiQQ6mM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYiQQ6mM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYDvqAVAY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f9fc;
}
.cid-uKYDvqAVAY .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-uKYDvqAVAY .text-content {
    padding: 0 12px;
  }
}
.cid-uKYDvqAVAY .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-uKYDvqAVAY .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-uKYDvqAVAY .mbr-text {
  margin: 13.5px 0 0 0;
  color: #84858a;
}
.cid-uKYDvqAVAY .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uKYDvqAVAY .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uKYDvqAVAY .address-wrapper .mbr-address {
  margin: 0;
}
.cid-uKYDvqAVAY .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uKYDvqAVAY .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uKYDvqAVAY .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-uKYDvqAVAY .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uKYDvqAVAY .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKYDvqAVAY .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-uKYDvqAVAY .address-wrapper:hover span {
  color: #d32026;
}
.cid-uKYDvqAVAY .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uKYDvqAVAY .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uKYDvqAVAY .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-uKYDvqAVAY .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uKYDvqAVAY .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uKYDvqAVAY .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-uKYDvqAVAY .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uKYDvqAVAY .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKYDvqAVAY .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-uKYDvqAVAY .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uKYDvqAVAY .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-uKYDvqAVAY .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uKYDvqAVAY .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uKYDvqAVAY .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-uKYDvqAVAY .contact-wrapper:hover span {
  color: #d32026;
}
.cid-uKYDvqAVAY .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uKYDvqAVAY .mbr-address,
.cid-uKYDvqAVAY .mbr-iconfont,
.cid-uKYDvqAVAY .mbr-contact {
  color: #20232a;
}
.cid-uKYDvqAVAY .mbr-link {
  color: #84858a;
}
.cid-uKYDvqAVAY .mbr-phone {
  color: #20232a;
}
.cid-uKYCgnwdTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d32026;
}
.cid-uKYCgnwdTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYCgnwdTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYCgnwdTY .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uKYCgnwdTY .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uKYCgnwdTY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKYCgnwdTY .mbr-section-title {
  color: #191c25;
}
.cid-uKYCgnwdTY .mbr-copy {
  color: #333333;
  text-align: center;
}
.cid-uKYCgnwdTY .mbr-section-title,
.cid-uKYCgnwdTY .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uKBRxyzsV8 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uKBRxyzsV8 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uKBRxyzsV8 .nav-item:focus,
.cid-uKBRxyzsV8 .nav-link:focus {
  outline: none;
}
.cid-uKBRxyzsV8 .text-white:hover,
.cid-uKBRxyzsV8 .text-white:active,
.cid-uKBRxyzsV8 .text-white:focus {
  color: white!important;
}
.cid-uKBRxyzsV8 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #d32026;
}
.cid-uKBRxyzsV8 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uKBRxyzsV8 .navbar.opened {
  transition: all .3s;
  background: #d32026 !important;
}
.cid-uKBRxyzsV8 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKBRxyzsV8 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKBRxyzsV8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBRxyzsV8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKBRxyzsV8 .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-uKBRxyzsV8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKBRxyzsV8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKBRxyzsV8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBRxyzsV8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKBRxyzsV8 .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-uKBRxyzsV8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKBRxyzsV8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKBRxyzsV8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKBRxyzsV8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKBRxyzsV8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKBRxyzsV8 .navbar.navbar-short {
  background: #d32026 !important;
  min-height: 60px;
}
.cid-uKBRxyzsV8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKBRxyzsV8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKBRxyzsV8 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uKBRxyzsV8 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uKBRxyzsV8 .dropdown-item:hover {
  color: black!important;
}
.cid-uKBRxyzsV8 .dropdown-menu {
  background-color: white!important;
}
.cid-uKBRxyzsV8 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uKBRxyzsV8 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uKBRxyzsV8 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uKBRxyzsV8 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKBRxyzsV8 .collapsed {
  flex-direction: row!important;
}
.cid-uKBRxyzsV8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBRxyzsV8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKBRxyzsV8 .navbar-caption {
  font-weight: 600!important;
}
.cid-uKBRxyzsV8 .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-uKBRxyzsV8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKBRxyzsV8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBRxyzsV8 .dropdown-item.active,
.cid-uKBRxyzsV8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBRxyzsV8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKBRxyzsV8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBRxyzsV8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKBRxyzsV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d32026;
}
.cid-uKBRxyzsV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKBRxyzsV8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKBRxyzsV8 .navbar-buttons {
  text-align: center;
}
.cid-uKBRxyzsV8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBRxyzsV8 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKBRxyzsV8 .nav-link {
  font-weight: 600!important;
}
.cid-uKBRxyzsV8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKBRxyzsV8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKBRxyzsV8 .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-uKBRxyzsV8 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBRxyzsV8 .navbar {
    height: 77px;
  }
  .cid-uKBRxyzsV8 .navbar.opened {
    height: auto;
  }
  .cid-uKBRxyzsV8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBBAIpEuu {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKBBAIpEuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBBAIpEuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBBAIpEuu b,
.cid-uKBBAIpEuu strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uKBBAIpEuu img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uKBBAIpEuu img {
    padding-bottom: 2rem;
  }
}
.cid-uKBBAIpEuu .row {
  align-items: center;
}
.cid-uKBBAIpEuu .mbr-section-title {
  color: #000000;
}
.cid-uKBBAIpEuu .mbr-text,
.cid-uKBBAIpEuu .mbr-section-btn {
  color: #333333;
}
.cid-uKBBAIpEuu .mbr-section-subtitle {
  color: #000000;
}
.cid-uKYxXnIlFv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f7fa;
}
.cid-uKYxXnIlFv .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-uKYxXnIlFv .card {
  margin-bottom: 25px;
  owerflow: hidden;
  height: 200px;
}
.cid-uKYxXnIlFv .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uKYxXnIlFv .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #d32026;
}
.cid-uKYxXnIlFv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uKYxXnIlFv .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #d32026;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-uKYxXnIlFv .card-big {
  height: 425px;
}
.cid-uKYxXnIlFv .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-uKYxXnIlFv .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-uKYxXnIlFv .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-uKYxXnIlFv .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uKYxXnIlFv .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-uKYxXnIlFv .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-uKYxXnIlFv .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uKYxXnIlFv .mbr-section-title,
.cid-uKYxXnIlFv .line-wrap {
  color: #000000;
  text-align: center;
}
.cid-uKYxXnIlFv .mbr-text {
  text-align: center;
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uKYxXnIlFv .card-big {
    height: 200px;
  }
  .cid-uKYxXnIlFv .card-img {
    margin-top: -15%;
  }
}
.cid-uKYxXnIlFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYxXnIlFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNNFuqnmQH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f9fc;
}
.cid-uNNFuqnmQH .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-uNNFuqnmQH .text-content {
    padding: 0 12px;
  }
}
.cid-uNNFuqnmQH .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-uNNFuqnmQH .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-uNNFuqnmQH .mbr-text {
  margin: 13.5px 0 0 0;
  color: #84858a;
}
.cid-uNNFuqnmQH .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uNNFuqnmQH .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uNNFuqnmQH .address-wrapper .mbr-address {
  margin: 0;
}
.cid-uNNFuqnmQH .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uNNFuqnmQH .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uNNFuqnmQH .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-uNNFuqnmQH .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uNNFuqnmQH .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uNNFuqnmQH .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-uNNFuqnmQH .address-wrapper:hover span {
  color: #d32026;
}
.cid-uNNFuqnmQH .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uNNFuqnmQH .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uNNFuqnmQH .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-uNNFuqnmQH .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uNNFuqnmQH .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uNNFuqnmQH .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-uNNFuqnmQH .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uNNFuqnmQH .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uNNFuqnmQH .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-uNNFuqnmQH .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uNNFuqnmQH .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-uNNFuqnmQH .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uNNFuqnmQH .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uNNFuqnmQH .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-uNNFuqnmQH .contact-wrapper:hover span {
  color: #d32026;
}
.cid-uNNFuqnmQH .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uNNFuqnmQH .mbr-address,
.cid-uNNFuqnmQH .mbr-iconfont,
.cid-uNNFuqnmQH .mbr-contact {
  color: #20232a;
}
.cid-uNNFuqnmQH .mbr-link {
  color: #84858a;
}
.cid-uNNFuqnmQH .mbr-phone {
  color: #20232a;
}
.cid-uKYCgnwdTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d32026;
}
.cid-uKYCgnwdTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYCgnwdTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYCgnwdTY .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uKYCgnwdTY .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uKYCgnwdTY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKYCgnwdTY .mbr-section-title {
  color: #191c25;
}
.cid-uKYCgnwdTY .mbr-copy {
  color: #333333;
  text-align: center;
}
.cid-uKYCgnwdTY .mbr-section-title,
.cid-uKYCgnwdTY .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uKBRxyzsV8 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uKBRxyzsV8 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uKBRxyzsV8 .nav-item:focus,
.cid-uKBRxyzsV8 .nav-link:focus {
  outline: none;
}
.cid-uKBRxyzsV8 .text-white:hover,
.cid-uKBRxyzsV8 .text-white:active,
.cid-uKBRxyzsV8 .text-white:focus {
  color: white!important;
}
.cid-uKBRxyzsV8 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #d32026;
}
.cid-uKBRxyzsV8 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uKBRxyzsV8 .navbar.opened {
  transition: all .3s;
  background: #d32026 !important;
}
.cid-uKBRxyzsV8 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKBRxyzsV8 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKBRxyzsV8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBRxyzsV8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKBRxyzsV8 .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-uKBRxyzsV8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKBRxyzsV8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKBRxyzsV8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKBRxyzsV8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBRxyzsV8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKBRxyzsV8 .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-uKBRxyzsV8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKBRxyzsV8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKBRxyzsV8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKBRxyzsV8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKBRxyzsV8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKBRxyzsV8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKBRxyzsV8 .navbar.navbar-short {
  background: #d32026 !important;
  min-height: 60px;
}
.cid-uKBRxyzsV8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKBRxyzsV8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKBRxyzsV8 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uKBRxyzsV8 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uKBRxyzsV8 .dropdown-item:hover {
  color: black!important;
}
.cid-uKBRxyzsV8 .dropdown-menu {
  background-color: white!important;
}
.cid-uKBRxyzsV8 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uKBRxyzsV8 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uKBRxyzsV8 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uKBRxyzsV8 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKBRxyzsV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKBRxyzsV8 .collapsed {
  flex-direction: row!important;
}
.cid-uKBRxyzsV8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBRxyzsV8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKBRxyzsV8 .navbar-caption {
  font-weight: 600!important;
}
.cid-uKBRxyzsV8 .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-uKBRxyzsV8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKBRxyzsV8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBRxyzsV8 .dropdown-item.active,
.cid-uKBRxyzsV8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBRxyzsV8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKBRxyzsV8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBRxyzsV8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKBRxyzsV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d32026;
}
.cid-uKBRxyzsV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKBRxyzsV8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKBRxyzsV8 .navbar-buttons {
  text-align: center;
}
.cid-uKBRxyzsV8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBRxyzsV8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKBRxyzsV8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBRxyzsV8 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKBRxyzsV8 .nav-link {
  font-weight: 600!important;
}
.cid-uKBRxyzsV8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKBRxyzsV8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKBRxyzsV8 .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-uKBRxyzsV8 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBRxyzsV8 .navbar {
    height: 77px;
  }
  .cid-uKBRxyzsV8 .navbar.opened {
    height: auto;
  }
  .cid-uKBRxyzsV8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBEciPbz5 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image1-1120x840.webp");
}
.cid-uKBEciPbz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBEciPbz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBEciPbz5 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uKBEciPbz5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKBEciPbz5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKBEciPbz5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKBEciPbz5 .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #d32026;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uKBEciPbz5 .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKBEciPbz5 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uKBEciPbz5 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uKBEciPbz5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #e9e6e7;
  border: none;
}
.cid-uKBEciPbz5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #d32026;
}
.cid-uKBEciPbz5 .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKBEciPbz5 .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uKBEciPbz5 .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uKBEciPbz5 .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uKBEciPbz5 .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKBEciPbz5 .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uKBEciPbz5 .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uKBEciPbz5 .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uKBEciPbz5 .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uKBEciPbz5 .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uKBEciPbz5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKBEciPbz5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKBEciPbz5 .item-title {
  color: #ffffff;
}
.cid-uKBEciPbz5 .item-text {
  color: #ffffff;
}
.cid-uNNFxswbgR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f9fc;
}
.cid-uNNFxswbgR .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-uNNFxswbgR .text-content {
    padding: 0 12px;
  }
}
.cid-uNNFxswbgR .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-uNNFxswbgR .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-uNNFxswbgR .mbr-text {
  margin: 13.5px 0 0 0;
  color: #84858a;
}
.cid-uNNFxswbgR .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uNNFxswbgR .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uNNFxswbgR .address-wrapper .mbr-address {
  margin: 0;
}
.cid-uNNFxswbgR .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uNNFxswbgR .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uNNFxswbgR .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-uNNFxswbgR .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uNNFxswbgR .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uNNFxswbgR .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-uNNFxswbgR .address-wrapper:hover span {
  color: #d32026;
}
.cid-uNNFxswbgR .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uNNFxswbgR .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uNNFxswbgR .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-uNNFxswbgR .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uNNFxswbgR .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uNNFxswbgR .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-uNNFxswbgR .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uNNFxswbgR .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uNNFxswbgR .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-uNNFxswbgR .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uNNFxswbgR .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-uNNFxswbgR .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uNNFxswbgR .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uNNFxswbgR .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-uNNFxswbgR .contact-wrapper:hover span {
  color: #d32026;
}
.cid-uNNFxswbgR .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uNNFxswbgR .mbr-address,
.cid-uNNFxswbgR .mbr-iconfont,
.cid-uNNFxswbgR .mbr-contact {
  color: #20232a;
}
.cid-uNNFxswbgR .mbr-link {
  color: #84858a;
}
.cid-uNNFxswbgR .mbr-phone {
  color: #20232a;
}
.cid-uKYCgnwdTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d32026;
}
.cid-uKYCgnwdTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYCgnwdTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYCgnwdTY .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uKYCgnwdTY .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uKYCgnwdTY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKYCgnwdTY .mbr-section-title {
  color: #191c25;
}
.cid-uKYCgnwdTY .mbr-copy {
  color: #333333;
  text-align: center;
}
.cid-uKYCgnwdTY .mbr-section-title,
.cid-uKYCgnwdTY .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uKYr99lRaO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uKYr99lRaO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uKYr99lRaO .nav-item:focus,
.cid-uKYr99lRaO .nav-link:focus {
  outline: none;
}
.cid-uKYr99lRaO .text-white:hover,
.cid-uKYr99lRaO .text-white:active,
.cid-uKYr99lRaO .text-white:focus {
  color: white!important;
}
.cid-uKYr99lRaO .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #d32026;
}
.cid-uKYr99lRaO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uKYr99lRaO .navbar.opened {
  transition: all .3s;
  background: #d32026 !important;
}
.cid-uKYr99lRaO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKYr99lRaO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKYr99lRaO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKYr99lRaO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKYr99lRaO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKYr99lRaO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKYr99lRaO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKYr99lRaO .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-uKYr99lRaO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKYr99lRaO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKYr99lRaO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKYr99lRaO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKYr99lRaO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKYr99lRaO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKYr99lRaO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKYr99lRaO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKYr99lRaO .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-uKYr99lRaO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKYr99lRaO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKYr99lRaO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKYr99lRaO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKYr99lRaO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKYr99lRaO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKYr99lRaO .navbar.navbar-short {
  background: #d32026 !important;
  min-height: 60px;
}
.cid-uKYr99lRaO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKYr99lRaO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKYr99lRaO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uKYr99lRaO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uKYr99lRaO .dropdown-item:hover {
  color: black!important;
}
.cid-uKYr99lRaO .dropdown-menu {
  background-color: white!important;
}
.cid-uKYr99lRaO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uKYr99lRaO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uKYr99lRaO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uKYr99lRaO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uKYr99lRaO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKYr99lRaO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKYr99lRaO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uKYr99lRaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKYr99lRaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKYr99lRaO .collapsed {
  flex-direction: row!important;
}
.cid-uKYr99lRaO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKYr99lRaO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKYr99lRaO .navbar-caption {
  font-weight: 600!important;
}
.cid-uKYr99lRaO .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-uKYr99lRaO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKYr99lRaO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKYr99lRaO .dropdown-item.active,
.cid-uKYr99lRaO .dropdown-item:active {
  background-color: transparent;
}
.cid-uKYr99lRaO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKYr99lRaO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKYr99lRaO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKYr99lRaO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d32026;
}
.cid-uKYr99lRaO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKYr99lRaO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKYr99lRaO .navbar-buttons {
  text-align: center;
}
.cid-uKYr99lRaO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKYr99lRaO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKYr99lRaO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKYr99lRaO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKYr99lRaO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKYr99lRaO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKYr99lRaO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKYr99lRaO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKYr99lRaO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKYr99lRaO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKYr99lRaO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKYr99lRaO .nav-link {
  font-weight: 600!important;
}
.cid-uKYr99lRaO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKYr99lRaO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKYr99lRaO .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-uKYr99lRaO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKYr99lRaO .navbar {
    height: 77px;
  }
  .cid-uKYr99lRaO .navbar.opened {
    height: auto;
  }
  .cid-uKYr99lRaO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKYrJIoFKH {
  background-image: url("../../../assets/images/mbr-1920x1282.webp");
}
.cid-uKYrJIoFKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYrJIoFKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNNZeefkEF {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uNNZeefkEF img {
  width: 100%;
}
.cid-uNNZeefkEF p {
  line-height: 1.6;
}
.cid-uNNZeefkEF .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNNZeefkEF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uNNZeefkEF .mbr-text,
.cid-uNNZeefkEF .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uNNZeefkEF .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uNNZeefkEF .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #d63d3d;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uNNZeefkEF .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-uNNZeefkEF .mbr-section-title,
.cid-uNNZeefkEF .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uNNZeefkEF .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-uNNZeefkEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNZeefkEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYrCg9Kho {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYrCg9Kho .container-fluid {
  padding: 0;
}
.cid-uKYrCg9Kho img {
  width: 100%;
}
.cid-uKYrCg9Kho .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uKYrCg9Kho .content {
    padding: 3rem;
  }
}
.cid-uKYrCg9Kho .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uKYrCg9Kho .img-col {
  padding: 0;
  margin: auto;
}
.cid-uKYrCg9Kho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYrCg9Kho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYrCg9Kho .mbr-section-title {
  color: #000000;
}
.cid-uKYrCg9Kho .mbr-text,
.cid-uKYrCg9Kho .mbr-section-btn {
  color: #333333;
}
.cid-uKYwx0Nrzm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYwx0Nrzm .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKYwx0Nrzm .container-fluid {
  padding: 0;
}
.cid-uKYwx0Nrzm img {
  width: 100%;
}
.cid-uKYwx0Nrzm .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uKYwx0Nrzm .content {
    padding: 3rem;
  }
}
.cid-uKYwx0Nrzm .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uKYwx0Nrzm .img-col {
  padding: 0;
  margin: auto;
}
.cid-uKYwx0Nrzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYwx0Nrzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYwx0Nrzm .mbr-section-title {
  color: #000000;
}
.cid-uKYwx0Nrzm .mbr-text,
.cid-uKYwx0Nrzm .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-uNNFAPJcxT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f9fc;
}
.cid-uNNFAPJcxT .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-uNNFAPJcxT .text-content {
    padding: 0 12px;
  }
}
.cid-uNNFAPJcxT .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-uNNFAPJcxT .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-uNNFAPJcxT .mbr-text {
  margin: 13.5px 0 0 0;
  color: #84858a;
}
.cid-uNNFAPJcxT .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uNNFAPJcxT .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uNNFAPJcxT .address-wrapper .mbr-address {
  margin: 0;
}
.cid-uNNFAPJcxT .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uNNFAPJcxT .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uNNFAPJcxT .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-uNNFAPJcxT .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uNNFAPJcxT .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uNNFAPJcxT .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-uNNFAPJcxT .address-wrapper:hover span {
  color: #d32026;
}
.cid-uNNFAPJcxT .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uNNFAPJcxT .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uNNFAPJcxT .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-uNNFAPJcxT .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uNNFAPJcxT .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uNNFAPJcxT .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-uNNFAPJcxT .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uNNFAPJcxT .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uNNFAPJcxT .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-uNNFAPJcxT .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uNNFAPJcxT .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-uNNFAPJcxT .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uNNFAPJcxT .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uNNFAPJcxT .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-uNNFAPJcxT .contact-wrapper:hover span {
  color: #d32026;
}
.cid-uNNFAPJcxT .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uNNFAPJcxT .mbr-address,
.cid-uNNFAPJcxT .mbr-iconfont,
.cid-uNNFAPJcxT .mbr-contact {
  color: #20232a;
}
.cid-uNNFAPJcxT .mbr-link {
  color: #84858a;
}
.cid-uNNFAPJcxT .mbr-phone {
  color: #20232a;
}
.cid-uKYCgnwdTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d32026;
}
.cid-uKYCgnwdTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYCgnwdTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYCgnwdTY .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uKYCgnwdTY .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uKYCgnwdTY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKYCgnwdTY .mbr-section-title {
  color: #191c25;
}
.cid-uKYCgnwdTY .mbr-copy {
  color: #333333;
  text-align: center;
}
.cid-uKYCgnwdTY .mbr-section-title,
.cid-uKYCgnwdTY .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
