body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Heebo', 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: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #9f2b19 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #47130b !important;
  color: #47130b !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #9f2b19 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #47130b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !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: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.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: #9f2b19;
  border-color: #9f2b19;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9f2b19;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e46753;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #9f2b19;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #9f2b19;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #9f2b19;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9f2b19;
  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: #9f2b19;
  border-bottom-color: #9f2b19;
}
.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: #9f2b19 !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: #333333 !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='%239f2b19' %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-uzIt7jwUss .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uzIt7jwUss .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uzIt7jwUss .navbar-fixed-top {
  padding-top: 0;
}
.cid-uzIt7jwUss .navbar-collapse {
  flex-basis: auto;
}
.cid-uzIt7jwUss .dropdown-item {
  padding: 0;
}
.cid-uzIt7jwUss .dropdown-menu {
  border: 0px solid lightgray;
  background: #ffffff !important;
}
.cid-uzIt7jwUss .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzIt7jwUss .menu-content-top {
    width: 100%;
  }
  .cid-uzIt7jwUss .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uzIt7jwUss .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uzIt7jwUss .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uzIt7jwUss .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uzIt7jwUss .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uzIt7jwUss .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uzIt7jwUss .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #ffffff;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uzIt7jwUss .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uzIt7jwUss .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #9f2b19;
}
.cid-uzIt7jwUss .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uzIt7jwUss a {
  font-style: normal;
}
.cid-uzIt7jwUss .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uzIt7jwUss .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uzIt7jwUss .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uzIt7jwUss .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzIt7jwUss .content-text {
  margin-bottom: 0;
}
.cid-uzIt7jwUss .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uzIt7jwUss .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9f2b19;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uzIt7jwUss .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uzIt7jwUss .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uzIt7jwUss .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uzIt7jwUss .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uzIt7jwUss .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uzIt7jwUss .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uzIt7jwUss .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzIt7jwUss .nav-dropdown .link {
  font-weight: 400;
}
.cid-uzIt7jwUss .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uzIt7jwUss .content-right-side {
  text-align: center;
}
.cid-uzIt7jwUss .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uzIt7jwUss .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uzIt7jwUss .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uzIt7jwUss .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uzIt7jwUss .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uzIt7jwUss .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uzIt7jwUss .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uzIt7jwUss .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uzIt7jwUss .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uzIt7jwUss .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uzIt7jwUss .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uzIt7jwUss .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uzIt7jwUss .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uzIt7jwUss .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uzIt7jwUss .navbar {
    display: block;
    padding: 0;
  }
  .cid-uzIt7jwUss .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uzIt7jwUss .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uzIt7jwUss .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uzIt7jwUss .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uzIt7jwUss .navbar-toggler {
    display: none;
  }
  .cid-uzIt7jwUss .navbar-collapse {
    justify-content: center;
  }
}
.cid-uzIt7jwUss .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uzIt7jwUss .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uzIt7jwUss .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uzIt7jwUss .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uzIt7jwUss .menu-logo {
  margin-right: auto;
}
.cid-uzIt7jwUss .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uzIt7jwUss .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uzIt7jwUss .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uzIt7jwUss .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uzIt7jwUss .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uzIt7jwUss .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uzIt7jwUss .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uzIt7jwUss .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uzIt7jwUss .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uzIt7jwUss .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uzIt7jwUss .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uzIt7jwUss .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uzIt7jwUss .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzIt7jwUss .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uzIt7jwUss .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uzIt7jwUss .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzIt7jwUss .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzIt7jwUss .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uzIt7jwUss .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzIt7jwUss .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uzIt7jwUss .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uzIt7jwUss .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uzIt7jwUss .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uzIt7jwUss .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uzIt7jwUss .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uzIt7jwUss button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uzIt7jwUss button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uzIt7jwUss button.navbar-toggler:focus {
  outline: none;
}
.cid-uzIt7jwUss button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #020888;
}
.cid-uzIt7jwUss button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzIt7jwUss button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzIt7jwUss button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzIt7jwUss button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzIt7jwUss nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzIt7jwUss nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzIt7jwUss nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzIt7jwUss nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzIt7jwUss .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uzIt7jwUss .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzIt7jwUss .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzIt7jwUss .collapsed .btn {
  display: flex;
}
.cid-uzIt7jwUss .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uzIt7jwUss .collapsed .navbar-collapse.collapsing,
.cid-uzIt7jwUss .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uzIt7jwUss .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uzIt7jwUss .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uzIt7jwUss .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uzIt7jwUss .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uzIt7jwUss .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uzIt7jwUss .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uzIt7jwUss .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uzIt7jwUss .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uzIt7jwUss .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uzIt7jwUss .collapsed button.navbar-toggler {
  display: block;
}
.cid-uzIt7jwUss .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uzIt7jwUss .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uzIt7jwUss .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uzIt7jwUss .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uzIt7jwUss .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uzIt7jwUss .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uzIt7jwUss .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uzIt7jwUss .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzIt7jwUss .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uzIt7jwUss .navbar-collapse.collapsing,
  .cid-uzIt7jwUss .navbar-collapse.show {
    display: block !important;
  }
  .cid-uzIt7jwUss .navbar-collapse.collapsing .navbar-nav,
  .cid-uzIt7jwUss .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uzIt7jwUss .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uzIt7jwUss .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uzIt7jwUss .navbar-collapse.collapsing .navbar-buttons,
  .cid-uzIt7jwUss .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uzIt7jwUss .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uzIt7jwUss .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uzIt7jwUss .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uzIt7jwUss .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uzIt7jwUss .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uzIt7jwUss img {
    height: 3.8rem !important;
  }
  .cid-uzIt7jwUss .btn {
    display: flex;
  }
  .cid-uzIt7jwUss button.navbar-toggler {
    display: block;
  }
  .cid-uzIt7jwUss .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uzIt7jwUss .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uzIt7jwUss .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uzIt7jwUss .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uzIt7jwUss .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uzIt7jwUss .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uzIt7jwUss .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uzIt7jwUss .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uzIt7jwUss .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uzIt7jwUss .nav-link:focus {
  outline: none;
}
.cid-uzIt7jwUss .navbar-toggler {
  position: relative;
}
.cid-uzIt7jwUss .dropdown-item.active,
.cid-uzIt7jwUss .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uzIt7jwUss .widget-title,
.cid-uzIt7jwUss .widget-icon {
  color: #020888;
}
.cid-uzIt7jwUss .widget-text {
  color: #c64935;
}
.cid-uzNNfQXd3Q {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fcfcfc;
}
.cid-uzNNfQXd3Q .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uzNNfQXd3Q .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzNNfQXd3Q .title {
    width: 100% !important;
  }
}
.cid-uzNNfQXd3Q .mbr-section-subtitle,
.cid-uzNNfQXd3Q .underline {
  color: #9f2b19;
}
.cid-uzNH7kg8FC .modal-body .close {
  background: #1b1b1b;
}
.cid-uzNH7kg8FC .modal-body .close span {
  font-style: normal;
}
.cid-uzNH7kg8FC .carousel-inner > .active,
.cid-uzNH7kg8FC .carousel-inner > .next,
.cid-uzNH7kg8FC .carousel-inner > .prev {
  display: table;
}
.cid-uzNH7kg8FC .carousel-control .icon-next,
.cid-uzNH7kg8FC .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uzNH7kg8FC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzNH7kg8FC .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uzNH7kg8FC .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uzNH7kg8FC .boxed-slider > div {
  position: relative;
}
.cid-uzNH7kg8FC .container img {
  width: 100%;
}
.cid-uzNH7kg8FC .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uzNH7kg8FC .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uzNH7kg8FC .mbr-table-cell {
  padding: 0;
}
.cid-uzNH7kg8FC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uzNH7kg8FC .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uzNH7kg8FC .mbr-overlay {
  z-index: 1;
}
.cid-uzNH7kg8FC .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uzNH7kg8FC .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uzNH7kg8FC .carousel-item .container {
    width: 100%;
  }
}
.cid-uzNH7kg8FC .carousel-item-next.carousel-item-left,
.cid-uzNH7kg8FC .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uzNH7kg8FC .active.carousel-item-right,
.cid-uzNH7kg8FC .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uzNH7kg8FC .active.carousel-item-left,
.cid-uzNH7kg8FC .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uzNH7kg8FC .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uzNH7kg8FC .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzNH7kg8FC .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzNH7kg8FC .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uzNH7kg8FC .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uzNH7kg8FC .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uzNH7kg8FC .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uzNH7kg8FC .mbr-slider .carousel-indicators li.active,
.cid-uzNH7kg8FC .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uzNH7kg8FC .mbr-slider .carousel-indicators li::after,
.cid-uzNH7kg8FC .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uzNH7kg8FC .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uzNH7kg8FC .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uzNH7kg8FC .mbr-slider > .container img {
  width: 100%;
}
.cid-uzNH7kg8FC .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uzNH7kg8FC .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uzNH7kg8FC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uzNH7kg8FC .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uzNH7kg8FC .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uzNH7kg8FC .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uzNH7kg8FC .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uzNH7kg8FC .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-uzNH7kg8FC .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uzNH7kg8FC .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uzNH7kg8FC .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uzNH7kg8FC .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uzNH7kg8FC .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uzIvGx9oFK {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uzIvGx9oFK .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-uzIvGx9oFK .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-uzIvGx9oFK .card .card-title {
  letter-spacing: 1px;
}
.cid-uzIvGx9oFK .card-title {
  margin: 0;
}
.cid-uzIvGx9oFK .mbr-text,
.cid-uzIvGx9oFK .card-title {
  color: #878787;
}
.cid-uzIvGx9oFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIvGx9oFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzIvnG2Vqx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uzIvnG2Vqx .line {
  background-color: #9f2b19;
  color: #9f2b19;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uzIvnG2Vqx .mbr-text {
  margin: 0;
  padding: 2rem 0;
  color: #03086d;
}
@media (max-width: 768px) {
  .cid-uzIvnG2Vqx .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uzIvtWYEnq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rzMgL0Khyt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzMgL0Khyt .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-rzMgL0Khyt .card .card-img img {
  transition: all .5s;
}
.cid-rzMgL0Khyt .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rzMgL0Khyt .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-rzMgL0Khyt .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMgL0Khyt .first-card {
  display: block;
}
.cid-rzMgL0Khyt .first-card .card-wrapper {
  height: 100%;
}
.cid-rzMgL0Khyt .first-card .card-box {
  background: #efefef;
  padding: 2rem;
}
.cid-rzMgL0Khyt .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMgL0Khyt .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rzMgL0Khyt .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rzMgL0Khyt .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rzMgL0Khyt .first-row,
.cid-rzMgL0Khyt .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-rzMgL0Khyt .first-row .card .card-wrapper,
.cid-rzMgL0Khyt .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img,
.cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img img,
.cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-rzMgL0Khyt .first-row,
  .cid-rzMgL0Khyt .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img,
  .cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img img,
  .cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-rzMgL0Khyt .first-row .caption,
.cid-rzMgL0Khyt .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-rzMgL0Khyt .first-row .caption .price,
.cid-rzMgL0Khyt .second-row .caption .price {
  background: #ffffff;
  padding: 0 .5rem;
}
.cid-rzMgL0Khyt .first-row {
  padding-bottom: 1rem;
}
.cid-rzMgL0Khyt .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-rzMgL0Khyt .first-card,
  .cid-rzMgL0Khyt .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rzMgL0Khyt .first-card {
    padding-bottom: 2rem;
  }
  .cid-rzMgL0Khyt .only-first-row {
    height: 100%;
  }
}
.cid-rzMgL0Khyt .card-title {
  color: #9f2b19;
}
.cid-rzMgL0Khyt .price {
  color: #9f2b19;
}
.cid-rzMgL0Khyt .first-card-text,
.cid-rzMgL0Khyt .card-btn {
  color: #000000;
}
.cid-uzOo7hUN4u {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzOo7hUN4u .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzOo7hUN4u .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uzOo7hUN4u .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uzOo7hUN4u textarea {
  min-height: 150px;
}
.cid-uzOo7hUN4u .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uzOo7hUN4u .form-control,
.cid-uzOo7hUN4u .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uzOo7hUN4u .form-control:hover,
.cid-uzOo7hUN4u .field-input:hover,
.cid-uzOo7hUN4u .form-control:focus,
.cid-uzOo7hUN4u .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-uzOo7hUN4u .form-control:hover input::-webkit-input-placeholder,
.cid-uzOo7hUN4u .field-input:hover input::-webkit-input-placeholder,
.cid-uzOo7hUN4u .form-control:focus input::-webkit-input-placeholder,
.cid-uzOo7hUN4u .field-input:focus input::-webkit-input-placeholder,
.cid-uzOo7hUN4u .form-control:hover textarea::-webkit-input-placeholder,
.cid-uzOo7hUN4u .field-input:hover textarea::-webkit-input-placeholder,
.cid-uzOo7hUN4u .form-control:focus textarea::-webkit-input-placeholder,
.cid-uzOo7hUN4u .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uzOo7hUN4u .form-control:hover input:-moz-placeholder,
.cid-uzOo7hUN4u .field-input:hover input:-moz-placeholder,
.cid-uzOo7hUN4u .form-control:focus input:-moz-placeholder,
.cid-uzOo7hUN4u .field-input:focus input:-moz-placeholder,
.cid-uzOo7hUN4u .form-control:hover textarea:-moz-placeholder,
.cid-uzOo7hUN4u .field-input:hover textarea:-moz-placeholder,
.cid-uzOo7hUN4u .form-control:focus textarea:-moz-placeholder,
.cid-uzOo7hUN4u .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uzOo7hUN4u input::-webkit-input-placeholder,
.cid-uzOo7hUN4u textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uzOo7hUN4u input:-moz-placeholder,
.cid-uzOo7hUN4u textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uzOo7hUN4u .jq-number__spin:hover,
.cid-uzOo7hUN4u .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uzOo7hUN4u .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uzOo7hUN4u .jq-selectbox li,
.cid-uzOo7hUN4u .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uzOo7hUN4u .jq-selectbox li:hover,
.cid-uzOo7hUN4u .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uzOo7hUN4u .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uzOo7hUN4u .jq-number__spin.minus:hover:after,
.cid-uzOo7hUN4u .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uzOo7hUN4u .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uzOo7hUN4u .jq-number__spin.minus:after,
.cid-uzOo7hUN4u .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uzOo7hUN4u input::-webkit-clear-button {
  display: none;
}
.cid-uzOo7hUN4u input::-webkit-inner-spin-button {
  display: none;
}
.cid-uzOo7hUN4u input::-webkit-outer-spin-button {
  display: none;
}
.cid-uzOo7hUN4u input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rzMh4wFu1L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzMh4wFu1L .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMh4wFu1L .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMh4wFu1L .title {
    width: 100% !important;
  }
}
.cid-rzMgZGPH0E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzMgZGPH0E .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-rzMgZGPH0E .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rzMi9iV35M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/franja-azul-2000x536.png");
}
.cid-rzMi9iV35M .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-rzMi9iV35M .first-column .mbr-text {
  margin: 0;
}
.cid-rzMi9iV35M .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-rzMi9iV35M .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-rzMi9iV35M .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-rzMi9iV35M .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-rzMi9iV35M .form-group {
  max-width: 55%;
}
.cid-rzMi9iV35M .form-group,
.cid-rzMi9iV35M .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rzMi9iV35M .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #9f2b19;
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-rzMi9iV35M .first-column,
  .cid-rzMi9iV35M .second-column {
    padding-bottom: 2rem;
  }
  .cid-rzMi9iV35M .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rzMi9iV35M .first-column,
  .cid-rzMi9iV35M .second-column,
  .cid-rzMi9iV35M .third-column {
    text-align: center;
  }
  .cid-rzMi9iV35M .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-rzMi9GHrgW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/franja-roja-2000x536.png");
}
.cid-uzOFDV00te .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uzOFDV00te .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uzOFDV00te .navbar-fixed-top {
  padding-top: 0;
}
.cid-uzOFDV00te .navbar-collapse {
  flex-basis: auto;
}
.cid-uzOFDV00te .dropdown-item {
  padding: 0;
}
.cid-uzOFDV00te .dropdown-menu {
  border: 0px solid lightgray;
  background: #ffffff !important;
}
.cid-uzOFDV00te .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzOFDV00te .menu-content-top {
    width: 100%;
  }
  .cid-uzOFDV00te .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uzOFDV00te .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uzOFDV00te .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uzOFDV00te .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uzOFDV00te .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uzOFDV00te .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uzOFDV00te .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #ffffff;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uzOFDV00te .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uzOFDV00te .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #9f2b19;
}
.cid-uzOFDV00te .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uzOFDV00te a {
  font-style: normal;
}
.cid-uzOFDV00te .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uzOFDV00te .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uzOFDV00te .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uzOFDV00te .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzOFDV00te .content-text {
  margin-bottom: 0;
}
.cid-uzOFDV00te .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uzOFDV00te .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9f2b19;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uzOFDV00te .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uzOFDV00te .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uzOFDV00te .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uzOFDV00te .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uzOFDV00te .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uzOFDV00te .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uzOFDV00te .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzOFDV00te .nav-dropdown .link {
  font-weight: 400;
}
.cid-uzOFDV00te .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uzOFDV00te .content-right-side {
  text-align: center;
}
.cid-uzOFDV00te .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uzOFDV00te .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uzOFDV00te .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uzOFDV00te .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uzOFDV00te .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uzOFDV00te .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uzOFDV00te .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uzOFDV00te .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uzOFDV00te .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uzOFDV00te .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uzOFDV00te .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uzOFDV00te .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uzOFDV00te .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uzOFDV00te .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uzOFDV00te .navbar {
    display: block;
    padding: 0;
  }
  .cid-uzOFDV00te .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uzOFDV00te .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uzOFDV00te .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uzOFDV00te .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uzOFDV00te .navbar-toggler {
    display: none;
  }
  .cid-uzOFDV00te .navbar-collapse {
    justify-content: center;
  }
}
.cid-uzOFDV00te .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uzOFDV00te .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uzOFDV00te .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uzOFDV00te .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uzOFDV00te .menu-logo {
  margin-right: auto;
}
.cid-uzOFDV00te .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uzOFDV00te .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uzOFDV00te .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uzOFDV00te .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uzOFDV00te .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uzOFDV00te .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uzOFDV00te .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uzOFDV00te .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uzOFDV00te .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uzOFDV00te .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uzOFDV00te .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uzOFDV00te .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uzOFDV00te .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzOFDV00te .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uzOFDV00te .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uzOFDV00te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzOFDV00te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzOFDV00te .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uzOFDV00te .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzOFDV00te .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uzOFDV00te .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uzOFDV00te .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uzOFDV00te .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uzOFDV00te .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uzOFDV00te .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uzOFDV00te button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uzOFDV00te button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uzOFDV00te button.navbar-toggler:focus {
  outline: none;
}
.cid-uzOFDV00te button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #020888;
}
.cid-uzOFDV00te button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzOFDV00te button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzOFDV00te button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzOFDV00te button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzOFDV00te nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzOFDV00te nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzOFDV00te nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzOFDV00te nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzOFDV00te .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uzOFDV00te .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzOFDV00te .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzOFDV00te .collapsed .btn {
  display: flex;
}
.cid-uzOFDV00te .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uzOFDV00te .collapsed .navbar-collapse.collapsing,
.cid-uzOFDV00te .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uzOFDV00te .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uzOFDV00te .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uzOFDV00te .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uzOFDV00te .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uzOFDV00te .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uzOFDV00te .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uzOFDV00te .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uzOFDV00te .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uzOFDV00te .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uzOFDV00te .collapsed button.navbar-toggler {
  display: block;
}
.cid-uzOFDV00te .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uzOFDV00te .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uzOFDV00te .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uzOFDV00te .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uzOFDV00te .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uzOFDV00te .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uzOFDV00te .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uzOFDV00te .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzOFDV00te .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uzOFDV00te .navbar-collapse.collapsing,
  .cid-uzOFDV00te .navbar-collapse.show {
    display: block !important;
  }
  .cid-uzOFDV00te .navbar-collapse.collapsing .navbar-nav,
  .cid-uzOFDV00te .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uzOFDV00te .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uzOFDV00te .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uzOFDV00te .navbar-collapse.collapsing .navbar-buttons,
  .cid-uzOFDV00te .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uzOFDV00te .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uzOFDV00te .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uzOFDV00te .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uzOFDV00te .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uzOFDV00te .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uzOFDV00te img {
    height: 3.8rem !important;
  }
  .cid-uzOFDV00te .btn {
    display: flex;
  }
  .cid-uzOFDV00te button.navbar-toggler {
    display: block;
  }
  .cid-uzOFDV00te .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uzOFDV00te .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uzOFDV00te .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uzOFDV00te .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uzOFDV00te .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uzOFDV00te .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uzOFDV00te .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uzOFDV00te .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uzOFDV00te .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uzOFDV00te .nav-link:focus {
  outline: none;
}
.cid-uzOFDV00te .navbar-toggler {
  position: relative;
}
.cid-uzOFDV00te .dropdown-item.active,
.cid-uzOFDV00te .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uzOFDV00te .widget-title,
.cid-uzOFDV00te .widget-icon {
  color: #020888;
}
.cid-uzOFDV00te .widget-text {
  color: #c64935;
}
.cid-uzOFDY7IMd {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fcfcfc;
}
.cid-uzOFDY7IMd .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uzOFDY7IMd .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzOFDY7IMd .title {
    width: 100% !important;
  }
}
.cid-uzOFDY7IMd .mbr-section-subtitle,
.cid-uzOFDY7IMd .underline {
  color: #9f2b19;
}
.cid-uzOFE1gtRt {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uzOFE1gtRt .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-uzOFE1gtRt .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-uzOFE1gtRt .card .card-title {
  letter-spacing: 1px;
}
.cid-uzOFE1gtRt .card-title {
  margin: 0;
}
.cid-uzOFE1gtRt .mbr-text,
.cid-uzOFE1gtRt .card-title {
  color: #878787;
}
.cid-uzOFE1gtRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOFE1gtRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOFE2TXOw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uzOFE2TXOw .line {
  background-color: #9f2b19;
  color: #9f2b19;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uzOFE2TXOw .mbr-text {
  margin: 0;
  padding: 2rem 0;
  color: #03086d;
}
@media (max-width: 768px) {
  .cid-uzOFE2TXOw .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uzPdmOxkG6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uzPdmOxkG6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzPdmOxkG6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzPdmOxkG6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzPdmOxkG6 .title {
  padding: 0 2rem;
}
.cid-uzPdmOxkG6 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uzPdmOxkG6 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uzPdmOxkG6 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uzPdmOxkG6 .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uzPdmOxkG6 .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uzPdmOxkG6 .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uzPdmOxkG6 .container {
  padding: 0 1rem;
}
.cid-uzPdmOxkG6 .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uzPdmOxkG6 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uzPdmOxkG6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzPdmOxkG6 .icon-focus {
  display: none;
}
.cid-uzPdmOxkG6 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uzPdmOxkG6 .btn-primary-outline:hover {
  background: transparent !important;
  color: #9f2b19 !important;
}
.cid-uzPdmOxkG6 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uzPdmOxkG6 li {
  position: relative;
}
.cid-uzPdmOxkG6 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uzPdmOxkG6 .btn {
  font-family: Roboto !important;
}
.cid-uzPdmOxkG6 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uzPdmOxkG6 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzPdmOxkG6 li:not(:last-child):after {
    top: 9px;
  }
  .cid-uzPdmOxkG6 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uzPdmOxkG6 .container {
    padding: 0rem;
  }
  .cid-uzPdmOxkG6 .title {
    padding: 0 1rem;
  }
}
.cid-uzPdmOxkG6 H2 {
  color: #9f2b19;
}
.cid-uzOFE6NjOf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzOFE6NjOf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzOFE6NjOf .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uzOFE6NjOf .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uzOFE6NjOf textarea {
  min-height: 150px;
}
.cid-uzOFE6NjOf .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uzOFE6NjOf .form-control,
.cid-uzOFE6NjOf .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uzOFE6NjOf .form-control:hover,
.cid-uzOFE6NjOf .field-input:hover,
.cid-uzOFE6NjOf .form-control:focus,
.cid-uzOFE6NjOf .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-uzOFE6NjOf .form-control:hover input::-webkit-input-placeholder,
.cid-uzOFE6NjOf .field-input:hover input::-webkit-input-placeholder,
.cid-uzOFE6NjOf .form-control:focus input::-webkit-input-placeholder,
.cid-uzOFE6NjOf .field-input:focus input::-webkit-input-placeholder,
.cid-uzOFE6NjOf .form-control:hover textarea::-webkit-input-placeholder,
.cid-uzOFE6NjOf .field-input:hover textarea::-webkit-input-placeholder,
.cid-uzOFE6NjOf .form-control:focus textarea::-webkit-input-placeholder,
.cid-uzOFE6NjOf .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uzOFE6NjOf .form-control:hover input:-moz-placeholder,
.cid-uzOFE6NjOf .field-input:hover input:-moz-placeholder,
.cid-uzOFE6NjOf .form-control:focus input:-moz-placeholder,
.cid-uzOFE6NjOf .field-input:focus input:-moz-placeholder,
.cid-uzOFE6NjOf .form-control:hover textarea:-moz-placeholder,
.cid-uzOFE6NjOf .field-input:hover textarea:-moz-placeholder,
.cid-uzOFE6NjOf .form-control:focus textarea:-moz-placeholder,
.cid-uzOFE6NjOf .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uzOFE6NjOf input::-webkit-input-placeholder,
.cid-uzOFE6NjOf textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uzOFE6NjOf input:-moz-placeholder,
.cid-uzOFE6NjOf textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uzOFE6NjOf .jq-number__spin:hover,
.cid-uzOFE6NjOf .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uzOFE6NjOf .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uzOFE6NjOf .jq-selectbox li,
.cid-uzOFE6NjOf .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uzOFE6NjOf .jq-selectbox li:hover,
.cid-uzOFE6NjOf .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uzOFE6NjOf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uzOFE6NjOf .jq-number__spin.minus:hover:after,
.cid-uzOFE6NjOf .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uzOFE6NjOf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uzOFE6NjOf .jq-number__spin.minus:after,
.cid-uzOFE6NjOf .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uzOFE6NjOf input::-webkit-clear-button {
  display: none;
}
.cid-uzOFE6NjOf input::-webkit-inner-spin-button {
  display: none;
}
.cid-uzOFE6NjOf input::-webkit-outer-spin-button {
  display: none;
}
.cid-uzOFE6NjOf input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uzOFE7MTcq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzOFE7MTcq .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uzOFE7MTcq .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzOFE7MTcq .title {
    width: 100% !important;
  }
}
.cid-uzOFE7MTcq .mbr-section-title {
  color: #000000;
}
.cid-uzOFE8ycw0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzOFE8ycw0 .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uzOFE8ycw0 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uzOFE9XZuW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/franja-azul-2000x536.png");
}
.cid-uzOFE9XZuW .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uzOFE9XZuW .first-column .mbr-text {
  margin: 0;
}
.cid-uzOFE9XZuW .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uzOFE9XZuW .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uzOFE9XZuW .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uzOFE9XZuW .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uzOFE9XZuW .form-group {
  max-width: 55%;
}
.cid-uzOFE9XZuW .form-group,
.cid-uzOFE9XZuW .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uzOFE9XZuW .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #9f2b19;
  color: #d8d7d7;
}
.cid-uzOFE9XZuW .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uzOFE9XZuW .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uzOFE9XZuW .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uzOFE9XZuW .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uzOFE9XZuW .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uzOFE9XZuW .first-column,
  .cid-uzOFE9XZuW .second-column {
    padding-bottom: 2rem;
  }
  .cid-uzOFE9XZuW .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uzOFE9XZuW .first-column,
  .cid-uzOFE9XZuW .second-column,
  .cid-uzOFE9XZuW .third-column {
    text-align: center;
  }
  .cid-uzOFE9XZuW .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-uzOFEbibOa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/franja-roja-2000x536.png");
}
