body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0000 !important;
}
.bg-success {
  background-color: #4479d9 !important;
}
.bg-info {
  background-color: #ff0000 !important;
}
.bg-warning {
  background-color: #ffb800 !important;
}
.bg-danger {
  background-color: #76b72a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb800 !important;
  border-color: #ffb800 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a87900 !important;
  border-color: #a87900 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a87900 !important;
  border-color: #a87900 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #76b72a !important;
  border-color: #76b72a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #49701a !important;
  border-color: #49701a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #49701a !important;
  border-color: #49701a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb800;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a87900 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb800 !important;
  border-color: #ffb800 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #76b72a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #49701a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #76b72a !important;
  border-color: #76b72a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0000 !important;
}
.text-secondary {
  color: #ff0000 !important;
}
.text-success {
  color: #4479d9 !important;
}
.text-info {
  color: #ff0000 !important;
}
.text-warning {
  color: #ffb800 !important;
}
.text-danger {
  color: #76b72a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #990000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f4a98 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #990000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #996e00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #416417 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff0000;
}
.alert-warning {
  background-color: #ffb800;
}
.alert-danger {
  background-color: #76b72a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff1cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b4e27f;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.875rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.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: #ff0000 !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: #ff0000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff0000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgoaEAkN9q {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-vgoaEAkN9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoaEAkN9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-site-kallas-2000x1333.jpg");
}
.cid-vgoaEAkN9q .mbr-section-title {
  color: #ffffff;
}
.cid-vgoaEAkN9q .mbr-text,
.cid-vgoaEAkN9q .mbr-section-btn {
  color: #ffffff;
}
.cid-vgoaEAkN9q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdFVLuJ5GX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff0000;
}
.cid-vdFVLuJ5GX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFVLuJ5GX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdFVLuJ5GX .row {
  margin: 0 -20px;
}
.cid-vdFVLuJ5GX .row .card {
  padding: 0 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdFVLuJ5GX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdFVLuJ5GX .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vdFVLuJ5GX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdFVLuJ5GX .content-wrapper .mbr-section-btn {
  margin-top: 12px;
}
.cid-vdFVLuJ5GX .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdFVLuJ5GX .content-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-vdFVLuJ5GX .content-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1440px) {
  .cid-vdFVLuJ5GX .content-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vdFVLuJ5GX .content-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdFVLuJ5GX .content-wrap .items-wrapper .item .item-wrapper {
  padding: 16px;
  background-color: #d70808;
}
.cid-vdFVLuJ5GX .content-wrap .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 25px;
  margin-bottom: 48px;
}
.cid-vdFVLuJ5GX .content-wrap .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-vdFVLuJ5GX .content-wrap .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vdFVLuJ5GX .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vdFVLuJ5GX .mbr-label {
  color: #ffffff;
}
.cid-vdFVLuJ5GX .mbr-section-title {
  color: #ffffff;
}
.cid-vdFVLuJ5GX .mbr-text {
  color: #ffffff;
}
.cid-vdFVLuJ5GX .item-title {
  color: #ffffff;
}
.cid-vdFVLuJ5GX .item-text {
  color: #a1a1a1;
}
.cid-vdFVLuJ5GX .mbr-text,
.cid-vdFVLuJ5GX .text-wrapper {
  color: #ffffff;
}
.cid-veluCovWlF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veluCovWlF .card {
  display: block;
  position: relative;
}
.cid-veluCovWlF .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-veluCovWlF .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-veluCovWlF .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-veluCovWlF .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #ff0000;
}
.cid-veluCovWlF .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-veluCovWlF .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-veluCovWlF .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-veluCovWlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veluCovWlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veluCovWlF .mbr-card-text,
.cid-veluCovWlF .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-veluCovWlF .mbr-section-title {
  text-align: center;
  color: #ff0000;
}
.cid-veluCovWlF .mbr-title {
  color: #ff0000;
  text-align: center;
}
.cid-vgee4xmQWZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgee4xmQWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgee4xmQWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgee4xmQWZ .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vgee4xmQWZ .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vgee4xmQWZ .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgee4xmQWZ .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vgee4xmQWZ .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgee4xmQWZ .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgee4xmQWZ .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vgee4xmQWZ .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgee4xmQWZ .mbr-label,
.cid-vgee4xmQWZ .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-vgee4xmQWZ .mbr-section-title {
  color: #000000;
}
.cid-vgee4xmQWZ .mbr-text,
.cid-vgee4xmQWZ .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vgee4xmQWZ .mbr-section-title,
.cid-vgee4xmQWZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-velzqPN1gl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-velzqPN1gl .card {
  display: block;
  position: relative;
}
.cid-velzqPN1gl .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-velzqPN1gl .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-velzqPN1gl .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-velzqPN1gl .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #ff0000;
}
.cid-velzqPN1gl .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-velzqPN1gl .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-velzqPN1gl .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-velzqPN1gl .mbr-fallback-image.disabled {
  display: none;
}
.cid-velzqPN1gl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velzqPN1gl .mbr-card-text,
.cid-velzqPN1gl .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-velzqPN1gl .mbr-section-title {
  text-align: center;
}
.cid-velzqPN1gl .mbr-title {
  text-align: center;
  color: #ff0000;
}
.cid-vgebPMBWJK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/programatica2-2000x1123.jpg");
}
.cid-vgebPMBWJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgebPMBWJK .card {
  justify-content: flex-end;
}
.cid-vgebPMBWJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgebPMBWJK .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-vgebPMBWJK .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vgebPMBWJK .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vgebPMBWJK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgebPMBWJK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgebPMBWJK .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vgebPMBWJK .title-wrapper .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vgebPMBWJK .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgebPMBWJK .mbr-section-title {
  color: #ffffff;
}
.cid-vgebPMBWJK .mbr-text,
.cid-vgebPMBWJK .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgebPMBWJK .mbr-section-title,
.cid-vgebPMBWJK .mbr-section-btn {
  text-align: center;
}
.cid-vgdKtFubcn {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgdKtFubcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgdKtFubcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgdKtFubcn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgdKtFubcn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgdKtFubcn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgdKtFubcn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgdKtFubcn .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vgdKtFubcn .mbr-text,
.cid-vgdKtFubcn .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-vg2lWIxuoo {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vg2lWIxuoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg2lWIxuoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vg2lWIxuoo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vg2lWIxuoo .row {
  flex-direction: row-reverse;
}
.cid-vg2lWIxuoo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vg2lWIxuoo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vg2lWIxuoo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vg2lWIxuoo .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vg2lWIxuoo .mbr-text,
.cid-vg2lWIxuoo .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vdG8Q5u4ss {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdG8Q5u4ss .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdG8Q5u4ss .mbr-section-title,
.cid-vdG8Q5u4ss .mbr-section-subtitle,
.cid-vdG8Q5u4ss .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdG8Q5u4ss .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdG8Q5u4ss .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdG8Q5u4ss .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdG8Q5u4ss .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdG8Q5u4ss .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdG8Q5u4ss .icon-focus {
  display: none;
}
.cid-vdG8Q5u4ss .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdG8Q5u4ss ul {
  font-size: 0;
}
.cid-vdG8Q5u4ss .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdG8Q5u4ss .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdG8Q5u4ss .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdG8Q5u4ss .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdG8Q5u4ss .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdG8Q5u4ss .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdG8Q5u4ss .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdG8Q5u4ss .btn:hover {
  background: transparent !important;
}
.cid-vdG8Q5u4ss .btn:hover:before {
  background: transparent !important;
}
.cid-vdG8Q5u4ss .btn:before {
  background-color: transparent !important;
}
.cid-vdG8Q5u4ss .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdG8Q5u4ss .mbr-section-title {
  color: #ff0000;
}
.cid-vfE6MlhOau {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner-capoeira-1500x841.jpg");
}
.cid-vfE6MlhOau .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfE6MlhOau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfE6MlhOau .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vfE6MlhOau .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-vfE6MlhOau .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vfE6MlhOau .col-text {
  padding: 10px;
}
.cid-vfE6MlhOau .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-vfE6MlhOau .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-vfE6MlhOau .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-vfE6MlhOau .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-vfE6MlhOau .mbr-text {
    padding-right: 0;
  }
}
.cid-vfE6MlhOau .mbr-section-btn {
  margin-top: 20px;
}
.cid-vfE6MlhOau .social-container {
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .cid-vfE6MlhOau .social-container {
    padding-top: 40px;
  }
}
.cid-vfE6MlhOau .social-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-vfE6MlhOau .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-vfE6MlhOau .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  transition: 0.4s all;
}
.cid-vfE6MlhOau .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vfE6MlhOau .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-vfE6MlhOau .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vfE6MlhOau .soc-item:hover:before {
  opacity: 1;
}
.cid-vfE6MlhOau .soc-item a {
  animation: none;
}
.cid-vfE6MlhOau .mbr-text,
.cid-vfE6MlhOau .mbr-section-btn {
  color: #ffffff;
}
.cid-vgpNvKyG90 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vgpNvKyG90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpNvKyG90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpNvKyG90 .mbr-section-title {
  color: #ff0000;
}
.cid-ve7BzIKmI4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-ve7BzIKmI4 .container-fluid {
  padding: 0 3rem;
}
.cid-ve7BzIKmI4 .media-container-column {
  padding: 0 2rem;
}
.cid-ve7BzIKmI4 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ve7BzIKmI4 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ve7Bs8vyae {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-ve7Bs8vyae .container-fluid {
  padding: 0 3rem;
}
.cid-ve7Bs8vyae .media-container-column {
  padding: 0 2rem;
}
.cid-ve7Bs8vyae .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ve7Bs8vyae .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vgjKZjFPd2 {
  padding-top: 4rem;
  background-color: #ffffff;
}
.cid-vgjKZjFPd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjKZjFPd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjKZjFPd2 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-vgjKZjFPd2 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgjKZjFPd2 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vgjKZjFPd2 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #ffffff, 0 10px 10px -8px #ffffff;
  background-color: #ffffff;
}
.cid-vgjKZjFPd2 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vgjKZjFPd2 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vgjKZjFPd2 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgjKZjFPd2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vgjKZjFPd2 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgjKZjFPd2 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgjKZjFPd2 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vgjKZjFPd2 .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgjKZjFPd2 .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vgjKZjFPd2 .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #fafafa, inset 0 -5px 10px -4px #ffffff, 0 10px 10px -5px #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vgjKZjFPd2 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vgjKZjFPd2 .panel-group .card:hover {
  transform: translateY(-2px);
}
.cid-vgjKZjFPd2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgjKZjFPd2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
}
.cid-vgjKZjFPd2 .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vgjKZjFPd2 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vgjKZjFPd2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vgjKZjFPd2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ff0000;
  transform: rotate(-180deg);
}
.cid-vgjKZjFPd2 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ff0000;
}
.cid-vgjKZjFPd2 .panel-group .card .panel-collapse .panel-body {
  margin: 0 18px 20px;
}
.cid-vgjKZjFPd2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgjKZjFPd2 .mbr-label,
.cid-vgjKZjFPd2 .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vgjKZjFPd2 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vgjKZjFPd2 .mbr-text,
.cid-vgjKZjFPd2 .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vgjKZjFPd2 .panel-title-edit {
  color: #000000;
}
.cid-vgjKZjFPd2 .panel-text {
  color: #475569;
}
.cid-vgjKZjFPd2 .mbr-section-btn {
  text-align: center;
}
.cid-vgjKZjFPd2 .panel-text,
.cid-vgjKZjFPd2 .panel-body {
  color: #000000;
}
.cid-vgjKZjFPd2 .mbr-section-title,
.cid-vgjKZjFPd2 .mbr-section-btn {
  color: #ff0000;
}
.cid-vcVEWqtYtV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcVEWqtYtV img {
  width: 120px;
  margin: auto;
}
.cid-vcVEWqtYtV .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vcVEWqtYtV .card {
    max-width: 12.5%;
  }
}
.cid-vcVEWqtYtV .mbr-section-title {
  color: #76b72a;
}
.cid-vcVEWqtYtV .mbr-section-subtitle {
  color: #000000;
}
.cid-vdoeeMVMmK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdoeeMVMmK .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vdoeeMVMmK textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vdoeeMVMmK .text {
    max-width: 360px;
  }
}
.cid-vdoeeMVMmK .align-right {
  width: 100%;
}
.cid-vdoeeMVMmK .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vdoeeMVMmK .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vdoeeMVMmK .form-control,
.cid-vdoeeMVMmK .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vdoeeMVMmK .form-control::-webkit-input-placeholder,
.cid-vdoeeMVMmK .field-input::-webkit-input-placeholder,
.cid-vdoeeMVMmK .form-control::-webkit-input-placeholder,
.cid-vdoeeMVMmK .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vdoeeMVMmK .form-control:-moz-placeholder,
.cid-vdoeeMVMmK .field-input:-moz-placeholder,
.cid-vdoeeMVMmK .form-control:-moz-placeholder,
.cid-vdoeeMVMmK .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vdoeeMVMmK .form-control:hover,
.cid-vdoeeMVMmK .field-input:hover,
.cid-vdoeeMVMmK .form-control:focus,
.cid-vdoeeMVMmK .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vdoeeMVMmK .form-control:hover::-webkit-input-placeholder,
.cid-vdoeeMVMmK .field-input:hover::-webkit-input-placeholder,
.cid-vdoeeMVMmK .form-control:focus::-webkit-input-placeholder,
.cid-vdoeeMVMmK .field-input:focus::-webkit-input-placeholder,
.cid-vdoeeMVMmK .form-control:hover::-webkit-input-placeholder,
.cid-vdoeeMVMmK .field-input:hover::-webkit-input-placeholder,
.cid-vdoeeMVMmK .form-control:focus::-webkit-input-placeholder,
.cid-vdoeeMVMmK .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vdoeeMVMmK .form-control:hover:-moz-placeholder,
.cid-vdoeeMVMmK .field-input:hover:-moz-placeholder,
.cid-vdoeeMVMmK .form-control:focus:-moz-placeholder,
.cid-vdoeeMVMmK .field-input:focus:-moz-placeholder,
.cid-vdoeeMVMmK .form-control:hover:-moz-placeholder,
.cid-vdoeeMVMmK .field-input:hover:-moz-placeholder,
.cid-vdoeeMVMmK .form-control:focus:-moz-placeholder,
.cid-vdoeeMVMmK .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vdoeeMVMmK .jq-number__spin:hover,
.cid-vdoeeMVMmK .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vdoeeMVMmK .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vdoeeMVMmK input::-webkit-clear-button {
  display: none;
}
.cid-vdoeeMVMmK input::-webkit-inner-spin-button {
  display: none;
}
.cid-vdoeeMVMmK input::-webkit-outer-spin-button {
  display: none;
}
.cid-vdoeeMVMmK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vdoeeMVMmK .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vdoeeMVMmK .socicon-wrap {
    margin: auto;
  }
}
.cid-vdoeeMVMmK .mbr-text {
  color: #000000;
}
.cid-vfEMAyv8gZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfEMAyv8gZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfEMAyv8gZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfEMAyv8gZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfEMAyv8gZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-ve7ASgdoyB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bannner-arara-1-2000x1333.jpeg");
}
.cid-ve7ASgdoyB .container-fluid {
  padding: 0 3rem;
}
.cid-ve7ASgdoyB .media-container-column {
  padding: 0 2rem;
}
.cid-ve7ASgdoyB .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ve7ASgdoyB .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNcrDHzfV {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bannner-arara-3-2000x1333.jpeg");
}
.cid-veNcrDHzfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNcrDHzfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNcrDHzfV .mbr-section-title {
  color: #ffffff;
}
.cid-veNcrDHzfV .mbr-text,
.cid-veNcrDHzfV .mbr-section-btn {
  color: #ffffff;
}
.cid-veNcrDHzfV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgpoo6dlMv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgpoo6dlMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpoo6dlMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpoo6dlMv .row {
  flex-direction: row-reverse;
}
.cid-vgpoo6dlMv .video-wrapper iframe {
  width: 100%;
}
.cid-vgpoo6dlMv .mbr-section-title,
.cid-vgpoo6dlMv .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vgpoo6dlMv .text-wrapper {
    padding: 2rem;
  }
}
.cid-vgpoo6dlMv .mbr-section-subtitle {
  color: #ff0000;
}
.cid-vdFQQ3tA52 {
  padding-top: 0rem;
  background-color: #ffffff;
}
.cid-vdFQQ3tA52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFQQ3tA52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdFQQ3tA52 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-vdFQQ3tA52 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vdFQQ3tA52 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vdFQQ3tA52 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #ffffff, 0 10px 10px -8px #ffffff;
  background-color: #ffffff;
}
.cid-vdFQQ3tA52 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vdFQQ3tA52 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vdFQQ3tA52 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdFQQ3tA52 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdFQQ3tA52 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdFQQ3tA52 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdFQQ3tA52 .items-wrapper {
  margin: 0 -10px;
}
.cid-vdFQQ3tA52 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdFQQ3tA52 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #ffffff, 0 10px 10px -5px #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper .item-content .card-box {
  width: 100%;
}
.cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 0;
}
.cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 10px;
}
.cid-vdFQQ3tA52 .items-wrapper .item .item-wrapper .image-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdFQQ3tA52 .mbr-label,
.cid-vdFQQ3tA52 .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vdFQQ3tA52 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vdFQQ3tA52 .mbr-text,
.cid-vdFQQ3tA52 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdFQQ3tA52 .item-title {
  color: #0f172a;
}
.cid-vdFQQ3tA52 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdFQQ3tA52 .mbr-section-btn {
  text-align: center;
}
.cid-vdFQQ3tA52 .mbr-section-title,
.cid-vdFQQ3tA52 .mbr-section-btn {
  color: #ff0000;
}
.cid-vdFQQ3tA52 .item-title,
.cid-vdFQQ3tA52 .mbr-section-btn {
  color: #ff0000;
  text-align: center;
}
.cid-vdFO3sVkOA {
  padding-top: 30px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpeg");
}
.cid-vdFO3sVkOA .container-fluid {
  padding: 0 3rem;
}
.cid-vdFO3sVkOA .media-container-column {
  padding: 0 2rem;
}
.cid-vdFO3sVkOA .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vdFO3sVkOA .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vdFQacK7QC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdFQacK7QC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFQacK7QC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdFQacK7QC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdFQacK7QC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdFQacK7QC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdFQacK7QC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdFQacK7QC .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vdFQacK7QC .mbr-text,
.cid-vdFQacK7QC .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-vgedzvfDz2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgedzvfDz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgedzvfDz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgedzvfDz2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgedzvfDz2 .row {
  flex-direction: row-reverse;
}
.cid-vgedzvfDz2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgedzvfDz2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgedzvfDz2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgedzvfDz2 .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vgedzvfDz2 .mbr-text,
.cid-vgedzvfDz2 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-vdFLWs6HEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdFLWs6HEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFLWs6HEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdFLWs6HEp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vdFLWs6HEp .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vdFLWs6HEp .items-wrapper {
  margin: 0 -10px;
}
.cid-vdFLWs6HEp .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdFLWs6HEp .item {
    margin-bottom: 16px;
  }
}
.cid-vdFLWs6HEp .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vdFLWs6HEp .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vdFLWs6HEp .item:hover .item-wrapper .item-content .item-img,
.cid-vdFLWs6HEp .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vdFLWs6HEp .item:nth-child(2n) .item-wrapper {
  background-color: #76b72a;
}
.cid-vdFLWs6HEp .item:nth-child(3n) .item-wrapper {
  background-color: #ff0000;
}
.cid-vdFLWs6HEp .item:nth-child(4n) .item-wrapper {
  background-color: #4479d9;
}
.cid-vdFLWs6HEp .item:nth-child(6n) .item-wrapper {
  background-color: #4479d9;
}
.cid-vdFLWs6HEp .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb800;
}
@media (max-width: 992px) {
  .cid-vdFLWs6HEp .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vdFLWs6HEp .item .item-wrapper .item-content {
  position: relative;
}
.cid-vdFLWs6HEp .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vdFLWs6HEp .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vdFLWs6HEp .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vdFLWs6HEp .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdFLWs6HEp .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vdFLWs6HEp .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vdFLWs6HEp .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vdFLWs6HEp .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vdFLWs6HEp .mbr-section-title {
  color: #ff0000;
  text-align: center;
}
.cid-vdFLWs6HEp .panel-title-edit {
  color: #212529;
}
.cid-vdFLWs6HEp .panel-text {
  color: #51565c;
}
.cid-vdFLWs6HEp .item-title {
  color: #ffffff;
}
.cid-vdFLWs6HEp .item-text {
  color: #ffffff;
}
.cid-vfRnM7qAKQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfRnM7qAKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfRnM7qAKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfRnM7qAKQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfRnM7qAKQ .row {
  flex-direction: row-reverse;
}
.cid-vfRnM7qAKQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfRnM7qAKQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfRnM7qAKQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfRnM7qAKQ .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vfRnM7qAKQ .mbr-text,
.cid-vfRnM7qAKQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vfRsXDZCYH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfRsXDZCYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfRsXDZCYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfRsXDZCYH .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-vfRsXDZCYH .mbr-section-title {
  color: #FF014E;
}
.cid-vfRsXDZCYH .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vfRsXDZCYH .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vfRsXDZCYH .card-row {
  align-items: stretch;
}
.cid-vfRsXDZCYH .card {
  margin-top: 30px;
}
.cid-vfRsXDZCYH .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ff0000, #d90a2c);
}
@media (max-width: 991px) {
  .cid-vfRsXDZCYH .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-vfRsXDZCYH .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-vfRsXDZCYH .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #c70000, #c70000);
  opacity: 0;
  transition: .5s all;
}
.cid-vfRsXDZCYH .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-vfRsXDZCYH .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-vfRsXDZCYH .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-vfRsXDZCYH .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfRsXDZCYH .card-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-vfRsXDZCYH .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-vfRsXDZCYH .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vdz0EGMSmL {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vdz0EGMSmL .container-fluid {
  padding: 0 3rem;
}
.cid-vdz0EGMSmL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ff0000 50%, #ff0000 120%);
  display: inline-block;
}
.cid-vdz0EGMSmL .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-vdz0EGMSmL .timeline-text-content p {
  margin-bottom: 0;
}
.cid-vdz0EGMSmL .time-line-date-content {
  margin-right: 2rem;
}
.cid-vdz0EGMSmL .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-vdz0EGMSmL .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-vdz0EGMSmL .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fe525b;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-vdz0EGMSmL .separline:before,
.cid-vdz0EGMSmL .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-vdz0EGMSmL .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vdz0EGMSmL .container-fluid {
    padding: 0 1rem;
  }
  .cid-vdz0EGMSmL .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-vdz0EGMSmL .separline:before,
  .cid-vdz0EGMSmL .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-vdz0EGMSmL .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-vdz0EGMSmL .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vdz0EGMSmL .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vdz0EGMSmL .time-line-date-content p {
    float: left !important;
  }
  .cid-vdz0EGMSmL .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-vdz0EGMSmL .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-vdz0EGMSmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdz0EGMSmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdz0EGMSmL .mbr-section-title,
.cid-vdz0EGMSmL .underline {
  color: #ff0000;
}
.cid-vdz0EGMSmL .mbr-timeline-title {
  color: #ff0000;
}
.cid-veOObP2rAY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOObP2rAY .container-fluid {
  padding: 0 3rem;
}
.cid-veOObP2rAY .media-container-column {
  padding: 0 2rem;
}
.cid-veOObP2rAY .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOObP2rAY .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOOcAzhzq {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOcAzhzq .container-fluid {
  padding: 0 3rem;
}
.cid-veOOcAzhzq .media-container-column {
  padding: 0 2rem;
}
.cid-veOOcAzhzq .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOcAzhzq .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFi0l0lPl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFi0l0lPl .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFi0l0lPl textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFi0l0lPl .text {
    max-width: 360px;
  }
}
.cid-vfFi0l0lPl .align-right {
  width: 100%;
}
.cid-vfFi0l0lPl .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFi0l0lPl .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFi0l0lPl .form-control,
.cid-vfFi0l0lPl .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFi0l0lPl .form-control::-webkit-input-placeholder,
.cid-vfFi0l0lPl .field-input::-webkit-input-placeholder,
.cid-vfFi0l0lPl .form-control::-webkit-input-placeholder,
.cid-vfFi0l0lPl .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFi0l0lPl .form-control:-moz-placeholder,
.cid-vfFi0l0lPl .field-input:-moz-placeholder,
.cid-vfFi0l0lPl .form-control:-moz-placeholder,
.cid-vfFi0l0lPl .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFi0l0lPl .form-control:hover,
.cid-vfFi0l0lPl .field-input:hover,
.cid-vfFi0l0lPl .form-control:focus,
.cid-vfFi0l0lPl .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFi0l0lPl .form-control:hover::-webkit-input-placeholder,
.cid-vfFi0l0lPl .field-input:hover::-webkit-input-placeholder,
.cid-vfFi0l0lPl .form-control:focus::-webkit-input-placeholder,
.cid-vfFi0l0lPl .field-input:focus::-webkit-input-placeholder,
.cid-vfFi0l0lPl .form-control:hover::-webkit-input-placeholder,
.cid-vfFi0l0lPl .field-input:hover::-webkit-input-placeholder,
.cid-vfFi0l0lPl .form-control:focus::-webkit-input-placeholder,
.cid-vfFi0l0lPl .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFi0l0lPl .form-control:hover:-moz-placeholder,
.cid-vfFi0l0lPl .field-input:hover:-moz-placeholder,
.cid-vfFi0l0lPl .form-control:focus:-moz-placeholder,
.cid-vfFi0l0lPl .field-input:focus:-moz-placeholder,
.cid-vfFi0l0lPl .form-control:hover:-moz-placeholder,
.cid-vfFi0l0lPl .field-input:hover:-moz-placeholder,
.cid-vfFi0l0lPl .form-control:focus:-moz-placeholder,
.cid-vfFi0l0lPl .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFi0l0lPl .jq-number__spin:hover,
.cid-vfFi0l0lPl .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFi0l0lPl .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFi0l0lPl input::-webkit-clear-button {
  display: none;
}
.cid-vfFi0l0lPl input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFi0l0lPl input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFi0l0lPl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFi0l0lPl .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFi0l0lPl .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFi0l0lPl .mbr-text {
  color: #000000;
}
.cid-vfFi19qmCp .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFi19qmCp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFi19qmCp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFi19qmCp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFi19qmCp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOOdCr2T3 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOdCr2T3 .container-fluid {
  padding: 0 3rem;
}
.cid-veOOdCr2T3 .media-container-column {
  padding: 0 2rem;
}
.cid-veOOdCr2T3 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOdCr2T3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNccJIx2v {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mg-5939-scaled-2000x1334.jpeg");
}
.cid-veNccJIx2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNccJIx2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNccJIx2v .mbr-section-title {
  color: #ffffff;
}
.cid-veNccJIx2v .mbr-text,
.cid-veNccJIx2v .mbr-section-btn {
  color: #ffffff;
}
.cid-veNccJIx2v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vge0hRotxp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vge0hRotxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vge0hRotxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vge0hRotxp .row {
  flex-direction: row-reverse;
}
.cid-vge0hRotxp .video-wrapper iframe {
  width: 100%;
}
.cid-vge0hRotxp .mbr-section-title,
.cid-vge0hRotxp .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vge0hRotxp .text-wrapper {
    padding: 2rem;
  }
}
.cid-vge0hRotxp .mbr-section-subtitle {
  color: #ff0000;
}
.cid-veqGBRBijA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/icones-verticais-9-2000x483.jpg");
}
.cid-veqGBRBijA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqGBRBijA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqGBRBijA .mbr-text {
  color: #767676;
}
.cid-veqGBRBijA .mbr-section-subtitle {
  color: #767676;
}
.cid-veqGBRBijA .title .num {
  width: 100%;
  display: block;
}
.cid-veqGBRBijA .title .card-title {
  z-index: 1;
}
.cid-veqGBRBijA .num {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veqGBRBijA * {
    text-align: center !important;
  }
  .cid-veqGBRBijA .content-column {
    margin-bottom: 2rem;
  }
}
.cid-veqGBRBijA .card-title,
.cid-veqGBRBijA .card-img {
  text-align: center;
  color: #ffffff;
}
.cid-veqGBRBijA .mbr-section-title,
.cid-veqGBRBijA .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vgGtUrJXkX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgGtUrJXkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGtUrJXkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgGtUrJXkX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgGtUrJXkX .row {
  flex-direction: row-reverse;
}
.cid-vgGtUrJXkX img {
  width: 100%;
}
.cid-vepJBKC1v0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vepJBKC1v0 h4 {
  margin-bottom: 0;
}
.cid-vepJBKC1v0 p {
  color: #767676;
}
.cid-vepJBKC1v0 .btn-info-outline {
  border: none;
  color: #ff0000 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-vepJBKC1v0 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-vepJBKC1v0 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-vepJBKC1v0 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff0000 !important;
  box-shadow: none!important;
}
.cid-vepJBKC1v0 .btn-info-outline:active,
.cid-vepJBKC1v0 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-vepJBKC1v0 .card-box {
  padding-top: 2rem;
}
.cid-vepJBKC1v0 .card-wrapper {
  height: 100%;
}
.cid-vepJBKC1v0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vepJBKC1v0 img {
  border-radius: 8px;
}
.cid-vepJBKC1v0 .card-title {
  color: #ff0000;
  text-align: center;
}
.cid-vepJBKC1v0 .main-title {
  color: #57468b;
  text-align: center;
}
.cid-vepJBKC1v0 DIV {
  color: #57468b;
}
.cid-vepJBKC1v0 .card-img {
  width: auto;
}
.cid-vepJBKC1v0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepJBKC1v0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vepJBKC1v0 .mbr-text,
.cid-vepJBKC1v0 .mbr-section-btn {
  text-align: center;
}
.cid-veqZA8WxUy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/aeroporto2-2000x1334.jpeg");
}
.cid-veqZA8WxUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqZA8WxUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqZA8WxUy .mbr-section-title {
  color: #ffffff;
}
.cid-veqZA8WxUy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgdX7su6PJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgdX7su6PJ img,
.cid-vgdX7su6PJ .item-img {
  width: 100%;
}
.cid-vgdX7su6PJ .item:focus,
.cid-vgdX7su6PJ span:focus {
  outline: none;
}
.cid-vgdX7su6PJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vgdX7su6PJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vgdX7su6PJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgdX7su6PJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vgdX7su6PJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgdX7su6PJ .mbr-section-title {
  color: #ff0000;
}
.cid-vgdX7su6PJ .mbr-text,
.cid-vgdX7su6PJ .mbr-section-btn {
  text-align: left;
}
.cid-vgdX7su6PJ .item-title {
  text-align: center;
  color: #ff0000;
}
.cid-vgdX7su6PJ .item-subtitle {
  text-align: left;
}
.cid-vgoVsTYQfx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgoVsTYQfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoVsTYQfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoVsTYQfx .mbr-section-title {
  color: #ff0000;
}
.cid-vgoVcuHs9S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgoVcuHs9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoVcuHs9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoVcuHs9S .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-vgoVcuHs9S .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vgoVcuHs9S .container {
    padding: 0 26px;
  }
}
.cid-vgoVcuHs9S .row {
  justify-content: center;
}
.cid-vgoVcuHs9S .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgoVcuHs9S .item {
    padding: 0 12px;
  }
}
.cid-vgoVcuHs9S .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
  padding: 20px;
}
.cid-vgoVcuHs9S .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vgoVcuHs9S .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-vgoVcuHs9S .item-title {
  color: #ff0000;
  text-align: center;
}
.cid-vgoVcuHs9S .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-vgoZq6pcoP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgoZq6pcoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoZq6pcoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoZq6pcoP .mbr-section-title {
  color: #ff0000;
}
.cid-veHcXwXwA5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veHcXwXwA5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-veHcXwXwA5 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-veHcXwXwA5 .rev,
.cid-veHcXwXwA5 .mbr-iconfont {
  display: inline-block;
}
.cid-veHcXwXwA5 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-veHcXwXwA5 .card-img {
  position: relative;
}
.cid-veHcXwXwA5 .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-veHcXwXwA5 .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-veHcXwXwA5 .card-title {
  color: #ff0000;
  margin: 0;
  text-align: center;
}
.cid-veHcXwXwA5 .card-box {
  padding: 1.5rem;
}
.cid-veHcXwXwA5 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-veHcXwXwA5 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-veHcXwXwA5 .mbr-section-title,
.cid-veHcXwXwA5 .line-wrap {
  text-align: center;
  color: #ff0000;
}
.cid-veHcXwXwA5 .card-text,
.cid-veHcXwXwA5 .mbr-section-btn,
.cid-veHcXwXwA5 .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-veHcXwXwA5 .mbr-text,
.cid-veHcXwXwA5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-veHcXwXwA5 .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-veHcXwXwA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veHcXwXwA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veHcXwXwA5 .mbr-text {
  color: #232323;
}
.cid-vgoZDnmFWz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgoZDnmFWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoZDnmFWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoZDnmFWz .mbr-section-title {
  color: #ff0000;
}
.cid-vgp0LLrFP5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vgp0LLrFP5 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-vgp0LLrFP5 .card-img {
  padding: 0 0 2rem;
}
.cid-vgp0LLrFP5 .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vgp0LLrFP5 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-vgp0LLrFP5 .card-title {
    text-align: center;
  }
  .cid-vgp0LLrFP5 p.mbr-text {
    text-align: center;
  }
}
.cid-vgp0LLrFP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgp0LLrFP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgp0LLrFP5 .card-title {
  text-align: center;
  color: #ff0000;
}
.cid-vgp0LLrFP5 .mbr-text,
.cid-vgp0LLrFP5 .mbr-section-btn {
  text-align: center;
}
.cid-ver0m2OFyi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ff0000;
}
.cid-ver0m2OFyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ver0m2OFyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ver0m2OFyi .mbr-section-title {
  color: #ffffff;
}
.cid-ver0m2OFyi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ver05HCn5K {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ff0000;
}
.cid-ver05HCn5K img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-ver05HCn5K .link-wrapper {
  margin-bottom: 1rem;
}
.cid-ver05HCn5K .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-ver05HCn5K .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ff0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ver05HCn5K .card-wrapper {
  background: #c70000;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-ver05HCn5K .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ver05HCn5K .first:hover:before {
  content: none;
}
.cid-ver05HCn5K .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-ver05HCn5K .last:hover:after {
  content: none;
}
.cid-ver05HCn5K .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff0000, #ff0000);
  content: "";
}
.cid-ver05HCn5K .mbr-section-text {
  color: #ffffff;
}
.cid-ver05HCn5K .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-ver05HCn5K .card .img-wrapper {
  overflow: hidden;
}
.cid-ver05HCn5K .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-ver05HCn5K .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-ver05HCn5K .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff0000, #ff0000);
  color: #ffffff !important;
}
.cid-ver05HCn5K .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-ver05HCn5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ver05HCn5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgp1lVNepV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgp1lVNepV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgp1lVNepV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgp1lVNepV .mbr-section-title {
  color: #ff0000;
}
.cid-veO6BnXvGt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veO6BnXvGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veO6BnXvGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veO6BnXvGt .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-veO6BnXvGt .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-veO6BnXvGt .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veO6BnXvGt .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-veO6BnXvGt .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veO6BnXvGt .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veO6BnXvGt .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-veO6BnXvGt .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-veO6BnXvGt .mbr-label,
.cid-veO6BnXvGt .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-veO6BnXvGt .mbr-section-title {
  color: #000000;
}
.cid-veO6BnXvGt .mbr-text,
.cid-veO6BnXvGt .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-veO6BnXvGt .mbr-section-title,
.cid-veO6BnXvGt .mbr-section-btn {
  text-align: center;
}
.cid-vepUOtJm8n {
  padding-top: 15px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vepUOtJm8n .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vepUOtJm8n .mbr-section-title,
.cid-vepUOtJm8n .mbr-section-subtitle,
.cid-vepUOtJm8n .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vepUOtJm8n .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vepUOtJm8n .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vepUOtJm8n .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vepUOtJm8n .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vepUOtJm8n .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vepUOtJm8n .icon-focus {
  display: none;
}
.cid-vepUOtJm8n .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vepUOtJm8n ul {
  font-size: 0;
}
.cid-vepUOtJm8n .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vepUOtJm8n .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vepUOtJm8n .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vepUOtJm8n .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vepUOtJm8n .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vepUOtJm8n .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vepUOtJm8n .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vepUOtJm8n .btn:hover {
  background: transparent !important;
}
.cid-vepUOtJm8n .btn:hover:before {
  background: transparent !important;
}
.cid-vepUOtJm8n .btn:before {
  background-color: transparent !important;
}
.cid-vepUOtJm8n .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vepUOtJm8n .mbr-section-title {
  color: #ff0000;
}
.cid-veOJwlMB6L {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOJwlMB6L .container-fluid {
  padding: 0 3rem;
}
.cid-veOJwlMB6L .media-container-column {
  padding: 0 2rem;
}
.cid-veOJwlMB6L .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOJwlMB6L .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOJyXea0c {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOJyXea0c .container-fluid {
  padding: 0 3rem;
}
.cid-veOJyXea0c .media-container-column {
  padding: 0 2rem;
}
.cid-veOJyXea0c .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOJyXea0c .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFisSZR6B {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFisSZR6B .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFisSZR6B textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFisSZR6B .text {
    max-width: 360px;
  }
}
.cid-vfFisSZR6B .align-right {
  width: 100%;
}
.cid-vfFisSZR6B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFisSZR6B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFisSZR6B .form-control,
.cid-vfFisSZR6B .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFisSZR6B .form-control::-webkit-input-placeholder,
.cid-vfFisSZR6B .field-input::-webkit-input-placeholder,
.cid-vfFisSZR6B .form-control::-webkit-input-placeholder,
.cid-vfFisSZR6B .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFisSZR6B .form-control:-moz-placeholder,
.cid-vfFisSZR6B .field-input:-moz-placeholder,
.cid-vfFisSZR6B .form-control:-moz-placeholder,
.cid-vfFisSZR6B .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFisSZR6B .form-control:hover,
.cid-vfFisSZR6B .field-input:hover,
.cid-vfFisSZR6B .form-control:focus,
.cid-vfFisSZR6B .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFisSZR6B .form-control:hover::-webkit-input-placeholder,
.cid-vfFisSZR6B .field-input:hover::-webkit-input-placeholder,
.cid-vfFisSZR6B .form-control:focus::-webkit-input-placeholder,
.cid-vfFisSZR6B .field-input:focus::-webkit-input-placeholder,
.cid-vfFisSZR6B .form-control:hover::-webkit-input-placeholder,
.cid-vfFisSZR6B .field-input:hover::-webkit-input-placeholder,
.cid-vfFisSZR6B .form-control:focus::-webkit-input-placeholder,
.cid-vfFisSZR6B .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFisSZR6B .form-control:hover:-moz-placeholder,
.cid-vfFisSZR6B .field-input:hover:-moz-placeholder,
.cid-vfFisSZR6B .form-control:focus:-moz-placeholder,
.cid-vfFisSZR6B .field-input:focus:-moz-placeholder,
.cid-vfFisSZR6B .form-control:hover:-moz-placeholder,
.cid-vfFisSZR6B .field-input:hover:-moz-placeholder,
.cid-vfFisSZR6B .form-control:focus:-moz-placeholder,
.cid-vfFisSZR6B .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFisSZR6B .jq-number__spin:hover,
.cid-vfFisSZR6B .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFisSZR6B .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFisSZR6B input::-webkit-clear-button {
  display: none;
}
.cid-vfFisSZR6B input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFisSZR6B input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFisSZR6B input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFisSZR6B .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFisSZR6B .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFisSZR6B .mbr-text {
  color: #000000;
}
.cid-vfFityUpSr .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFityUpSr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFityUpSr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFityUpSr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFityUpSr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-vepWg0ko80 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bannner-arara-1-2000x1333.jpeg");
}
.cid-vepWg0ko80 .container-fluid {
  padding: 0 3rem;
}
.cid-vepWg0ko80 .media-container-column {
  padding: 0 2rem;
}
.cid-vepWg0ko80 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vepWg0ko80 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNkPXGYjj {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-veNkPXGYjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNkPXGYjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNkPXGYjj .mbr-section-title {
  color: #ffffff;
}
.cid-veNkPXGYjj .mbr-text,
.cid-veNkPXGYjj .mbr-section-btn {
  color: #ffffff;
}
.cid-veNkPXGYjj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veOIQMJYET {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veOIQMJYET .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOIQMJYET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veOIQMJYET .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veOIQMJYET .row {
  flex-direction: row-reverse;
}
.cid-veOIQMJYET .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veOIQMJYET .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veOIQMJYET .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veOIQMJYET .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-veOIQMJYET .mbr-text,
.cid-veOIQMJYET .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vfDvkQUWSK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfDvkQUWSK .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDvkQUWSK .card {
  margin-bottom: 2rem;
}
.cid-vfDvkQUWSK .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vfDvkQUWSK .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDvkQUWSK .btn {
  margin: .3rem;
}
.cid-vfDvkQUWSK .mbr-section-title {
  margin: 0;
}
.cid-vfDvkQUWSK .card-underline,
.cid-vfDvkQUWSK .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfDvkQUWSK .card-underline .line,
.cid-vfDvkQUWSK .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfDvkQUWSK .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vfDvkQUWSK .card-underline .line {
  background: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfDvkQUWSK .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfDvkQUWSK .row-content {
    min-width: 100%;
  }
  .cid-vfDvkQUWSK .card {
    display: block;
  }
}
.cid-vfDvkQUWSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDvkQUWSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDvkQUWSK .mbr-section-title,
.cid-vfDvkQUWSK .underline {
  color: #ff0000;
}
.cid-vfDvkQUWSK .mbr-section-subtitle {
  color: #000000;
}
.cid-vfDvkQUWSK .card-title,
.cid-vfDvkQUWSK .card-underline {
  color: #ff0000;
}
.cid-vfDvkQUWSK .card-box > p,
.cid-vfDvkQUWSK .mbr-section-btn {
  color: #000000;
}
.cid-vg185aelE2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg185aelE2 .line {
  background-color: #ff0000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfDvuIU1Ea {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfDvuIU1Ea .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDvuIU1Ea .card {
  margin-bottom: 2rem;
}
.cid-vfDvuIU1Ea .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vfDvuIU1Ea .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDvuIU1Ea .btn {
  margin: .3rem;
}
.cid-vfDvuIU1Ea .mbr-section-title {
  margin: 0;
}
.cid-vfDvuIU1Ea .card-underline,
.cid-vfDvuIU1Ea .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfDvuIU1Ea .card-underline .line,
.cid-vfDvuIU1Ea .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfDvuIU1Ea .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vfDvuIU1Ea .card-underline .line {
  background: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfDvuIU1Ea .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfDvuIU1Ea .row-content {
    min-width: 100%;
  }
  .cid-vfDvuIU1Ea .card {
    display: block;
  }
}
.cid-vfDvuIU1Ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDvuIU1Ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDvuIU1Ea .mbr-section-title,
.cid-vfDvuIU1Ea .underline {
  color: #ff0000;
}
.cid-vfDvuIU1Ea .mbr-section-subtitle {
  color: #000000;
}
.cid-vfDvuIU1Ea .card-title,
.cid-vfDvuIU1Ea .card-underline {
  color: #ff0000;
}
.cid-vfDvuIU1Ea .card-box > p,
.cid-vfDvuIU1Ea .mbr-section-btn {
  color: #000000;
}
.cid-vg18iOk4i0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vg18iOk4i0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg18iOk4i0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vg18iOk4i0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vg18iOk4i0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vg18iOk4i0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vg18iOk4i0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vg18iOk4i0 .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vg18iOk4i0 .mbr-text,
.cid-vg18iOk4i0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veOKcuuoyJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veOKcuuoyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOKcuuoyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOKcuuoyJ .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-veOKcuuoyJ .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-veOKcuuoyJ .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veOKcuuoyJ .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-veOKcuuoyJ .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veOKcuuoyJ .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veOKcuuoyJ .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-veOKcuuoyJ .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-veOKcuuoyJ .mbr-label,
.cid-veOKcuuoyJ .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-veOKcuuoyJ .mbr-section-title {
  color: #000000;
}
.cid-veOKcuuoyJ .mbr-text,
.cid-veOKcuuoyJ .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-veOKcuuoyJ .mbr-section-title,
.cid-veOKcuuoyJ .mbr-section-btn {
  text-align: center;
}
.cid-veOISD255g {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-veOISD255g .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-veOISD255g .mbr-section-title,
.cid-veOISD255g .mbr-section-subtitle,
.cid-veOISD255g .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veOISD255g .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-veOISD255g .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veOISD255g .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veOISD255g .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-veOISD255g .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-veOISD255g .icon-focus {
  display: none;
}
.cid-veOISD255g .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-veOISD255g ul {
  font-size: 0;
}
.cid-veOISD255g .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-veOISD255g .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-veOISD255g .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-veOISD255g .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-veOISD255g .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-veOISD255g .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-veOISD255g .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-veOISD255g .btn:hover {
  background: transparent !important;
}
.cid-veOISD255g .btn:hover:before {
  background: transparent !important;
}
.cid-veOISD255g .btn:before {
  background-color: transparent !important;
}
.cid-veOISD255g .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-veOISD255g .mbr-section-title {
  color: #ff0000;
}
.cid-veOJLw5Gxy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOJLw5Gxy .container-fluid {
  padding: 0 3rem;
}
.cid-veOJLw5Gxy .media-container-column {
  padding: 0 2rem;
}
.cid-veOJLw5Gxy .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOJLw5Gxy .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOJMAFKGV {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOJMAFKGV .container-fluid {
  padding: 0 3rem;
}
.cid-veOJMAFKGV .media-container-column {
  padding: 0 2rem;
}
.cid-veOJMAFKGV .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOJMAFKGV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFiDRX0Ye {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFiDRX0Ye .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFiDRX0Ye textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFiDRX0Ye .text {
    max-width: 360px;
  }
}
.cid-vfFiDRX0Ye .align-right {
  width: 100%;
}
.cid-vfFiDRX0Ye .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFiDRX0Ye .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFiDRX0Ye .form-control,
.cid-vfFiDRX0Ye .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiDRX0Ye .form-control::-webkit-input-placeholder,
.cid-vfFiDRX0Ye .field-input::-webkit-input-placeholder,
.cid-vfFiDRX0Ye .form-control::-webkit-input-placeholder,
.cid-vfFiDRX0Ye .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiDRX0Ye .form-control:-moz-placeholder,
.cid-vfFiDRX0Ye .field-input:-moz-placeholder,
.cid-vfFiDRX0Ye .form-control:-moz-placeholder,
.cid-vfFiDRX0Ye .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFiDRX0Ye .form-control:hover,
.cid-vfFiDRX0Ye .field-input:hover,
.cid-vfFiDRX0Ye .form-control:focus,
.cid-vfFiDRX0Ye .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFiDRX0Ye .form-control:hover::-webkit-input-placeholder,
.cid-vfFiDRX0Ye .field-input:hover::-webkit-input-placeholder,
.cid-vfFiDRX0Ye .form-control:focus::-webkit-input-placeholder,
.cid-vfFiDRX0Ye .field-input:focus::-webkit-input-placeholder,
.cid-vfFiDRX0Ye .form-control:hover::-webkit-input-placeholder,
.cid-vfFiDRX0Ye .field-input:hover::-webkit-input-placeholder,
.cid-vfFiDRX0Ye .form-control:focus::-webkit-input-placeholder,
.cid-vfFiDRX0Ye .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiDRX0Ye .form-control:hover:-moz-placeholder,
.cid-vfFiDRX0Ye .field-input:hover:-moz-placeholder,
.cid-vfFiDRX0Ye .form-control:focus:-moz-placeholder,
.cid-vfFiDRX0Ye .field-input:focus:-moz-placeholder,
.cid-vfFiDRX0Ye .form-control:hover:-moz-placeholder,
.cid-vfFiDRX0Ye .field-input:hover:-moz-placeholder,
.cid-vfFiDRX0Ye .form-control:focus:-moz-placeholder,
.cid-vfFiDRX0Ye .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFiDRX0Ye .jq-number__spin:hover,
.cid-vfFiDRX0Ye .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFiDRX0Ye .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiDRX0Ye input::-webkit-clear-button {
  display: none;
}
.cid-vfFiDRX0Ye input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFiDRX0Ye input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFiDRX0Ye input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFiDRX0Ye .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFiDRX0Ye .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFiDRX0Ye .mbr-text {
  color: #000000;
}
.cid-vfFiEn0Qo0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFiEn0Qo0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFiEn0Qo0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFiEn0Qo0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFiEn0Qo0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOIWIFVZV {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOIWIFVZV .container-fluid {
  padding: 0 3rem;
}
.cid-veOIWIFVZV .media-container-column {
  padding: 0 2rem;
}
.cid-veOIWIFVZV .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOIWIFVZV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNkTXdYd0 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-veNkTXdYd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNkTXdYd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNkTXdYd0 .mbr-section-title {
  color: #ffffff;
}
.cid-veNkTXdYd0 .mbr-text,
.cid-veNkTXdYd0 .mbr-section-btn {
  color: #ffffff;
}
.cid-veNkTXdYd0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veOK0YGXgx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veOK0YGXgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOK0YGXgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veOK0YGXgx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veOK0YGXgx .row {
  flex-direction: row-reverse;
}
.cid-veOK0YGXgx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veOK0YGXgx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veOK0YGXgx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veOK0YGXgx .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-veOK0YGXgx .mbr-text,
.cid-veOK0YGXgx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vfDwJ0UBUM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfDwJ0UBUM .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDwJ0UBUM .card {
  margin-bottom: 2rem;
}
.cid-vfDwJ0UBUM .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vfDwJ0UBUM .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDwJ0UBUM .btn {
  margin: .3rem;
}
.cid-vfDwJ0UBUM .mbr-section-title {
  margin: 0;
}
.cid-vfDwJ0UBUM .card-underline,
.cid-vfDwJ0UBUM .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfDwJ0UBUM .card-underline .line,
.cid-vfDwJ0UBUM .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfDwJ0UBUM .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vfDwJ0UBUM .card-underline .line {
  background: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfDwJ0UBUM .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfDwJ0UBUM .row-content {
    min-width: 100%;
  }
  .cid-vfDwJ0UBUM .card {
    display: block;
  }
}
.cid-vfDwJ0UBUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDwJ0UBUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDwJ0UBUM .mbr-section-title,
.cid-vfDwJ0UBUM .underline {
  color: #ff0000;
}
.cid-vfDwJ0UBUM .mbr-section-subtitle {
  color: #000000;
}
.cid-vfDwJ0UBUM .card-title,
.cid-vfDwJ0UBUM .card-underline {
  color: #ff0000;
}
.cid-vfDwJ0UBUM .card-box > p,
.cid-vfDwJ0UBUM .mbr-section-btn {
  color: #000000;
}
.cid-vfDxdweook {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfDxdweook .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDxdweook .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfDxdweook .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfDxdweook .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfDxdweook .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfDxdweook .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfDxdweook .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vfDxdweook .mbr-text,
.cid-vfDxdweook .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vfDwTikjTL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfDwTikjTL .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDwTikjTL .card {
  margin-bottom: 2rem;
}
.cid-vfDwTikjTL .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vfDwTikjTL .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDwTikjTL .btn {
  margin: .3rem;
}
.cid-vfDwTikjTL .mbr-section-title {
  margin: 0;
}
.cid-vfDwTikjTL .card-underline,
.cid-vfDwTikjTL .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfDwTikjTL .card-underline .line,
.cid-vfDwTikjTL .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfDwTikjTL .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vfDwTikjTL .card-underline .line {
  background: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfDwTikjTL .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfDwTikjTL .row-content {
    min-width: 100%;
  }
  .cid-vfDwTikjTL .card {
    display: block;
  }
}
.cid-vfDwTikjTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDwTikjTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDwTikjTL .mbr-section-title,
.cid-vfDwTikjTL .underline {
  color: #ff0000;
}
.cid-vfDwTikjTL .mbr-section-subtitle {
  color: #000000;
}
.cid-vfDwTikjTL .card-title,
.cid-vfDwTikjTL .card-underline {
  color: #ff0000;
}
.cid-vfDwTikjTL .card-box > p,
.cid-vfDwTikjTL .mbr-section-btn {
  color: #000000;
}
.cid-vgGu50u7FY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgGu50u7FY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGu50u7FY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgGu50u7FY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgGu50u7FY .row {
  flex-direction: row-reverse;
}
.cid-vgGu50u7FY img {
  width: 100%;
}
.cid-vfmt0X1DwN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfmt0X1DwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfmt0X1DwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfmt0X1DwN .container {
    max-width: 1400px;
  }
}
.cid-vfmt0X1DwN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff0000;
  margin-bottom: 2rem;
}
.cid-vfmt0X1DwN .row {
  justify-content: center;
}
.cid-vfmt0X1DwN .mbr-section-subtitle {
  text-align: center;
}
.cid-vfmt0X1DwN .mbr-section-title {
  color: #ff0000;
}
.cid-vfmt0X1DwN .card-title,
.cid-vfmt0X1DwN .iconfont-wrapper {
  color: #ff0000;
}
.cid-vfmt1jM81Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfmt1jM81Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfmt1jM81Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfmt1jM81Q .container {
    max-width: 1400px;
  }
}
.cid-vfmt1jM81Q .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff0000;
  margin-bottom: 2rem;
}
.cid-vfmt1jM81Q .row {
  justify-content: center;
}
.cid-vfmt1jM81Q .card-title,
.cid-vfmt1jM81Q .iconfont-wrapper {
  color: #ff0000;
}
.cid-veOKlsHUQP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veOKlsHUQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOKlsHUQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOKlsHUQP .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-veOKlsHUQP .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-veOKlsHUQP .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veOKlsHUQP .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-veOKlsHUQP .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veOKlsHUQP .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veOKlsHUQP .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-veOKlsHUQP .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-veOKlsHUQP .mbr-label,
.cid-veOKlsHUQP .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-veOKlsHUQP .mbr-section-title {
  color: #000000;
}
.cid-veOKlsHUQP .mbr-text,
.cid-veOKlsHUQP .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-veOKlsHUQP .mbr-section-title,
.cid-veOKlsHUQP .mbr-section-btn {
  text-align: center;
}
.cid-veOJXhPhsh {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-veOJXhPhsh .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-veOJXhPhsh .mbr-section-title,
.cid-veOJXhPhsh .mbr-section-subtitle,
.cid-veOJXhPhsh .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veOJXhPhsh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-veOJXhPhsh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veOJXhPhsh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veOJXhPhsh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-veOJXhPhsh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-veOJXhPhsh .icon-focus {
  display: none;
}
.cid-veOJXhPhsh .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-veOJXhPhsh ul {
  font-size: 0;
}
.cid-veOJXhPhsh .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-veOJXhPhsh .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-veOJXhPhsh .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-veOJXhPhsh .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-veOJXhPhsh .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-veOJXhPhsh .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-veOJXhPhsh .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-veOJXhPhsh .btn:hover {
  background: transparent !important;
}
.cid-veOJXhPhsh .btn:hover:before {
  background: transparent !important;
}
.cid-veOJXhPhsh .btn:before {
  background-color: transparent !important;
}
.cid-veOJXhPhsh .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-veOJXhPhsh .mbr-section-title {
  color: #ff0000;
}
.cid-veOJTwZlNb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOJTwZlNb .container-fluid {
  padding: 0 3rem;
}
.cid-veOJTwZlNb .media-container-column {
  padding: 0 2rem;
}
.cid-veOJTwZlNb .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOJTwZlNb .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOJU8uu3Y {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOJU8uu3Y .container-fluid {
  padding: 0 3rem;
}
.cid-veOJU8uu3Y .media-container-column {
  padding: 0 2rem;
}
.cid-veOJU8uu3Y .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOJU8uu3Y .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFiHhFAwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFiHhFAwj .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFiHhFAwj textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFiHhFAwj .text {
    max-width: 360px;
  }
}
.cid-vfFiHhFAwj .align-right {
  width: 100%;
}
.cid-vfFiHhFAwj .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFiHhFAwj .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFiHhFAwj .form-control,
.cid-vfFiHhFAwj .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiHhFAwj .form-control::-webkit-input-placeholder,
.cid-vfFiHhFAwj .field-input::-webkit-input-placeholder,
.cid-vfFiHhFAwj .form-control::-webkit-input-placeholder,
.cid-vfFiHhFAwj .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiHhFAwj .form-control:-moz-placeholder,
.cid-vfFiHhFAwj .field-input:-moz-placeholder,
.cid-vfFiHhFAwj .form-control:-moz-placeholder,
.cid-vfFiHhFAwj .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFiHhFAwj .form-control:hover,
.cid-vfFiHhFAwj .field-input:hover,
.cid-vfFiHhFAwj .form-control:focus,
.cid-vfFiHhFAwj .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFiHhFAwj .form-control:hover::-webkit-input-placeholder,
.cid-vfFiHhFAwj .field-input:hover::-webkit-input-placeholder,
.cid-vfFiHhFAwj .form-control:focus::-webkit-input-placeholder,
.cid-vfFiHhFAwj .field-input:focus::-webkit-input-placeholder,
.cid-vfFiHhFAwj .form-control:hover::-webkit-input-placeholder,
.cid-vfFiHhFAwj .field-input:hover::-webkit-input-placeholder,
.cid-vfFiHhFAwj .form-control:focus::-webkit-input-placeholder,
.cid-vfFiHhFAwj .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiHhFAwj .form-control:hover:-moz-placeholder,
.cid-vfFiHhFAwj .field-input:hover:-moz-placeholder,
.cid-vfFiHhFAwj .form-control:focus:-moz-placeholder,
.cid-vfFiHhFAwj .field-input:focus:-moz-placeholder,
.cid-vfFiHhFAwj .form-control:hover:-moz-placeholder,
.cid-vfFiHhFAwj .field-input:hover:-moz-placeholder,
.cid-vfFiHhFAwj .form-control:focus:-moz-placeholder,
.cid-vfFiHhFAwj .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFiHhFAwj .jq-number__spin:hover,
.cid-vfFiHhFAwj .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFiHhFAwj .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiHhFAwj input::-webkit-clear-button {
  display: none;
}
.cid-vfFiHhFAwj input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFiHhFAwj input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFiHhFAwj input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFiHhFAwj .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFiHhFAwj .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFiHhFAwj .mbr-text {
  color: #000000;
}
.cid-vfFiHNj7Li .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFiHNj7Li .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFiHNj7Li .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFiHNj7Li .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFiHNj7Li .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOKVQj2sH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOKVQj2sH .container-fluid {
  padding: 0 3rem;
}
.cid-veOKVQj2sH .media-container-column {
  padding: 0 2rem;
}
.cid-veOKVQj2sH .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOKVQj2sH .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdyNSTnXBj {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mega20led-01201-1920x1080.jpg");
}
.cid-vdyNSTnXBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyNSTnXBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyNSTnXBj .mbr-section-title {
  color: #ffffff;
}
.cid-vdyNSTnXBj .mbr-text,
.cid-vdyNSTnXBj .mbr-section-btn {
  color: #ffffff;
}
.cid-vdyNSTnXBj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vg88uVDaGt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg88uVDaGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg88uVDaGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg88uVDaGt .row {
  flex-direction: row-reverse;
}
.cid-vg88uVDaGt .video-wrapper iframe {
  width: 100%;
}
.cid-vg88uVDaGt .mbr-section-title,
.cid-vg88uVDaGt .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vg88uVDaGt .text-wrapper {
    padding: 2rem;
  }
}
.cid-vg88uVDaGt .mbr-section-subtitle {
  color: #ff0000;
}
.cid-vfFgQlXKxn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfFgQlXKxn .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-vfFgQlXKxn .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vfFgQlXKxn .rev,
.cid-vfFgQlXKxn .mbr-iconfont {
  display: inline-block;
}
.cid-vfFgQlXKxn .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vfFgQlXKxn .card-img {
  position: relative;
}
.cid-vfFgQlXKxn .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-vfFgQlXKxn .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-vfFgQlXKxn .card-title {
  color: #ff0000;
  margin: 0;
  text-align: center;
}
.cid-vfFgQlXKxn .card-box {
  padding: 1.5rem;
}
.cid-vfFgQlXKxn .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-vfFgQlXKxn .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-vfFgQlXKxn .mbr-section-title,
.cid-vfFgQlXKxn .line-wrap {
  text-align: center;
  color: #ff0000;
}
.cid-vfFgQlXKxn .card-text,
.cid-vfFgQlXKxn .mbr-section-btn,
.cid-vfFgQlXKxn .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-vfFgQlXKxn .mbr-text,
.cid-vfFgQlXKxn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-vfFgQlXKxn .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-vfFgQlXKxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFgQlXKxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMTp2nKUO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veMTp2nKUO img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-veMTp2nKUO .img-wrapper {
  margin-bottom: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.cid-veMTp2nKUO .card .img-wrapper {
  overflow: hidden;
}
.cid-veMTp2nKUO .card:hover {
  cursor: pointer;
}
.cid-veMTp2nKUO .card:hover img {
  transform: scale(1.05);
}
.cid-veMTp2nKUO .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-veMTp2nKUO .mbr-section-title {
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #ff0000;
}
.cid-veMTp2nKUO .mbr-section-title:hover {
  color: #ff0000;
}
.cid-veMTp2nKUO .mbr-section-date {
  color: #999999;
  text-align: center;
}
.cid-veMTp2nKUO .mbr-section-text {
  color: #000000;
}
.cid-veMTp2nKUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMTp2nKUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMTp2nKUO .main-title {
  color: #ff0000;
}
.cid-vfxSapFdxP {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vfxSapFdxP img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-vfxSapFdxP .img-wrapper {
  margin-bottom: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfxSapFdxP .card .img-wrapper {
  overflow: hidden;
}
.cid-vfxSapFdxP .card:hover {
  cursor: pointer;
}
.cid-vfxSapFdxP .card:hover img {
  transform: scale(1.05);
}
.cid-vfxSapFdxP .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-vfxSapFdxP .mbr-section-title {
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #ff0000;
}
.cid-vfxSapFdxP .mbr-section-title:hover {
  color: #ff0000;
}
.cid-vfxSapFdxP .mbr-section-date {
  color: #999999;
  text-align: center;
}
.cid-vfxSapFdxP .mbr-section-text {
  color: #000000;
}
.cid-vfxSapFdxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfxSapFdxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfxSapFdxP .main-title {
  color: #ff0000;
}
.cid-vgGuA0vasl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgGuA0vasl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGuA0vasl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgGuA0vasl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgGuA0vasl .row {
  flex-direction: row-reverse;
}
.cid-vgGuA0vasl img {
  width: 100%;
}
.cid-veMWDbBoO7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff0000;
}
.cid-veMWDbBoO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMWDbBoO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMWDbBoO7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-veMWDbBoO7 .mbr-section-title {
  color: #ffffff;
}
.cid-veMVsPSBMB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veMVsPSBMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMVsPSBMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMVsPSBMB .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veMVsPSBMB .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-veMVsPSBMB .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-veMVsPSBMB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veMVsPSBMB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veMVsPSBMB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veMVsPSBMB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veMVsPSBMB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-veMVsPSBMB .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-veMVsPSBMB .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff0000;
  color: #ff0000;
  font-size: 11px;
}
.cid-veMVsPSBMB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veMVsPSBMB .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-veMVsPSBMB .list_2 {
    padding-left: 0;
  }
}
.cid-veMVsPSBMB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-veMVsPSBMB .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-veMVsPSBMB .mbr-text,
.cid-veMVsPSBMB .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veMVsPSBMB .list {
  color: #666666;
}
.cid-veMVsPSBMB .list,
.cid-veMVsPSBMB .item-wrap,
.cid-veMVsPSBMB .list-wrapper {
  color: #000000;
}
.cid-veqEAiJwFd {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veqEAiJwFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqEAiJwFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veqEAiJwFd .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-veqEAiJwFd .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-veqEAiJwFd .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-veqEAiJwFd .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-veqEAiJwFd .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veqEAiJwFd .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #ff0000, #ff3333);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-veqEAiJwFd .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-veqEAiJwFd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veqEAiJwFd .btn-wrapper {
  margin-top: -15%;
}
.cid-veqEAiJwFd .mbr-section-title {
  color: #272b2e;
}
.cid-veqEAiJwFd .mbr-text,
.cid-veqEAiJwFd .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-veqEAiJwFd .mbr-section-title,
.cid-veqEAiJwFd .mbr-section-btn,
.cid-veqEAiJwFd .clients-wrapper {
  text-align: center;
  color: #000000;
}
.cid-veqEthAN6A {
  padding-top: 15px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-veqEthAN6A .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-veqEthAN6A .mbr-section-title,
.cid-veqEthAN6A .mbr-section-subtitle,
.cid-veqEthAN6A .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veqEthAN6A .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-veqEthAN6A .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veqEthAN6A .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veqEthAN6A .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-veqEthAN6A .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-veqEthAN6A .icon-focus {
  display: none;
}
.cid-veqEthAN6A .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-veqEthAN6A ul {
  font-size: 0;
}
.cid-veqEthAN6A .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-veqEthAN6A .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-veqEthAN6A .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-veqEthAN6A .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-veqEthAN6A .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-veqEthAN6A .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-veqEthAN6A .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-veqEthAN6A .btn:hover {
  background: transparent !important;
}
.cid-veqEthAN6A .btn:hover:before {
  background: transparent !important;
}
.cid-veqEthAN6A .btn:before {
  background-color: transparent !important;
}
.cid-veqEthAN6A .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-veqEthAN6A .mbr-section-title {
  color: #ff0000;
}
.cid-veOJFzTlPL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOJFzTlPL .container-fluid {
  padding: 0 3rem;
}
.cid-veOJFzTlPL .media-container-column {
  padding: 0 2rem;
}
.cid-veOJFzTlPL .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOJFzTlPL .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOJEelUIq {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOJEelUIq .container-fluid {
  padding: 0 3rem;
}
.cid-veOJEelUIq .media-container-column {
  padding: 0 2rem;
}
.cid-veOJEelUIq .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOJEelUIq .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFiwsagl9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFiwsagl9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFiwsagl9 textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFiwsagl9 .text {
    max-width: 360px;
  }
}
.cid-vfFiwsagl9 .align-right {
  width: 100%;
}
.cid-vfFiwsagl9 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFiwsagl9 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFiwsagl9 .form-control,
.cid-vfFiwsagl9 .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiwsagl9 .form-control::-webkit-input-placeholder,
.cid-vfFiwsagl9 .field-input::-webkit-input-placeholder,
.cid-vfFiwsagl9 .form-control::-webkit-input-placeholder,
.cid-vfFiwsagl9 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiwsagl9 .form-control:-moz-placeholder,
.cid-vfFiwsagl9 .field-input:-moz-placeholder,
.cid-vfFiwsagl9 .form-control:-moz-placeholder,
.cid-vfFiwsagl9 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFiwsagl9 .form-control:hover,
.cid-vfFiwsagl9 .field-input:hover,
.cid-vfFiwsagl9 .form-control:focus,
.cid-vfFiwsagl9 .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFiwsagl9 .form-control:hover::-webkit-input-placeholder,
.cid-vfFiwsagl9 .field-input:hover::-webkit-input-placeholder,
.cid-vfFiwsagl9 .form-control:focus::-webkit-input-placeholder,
.cid-vfFiwsagl9 .field-input:focus::-webkit-input-placeholder,
.cid-vfFiwsagl9 .form-control:hover::-webkit-input-placeholder,
.cid-vfFiwsagl9 .field-input:hover::-webkit-input-placeholder,
.cid-vfFiwsagl9 .form-control:focus::-webkit-input-placeholder,
.cid-vfFiwsagl9 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiwsagl9 .form-control:hover:-moz-placeholder,
.cid-vfFiwsagl9 .field-input:hover:-moz-placeholder,
.cid-vfFiwsagl9 .form-control:focus:-moz-placeholder,
.cid-vfFiwsagl9 .field-input:focus:-moz-placeholder,
.cid-vfFiwsagl9 .form-control:hover:-moz-placeholder,
.cid-vfFiwsagl9 .field-input:hover:-moz-placeholder,
.cid-vfFiwsagl9 .form-control:focus:-moz-placeholder,
.cid-vfFiwsagl9 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFiwsagl9 .jq-number__spin:hover,
.cid-vfFiwsagl9 .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFiwsagl9 .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiwsagl9 input::-webkit-clear-button {
  display: none;
}
.cid-vfFiwsagl9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFiwsagl9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFiwsagl9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFiwsagl9 .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFiwsagl9 .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFiwsagl9 .mbr-text {
  color: #000000;
}
.cid-vfFix902cJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFix902cJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFix902cJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFix902cJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFix902cJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veMUO1MQXv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bannner-arara-1-2000x1333.jpeg");
}
.cid-veMUO1MQXv .container-fluid {
  padding: 0 3rem;
}
.cid-veMUO1MQXv .media-container-column {
  padding: 0 2rem;
}
.cid-veMUO1MQXv .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veMUO1MQXv .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNl15Pj5X {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-veNl15Pj5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNl15Pj5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNl15Pj5X .mbr-section-title {
  color: #ffffff;
}
.cid-veNl15Pj5X .mbr-text,
.cid-veNl15Pj5X .mbr-section-btn {
  color: #ffffff;
}
.cid-veNl15Pj5X .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vg89BH2UdA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg89BH2UdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg89BH2UdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg89BH2UdA .row {
  flex-direction: row-reverse;
}
.cid-vg89BH2UdA .video-wrapper iframe {
  width: 100%;
}
.cid-vg89BH2UdA .mbr-section-title,
.cid-vg89BH2UdA .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vg89BH2UdA .text-wrapper {
    padding: 2rem;
  }
}
.cid-vg89BH2UdA .mbr-section-subtitle {
  color: #ff0000;
}
.cid-vfDDlnNOwE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfDDlnNOwE .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDDlnNOwE .card {
  margin-bottom: 2rem;
}
.cid-vfDDlnNOwE .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vfDDlnNOwE .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDDlnNOwE .btn {
  margin: .3rem;
}
.cid-vfDDlnNOwE .mbr-section-title {
  margin: 0;
}
.cid-vfDDlnNOwE .card-underline,
.cid-vfDDlnNOwE .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfDDlnNOwE .card-underline .line,
.cid-vfDDlnNOwE .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfDDlnNOwE .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vfDDlnNOwE .card-underline .line {
  background: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfDDlnNOwE .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfDDlnNOwE .row-content {
    min-width: 100%;
  }
  .cid-vfDDlnNOwE .card {
    display: block;
  }
}
.cid-vfDDlnNOwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDDlnNOwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDDlnNOwE .mbr-section-title,
.cid-vfDDlnNOwE .underline {
  color: #ff0000;
}
.cid-vfDDlnNOwE .mbr-section-subtitle {
  color: #000000;
}
.cid-vfDDlnNOwE .card-title,
.cid-vfDDlnNOwE .card-underline {
  color: #ff0000;
}
.cid-vfDDlnNOwE .card-box > p,
.cid-vfDDlnNOwE .mbr-section-btn {
  color: #000000;
}
.cid-vfDDt2KwKC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfDDt2KwKC .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDDt2KwKC .card {
  margin-bottom: 2rem;
}
.cid-vfDDt2KwKC .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vfDDt2KwKC .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDDt2KwKC .btn {
  margin: .3rem;
}
.cid-vfDDt2KwKC .mbr-section-title {
  margin: 0;
}
.cid-vfDDt2KwKC .card-underline,
.cid-vfDDt2KwKC .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfDDt2KwKC .card-underline .line,
.cid-vfDDt2KwKC .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfDDt2KwKC .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vfDDt2KwKC .card-underline .line {
  background: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfDDt2KwKC .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfDDt2KwKC .row-content {
    min-width: 100%;
  }
  .cid-vfDDt2KwKC .card {
    display: block;
  }
}
.cid-vfDDt2KwKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDDt2KwKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDDt2KwKC .mbr-section-title,
.cid-vfDDt2KwKC .underline {
  color: #ff0000;
}
.cid-vfDDt2KwKC .mbr-section-subtitle {
  color: #000000;
}
.cid-vfDDt2KwKC .card-title,
.cid-vfDDt2KwKC .card-underline {
  color: #ff0000;
}
.cid-vfDDt2KwKC .card-box > p,
.cid-vfDDt2KwKC .mbr-section-btn {
  color: #000000;
}
.cid-vgGuhRfevp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgGuhRfevp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGuhRfevp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgGuhRfevp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgGuhRfevp .row {
  flex-direction: row-reverse;
}
.cid-vgGuhRfevp img {
  width: 100%;
}
.cid-vg0OWfk8WA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg0OWfk8WA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg0OWfk8WA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg0OWfk8WA .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vg0OWfk8WA .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vg0OWfk8WA .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vg0OWfk8WA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vg0OWfk8WA .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vg0OWfk8WA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg0OWfk8WA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vg0OWfk8WA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vg0OWfk8WA .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vg0OWfk8WA .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff0000;
  color: #ff0000;
  font-size: 11px;
}
.cid-vg0OWfk8WA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg0OWfk8WA .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vg0OWfk8WA .list_2 {
    padding-left: 0;
  }
}
.cid-vg0OWfk8WA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vg0OWfk8WA .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
}
.cid-vg0OWfk8WA .mbr-text,
.cid-vg0OWfk8WA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vg0OWfk8WA .list {
  color: #666666;
}
.cid-vg0OWfk8WA .list,
.cid-vg0OWfk8WA .item-wrap,
.cid-vg0OWfk8WA .list-wrapper {
  color: #000000;
}
.cid-veOMZFTaai {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veOMZFTaai .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOMZFTaai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOMZFTaai .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-veOMZFTaai .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-veOMZFTaai .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veOMZFTaai .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-veOMZFTaai .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veOMZFTaai .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veOMZFTaai .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-veOMZFTaai .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-veOMZFTaai .mbr-label,
.cid-veOMZFTaai .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-veOMZFTaai .mbr-section-title {
  color: #000000;
}
.cid-veOMZFTaai .mbr-text,
.cid-veOMZFTaai .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-veOMZFTaai .mbr-section-title,
.cid-veOMZFTaai .mbr-section-btn {
  text-align: center;
}
.cid-veOMxK6hCk {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-veOMxK6hCk .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-veOMxK6hCk .mbr-section-title,
.cid-veOMxK6hCk .mbr-section-subtitle,
.cid-veOMxK6hCk .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veOMxK6hCk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-veOMxK6hCk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veOMxK6hCk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veOMxK6hCk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-veOMxK6hCk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-veOMxK6hCk .icon-focus {
  display: none;
}
.cid-veOMxK6hCk .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-veOMxK6hCk ul {
  font-size: 0;
}
.cid-veOMxK6hCk .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-veOMxK6hCk .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-veOMxK6hCk .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-veOMxK6hCk .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-veOMxK6hCk .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-veOMxK6hCk .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-veOMxK6hCk .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-veOMxK6hCk .btn:hover {
  background: transparent !important;
}
.cid-veOMxK6hCk .btn:hover:before {
  background: transparent !important;
}
.cid-veOMxK6hCk .btn:before {
  background-color: transparent !important;
}
.cid-veOMxK6hCk .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-veOMxK6hCk .mbr-section-title {
  color: #ff0000;
}
.cid-veOMtHKVKq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOMtHKVKq .container-fluid {
  padding: 0 3rem;
}
.cid-veOMtHKVKq .media-container-column {
  padding: 0 2rem;
}
.cid-veOMtHKVKq .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOMtHKVKq .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOMvVp1go {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOMvVp1go .container-fluid {
  padding: 0 3rem;
}
.cid-veOMvVp1go .media-container-column {
  padding: 0 2rem;
}
.cid-veOMvVp1go .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOMvVp1go .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFiK6JzVe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFiK6JzVe .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFiK6JzVe textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFiK6JzVe .text {
    max-width: 360px;
  }
}
.cid-vfFiK6JzVe .align-right {
  width: 100%;
}
.cid-vfFiK6JzVe .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFiK6JzVe .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFiK6JzVe .form-control,
.cid-vfFiK6JzVe .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiK6JzVe .form-control::-webkit-input-placeholder,
.cid-vfFiK6JzVe .field-input::-webkit-input-placeholder,
.cid-vfFiK6JzVe .form-control::-webkit-input-placeholder,
.cid-vfFiK6JzVe .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiK6JzVe .form-control:-moz-placeholder,
.cid-vfFiK6JzVe .field-input:-moz-placeholder,
.cid-vfFiK6JzVe .form-control:-moz-placeholder,
.cid-vfFiK6JzVe .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFiK6JzVe .form-control:hover,
.cid-vfFiK6JzVe .field-input:hover,
.cid-vfFiK6JzVe .form-control:focus,
.cid-vfFiK6JzVe .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFiK6JzVe .form-control:hover::-webkit-input-placeholder,
.cid-vfFiK6JzVe .field-input:hover::-webkit-input-placeholder,
.cid-vfFiK6JzVe .form-control:focus::-webkit-input-placeholder,
.cid-vfFiK6JzVe .field-input:focus::-webkit-input-placeholder,
.cid-vfFiK6JzVe .form-control:hover::-webkit-input-placeholder,
.cid-vfFiK6JzVe .field-input:hover::-webkit-input-placeholder,
.cid-vfFiK6JzVe .form-control:focus::-webkit-input-placeholder,
.cid-vfFiK6JzVe .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiK6JzVe .form-control:hover:-moz-placeholder,
.cid-vfFiK6JzVe .field-input:hover:-moz-placeholder,
.cid-vfFiK6JzVe .form-control:focus:-moz-placeholder,
.cid-vfFiK6JzVe .field-input:focus:-moz-placeholder,
.cid-vfFiK6JzVe .form-control:hover:-moz-placeholder,
.cid-vfFiK6JzVe .field-input:hover:-moz-placeholder,
.cid-vfFiK6JzVe .form-control:focus:-moz-placeholder,
.cid-vfFiK6JzVe .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFiK6JzVe .jq-number__spin:hover,
.cid-vfFiK6JzVe .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFiK6JzVe .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiK6JzVe input::-webkit-clear-button {
  display: none;
}
.cid-vfFiK6JzVe input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFiK6JzVe input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFiK6JzVe input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFiK6JzVe .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFiK6JzVe .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFiK6JzVe .mbr-text {
  color: #000000;
}
.cid-vfFiKDEXkG .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFiKDEXkG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFiKDEXkG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFiKDEXkG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFiKDEXkG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOL2cqfuC {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOL2cqfuC .container-fluid {
  padding: 0 3rem;
}
.cid-veOL2cqfuC .media-container-column {
  padding: 0 2rem;
}
.cid-veOL2cqfuC .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOL2cqfuC .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNl59Y5yC {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-veNl59Y5yC .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNl59Y5yC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNl59Y5yC .mbr-section-title {
  color: #ffffff;
}
.cid-veNl59Y5yC .mbr-text,
.cid-veNl59Y5yC .mbr-section-btn {
  color: #ffffff;
}
.cid-veNl59Y5yC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veOMpxF3lI {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veOMpxF3lI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOMpxF3lI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veOMpxF3lI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veOMpxF3lI .row {
  flex-direction: row-reverse;
}
.cid-veOMpxF3lI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veOMpxF3lI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veOMpxF3lI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veOMpxF3lI .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-veOMpxF3lI .mbr-text,
.cid-veOMpxF3lI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vfDGhzPiEc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfDGhzPiEc .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDGhzPiEc .card {
  margin-bottom: 2rem;
}
.cid-vfDGhzPiEc .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vfDGhzPiEc .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDGhzPiEc .btn {
  margin: .3rem;
}
.cid-vfDGhzPiEc .mbr-section-title {
  margin: 0;
}
.cid-vfDGhzPiEc .card-underline,
.cid-vfDGhzPiEc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfDGhzPiEc .card-underline .line,
.cid-vfDGhzPiEc .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfDGhzPiEc .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vfDGhzPiEc .card-underline .line {
  background: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfDGhzPiEc .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfDGhzPiEc .row-content {
    min-width: 100%;
  }
  .cid-vfDGhzPiEc .card {
    display: block;
  }
}
.cid-vfDGhzPiEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDGhzPiEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDGhzPiEc .mbr-section-title,
.cid-vfDGhzPiEc .underline {
  color: #ff0000;
}
.cid-vfDGhzPiEc .mbr-section-subtitle {
  color: #000000;
}
.cid-vfDGhzPiEc .card-title,
.cid-vfDGhzPiEc .card-underline {
  color: #ff0000;
}
.cid-vfDGhzPiEc .card-box > p,
.cid-vfDGhzPiEc .mbr-section-btn {
  color: #000000;
}
.cid-vg0VcCvsiQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vg0VcCvsiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg0VcCvsiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vg0VcCvsiQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vg0VcCvsiQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vg0VcCvsiQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vg0VcCvsiQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vg0VcCvsiQ .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vg0VcCvsiQ .mbr-text,
.cid-vg0VcCvsiQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vfDGpDnX4W {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfDGpDnX4W .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDGpDnX4W .card {
  margin-bottom: 2rem;
}
.cid-vfDGpDnX4W .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vfDGpDnX4W .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vfDGpDnX4W .btn {
  margin: .3rem;
}
.cid-vfDGpDnX4W .mbr-section-title {
  margin: 0;
}
.cid-vfDGpDnX4W .card-underline,
.cid-vfDGpDnX4W .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vfDGpDnX4W .card-underline .line,
.cid-vfDGpDnX4W .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vfDGpDnX4W .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vfDGpDnX4W .card-underline .line {
  background: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfDGpDnX4W .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfDGpDnX4W .row-content {
    min-width: 100%;
  }
  .cid-vfDGpDnX4W .card {
    display: block;
  }
}
.cid-vfDGpDnX4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDGpDnX4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDGpDnX4W .mbr-section-title,
.cid-vfDGpDnX4W .underline {
  color: #ff0000;
}
.cid-vfDGpDnX4W .mbr-section-subtitle {
  color: #000000;
}
.cid-vfDGpDnX4W .card-title,
.cid-vfDGpDnX4W .card-underline {
  color: #ff0000;
}
.cid-vfDGpDnX4W .card-box > p,
.cid-vfDGpDnX4W .mbr-section-btn {
  color: #000000;
}
.cid-vgGutcwcqb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgGutcwcqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGutcwcqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgGutcwcqb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgGutcwcqb .row {
  flex-direction: row-reverse;
}
.cid-vgGutcwcqb img {
  width: 100%;
}
.cid-vgjRByAEzZ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgjRByAEzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjRByAEzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgjRByAEzZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgjRByAEzZ .row {
  flex-direction: row-reverse;
}
.cid-vgjRByAEzZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgjRByAEzZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgjRByAEzZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgjRByAEzZ .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vgjRByAEzZ .mbr-text,
.cid-vgjRByAEzZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vg0VGDdUeZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg0VGDdUeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg0VGDdUeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg0VGDdUeZ .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vg0VGDdUeZ .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vg0VGDdUeZ .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vg0VGDdUeZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vg0VGDdUeZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vg0VGDdUeZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg0VGDdUeZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vg0VGDdUeZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vg0VGDdUeZ .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vg0VGDdUeZ .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff0000;
  color: #ff0000;
  font-size: 11px;
}
.cid-vg0VGDdUeZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg0VGDdUeZ .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vg0VGDdUeZ .list_2 {
    padding-left: 0;
  }
}
.cid-vg0VGDdUeZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vg0VGDdUeZ .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
}
.cid-vg0VGDdUeZ .mbr-text,
.cid-vg0VGDdUeZ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vg0VGDdUeZ .list {
  color: #666666;
}
.cid-vg0VGDdUeZ .list,
.cid-vg0VGDdUeZ .item-wrap,
.cid-vg0VGDdUeZ .list-wrapper {
  color: #000000;
}
.cid-veOMXy624O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veOMXy624O .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOMXy624O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOMXy624O .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-veOMXy624O .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-veOMXy624O .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veOMXy624O .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-veOMXy624O .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veOMXy624O .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veOMXy624O .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-veOMXy624O .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-veOMXy624O .mbr-label,
.cid-veOMXy624O .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-veOMXy624O .mbr-section-title {
  color: #000000;
}
.cid-veOMXy624O .mbr-text,
.cid-veOMXy624O .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-veOMXy624O .mbr-section-title,
.cid-veOMXy624O .mbr-section-btn {
  text-align: center;
}
.cid-veOMmvX0ZG {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-veOMmvX0ZG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-veOMmvX0ZG .mbr-section-title,
.cid-veOMmvX0ZG .mbr-section-subtitle,
.cid-veOMmvX0ZG .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veOMmvX0ZG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-veOMmvX0ZG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veOMmvX0ZG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veOMmvX0ZG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-veOMmvX0ZG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-veOMmvX0ZG .icon-focus {
  display: none;
}
.cid-veOMmvX0ZG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-veOMmvX0ZG ul {
  font-size: 0;
}
.cid-veOMmvX0ZG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-veOMmvX0ZG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-veOMmvX0ZG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-veOMmvX0ZG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-veOMmvX0ZG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-veOMmvX0ZG .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-veOMmvX0ZG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-veOMmvX0ZG .btn:hover {
  background: transparent !important;
}
.cid-veOMmvX0ZG .btn:hover:before {
  background: transparent !important;
}
.cid-veOMmvX0ZG .btn:before {
  background-color: transparent !important;
}
.cid-veOMmvX0ZG .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-veOMmvX0ZG .mbr-section-title {
  color: #ff0000;
}
.cid-veOMepywJ6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOMepywJ6 .container-fluid {
  padding: 0 3rem;
}
.cid-veOMepywJ6 .media-container-column {
  padding: 0 2rem;
}
.cid-veOMepywJ6 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOMepywJ6 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOMgAHXj2 {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOMgAHXj2 .container-fluid {
  padding: 0 3rem;
}
.cid-veOMgAHXj2 .media-container-column {
  padding: 0 2rem;
}
.cid-veOMgAHXj2 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOMgAHXj2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFiNsZ9Tb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFiNsZ9Tb .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFiNsZ9Tb textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFiNsZ9Tb .text {
    max-width: 360px;
  }
}
.cid-vfFiNsZ9Tb .align-right {
  width: 100%;
}
.cid-vfFiNsZ9Tb .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFiNsZ9Tb .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFiNsZ9Tb .form-control,
.cid-vfFiNsZ9Tb .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiNsZ9Tb .form-control::-webkit-input-placeholder,
.cid-vfFiNsZ9Tb .field-input::-webkit-input-placeholder,
.cid-vfFiNsZ9Tb .form-control::-webkit-input-placeholder,
.cid-vfFiNsZ9Tb .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiNsZ9Tb .form-control:-moz-placeholder,
.cid-vfFiNsZ9Tb .field-input:-moz-placeholder,
.cid-vfFiNsZ9Tb .form-control:-moz-placeholder,
.cid-vfFiNsZ9Tb .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFiNsZ9Tb .form-control:hover,
.cid-vfFiNsZ9Tb .field-input:hover,
.cid-vfFiNsZ9Tb .form-control:focus,
.cid-vfFiNsZ9Tb .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFiNsZ9Tb .form-control:hover::-webkit-input-placeholder,
.cid-vfFiNsZ9Tb .field-input:hover::-webkit-input-placeholder,
.cid-vfFiNsZ9Tb .form-control:focus::-webkit-input-placeholder,
.cid-vfFiNsZ9Tb .field-input:focus::-webkit-input-placeholder,
.cid-vfFiNsZ9Tb .form-control:hover::-webkit-input-placeholder,
.cid-vfFiNsZ9Tb .field-input:hover::-webkit-input-placeholder,
.cid-vfFiNsZ9Tb .form-control:focus::-webkit-input-placeholder,
.cid-vfFiNsZ9Tb .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiNsZ9Tb .form-control:hover:-moz-placeholder,
.cid-vfFiNsZ9Tb .field-input:hover:-moz-placeholder,
.cid-vfFiNsZ9Tb .form-control:focus:-moz-placeholder,
.cid-vfFiNsZ9Tb .field-input:focus:-moz-placeholder,
.cid-vfFiNsZ9Tb .form-control:hover:-moz-placeholder,
.cid-vfFiNsZ9Tb .field-input:hover:-moz-placeholder,
.cid-vfFiNsZ9Tb .form-control:focus:-moz-placeholder,
.cid-vfFiNsZ9Tb .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFiNsZ9Tb .jq-number__spin:hover,
.cid-vfFiNsZ9Tb .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFiNsZ9Tb .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiNsZ9Tb input::-webkit-clear-button {
  display: none;
}
.cid-vfFiNsZ9Tb input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFiNsZ9Tb input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFiNsZ9Tb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFiNsZ9Tb .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFiNsZ9Tb .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFiNsZ9Tb .mbr-text {
  color: #000000;
}
.cid-vfFiO8R4h5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFiO8R4h5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFiO8R4h5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFiO8R4h5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFiO8R4h5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOL5G6NMa {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOL5G6NMa .container-fluid {
  padding: 0 3rem;
}
.cid-veOL5G6NMa .media-container-column {
  padding: 0 2rem;
}
.cid-veOL5G6NMa .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOL5G6NMa .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNmmowetb {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-veNmmowetb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNmmowetb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNmmowetb .mbr-section-title {
  color: #ffffff;
}
.cid-veNmmowetb .mbr-text,
.cid-veNmmowetb .mbr-section-btn {
  color: #ffffff;
}
.cid-veNmmowetb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veOM6uyasS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veOM6uyasS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOM6uyasS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veOM6uyasS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veOM6uyasS .row {
  flex-direction: row-reverse;
}
.cid-veOM6uyasS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veOM6uyasS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veOM6uyasS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veOM6uyasS .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-veOM6uyasS .mbr-text,
.cid-veOM6uyasS .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veUpTkZweQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veUpTkZweQ .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-veUpTkZweQ .card {
  margin-bottom: 2rem;
}
.cid-veUpTkZweQ .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-veUpTkZweQ .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-veUpTkZweQ .btn {
  margin: .3rem;
}
.cid-veUpTkZweQ .mbr-section-title {
  margin: 0;
}
.cid-veUpTkZweQ .card-underline,
.cid-veUpTkZweQ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veUpTkZweQ .card-underline .line,
.cid-veUpTkZweQ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veUpTkZweQ .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-veUpTkZweQ .card-underline .line {
  background: #ff0000;
}
@media (max-width: 767px) {
  .cid-veUpTkZweQ .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veUpTkZweQ .row-content {
    min-width: 100%;
  }
  .cid-veUpTkZweQ .card {
    display: block;
  }
}
.cid-veUpTkZweQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUpTkZweQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUpTkZweQ .mbr-section-title,
.cid-veUpTkZweQ .underline {
  color: #ff0000;
}
.cid-veUpTkZweQ .mbr-section-subtitle {
  color: #000000;
}
.cid-veUpTkZweQ .card-title,
.cid-veUpTkZweQ .card-underline {
  color: #ff0000;
}
.cid-veUpTkZweQ .card-box > p,
.cid-veUpTkZweQ .mbr-section-btn {
  color: #000000;
}
.cid-veUpTT2Mgd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veUpTT2Mgd .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-veUpTT2Mgd .card {
  margin-bottom: 2rem;
}
.cid-veUpTT2Mgd .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-veUpTT2Mgd .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-veUpTT2Mgd .btn {
  margin: .3rem;
}
.cid-veUpTT2Mgd .mbr-section-title {
  margin: 0;
}
.cid-veUpTT2Mgd .card-underline,
.cid-veUpTT2Mgd .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-veUpTT2Mgd .card-underline .line,
.cid-veUpTT2Mgd .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-veUpTT2Mgd .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-veUpTT2Mgd .card-underline .line {
  background: #ff0000;
}
@media (max-width: 767px) {
  .cid-veUpTT2Mgd .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veUpTT2Mgd .row-content {
    min-width: 100%;
  }
  .cid-veUpTT2Mgd .card {
    display: block;
  }
}
.cid-veUpTT2Mgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUpTT2Mgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUpTT2Mgd .mbr-section-title,
.cid-veUpTT2Mgd .underline {
  color: #ff0000;
}
.cid-veUpTT2Mgd .mbr-section-subtitle {
  color: #000000;
}
.cid-veUpTT2Mgd .card-title,
.cid-veUpTT2Mgd .card-underline {
  color: #ff0000;
}
.cid-veUpTT2Mgd .card-box > p,
.cid-veUpTT2Mgd .mbr-section-btn {
  color: #000000;
}
.cid-veUsczHEQV {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veUsczHEQV .container-fluid {
  padding: 0 3rem;
}
.cid-veUsczHEQV .media-container-column {
  padding: 0 2rem;
}
.cid-veUsczHEQV .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veUsczHEQV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veUsNJlkFG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veUsNJlkFG h4 {
  margin-bottom: 0;
}
.cid-veUsNJlkFG p {
  color: #767676;
}
.cid-veUsNJlkFG .btn-info-outline {
  border: none;
  color: #ff0000 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-veUsNJlkFG .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-veUsNJlkFG .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-veUsNJlkFG .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff0000 !important;
  box-shadow: none!important;
}
.cid-veUsNJlkFG .btn-info-outline:active,
.cid-veUsNJlkFG .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-veUsNJlkFG .card-box {
  padding-top: 2rem;
}
.cid-veUsNJlkFG .card-wrapper {
  height: 100%;
}
.cid-veUsNJlkFG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-veUsNJlkFG img {
  border-radius: 8px;
}
.cid-veUsNJlkFG .card-title {
  color: #ff0000;
  text-align: center;
}
.cid-veUsNJlkFG .main-title {
  color: #ff0000;
  text-align: center;
}
.cid-veUsNJlkFG DIV {
  color: #57468b;
}
.cid-veUsNJlkFG .card-img {
  width: auto;
}
.cid-veUsNJlkFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUsNJlkFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUsNJlkFG .mbr-text,
.cid-veUsNJlkFG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-veOMVxjtZL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veOMVxjtZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOMVxjtZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOMVxjtZL .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-veOMVxjtZL .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-veOMVxjtZL .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veOMVxjtZL .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-veOMVxjtZL .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veOMVxjtZL .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veOMVxjtZL .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-veOMVxjtZL .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-veOMVxjtZL .mbr-label,
.cid-veOMVxjtZL .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-veOMVxjtZL .mbr-section-title {
  color: #000000;
}
.cid-veOMVxjtZL .mbr-text,
.cid-veOMVxjtZL .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-veOMVxjtZL .mbr-section-title,
.cid-veOMVxjtZL .mbr-section-btn {
  text-align: center;
}
.cid-veOM9At3hU {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-veOM9At3hU .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-veOM9At3hU .mbr-section-title,
.cid-veOM9At3hU .mbr-section-subtitle,
.cid-veOM9At3hU .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veOM9At3hU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-veOM9At3hU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veOM9At3hU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veOM9At3hU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-veOM9At3hU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-veOM9At3hU .icon-focus {
  display: none;
}
.cid-veOM9At3hU .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-veOM9At3hU ul {
  font-size: 0;
}
.cid-veOM9At3hU .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-veOM9At3hU .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-veOM9At3hU .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-veOM9At3hU .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-veOM9At3hU .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-veOM9At3hU .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-veOM9At3hU .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-veOM9At3hU .btn:hover {
  background: transparent !important;
}
.cid-veOM9At3hU .btn:hover:before {
  background: transparent !important;
}
.cid-veOM9At3hU .btn:before {
  background-color: transparent !important;
}
.cid-veOM9At3hU .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-veOM9At3hU .mbr-section-title {
  color: #ff0000;
}
.cid-veOM2DvMn5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOM2DvMn5 .container-fluid {
  padding: 0 3rem;
}
.cid-veOM2DvMn5 .media-container-column {
  padding: 0 2rem;
}
.cid-veOM2DvMn5 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOM2DvMn5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOM3Wvptx {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOM3Wvptx .container-fluid {
  padding: 0 3rem;
}
.cid-veOM3Wvptx .media-container-column {
  padding: 0 2rem;
}
.cid-veOM3Wvptx .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOM3Wvptx .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFiAQtCdr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFiAQtCdr .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFiAQtCdr textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFiAQtCdr .text {
    max-width: 360px;
  }
}
.cid-vfFiAQtCdr .align-right {
  width: 100%;
}
.cid-vfFiAQtCdr .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFiAQtCdr .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFiAQtCdr .form-control,
.cid-vfFiAQtCdr .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiAQtCdr .form-control::-webkit-input-placeholder,
.cid-vfFiAQtCdr .field-input::-webkit-input-placeholder,
.cid-vfFiAQtCdr .form-control::-webkit-input-placeholder,
.cid-vfFiAQtCdr .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiAQtCdr .form-control:-moz-placeholder,
.cid-vfFiAQtCdr .field-input:-moz-placeholder,
.cid-vfFiAQtCdr .form-control:-moz-placeholder,
.cid-vfFiAQtCdr .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFiAQtCdr .form-control:hover,
.cid-vfFiAQtCdr .field-input:hover,
.cid-vfFiAQtCdr .form-control:focus,
.cid-vfFiAQtCdr .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFiAQtCdr .form-control:hover::-webkit-input-placeholder,
.cid-vfFiAQtCdr .field-input:hover::-webkit-input-placeholder,
.cid-vfFiAQtCdr .form-control:focus::-webkit-input-placeholder,
.cid-vfFiAQtCdr .field-input:focus::-webkit-input-placeholder,
.cid-vfFiAQtCdr .form-control:hover::-webkit-input-placeholder,
.cid-vfFiAQtCdr .field-input:hover::-webkit-input-placeholder,
.cid-vfFiAQtCdr .form-control:focus::-webkit-input-placeholder,
.cid-vfFiAQtCdr .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiAQtCdr .form-control:hover:-moz-placeholder,
.cid-vfFiAQtCdr .field-input:hover:-moz-placeholder,
.cid-vfFiAQtCdr .form-control:focus:-moz-placeholder,
.cid-vfFiAQtCdr .field-input:focus:-moz-placeholder,
.cid-vfFiAQtCdr .form-control:hover:-moz-placeholder,
.cid-vfFiAQtCdr .field-input:hover:-moz-placeholder,
.cid-vfFiAQtCdr .form-control:focus:-moz-placeholder,
.cid-vfFiAQtCdr .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFiAQtCdr .jq-number__spin:hover,
.cid-vfFiAQtCdr .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFiAQtCdr .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiAQtCdr input::-webkit-clear-button {
  display: none;
}
.cid-vfFiAQtCdr input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFiAQtCdr input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFiAQtCdr input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFiAQtCdr .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFiAQtCdr .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFiAQtCdr .mbr-text {
  color: #000000;
}
.cid-vfFiBpHIV9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFiBpHIV9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFiBpHIV9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFiBpHIV9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFiBpHIV9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOL9sdI6l {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOL9sdI6l .container-fluid {
  padding: 0 3rem;
}
.cid-veOL9sdI6l .media-container-column {
  padding: 0 2rem;
}
.cid-veOL9sdI6l .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOL9sdI6l .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNmuDaeXQ {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-veNmuDaeXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNmuDaeXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNmuDaeXQ .mbr-section-title {
  color: #ffffff;
}
.cid-veNmuDaeXQ .mbr-text,
.cid-veNmuDaeXQ .mbr-section-btn {
  color: #ffffff;
}
.cid-veNmuDaeXQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veOLwpVlwD {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-veOLwpVlwD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-veOLwpVlwD .mbr-section-title,
.cid-veOLwpVlwD .mbr-section-subtitle,
.cid-veOLwpVlwD .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veOLwpVlwD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-veOLwpVlwD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veOLwpVlwD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veOLwpVlwD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-veOLwpVlwD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-veOLwpVlwD .icon-focus {
  display: none;
}
.cid-veOLwpVlwD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-veOLwpVlwD ul {
  font-size: 0;
}
.cid-veOLwpVlwD .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-veOLwpVlwD .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-veOLwpVlwD .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-veOLwpVlwD .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-veOLwpVlwD .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-veOLwpVlwD .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-veOLwpVlwD .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-veOLwpVlwD .btn:hover {
  background: transparent !important;
}
.cid-veOLwpVlwD .btn:hover:before {
  background: transparent !important;
}
.cid-veOLwpVlwD .btn:before {
  background-color: transparent !important;
}
.cid-veOLwpVlwD .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-veOLwpVlwD .mbr-section-title {
  color: #ff0000;
}
.cid-veOLK4KIpp {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-veOLK4KIpp .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-veOLK4KIpp .mbr-section-title,
.cid-veOLK4KIpp .mbr-section-subtitle,
.cid-veOLK4KIpp .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veOLK4KIpp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-veOLK4KIpp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veOLK4KIpp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veOLK4KIpp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-veOLK4KIpp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-veOLK4KIpp .icon-focus {
  display: none;
}
.cid-veOLK4KIpp .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-veOLK4KIpp ul {
  font-size: 0;
}
.cid-veOLK4KIpp .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-veOLK4KIpp .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-veOLK4KIpp .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-veOLK4KIpp .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-veOLK4KIpp .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-veOLK4KIpp .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-veOLK4KIpp .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-veOLK4KIpp .btn:hover {
  background: transparent !important;
}
.cid-veOLK4KIpp .btn:hover:before {
  background: transparent !important;
}
.cid-veOLK4KIpp .btn:before {
  background-color: transparent !important;
}
.cid-veOLK4KIpp .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-veOLK4KIpp .mbr-section-title {
  color: #ff0000;
}
.cid-vfsOCce9YS {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vfsOCce9YS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vfsOCce9YS .mbr-section-title,
.cid-vfsOCce9YS .mbr-section-subtitle,
.cid-vfsOCce9YS .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfsOCce9YS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vfsOCce9YS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfsOCce9YS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfsOCce9YS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vfsOCce9YS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vfsOCce9YS .icon-focus {
  display: none;
}
.cid-vfsOCce9YS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vfsOCce9YS ul {
  font-size: 0;
}
.cid-vfsOCce9YS .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vfsOCce9YS .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vfsOCce9YS .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vfsOCce9YS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vfsOCce9YS .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vfsOCce9YS .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-vfsOCce9YS .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vfsOCce9YS .btn:hover {
  background: transparent !important;
}
.cid-vfsOCce9YS .btn:hover:before {
  background: transparent !important;
}
.cid-vfsOCce9YS .btn:before {
  background-color: transparent !important;
}
.cid-vfsOCce9YS .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vfsOCce9YS .mbr-section-title {
  color: #ff0000;
}
.cid-vfsODneSS5 {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vfsODneSS5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vfsODneSS5 .mbr-section-title,
.cid-vfsODneSS5 .mbr-section-subtitle,
.cid-vfsODneSS5 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfsODneSS5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vfsODneSS5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfsODneSS5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfsODneSS5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vfsODneSS5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vfsODneSS5 .icon-focus {
  display: none;
}
.cid-vfsODneSS5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vfsODneSS5 ul {
  font-size: 0;
}
.cid-vfsODneSS5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vfsODneSS5 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vfsODneSS5 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vfsODneSS5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vfsODneSS5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vfsODneSS5 .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-vfsODneSS5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vfsODneSS5 .btn:hover {
  background: transparent !important;
}
.cid-vfsODneSS5 .btn:hover:before {
  background: transparent !important;
}
.cid-vfsODneSS5 .btn:before {
  background-color: transparent !important;
}
.cid-vfsODneSS5 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vfsODneSS5 .mbr-section-title {
  color: #ff0000;
}
.cid-vfsODU0HFU {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vfsODU0HFU .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vfsODU0HFU .mbr-section-title,
.cid-vfsODU0HFU .mbr-section-subtitle,
.cid-vfsODU0HFU .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfsODU0HFU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vfsODU0HFU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfsODU0HFU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfsODU0HFU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vfsODU0HFU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vfsODU0HFU .icon-focus {
  display: none;
}
.cid-vfsODU0HFU .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vfsODU0HFU ul {
  font-size: 0;
}
.cid-vfsODU0HFU .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vfsODU0HFU .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vfsODU0HFU .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vfsODU0HFU .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vfsODU0HFU .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vfsODU0HFU .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-vfsODU0HFU .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vfsODU0HFU .btn:hover {
  background: transparent !important;
}
.cid-vfsODU0HFU .btn:hover:before {
  background: transparent !important;
}
.cid-vfsODU0HFU .btn:before {
  background-color: transparent !important;
}
.cid-vfsODU0HFU .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vfsODU0HFU .mbr-section-title {
  color: #ff0000;
}
.cid-vfsOElQEdZ {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vfsOElQEdZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vfsOElQEdZ .mbr-section-title,
.cid-vfsOElQEdZ .mbr-section-subtitle,
.cid-vfsOElQEdZ .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfsOElQEdZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vfsOElQEdZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfsOElQEdZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfsOElQEdZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vfsOElQEdZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vfsOElQEdZ .icon-focus {
  display: none;
}
.cid-vfsOElQEdZ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vfsOElQEdZ ul {
  font-size: 0;
}
.cid-vfsOElQEdZ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vfsOElQEdZ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vfsOElQEdZ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vfsOElQEdZ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vfsOElQEdZ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vfsOElQEdZ .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-vfsOElQEdZ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vfsOElQEdZ .btn:hover {
  background: transparent !important;
}
.cid-vfsOElQEdZ .btn:hover:before {
  background: transparent !important;
}
.cid-vfsOElQEdZ .btn:before {
  background-color: transparent !important;
}
.cid-vfsOElQEdZ .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vfsOElQEdZ .mbr-section-title {
  color: #ff0000;
}
.cid-vfsOEQ7SWc {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vfsOEQ7SWc .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vfsOEQ7SWc .mbr-section-title,
.cid-vfsOEQ7SWc .mbr-section-subtitle,
.cid-vfsOEQ7SWc .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfsOEQ7SWc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vfsOEQ7SWc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfsOEQ7SWc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfsOEQ7SWc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vfsOEQ7SWc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vfsOEQ7SWc .icon-focus {
  display: none;
}
.cid-vfsOEQ7SWc .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vfsOEQ7SWc ul {
  font-size: 0;
}
.cid-vfsOEQ7SWc .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vfsOEQ7SWc .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vfsOEQ7SWc .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vfsOEQ7SWc .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vfsOEQ7SWc .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vfsOEQ7SWc .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-vfsOEQ7SWc .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vfsOEQ7SWc .btn:hover {
  background: transparent !important;
}
.cid-vfsOEQ7SWc .btn:hover:before {
  background: transparent !important;
}
.cid-vfsOEQ7SWc .btn:before {
  background-color: transparent !important;
}
.cid-vfsOEQ7SWc .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vfsOEQ7SWc .mbr-section-title {
  color: #ff0000;
}
.cid-vfDPOgKnTm {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vfDPOgKnTm .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vfDPOgKnTm .mbr-section-title,
.cid-vfDPOgKnTm .mbr-section-subtitle,
.cid-vfDPOgKnTm .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfDPOgKnTm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vfDPOgKnTm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfDPOgKnTm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfDPOgKnTm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vfDPOgKnTm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vfDPOgKnTm .icon-focus {
  display: none;
}
.cid-vfDPOgKnTm .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vfDPOgKnTm ul {
  font-size: 0;
}
.cid-vfDPOgKnTm .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vfDPOgKnTm .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vfDPOgKnTm .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vfDPOgKnTm .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vfDPOgKnTm .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vfDPOgKnTm .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-vfDPOgKnTm .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vfDPOgKnTm .btn:hover {
  background: transparent !important;
}
.cid-vfDPOgKnTm .btn:hover:before {
  background: transparent !important;
}
.cid-vfDPOgKnTm .btn:before {
  background-color: transparent !important;
}
.cid-vfDPOgKnTm .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vfDPOgKnTm .mbr-section-title {
  color: #ff0000;
}
.cid-veOMOAZ2xI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veOMOAZ2xI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOMOAZ2xI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOMOAZ2xI .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-veOMOAZ2xI .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-veOMOAZ2xI .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veOMOAZ2xI .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-veOMOAZ2xI .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veOMOAZ2xI .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veOMOAZ2xI .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-veOMOAZ2xI .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-veOMOAZ2xI .mbr-label,
.cid-veOMOAZ2xI .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-veOMOAZ2xI .mbr-section-title {
  color: #000000;
}
.cid-veOMOAZ2xI .mbr-text,
.cid-veOMOAZ2xI .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-veOMOAZ2xI .mbr-section-title,
.cid-veOMOAZ2xI .mbr-section-btn {
  text-align: center;
}
.cid-veOLL5YslV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOLL5YslV .container-fluid {
  padding: 0 3rem;
}
.cid-veOLL5YslV .media-container-column {
  padding: 0 2rem;
}
.cid-veOLL5YslV .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOLL5YslV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOLmFhnE9 {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOLmFhnE9 .container-fluid {
  padding: 0 3rem;
}
.cid-veOLmFhnE9 .media-container-column {
  padding: 0 2rem;
}
.cid-veOLmFhnE9 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOLmFhnE9 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFiU5SLxL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFiU5SLxL .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFiU5SLxL textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFiU5SLxL .text {
    max-width: 360px;
  }
}
.cid-vfFiU5SLxL .align-right {
  width: 100%;
}
.cid-vfFiU5SLxL .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFiU5SLxL .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFiU5SLxL .form-control,
.cid-vfFiU5SLxL .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiU5SLxL .form-control::-webkit-input-placeholder,
.cid-vfFiU5SLxL .field-input::-webkit-input-placeholder,
.cid-vfFiU5SLxL .form-control::-webkit-input-placeholder,
.cid-vfFiU5SLxL .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiU5SLxL .form-control:-moz-placeholder,
.cid-vfFiU5SLxL .field-input:-moz-placeholder,
.cid-vfFiU5SLxL .form-control:-moz-placeholder,
.cid-vfFiU5SLxL .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFiU5SLxL .form-control:hover,
.cid-vfFiU5SLxL .field-input:hover,
.cid-vfFiU5SLxL .form-control:focus,
.cid-vfFiU5SLxL .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFiU5SLxL .form-control:hover::-webkit-input-placeholder,
.cid-vfFiU5SLxL .field-input:hover::-webkit-input-placeholder,
.cid-vfFiU5SLxL .form-control:focus::-webkit-input-placeholder,
.cid-vfFiU5SLxL .field-input:focus::-webkit-input-placeholder,
.cid-vfFiU5SLxL .form-control:hover::-webkit-input-placeholder,
.cid-vfFiU5SLxL .field-input:hover::-webkit-input-placeholder,
.cid-vfFiU5SLxL .form-control:focus::-webkit-input-placeholder,
.cid-vfFiU5SLxL .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiU5SLxL .form-control:hover:-moz-placeholder,
.cid-vfFiU5SLxL .field-input:hover:-moz-placeholder,
.cid-vfFiU5SLxL .form-control:focus:-moz-placeholder,
.cid-vfFiU5SLxL .field-input:focus:-moz-placeholder,
.cid-vfFiU5SLxL .form-control:hover:-moz-placeholder,
.cid-vfFiU5SLxL .field-input:hover:-moz-placeholder,
.cid-vfFiU5SLxL .form-control:focus:-moz-placeholder,
.cid-vfFiU5SLxL .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFiU5SLxL .jq-number__spin:hover,
.cid-vfFiU5SLxL .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFiU5SLxL .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiU5SLxL input::-webkit-clear-button {
  display: none;
}
.cid-vfFiU5SLxL input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFiU5SLxL input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFiU5SLxL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFiU5SLxL .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFiU5SLxL .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFiU5SLxL .mbr-text {
  color: #000000;
}
.cid-vfFiUDfFne .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFiUDfFne .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFiUDfFne .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFiUDfFne .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFiUDfFne .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOLh5qMtW {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOLh5qMtW .container-fluid {
  padding: 0 3rem;
}
.cid-veOLh5qMtW .media-container-column {
  padding: 0 2rem;
}
.cid-veOLh5qMtW .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOLh5qMtW .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNdaux6Tq {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-veNdaux6Tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNdaux6Tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNdaux6Tq .mbr-section-title {
  color: #ffffff;
}
.cid-veNdaux6Tq .mbr-text,
.cid-veNdaux6Tq .mbr-section-btn {
  color: #ffffff;
}
.cid-veNdaux6Tq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vdEvVUkPBn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veOOksTQ6j {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOOksTQ6j .container-fluid {
  padding: 0 3rem;
}
.cid-veOOksTQ6j .media-container-column {
  padding: 0 2rem;
}
.cid-veOOksTQ6j .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOksTQ6j .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOOmd05Lm {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOmd05Lm .container-fluid {
  padding: 0 3rem;
}
.cid-veOOmd05Lm .media-container-column {
  padding: 0 2rem;
}
.cid-veOOmd05Lm .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOmd05Lm .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFi4e5Wj4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFi4e5Wj4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFi4e5Wj4 textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFi4e5Wj4 .text {
    max-width: 360px;
  }
}
.cid-vfFi4e5Wj4 .align-right {
  width: 100%;
}
.cid-vfFi4e5Wj4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFi4e5Wj4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFi4e5Wj4 .form-control,
.cid-vfFi4e5Wj4 .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFi4e5Wj4 .form-control::-webkit-input-placeholder,
.cid-vfFi4e5Wj4 .field-input::-webkit-input-placeholder,
.cid-vfFi4e5Wj4 .form-control::-webkit-input-placeholder,
.cid-vfFi4e5Wj4 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFi4e5Wj4 .form-control:-moz-placeholder,
.cid-vfFi4e5Wj4 .field-input:-moz-placeholder,
.cid-vfFi4e5Wj4 .form-control:-moz-placeholder,
.cid-vfFi4e5Wj4 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFi4e5Wj4 .form-control:hover,
.cid-vfFi4e5Wj4 .field-input:hover,
.cid-vfFi4e5Wj4 .form-control:focus,
.cid-vfFi4e5Wj4 .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFi4e5Wj4 .form-control:hover::-webkit-input-placeholder,
.cid-vfFi4e5Wj4 .field-input:hover::-webkit-input-placeholder,
.cid-vfFi4e5Wj4 .form-control:focus::-webkit-input-placeholder,
.cid-vfFi4e5Wj4 .field-input:focus::-webkit-input-placeholder,
.cid-vfFi4e5Wj4 .form-control:hover::-webkit-input-placeholder,
.cid-vfFi4e5Wj4 .field-input:hover::-webkit-input-placeholder,
.cid-vfFi4e5Wj4 .form-control:focus::-webkit-input-placeholder,
.cid-vfFi4e5Wj4 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFi4e5Wj4 .form-control:hover:-moz-placeholder,
.cid-vfFi4e5Wj4 .field-input:hover:-moz-placeholder,
.cid-vfFi4e5Wj4 .form-control:focus:-moz-placeholder,
.cid-vfFi4e5Wj4 .field-input:focus:-moz-placeholder,
.cid-vfFi4e5Wj4 .form-control:hover:-moz-placeholder,
.cid-vfFi4e5Wj4 .field-input:hover:-moz-placeholder,
.cid-vfFi4e5Wj4 .form-control:focus:-moz-placeholder,
.cid-vfFi4e5Wj4 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFi4e5Wj4 .jq-number__spin:hover,
.cid-vfFi4e5Wj4 .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFi4e5Wj4 .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFi4e5Wj4 input::-webkit-clear-button {
  display: none;
}
.cid-vfFi4e5Wj4 input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFi4e5Wj4 input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFi4e5Wj4 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFi4e5Wj4 .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFi4e5Wj4 .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFi4e5Wj4 .mbr-text {
  color: #000000;
}
.cid-vfFi4QWkop .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFi4QWkop .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFi4QWkop .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFi4QWkop .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFi4QWkop .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOOkQdPhE {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOkQdPhE .container-fluid {
  padding: 0 3rem;
}
.cid-veOOkQdPhE .media-container-column {
  padding: 0 2rem;
}
.cid-veOOkQdPhE .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOkQdPhE .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNdJYtYdh {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-veNdJYtYdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNdJYtYdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNdJYtYdh .mbr-section-title {
  color: #ffffff;
}
.cid-veNdJYtYdh .mbr-text,
.cid-veNdJYtYdh .mbr-section-btn {
  color: #ffffff;
}
.cid-veNdJYtYdh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vdEwpVGXB7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdEwpVGXB7 .mbr-section-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-vdEwpVGXB7 .mbr-text {
  text-align: center;
}
.cid-vdEwLczRsV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdEwLczRsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEwLczRsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdEwLczRsV ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vdEwLczRsV li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vdEwLczRsV ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff0000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-veOOHDl2OE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOOHDl2OE .container-fluid {
  padding: 0 3rem;
}
.cid-veOOHDl2OE .media-container-column {
  padding: 0 2rem;
}
.cid-veOOHDl2OE .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOHDl2OE .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOOGv4qYO {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOGv4qYO .container-fluid {
  padding: 0 3rem;
}
.cid-veOOGv4qYO .media-container-column {
  padding: 0 2rem;
}
.cid-veOOGv4qYO .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOGv4qYO .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFiddvNmW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFiddvNmW .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFiddvNmW textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFiddvNmW .text {
    max-width: 360px;
  }
}
.cid-vfFiddvNmW .align-right {
  width: 100%;
}
.cid-vfFiddvNmW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFiddvNmW .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFiddvNmW .form-control,
.cid-vfFiddvNmW .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiddvNmW .form-control::-webkit-input-placeholder,
.cid-vfFiddvNmW .field-input::-webkit-input-placeholder,
.cid-vfFiddvNmW .form-control::-webkit-input-placeholder,
.cid-vfFiddvNmW .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiddvNmW .form-control:-moz-placeholder,
.cid-vfFiddvNmW .field-input:-moz-placeholder,
.cid-vfFiddvNmW .form-control:-moz-placeholder,
.cid-vfFiddvNmW .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFiddvNmW .form-control:hover,
.cid-vfFiddvNmW .field-input:hover,
.cid-vfFiddvNmW .form-control:focus,
.cid-vfFiddvNmW .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFiddvNmW .form-control:hover::-webkit-input-placeholder,
.cid-vfFiddvNmW .field-input:hover::-webkit-input-placeholder,
.cid-vfFiddvNmW .form-control:focus::-webkit-input-placeholder,
.cid-vfFiddvNmW .field-input:focus::-webkit-input-placeholder,
.cid-vfFiddvNmW .form-control:hover::-webkit-input-placeholder,
.cid-vfFiddvNmW .field-input:hover::-webkit-input-placeholder,
.cid-vfFiddvNmW .form-control:focus::-webkit-input-placeholder,
.cid-vfFiddvNmW .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiddvNmW .form-control:hover:-moz-placeholder,
.cid-vfFiddvNmW .field-input:hover:-moz-placeholder,
.cid-vfFiddvNmW .form-control:focus:-moz-placeholder,
.cid-vfFiddvNmW .field-input:focus:-moz-placeholder,
.cid-vfFiddvNmW .form-control:hover:-moz-placeholder,
.cid-vfFiddvNmW .field-input:hover:-moz-placeholder,
.cid-vfFiddvNmW .form-control:focus:-moz-placeholder,
.cid-vfFiddvNmW .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFiddvNmW .jq-number__spin:hover,
.cid-vfFiddvNmW .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFiddvNmW .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiddvNmW input::-webkit-clear-button {
  display: none;
}
.cid-vfFiddvNmW input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFiddvNmW input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFiddvNmW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFiddvNmW .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFiddvNmW .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFiddvNmW .mbr-text {
  color: #000000;
}
.cid-vfFidHUgeJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFidHUgeJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFidHUgeJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFidHUgeJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFidHUgeJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOOGZwcDE {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOGZwcDE .container-fluid {
  padding: 0 3rem;
}
.cid-veOOGZwcDE .media-container-column {
  padding: 0 2rem;
}
.cid-veOOGZwcDE .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOGZwcDE .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNdkH5B1W {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-indio-kallas-3-2000x1333.jpeg");
}
.cid-veNdkH5B1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNdkH5B1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNdkH5B1W .mbr-section-title {
  color: #ffffff;
}
.cid-veNdkH5B1W .mbr-text,
.cid-veNdkH5B1W .mbr-section-btn {
  color: #ffffff;
}
.cid-veNdkH5B1W .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vg1hHaKGVI {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vg1hHaKGVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1hHaKGVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vg1hHaKGVI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vg1hHaKGVI .row {
  flex-direction: row-reverse;
}
.cid-vg1hHaKGVI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vg1hHaKGVI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vg1hHaKGVI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vg1hHaKGVI .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vg1hHaKGVI .mbr-text,
.cid-vg1hHaKGVI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vg1jViwWtH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vg1jViwWtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1jViwWtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1jViwWtH .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-vg1jViwWtH .mbr-section-title {
  color: #FF014E;
}
.cid-vg1jViwWtH .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vg1jViwWtH .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vg1jViwWtH .card-row {
  align-items: stretch;
}
.cid-vg1jViwWtH .card {
  margin-top: 30px;
}
.cid-vg1jViwWtH .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ff0000, #d90a2c);
}
@media (max-width: 991px) {
  .cid-vg1jViwWtH .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-vg1jViwWtH .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-vg1jViwWtH .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-vg1jViwWtH .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-vg1jViwWtH .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-vg1jViwWtH .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-vg1jViwWtH .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vg1jViwWtH .card-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-vg1jViwWtH .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-vg1jViwWtH .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vg1i6WeK7G {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vg1i6WeK7G .card {
  display: block;
  position: relative;
}
.cid-vg1i6WeK7G .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-vg1i6WeK7G .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-vg1i6WeK7G .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-vg1i6WeK7G .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #ff0000;
}
.cid-vg1i6WeK7G .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-vg1i6WeK7G .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-vg1i6WeK7G .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-vg1i6WeK7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1i6WeK7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1i6WeK7G .mbr-card-text,
.cid-vg1i6WeK7G .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-vg1i6WeK7G .mbr-section-title {
  text-align: center;
  color: #ff0000;
}
.cid-vg1i6WeK7G .mbr-title {
  color: #ff0000;
  text-align: center;
}
.cid-vg1itLfTRg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vg1itLfTRg .line {
  background-color: #ff0000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vg1kfTJpd8 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vg1kfTJpd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1kfTJpd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vg1kfTJpd8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vg1kfTJpd8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vg1kfTJpd8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vg1kfTJpd8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vg1kfTJpd8 .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vg1kfTJpd8 .mbr-text,
.cid-vg1kfTJpd8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vdEz8ATEk5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vdEz8ATEk5 .container-fluid {
  padding: 0 3rem;
}
.cid-vdEz8ATEk5 .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-vdEz8ATEk5 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-vdEz8ATEk5 .signature > span {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vdEz8ATEk5 .blockquote-quote {
    text-align: left;
  }
  .cid-vdEz8ATEk5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vdEz8ATEk5 .mbr-section-title {
  text-align: center;
  color: #ff0000;
}
.cid-veOOzVvLQw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOOzVvLQw .container-fluid {
  padding: 0 3rem;
}
.cid-veOOzVvLQw .media-container-column {
  padding: 0 2rem;
}
.cid-veOOzVvLQw .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOzVvLQw .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOOAxiP7E {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOAxiP7E .container-fluid {
  padding: 0 3rem;
}
.cid-veOOAxiP7E .media-container-column {
  padding: 0 2rem;
}
.cid-veOOAxiP7E .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOAxiP7E .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFiahXO91 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFiahXO91 .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFiahXO91 textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFiahXO91 .text {
    max-width: 360px;
  }
}
.cid-vfFiahXO91 .align-right {
  width: 100%;
}
.cid-vfFiahXO91 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFiahXO91 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFiahXO91 .form-control,
.cid-vfFiahXO91 .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiahXO91 .form-control::-webkit-input-placeholder,
.cid-vfFiahXO91 .field-input::-webkit-input-placeholder,
.cid-vfFiahXO91 .form-control::-webkit-input-placeholder,
.cid-vfFiahXO91 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiahXO91 .form-control:-moz-placeholder,
.cid-vfFiahXO91 .field-input:-moz-placeholder,
.cid-vfFiahXO91 .form-control:-moz-placeholder,
.cid-vfFiahXO91 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFiahXO91 .form-control:hover,
.cid-vfFiahXO91 .field-input:hover,
.cid-vfFiahXO91 .form-control:focus,
.cid-vfFiahXO91 .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFiahXO91 .form-control:hover::-webkit-input-placeholder,
.cid-vfFiahXO91 .field-input:hover::-webkit-input-placeholder,
.cid-vfFiahXO91 .form-control:focus::-webkit-input-placeholder,
.cid-vfFiahXO91 .field-input:focus::-webkit-input-placeholder,
.cid-vfFiahXO91 .form-control:hover::-webkit-input-placeholder,
.cid-vfFiahXO91 .field-input:hover::-webkit-input-placeholder,
.cid-vfFiahXO91 .form-control:focus::-webkit-input-placeholder,
.cid-vfFiahXO91 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiahXO91 .form-control:hover:-moz-placeholder,
.cid-vfFiahXO91 .field-input:hover:-moz-placeholder,
.cid-vfFiahXO91 .form-control:focus:-moz-placeholder,
.cid-vfFiahXO91 .field-input:focus:-moz-placeholder,
.cid-vfFiahXO91 .form-control:hover:-moz-placeholder,
.cid-vfFiahXO91 .field-input:hover:-moz-placeholder,
.cid-vfFiahXO91 .form-control:focus:-moz-placeholder,
.cid-vfFiahXO91 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFiahXO91 .jq-number__spin:hover,
.cid-vfFiahXO91 .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFiahXO91 .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiahXO91 input::-webkit-clear-button {
  display: none;
}
.cid-vfFiahXO91 input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFiahXO91 input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFiahXO91 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFiahXO91 .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFiahXO91 .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFiahXO91 .mbr-text {
  color: #000000;
}
.cid-vfFiaLhCnO .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFiaLhCnO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFiaLhCnO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFiaLhCnO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFiaLhCnO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOOAW8i0N {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOAW8i0N .container-fluid {
  padding: 0 3rem;
}
.cid-veOOAW8i0N .media-container-column {
  padding: 0 2rem;
}
.cid-veOOAW8i0N .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOAW8i0N .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNgi9agL1 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-home-nova-campanha-instituto-ayrton-senna-asaf.jpg-1.webp");
}
.cid-veNgi9agL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNgi9agL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNgi9agL1 .mbr-section-title {
  color: #ffffff;
}
.cid-veNgi9agL1 .mbr-text,
.cid-veNgi9agL1 .mbr-section-btn {
  color: #ffffff;
}
.cid-veNgi9agL1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veONnSUaa2 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veONnSUaa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veONnSUaa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veONnSUaa2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veONnSUaa2 .row {
  flex-direction: row-reverse;
}
.cid-veONnSUaa2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veONnSUaa2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veONnSUaa2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veONnSUaa2 .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-veONnSUaa2 .mbr-text,
.cid-veONnSUaa2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veljhw2Fc3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%);
}
.cid-veljhw2Fc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veljhw2Fc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veljhw2Fc3 .card {
  justify-content: flex-end;
}
.cid-veljhw2Fc3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veljhw2Fc3 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veljhw2Fc3 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veljhw2Fc3 .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-veljhw2Fc3 .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -8px #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-veljhw2Fc3 .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-veljhw2Fc3 .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #ff0000;
}
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -4px #ffffff;
}
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-veljhw2Fc3 .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-veljhw2Fc3 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-veljhw2Fc3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-veljhw2Fc3 .mbr-section-title {
  color: #ffffff;
}
.cid-veljhw2Fc3 .mbr-text {
  color: #171719;
}
.cid-veljhw2Fc3 .item-title {
  color: #171719;
}
.cid-veljhw2Fc3 .item-text {
  color: #565661;
}
.cid-veljhw2Fc3 .mbr-section-title,
.cid-veljhw2Fc3 .title-wrap {
  color: #ff0000;
}
.cid-veljhw2Fc3 .item-title,
.cid-veljhw2Fc3 .item-btn {
  color: #ff0000;
}
.cid-vellkuPkXA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%);
}
.cid-vellkuPkXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vellkuPkXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vellkuPkXA .card {
  justify-content: flex-end;
}
.cid-vellkuPkXA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vellkuPkXA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vellkuPkXA .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vellkuPkXA .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vellkuPkXA .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -8px #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vellkuPkXA .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-vellkuPkXA .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-vellkuPkXA .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vellkuPkXA .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vellkuPkXA .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vellkuPkXA .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vellkuPkXA .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #ff0000;
}
.cid-vellkuPkXA .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -4px #ffffff;
}
.cid-vellkuPkXA .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vellkuPkXA .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vellkuPkXA .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vellkuPkXA .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vellkuPkXA .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vellkuPkXA .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vellkuPkXA .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vellkuPkXA .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vellkuPkXA .mbr-section-title {
  color: #ffffff;
}
.cid-vellkuPkXA .mbr-text {
  color: #171719;
}
.cid-vellkuPkXA .item-title {
  color: #171719;
}
.cid-vellkuPkXA .item-text {
  color: #565661;
}
.cid-vellkuPkXA .mbr-section-title,
.cid-vellkuPkXA .title-wrap {
  color: #ff0000;
}
.cid-vellkuPkXA .item-title,
.cid-vellkuPkXA .item-btn {
  color: #ff0000;
}
.cid-vellSdnW36 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%);
}
.cid-vellSdnW36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vellSdnW36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vellSdnW36 .card {
  justify-content: flex-end;
}
.cid-vellSdnW36 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vellSdnW36 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vellSdnW36 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vellSdnW36 .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vellSdnW36 .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -8px #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vellSdnW36 .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-vellSdnW36 .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-vellSdnW36 .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vellSdnW36 .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vellSdnW36 .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vellSdnW36 .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vellSdnW36 .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #ff0000;
}
.cid-vellSdnW36 .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -4px #ffffff;
}
.cid-vellSdnW36 .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vellSdnW36 .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vellSdnW36 .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vellSdnW36 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vellSdnW36 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vellSdnW36 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vellSdnW36 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vellSdnW36 .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vellSdnW36 .mbr-section-title {
  color: #ffffff;
}
.cid-vellSdnW36 .mbr-text {
  color: #171719;
}
.cid-vellSdnW36 .item-title {
  color: #171719;
}
.cid-vellSdnW36 .item-text {
  color: #565661;
}
.cid-vellSdnW36 .mbr-section-title,
.cid-vellSdnW36 .title-wrap {
  color: #ff0000;
}
.cid-vellSdnW36 .item-title,
.cid-vellSdnW36 .item-btn {
  color: #ff0000;
}
.cid-velmm63S7B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%);
}
.cid-velmm63S7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-velmm63S7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velmm63S7B .card {
  justify-content: flex-end;
}
.cid-velmm63S7B .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-velmm63S7B .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-velmm63S7B .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-velmm63S7B .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-velmm63S7B .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -8px #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-velmm63S7B .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-velmm63S7B .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-velmm63S7B .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-velmm63S7B .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-velmm63S7B .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-velmm63S7B .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-velmm63S7B .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #ff0000;
}
.cid-velmm63S7B .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -4px #ffffff;
}
.cid-velmm63S7B .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-velmm63S7B .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-velmm63S7B .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-velmm63S7B .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-velmm63S7B .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-velmm63S7B .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-velmm63S7B .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-velmm63S7B .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-velmm63S7B .mbr-section-title {
  color: #ffffff;
}
.cid-velmm63S7B .mbr-text {
  color: #171719;
}
.cid-velmm63S7B .item-title {
  color: #171719;
}
.cid-velmm63S7B .item-text {
  color: #565661;
}
.cid-velmm63S7B .mbr-section-title,
.cid-velmm63S7B .title-wrap {
  color: #ff0000;
}
.cid-velmm63S7B .item-title,
.cid-velmm63S7B .item-btn {
  color: #ff0000;
}
.cid-veONrkcX1b {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veONrkcX1b .container-fluid {
  padding: 0 3rem;
}
.cid-veONrkcX1b .media-container-column {
  padding: 0 2rem;
}
.cid-veONrkcX1b .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veONrkcX1b .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veONsCF6Z0 {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veONsCF6Z0 .container-fluid {
  padding: 0 3rem;
}
.cid-veONsCF6Z0 .media-container-column {
  padding: 0 2rem;
}
.cid-veONsCF6Z0 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veONsCF6Z0 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFioX5zRm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFioX5zRm .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFioX5zRm textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFioX5zRm .text {
    max-width: 360px;
  }
}
.cid-vfFioX5zRm .align-right {
  width: 100%;
}
.cid-vfFioX5zRm .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFioX5zRm .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFioX5zRm .form-control,
.cid-vfFioX5zRm .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFioX5zRm .form-control::-webkit-input-placeholder,
.cid-vfFioX5zRm .field-input::-webkit-input-placeholder,
.cid-vfFioX5zRm .form-control::-webkit-input-placeholder,
.cid-vfFioX5zRm .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFioX5zRm .form-control:-moz-placeholder,
.cid-vfFioX5zRm .field-input:-moz-placeholder,
.cid-vfFioX5zRm .form-control:-moz-placeholder,
.cid-vfFioX5zRm .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFioX5zRm .form-control:hover,
.cid-vfFioX5zRm .field-input:hover,
.cid-vfFioX5zRm .form-control:focus,
.cid-vfFioX5zRm .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFioX5zRm .form-control:hover::-webkit-input-placeholder,
.cid-vfFioX5zRm .field-input:hover::-webkit-input-placeholder,
.cid-vfFioX5zRm .form-control:focus::-webkit-input-placeholder,
.cid-vfFioX5zRm .field-input:focus::-webkit-input-placeholder,
.cid-vfFioX5zRm .form-control:hover::-webkit-input-placeholder,
.cid-vfFioX5zRm .field-input:hover::-webkit-input-placeholder,
.cid-vfFioX5zRm .form-control:focus::-webkit-input-placeholder,
.cid-vfFioX5zRm .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFioX5zRm .form-control:hover:-moz-placeholder,
.cid-vfFioX5zRm .field-input:hover:-moz-placeholder,
.cid-vfFioX5zRm .form-control:focus:-moz-placeholder,
.cid-vfFioX5zRm .field-input:focus:-moz-placeholder,
.cid-vfFioX5zRm .form-control:hover:-moz-placeholder,
.cid-vfFioX5zRm .field-input:hover:-moz-placeholder,
.cid-vfFioX5zRm .form-control:focus:-moz-placeholder,
.cid-vfFioX5zRm .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFioX5zRm .jq-number__spin:hover,
.cid-vfFioX5zRm .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFioX5zRm .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFioX5zRm input::-webkit-clear-button {
  display: none;
}
.cid-vfFioX5zRm input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFioX5zRm input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFioX5zRm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFioX5zRm .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFioX5zRm .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFioX5zRm .mbr-text {
  color: #000000;
}
.cid-vfFiq2sYWw .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFiq2sYWw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFiq2sYWw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFiq2sYWw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFiq2sYWw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veONqC6WkV {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veONqC6WkV .container-fluid {
  padding: 0 3rem;
}
.cid-veONqC6WkV .media-container-column {
  padding: 0 2rem;
}
.cid-veONqC6WkV .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veONqC6WkV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNkXSkLin {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-veNkXSkLin .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNkXSkLin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNkXSkLin .mbr-section-title {
  color: #ffffff;
}
.cid-veNkXSkLin .mbr-text,
.cid-veNkXSkLin .mbr-section-btn {
  color: #ffffff;
}
.cid-veNkXSkLin .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vg7aIdOGZO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vg7aIdOGZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7aIdOGZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7aIdOGZO .row {
  flex-direction: row-reverse;
}
.cid-vg7aIdOGZO .video-wrapper iframe {
  width: 100%;
}
.cid-vg7aIdOGZO .mbr-section-title,
.cid-vg7aIdOGZO .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vg7aIdOGZO .text-wrapper {
    padding: 2rem;
  }
}
.cid-vg7aIdOGZO .mbr-section-subtitle {
  color: #ff0000;
}
.cid-vfDKS8yNT9 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfDKS8yNT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDKS8yNT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDKS8yNT9 .video-wrapper iframe {
  width: 100%;
}
.cid-vfDKS8yNT9 .mbr-section-title,
.cid-vfDKS8yNT9 .mbr-section-subtitle,
.cid-vfDKS8yNT9 .mbr-text {
  text-align: center;
}
.cid-vfDKS8yNT9 .mbr-section-title {
  color: #ff0000;
}
.cid-vfDKS8yNT9 .mbr-text {
  color: #ff0000;
}
.cid-vg7aA1ODwK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vg7aA1ODwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7aA1ODwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7aA1ODwK .video-wrapper iframe {
  width: 100%;
}
.cid-vg7aA1ODwK .mbr-section-title,
.cid-vg7aA1ODwK .mbr-section-subtitle,
.cid-vg7aA1ODwK .mbr-text {
  text-align: center;
}
.cid-vg7aA1ODwK .mbr-section-title {
  color: #ff0000;
}
.cid-vg7aA1ODwK .mbr-text {
  color: #ff0000;
}
.cid-veON1Ct4A6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veON1Ct4A6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veON1Ct4A6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veON1Ct4A6 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-veON1Ct4A6 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-veON1Ct4A6 .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veON1Ct4A6 .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-veON1Ct4A6 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veON1Ct4A6 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veON1Ct4A6 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-veON1Ct4A6 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-veON1Ct4A6 .mbr-label,
.cid-veON1Ct4A6 .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-veON1Ct4A6 .mbr-section-title {
  color: #000000;
}
.cid-veON1Ct4A6 .mbr-text,
.cid-veON1Ct4A6 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-veON1Ct4A6 .mbr-section-title,
.cid-veON1Ct4A6 .mbr-section-btn {
  text-align: center;
}
.cid-veOKtCnqWY {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-veOKtCnqWY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-veOKtCnqWY .mbr-section-title,
.cid-veOKtCnqWY .mbr-section-subtitle,
.cid-veOKtCnqWY .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veOKtCnqWY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-veOKtCnqWY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veOKtCnqWY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veOKtCnqWY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-veOKtCnqWY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-veOKtCnqWY .icon-focus {
  display: none;
}
.cid-veOKtCnqWY .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-veOKtCnqWY ul {
  font-size: 0;
}
.cid-veOKtCnqWY .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-veOKtCnqWY .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-veOKtCnqWY .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-veOKtCnqWY .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-veOKtCnqWY .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-veOKtCnqWY .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-veOKtCnqWY .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-veOKtCnqWY .btn:hover {
  background: transparent !important;
}
.cid-veOKtCnqWY .btn:hover:before {
  background: transparent !important;
}
.cid-veOKtCnqWY .btn:before {
  background-color: transparent !important;
}
.cid-veOKtCnqWY .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-veOKtCnqWY .mbr-section-title {
  color: #ff0000;
}
.cid-veOMHrgLDJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOMHrgLDJ .container-fluid {
  padding: 0 3rem;
}
.cid-veOMHrgLDJ .media-container-column {
  padding: 0 2rem;
}
.cid-veOMHrgLDJ .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOMHrgLDJ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOKqtpN72 {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOKqtpN72 .container-fluid {
  padding: 0 3rem;
}
.cid-veOKqtpN72 .media-container-column {
  padding: 0 2rem;
}
.cid-veOKqtpN72 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOKqtpN72 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFiQGAsgl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFiQGAsgl .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFiQGAsgl textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFiQGAsgl .text {
    max-width: 360px;
  }
}
.cid-vfFiQGAsgl .align-right {
  width: 100%;
}
.cid-vfFiQGAsgl .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFiQGAsgl .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFiQGAsgl .form-control,
.cid-vfFiQGAsgl .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiQGAsgl .form-control::-webkit-input-placeholder,
.cid-vfFiQGAsgl .field-input::-webkit-input-placeholder,
.cid-vfFiQGAsgl .form-control::-webkit-input-placeholder,
.cid-vfFiQGAsgl .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiQGAsgl .form-control:-moz-placeholder,
.cid-vfFiQGAsgl .field-input:-moz-placeholder,
.cid-vfFiQGAsgl .form-control:-moz-placeholder,
.cid-vfFiQGAsgl .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFiQGAsgl .form-control:hover,
.cid-vfFiQGAsgl .field-input:hover,
.cid-vfFiQGAsgl .form-control:focus,
.cid-vfFiQGAsgl .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFiQGAsgl .form-control:hover::-webkit-input-placeholder,
.cid-vfFiQGAsgl .field-input:hover::-webkit-input-placeholder,
.cid-vfFiQGAsgl .form-control:focus::-webkit-input-placeholder,
.cid-vfFiQGAsgl .field-input:focus::-webkit-input-placeholder,
.cid-vfFiQGAsgl .form-control:hover::-webkit-input-placeholder,
.cid-vfFiQGAsgl .field-input:hover::-webkit-input-placeholder,
.cid-vfFiQGAsgl .form-control:focus::-webkit-input-placeholder,
.cid-vfFiQGAsgl .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFiQGAsgl .form-control:hover:-moz-placeholder,
.cid-vfFiQGAsgl .field-input:hover:-moz-placeholder,
.cid-vfFiQGAsgl .form-control:focus:-moz-placeholder,
.cid-vfFiQGAsgl .field-input:focus:-moz-placeholder,
.cid-vfFiQGAsgl .form-control:hover:-moz-placeholder,
.cid-vfFiQGAsgl .field-input:hover:-moz-placeholder,
.cid-vfFiQGAsgl .form-control:focus:-moz-placeholder,
.cid-vfFiQGAsgl .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFiQGAsgl .jq-number__spin:hover,
.cid-vfFiQGAsgl .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFiQGAsgl .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFiQGAsgl input::-webkit-clear-button {
  display: none;
}
.cid-vfFiQGAsgl input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFiQGAsgl input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFiQGAsgl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFiQGAsgl .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFiQGAsgl .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFiQGAsgl .mbr-text {
  color: #000000;
}
.cid-vfFiRbFNlO .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFiRbFNlO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFiRbFNlO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFiRbFNlO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFiRbFNlO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOKEA3gdC {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOKEA3gdC .container-fluid {
  padding: 0 3rem;
}
.cid-veOKEA3gdC .media-container-column {
  padding: 0 2rem;
}
.cid-veOKEA3gdC .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOKEA3gdC .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepB7iXLNF .navbar-dropdown {
  position: relative !important;
}
.cid-vepB7iXLNF .navbar-dropdown {
  position: absolute !important;
}
.cid-vepB7iXLNF .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepB7iXLNF .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepB7iXLNF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepB7iXLNF .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepB7iXLNF .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepB7iXLNF .container {
    padding: 0 1rem;
  }
}
.cid-vepB7iXLNF .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepB7iXLNF .nav-link {
  position: relative;
}
.cid-vepB7iXLNF .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepB7iXLNF .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepB7iXLNF .navbar.opened {
  transition: all 0.3s;
}
.cid-vepB7iXLNF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepB7iXLNF .navbar .navbar-logo img {
  width: auto;
}
.cid-vepB7iXLNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepB7iXLNF .navbar.collapsed {
  justify-content: center;
}
.cid-vepB7iXLNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepB7iXLNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepB7iXLNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepB7iXLNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepB7iXLNF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepB7iXLNF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepB7iXLNF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepB7iXLNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepB7iXLNF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepB7iXLNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepB7iXLNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepB7iXLNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepB7iXLNF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepB7iXLNF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepB7iXLNF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepB7iXLNF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepB7iXLNF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepB7iXLNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepB7iXLNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepB7iXLNF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepB7iXLNF .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepB7iXLNF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepB7iXLNF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepB7iXLNF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepB7iXLNF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepB7iXLNF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepB7iXLNF .dropdown-item:hover,
.cid-vepB7iXLNF .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepB7iXLNF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepB7iXLNF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepB7iXLNF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepB7iXLNF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepB7iXLNF .dropdown-menu,
.cid-vepB7iXLNF .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepB7iXLNF .nav-item:focus,
.cid-vepB7iXLNF .nav-link:focus {
  outline: none;
}
.cid-vepB7iXLNF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepB7iXLNF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepB7iXLNF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepB7iXLNF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepB7iXLNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepB7iXLNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepB7iXLNF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepB7iXLNF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepB7iXLNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepB7iXLNF .dropdown-item.active,
.cid-vepB7iXLNF .dropdown-item:active {
  background-color: transparent;
}
.cid-vepB7iXLNF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepB7iXLNF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepB7iXLNF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepB7iXLNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepB7iXLNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepB7iXLNF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepB7iXLNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepB7iXLNF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepB7iXLNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepB7iXLNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepB7iXLNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepB7iXLNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepB7iXLNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepB7iXLNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepB7iXLNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepB7iXLNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepB7iXLNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepB7iXLNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepB7iXLNF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepB7iXLNF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepB7iXLNF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepB7iXLNF .navbar {
    height: 70px;
  }
  .cid-vepB7iXLNF .navbar.opened {
    height: auto;
  }
  .cid-vepB7iXLNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNdhgqmqN {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-veNdhgqmqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNdhgqmqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNdhgqmqN .mbr-section-title {
  color: #ffffff;
}
.cid-veNdhgqmqN .mbr-text,
.cid-veNdhgqmqN .mbr-section-btn {
  color: #ffffff;
}
.cid-veNdhgqmqN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veSqdKqQit {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ff0000 50%, #ffffff 50%);
}
.cid-veSqdKqQit .mbr-fallback-image.disabled {
  display: none;
}
.cid-veSqdKqQit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veSqdKqQit .card {
  justify-content: flex-end;
}
.cid-veSqdKqQit .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veSqdKqQit .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veSqdKqQit .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veSqdKqQit .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-veSqdKqQit .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -8px #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-veSqdKqQit .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-veSqdKqQit .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-veSqdKqQit .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-veSqdKqQit .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-veSqdKqQit .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-veSqdKqQit .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-veSqdKqQit .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #c70000;
}
.cid-veSqdKqQit .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -4px #ffffff;
}
.cid-veSqdKqQit .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-veSqdKqQit .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-veSqdKqQit .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-veSqdKqQit .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-veSqdKqQit .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-veSqdKqQit .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-veSqdKqQit .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-veSqdKqQit .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-veSqdKqQit .mbr-section-title {
  color: #ffffff;
}
.cid-veSqdKqQit .mbr-text {
  color: #ffffff;
}
.cid-veSqdKqQit .item-title {
  color: #171719;
}
.cid-veSqdKqQit .item-text {
  color: #565661;
}
.cid-veSqdKqQit .item-title,
.cid-veSqdKqQit .item-btn {
  color: #ff0000;
  text-align: center;
}
.cid-veOOset5U0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOOset5U0 .container-fluid {
  padding: 0 3rem;
}
.cid-veOOset5U0 .media-container-column {
  padding: 0 2rem;
}
.cid-veOOset5U0 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOset5U0 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOOsWACMk {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOsWACMk .container-fluid {
  padding: 0 3rem;
}
.cid-veOOsWACMk .media-container-column {
  padding: 0 2rem;
}
.cid-veOOsWACMk .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOsWACMk .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFi7qCDie {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFi7qCDie .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFi7qCDie textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFi7qCDie .text {
    max-width: 360px;
  }
}
.cid-vfFi7qCDie .align-right {
  width: 100%;
}
.cid-vfFi7qCDie .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFi7qCDie .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFi7qCDie .form-control,
.cid-vfFi7qCDie .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFi7qCDie .form-control::-webkit-input-placeholder,
.cid-vfFi7qCDie .field-input::-webkit-input-placeholder,
.cid-vfFi7qCDie .form-control::-webkit-input-placeholder,
.cid-vfFi7qCDie .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFi7qCDie .form-control:-moz-placeholder,
.cid-vfFi7qCDie .field-input:-moz-placeholder,
.cid-vfFi7qCDie .form-control:-moz-placeholder,
.cid-vfFi7qCDie .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFi7qCDie .form-control:hover,
.cid-vfFi7qCDie .field-input:hover,
.cid-vfFi7qCDie .form-control:focus,
.cid-vfFi7qCDie .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFi7qCDie .form-control:hover::-webkit-input-placeholder,
.cid-vfFi7qCDie .field-input:hover::-webkit-input-placeholder,
.cid-vfFi7qCDie .form-control:focus::-webkit-input-placeholder,
.cid-vfFi7qCDie .field-input:focus::-webkit-input-placeholder,
.cid-vfFi7qCDie .form-control:hover::-webkit-input-placeholder,
.cid-vfFi7qCDie .field-input:hover::-webkit-input-placeholder,
.cid-vfFi7qCDie .form-control:focus::-webkit-input-placeholder,
.cid-vfFi7qCDie .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFi7qCDie .form-control:hover:-moz-placeholder,
.cid-vfFi7qCDie .field-input:hover:-moz-placeholder,
.cid-vfFi7qCDie .form-control:focus:-moz-placeholder,
.cid-vfFi7qCDie .field-input:focus:-moz-placeholder,
.cid-vfFi7qCDie .form-control:hover:-moz-placeholder,
.cid-vfFi7qCDie .field-input:hover:-moz-placeholder,
.cid-vfFi7qCDie .form-control:focus:-moz-placeholder,
.cid-vfFi7qCDie .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFi7qCDie .jq-number__spin:hover,
.cid-vfFi7qCDie .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFi7qCDie .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFi7qCDie input::-webkit-clear-button {
  display: none;
}
.cid-vfFi7qCDie input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFi7qCDie input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFi7qCDie input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFi7qCDie .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFi7qCDie .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFi7qCDie .mbr-text {
  color: #000000;
}
.cid-vfFi7XyfnA .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFi7XyfnA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFi7XyfnA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFi7XyfnA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFi7XyfnA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vepB7iCFgC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOOuC7BQ4 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOuC7BQ4 .container-fluid {
  padding: 0 3rem;
}
.cid-veOOuC7BQ4 .media-container-column {
  padding: 0 2rem;
}
.cid-veOOuC7BQ4 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOuC7BQ4 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNdSAs4xL {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-veNdSAs4xL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNdSAs4xL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNdSAs4xL .mbr-section-title {
  color: #ffffff;
}
.cid-veNdSAs4xL .mbr-text,
.cid-veNdSAs4xL .mbr-section-btn {
  color: #ffffff;
}
.cid-veNdSAs4xL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veNemTVVvG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veNemTVVvG .mbr-text,
.cid-veNemTVVvG blockquote {
  color: #232323;
}
.cid-vgpGDQ2wiI {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-vgpGDQ2wiI .container-fluid {
  padding: 0 3rem;
}
.cid-vgpGDQ2wiI .media-container-column {
  padding: 0 2rem;
}
.cid-vgpGDQ2wiI .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vgpGDQ2wiI .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vgpGj5vA3X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgpGj5vA3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpGj5vA3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpGj5vA3X .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vgpGj5vA3X .mbr-section-title {
  color: #ff0000;
}
.cid-veOP6zxNUB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOP6zxNUB .container-fluid {
  padding: 0 3rem;
}
.cid-veOP6zxNUB .media-container-column {
  padding: 0 2rem;
}
.cid-veOP6zxNUB .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOP6zxNUB .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOP74QrOI {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOP74QrOI .container-fluid {
  padding: 0 3rem;
}
.cid-veOP74QrOI .media-container-column {
  padding: 0 2rem;
}
.cid-veOP74QrOI .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOP74QrOI .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFilElWnC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFilElWnC .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFilElWnC textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFilElWnC .text {
    max-width: 360px;
  }
}
.cid-vfFilElWnC .align-right {
  width: 100%;
}
.cid-vfFilElWnC .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFilElWnC .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFilElWnC .form-control,
.cid-vfFilElWnC .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFilElWnC .form-control::-webkit-input-placeholder,
.cid-vfFilElWnC .field-input::-webkit-input-placeholder,
.cid-vfFilElWnC .form-control::-webkit-input-placeholder,
.cid-vfFilElWnC .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFilElWnC .form-control:-moz-placeholder,
.cid-vfFilElWnC .field-input:-moz-placeholder,
.cid-vfFilElWnC .form-control:-moz-placeholder,
.cid-vfFilElWnC .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFilElWnC .form-control:hover,
.cid-vfFilElWnC .field-input:hover,
.cid-vfFilElWnC .form-control:focus,
.cid-vfFilElWnC .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFilElWnC .form-control:hover::-webkit-input-placeholder,
.cid-vfFilElWnC .field-input:hover::-webkit-input-placeholder,
.cid-vfFilElWnC .form-control:focus::-webkit-input-placeholder,
.cid-vfFilElWnC .field-input:focus::-webkit-input-placeholder,
.cid-vfFilElWnC .form-control:hover::-webkit-input-placeholder,
.cid-vfFilElWnC .field-input:hover::-webkit-input-placeholder,
.cid-vfFilElWnC .form-control:focus::-webkit-input-placeholder,
.cid-vfFilElWnC .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFilElWnC .form-control:hover:-moz-placeholder,
.cid-vfFilElWnC .field-input:hover:-moz-placeholder,
.cid-vfFilElWnC .form-control:focus:-moz-placeholder,
.cid-vfFilElWnC .field-input:focus:-moz-placeholder,
.cid-vfFilElWnC .form-control:hover:-moz-placeholder,
.cid-vfFilElWnC .field-input:hover:-moz-placeholder,
.cid-vfFilElWnC .form-control:focus:-moz-placeholder,
.cid-vfFilElWnC .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFilElWnC .jq-number__spin:hover,
.cid-vfFilElWnC .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFilElWnC .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFilElWnC input::-webkit-clear-button {
  display: none;
}
.cid-vfFilElWnC input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFilElWnC input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFilElWnC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFilElWnC .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFilElWnC .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFilElWnC .mbr-text {
  color: #000000;
}
.cid-vfFimfu6Jz .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFimfu6Jz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFimfu6Jz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFimfu6Jz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFimfu6Jz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOP8ir143 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOP8ir143 .container-fluid {
  padding: 0 3rem;
}
.cid-veOP8ir143 .media-container-column {
  padding: 0 2rem;
}
.cid-veOP8ir143 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOP8ir143 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: relative !important;
}
.cid-vepyOUzWPq .navbar-dropdown {
  position: absolute !important;
}
.cid-vepyOUzWPq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vepyOUzWPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vepyOUzWPq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vepyOUzWPq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vepyOUzWPq .container {
    padding: 0 1rem;
  }
}
.cid-vepyOUzWPq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vepyOUzWPq .nav-link {
  position: relative;
}
.cid-vepyOUzWPq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vepyOUzWPq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vepyOUzWPq .navbar.opened {
  transition: all 0.3s;
}
.cid-vepyOUzWPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepyOUzWPq .navbar .navbar-logo img {
  width: auto;
}
.cid-vepyOUzWPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar.collapsed {
  justify-content: center;
}
.cid-vepyOUzWPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepyOUzWPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepyOUzWPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepyOUzWPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepyOUzWPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepyOUzWPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepyOUzWPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepyOUzWPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepyOUzWPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepyOUzWPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepyOUzWPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepyOUzWPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepyOUzWPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepyOUzWPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepyOUzWPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepyOUzWPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepyOUzWPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vepyOUzWPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepyOUzWPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepyOUzWPq .dropdown-item:hover,
.cid-vepyOUzWPq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vepyOUzWPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepyOUzWPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepyOUzWPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepyOUzWPq .dropdown-menu,
.cid-vepyOUzWPq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vepyOUzWPq .nav-item:focus,
.cid-vepyOUzWPq .nav-link:focus {
  outline: none;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepyOUzWPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepyOUzWPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepyOUzWPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepyOUzWPq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepyOUzWPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepyOUzWPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepyOUzWPq .dropdown-item.active,
.cid-vepyOUzWPq .dropdown-item:active {
  background-color: transparent;
}
.cid-vepyOUzWPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepyOUzWPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vepyOUzWPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepyOUzWPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepyOUzWPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepyOUzWPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepyOUzWPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepyOUzWPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepyOUzWPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepyOUzWPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vepyOUzWPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepyOUzWPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vepyOUzWPq .navbar {
    height: 70px;
  }
  .cid-vepyOUzWPq .navbar.opened {
    height: auto;
  }
  .cid-vepyOUzWPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNdPrjcu2 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/programatica2-2000x1123.jpg");
}
.cid-veNdPrjcu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNdPrjcu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNdPrjcu2 .mbr-section-title {
  color: #ffffff;
}
.cid-veNdPrjcu2 .mbr-text,
.cid-veNdPrjcu2 .mbr-section-btn {
  color: #ffffff;
}
.cid-veNdPrjcu2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veOP2GHdHa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veOP2GHdHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOP2GHdHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veOP2GHdHa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veOP2GHdHa .row {
  flex-direction: row-reverse;
}
.cid-veOP2GHdHa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veOP2GHdHa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veOP2GHdHa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veOP2GHdHa .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-veOP2GHdHa .mbr-text,
.cid-veOP2GHdHa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgei5NOtiX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vgei5NOtiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgei5NOtiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgei5NOtiX .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vgei5NOtiX .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vgei5NOtiX .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgei5NOtiX .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vgei5NOtiX .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgei5NOtiX .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgei5NOtiX .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vgei5NOtiX .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgei5NOtiX .mbr-label,
.cid-vgei5NOtiX .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-vgei5NOtiX .mbr-section-title {
  color: #000000;
}
.cid-vgei5NOtiX .mbr-text,
.cid-vgei5NOtiX .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vgei5NOtiX .mbr-section-title,
.cid-vgei5NOtiX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfsI1WVkSC {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/programatica2-2000x1123.jpg");
}
.cid-vfsI1WVkSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfsI1WVkSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfsI1WVkSC .mbr-section-title {
  color: #ffffff;
}
.cid-vfsI1WVkSC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfsIaE6E8C {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfsIaE6E8C .card {
  display: block;
  position: relative;
}
.cid-vfsIaE6E8C .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-vfsIaE6E8C .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-vfsIaE6E8C .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-vfsIaE6E8C .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #ff0000;
}
.cid-vfsIaE6E8C .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-vfsIaE6E8C .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-vfsIaE6E8C .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-vfsIaE6E8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfsIaE6E8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfsIaE6E8C .mbr-card-text,
.cid-vfsIaE6E8C .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-vfsIaE6E8C .mbr-section-title {
  text-align: center;
  color: #ff0000;
}
.cid-vfsIaE6E8C .mbr-section-subtitle {
  text-align: center;
}
.cid-vfsIaE6E8C .mbr-title {
  color: #ff0000;
  text-align: center;
}
.cid-vfDWlwnOWF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/programa-2000x1125.jpg");
}
.cid-vfDWlwnOWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDWlwnOWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDWlwnOWF .mbr-section-title {
  color: #ffffff;
}
.cid-vfDWlwnOWF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfsIwMDf3y {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfsIwMDf3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfsIwMDf3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfsIwMDf3y .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfsIwMDf3y .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfsIwMDf3y .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vfsIwMDf3y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfsIwMDf3y .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfsIwMDf3y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfsIwMDf3y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfsIwMDf3y .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfsIwMDf3y .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vfsIwMDf3y .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff0000;
  color: #ff0000;
  font-size: 11px;
}
.cid-vfsIwMDf3y .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfsIwMDf3y .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfsIwMDf3y .list_2 {
    padding-left: 0;
  }
}
.cid-vfsIwMDf3y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfsIwMDf3y .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
}
.cid-vfsIwMDf3y .mbr-text,
.cid-vfsIwMDf3y .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfsIwMDf3y .list {
  color: #666666;
}
.cid-vfsIwMDf3y .list,
.cid-vfsIwMDf3y .item-wrap,
.cid-vfsIwMDf3y .list-wrapper {
  color: #000000;
}
.cid-vfDWRfOWkK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfDWRfOWkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDWRfOWkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDWRfOWkK .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vfDWRfOWkK .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vfDWRfOWkK .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfDWRfOWkK .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vfDWRfOWkK .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfDWRfOWkK .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfDWRfOWkK .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vfDWRfOWkK .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vfDWRfOWkK .mbr-label,
.cid-vfDWRfOWkK .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-vfDWRfOWkK .mbr-section-title {
  color: #000000;
}
.cid-vfDWRfOWkK .mbr-text,
.cid-vfDWRfOWkK .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vfDWRfOWkK .mbr-section-title,
.cid-vfDWRfOWkK .mbr-section-btn {
  text-align: center;
}
.cid-veOOOi0u3a {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-veOOOi0u3a .container-fluid {
  padding: 0 3rem;
}
.cid-veOOOi0u3a .media-container-column {
  padding: 0 2rem;
}
.cid-veOOOi0u3a .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOOi0u3a .container-fluid {
    padding: 0 1rem;
  }
}
.cid-veOOQO28nD {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOQO28nD .container-fluid {
  padding: 0 3rem;
}
.cid-veOOQO28nD .media-container-column {
  padding: 0 2rem;
}
.cid-veOOQO28nD .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOQO28nD .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vfFihuOhWE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfFihuOhWE .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vfFihuOhWE textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vfFihuOhWE .text {
    max-width: 360px;
  }
}
.cid-vfFihuOhWE .align-right {
  width: 100%;
}
.cid-vfFihuOhWE .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vfFihuOhWE .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vfFihuOhWE .form-control,
.cid-vfFihuOhWE .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFihuOhWE .form-control::-webkit-input-placeholder,
.cid-vfFihuOhWE .field-input::-webkit-input-placeholder,
.cid-vfFihuOhWE .form-control::-webkit-input-placeholder,
.cid-vfFihuOhWE .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFihuOhWE .form-control:-moz-placeholder,
.cid-vfFihuOhWE .field-input:-moz-placeholder,
.cid-vfFihuOhWE .form-control:-moz-placeholder,
.cid-vfFihuOhWE .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vfFihuOhWE .form-control:hover,
.cid-vfFihuOhWE .field-input:hover,
.cid-vfFihuOhWE .form-control:focus,
.cid-vfFihuOhWE .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vfFihuOhWE .form-control:hover::-webkit-input-placeholder,
.cid-vfFihuOhWE .field-input:hover::-webkit-input-placeholder,
.cid-vfFihuOhWE .form-control:focus::-webkit-input-placeholder,
.cid-vfFihuOhWE .field-input:focus::-webkit-input-placeholder,
.cid-vfFihuOhWE .form-control:hover::-webkit-input-placeholder,
.cid-vfFihuOhWE .field-input:hover::-webkit-input-placeholder,
.cid-vfFihuOhWE .form-control:focus::-webkit-input-placeholder,
.cid-vfFihuOhWE .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vfFihuOhWE .form-control:hover:-moz-placeholder,
.cid-vfFihuOhWE .field-input:hover:-moz-placeholder,
.cid-vfFihuOhWE .form-control:focus:-moz-placeholder,
.cid-vfFihuOhWE .field-input:focus:-moz-placeholder,
.cid-vfFihuOhWE .form-control:hover:-moz-placeholder,
.cid-vfFihuOhWE .field-input:hover:-moz-placeholder,
.cid-vfFihuOhWE .form-control:focus:-moz-placeholder,
.cid-vfFihuOhWE .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vfFihuOhWE .jq-number__spin:hover,
.cid-vfFihuOhWE .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfFihuOhWE .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfFihuOhWE input::-webkit-clear-button {
  display: none;
}
.cid-vfFihuOhWE input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfFihuOhWE input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfFihuOhWE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vfFihuOhWE .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vfFihuOhWE .socicon-wrap {
    margin: auto;
  }
}
.cid-vfFihuOhWE .mbr-text {
  color: #000000;
}
.cid-vfFiifnGom .google-map {
  height: 25rem;
  position: relative;
}
.cid-vfFiifnGom .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfFiifnGom .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfFiifnGom .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfFiifnGom .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve7AIkxRH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-veOOPOIF4h {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-veOOPOIF4h .container-fluid {
  padding: 0 3rem;
}
.cid-veOOPOIF4h .media-container-column {
  padding: 0 2rem;
}
.cid-veOOPOIF4h .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-veOOPOIF4h .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vg2mzuppzq .navbar-dropdown {
  position: relative !important;
}
.cid-vg2mzuppzq .navbar-dropdown {
  position: absolute !important;
}
.cid-vg2mzuppzq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vg2mzuppzq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vg2mzuppzq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vg2mzuppzq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vg2mzuppzq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vg2mzuppzq .container {
    padding: 0 1rem;
  }
}
.cid-vg2mzuppzq .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vg2mzuppzq .nav-link {
  position: relative;
}
.cid-vg2mzuppzq .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vg2mzuppzq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vg2mzuppzq .navbar.opened {
  transition: all 0.3s;
}
.cid-vg2mzuppzq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vg2mzuppzq .navbar .navbar-logo img {
  width: auto;
}
.cid-vg2mzuppzq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg2mzuppzq .navbar.collapsed {
  justify-content: center;
}
.cid-vg2mzuppzq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg2mzuppzq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg2mzuppzq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vg2mzuppzq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg2mzuppzq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg2mzuppzq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vg2mzuppzq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg2mzuppzq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vg2mzuppzq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vg2mzuppzq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg2mzuppzq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg2mzuppzq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg2mzuppzq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg2mzuppzq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vg2mzuppzq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vg2mzuppzq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg2mzuppzq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vg2mzuppzq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vg2mzuppzq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vg2mzuppzq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vg2mzuppzq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vg2mzuppzq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vg2mzuppzq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vg2mzuppzq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vg2mzuppzq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vg2mzuppzq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vg2mzuppzq .dropdown-item:hover,
.cid-vg2mzuppzq .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vg2mzuppzq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vg2mzuppzq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vg2mzuppzq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vg2mzuppzq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vg2mzuppzq .dropdown-menu,
.cid-vg2mzuppzq .navbar.opened {
  background: #ffb800 !important;
}
.cid-vg2mzuppzq .nav-item:focus,
.cid-vg2mzuppzq .nav-link:focus {
  outline: none;
}
.cid-vg2mzuppzq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vg2mzuppzq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg2mzuppzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vg2mzuppzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vg2mzuppzq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg2mzuppzq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg2mzuppzq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg2mzuppzq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vg2mzuppzq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg2mzuppzq .dropdown-item.active,
.cid-vg2mzuppzq .dropdown-item:active {
  background-color: transparent;
}
.cid-vg2mzuppzq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg2mzuppzq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg2mzuppzq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg2mzuppzq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vg2mzuppzq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vg2mzuppzq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg2mzuppzq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vg2mzuppzq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vg2mzuppzq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vg2mzuppzq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vg2mzuppzq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg2mzuppzq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg2mzuppzq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg2mzuppzq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg2mzuppzq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg2mzuppzq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg2mzuppzq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg2mzuppzq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg2mzuppzq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vg2mzuppzq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vg2mzuppzq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg2mzuppzq .navbar {
    height: 70px;
  }
  .cid-vg2mzuppzq .navbar.opened {
    height: auto;
  }
  .cid-vg2mzuppzq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg2mzuV2GL {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fachadeira-kallas-2000x1126.png");
}
.cid-vg2mzuV2GL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg2mzuV2GL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg2mzuV2GL .mbr-section-title {
  color: #ffffff;
}
.cid-vg2mzuV2GL .mbr-text,
.cid-vg2mzuV2GL .mbr-section-btn {
  color: #ffffff;
}
.cid-vg2mzuV2GL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vg2pxeocSk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vg2pxeocSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg2pxeocSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg2pxeocSk .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vg2pxeocSk .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vg2pxeocSk .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vg2pxeocSk .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ff0000;
}
.cid-vg2pxeocSk .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vg2pxeocSk .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg2pxeocSk .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vg2pxeocSk .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vg2pxeocSk .image-wrapper .image-wrap {
  background-color: #ffffff;
  padding: 24px;
}
.cid-vg2pxeocSk .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vg2pxeocSk .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vg2pxeocSk .mbr-label,
.cid-vg2pxeocSk .label-wrapper {
  color: #ffffff;
}
.cid-vg2pxeocSk .mbr-section-title {
  color: #000000;
}
.cid-vg2pxeocSk .mbr-text,
.cid-vg2pxeocSk .text-wrapper {
  color: #4f4f4f;
}
.cid-vg2pxeocSk .mbr-section-title,
.cid-vg2pxeocSk .mbr-section-btn {
  color: #ff0000;
}
.cid-vg2p3PmP1d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg2p3PmP1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg2p3PmP1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg2orxGF16 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff0000;
}
.cid-vg2orxGF16 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vg2orxGF16 .mbr-text {
  color: #ffffff;
}
.cid-vg2qzOGBcH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vg2qzOGBcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg2qzOGBcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vg2qzOGBcH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vg2qzOGBcH .row {
  flex-direction: row-reverse;
}
.cid-vg2qzOGBcH img {
  width: 100%;
}
.cid-vg2nXcwlIB {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg2nXcwlIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg2nXcwlIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg2nXcwlIB ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vg2nXcwlIB li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vg2nXcwlIB ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff0000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vgei0W6OFx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vgei0W6OFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgei0W6OFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgei0W6OFx .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vgei0W6OFx .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vgei0W6OFx .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgei0W6OFx .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vgei0W6OFx .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgei0W6OFx .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgei0W6OFx .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vgei0W6OFx .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgei0W6OFx .mbr-label,
.cid-vgei0W6OFx .label-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-vgei0W6OFx .mbr-section-title {
  color: #000000;
}
.cid-vgei0W6OFx .mbr-text,
.cid-vgei0W6OFx .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vgei0W6OFx .mbr-section-title,
.cid-vgei0W6OFx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vg2mzvHZ3s {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-vg2mzvHZ3s .container-fluid {
  padding: 0 3rem;
}
.cid-vg2mzvHZ3s .media-container-column {
  padding: 0 2rem;
}
.cid-vg2mzvHZ3s .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vg2mzvHZ3s .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vg2mzw6Bjn {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-vg2mzw6Bjn .container-fluid {
  padding: 0 3rem;
}
.cid-vg2mzw6Bjn .media-container-column {
  padding: 0 2rem;
}
.cid-vg2mzw6Bjn .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vg2mzw6Bjn .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vg2mzwxCud {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vg2mzwxCud .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vg2mzwxCud textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vg2mzwxCud .text {
    max-width: 360px;
  }
}
.cid-vg2mzwxCud .align-right {
  width: 100%;
}
.cid-vg2mzwxCud .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vg2mzwxCud .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vg2mzwxCud .form-control,
.cid-vg2mzwxCud .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vg2mzwxCud .form-control::-webkit-input-placeholder,
.cid-vg2mzwxCud .field-input::-webkit-input-placeholder,
.cid-vg2mzwxCud .form-control::-webkit-input-placeholder,
.cid-vg2mzwxCud .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vg2mzwxCud .form-control:-moz-placeholder,
.cid-vg2mzwxCud .field-input:-moz-placeholder,
.cid-vg2mzwxCud .form-control:-moz-placeholder,
.cid-vg2mzwxCud .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vg2mzwxCud .form-control:hover,
.cid-vg2mzwxCud .field-input:hover,
.cid-vg2mzwxCud .form-control:focus,
.cid-vg2mzwxCud .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vg2mzwxCud .form-control:hover::-webkit-input-placeholder,
.cid-vg2mzwxCud .field-input:hover::-webkit-input-placeholder,
.cid-vg2mzwxCud .form-control:focus::-webkit-input-placeholder,
.cid-vg2mzwxCud .field-input:focus::-webkit-input-placeholder,
.cid-vg2mzwxCud .form-control:hover::-webkit-input-placeholder,
.cid-vg2mzwxCud .field-input:hover::-webkit-input-placeholder,
.cid-vg2mzwxCud .form-control:focus::-webkit-input-placeholder,
.cid-vg2mzwxCud .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vg2mzwxCud .form-control:hover:-moz-placeholder,
.cid-vg2mzwxCud .field-input:hover:-moz-placeholder,
.cid-vg2mzwxCud .form-control:focus:-moz-placeholder,
.cid-vg2mzwxCud .field-input:focus:-moz-placeholder,
.cid-vg2mzwxCud .form-control:hover:-moz-placeholder,
.cid-vg2mzwxCud .field-input:hover:-moz-placeholder,
.cid-vg2mzwxCud .form-control:focus:-moz-placeholder,
.cid-vg2mzwxCud .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vg2mzwxCud .jq-number__spin:hover,
.cid-vg2mzwxCud .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vg2mzwxCud .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vg2mzwxCud input::-webkit-clear-button {
  display: none;
}
.cid-vg2mzwxCud input::-webkit-inner-spin-button {
  display: none;
}
.cid-vg2mzwxCud input::-webkit-outer-spin-button {
  display: none;
}
.cid-vg2mzwxCud input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vg2mzwxCud .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vg2mzwxCud .socicon-wrap {
    margin: auto;
  }
}
.cid-vg2mzwxCud .mbr-text {
  color: #000000;
}
.cid-vg2mzxallf .google-map {
  height: 25rem;
  position: relative;
}
.cid-vg2mzxallf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vg2mzxallf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vg2mzxallf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vg2mzxallf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vg2mzyaWio {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-vg2mzyF3eI {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-vg2mzyF3eI .container-fluid {
  padding: 0 3rem;
}
.cid-vg2mzyF3eI .media-container-column {
  padding: 0 2rem;
}
.cid-vg2mzyF3eI .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vg2mzyF3eI .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vgdLR9uJ1w .navbar-dropdown {
  position: relative !important;
}
.cid-vgdLR9uJ1w .navbar-dropdown {
  position: absolute !important;
}
.cid-vgdLR9uJ1w .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vgdLR9uJ1w .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vgdLR9uJ1w .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vgdLR9uJ1w .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vgdLR9uJ1w .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vgdLR9uJ1w .container {
    padding: 0 1rem;
  }
}
.cid-vgdLR9uJ1w .menu-tite {
  background: #ff0000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vgdLR9uJ1w .nav-link {
  position: relative;
}
.cid-vgdLR9uJ1w .nav-link:hover {
  color: #ff0000 !important;
}
.cid-vgdLR9uJ1w .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 184, 0, 0);
}
.cid-vgdLR9uJ1w .navbar.opened {
  transition: all 0.3s;
}
.cid-vgdLR9uJ1w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgdLR9uJ1w .navbar .navbar-logo img {
  width: auto;
}
.cid-vgdLR9uJ1w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgdLR9uJ1w .navbar.collapsed {
  justify-content: center;
}
.cid-vgdLR9uJ1w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgdLR9uJ1w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgdLR9uJ1w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vgdLR9uJ1w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgdLR9uJ1w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgdLR9uJ1w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgdLR9uJ1w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgdLR9uJ1w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgdLR9uJ1w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgdLR9uJ1w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgdLR9uJ1w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgdLR9uJ1w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgdLR9uJ1w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgdLR9uJ1w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgdLR9uJ1w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgdLR9uJ1w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgdLR9uJ1w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgdLR9uJ1w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgdLR9uJ1w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgdLR9uJ1w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgdLR9uJ1w .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgdLR9uJ1w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgdLR9uJ1w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgdLR9uJ1w .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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-vgdLR9uJ1w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgdLR9uJ1w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgdLR9uJ1w .dropdown-item:hover,
.cid-vgdLR9uJ1w .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-vgdLR9uJ1w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgdLR9uJ1w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgdLR9uJ1w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vgdLR9uJ1w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgdLR9uJ1w .dropdown-menu,
.cid-vgdLR9uJ1w .navbar.opened {
  background: #ffb800 !important;
}
.cid-vgdLR9uJ1w .nav-item:focus,
.cid-vgdLR9uJ1w .nav-link:focus {
  outline: none;
}
.cid-vgdLR9uJ1w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgdLR9uJ1w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgdLR9uJ1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgdLR9uJ1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgdLR9uJ1w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgdLR9uJ1w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgdLR9uJ1w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgdLR9uJ1w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgdLR9uJ1w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgdLR9uJ1w .dropdown-item.active,
.cid-vgdLR9uJ1w .dropdown-item:active {
  background-color: transparent;
}
.cid-vgdLR9uJ1w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgdLR9uJ1w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgdLR9uJ1w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgdLR9uJ1w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb800;
}
.cid-vgdLR9uJ1w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgdLR9uJ1w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgdLR9uJ1w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgdLR9uJ1w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgdLR9uJ1w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgdLR9uJ1w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgdLR9uJ1w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgdLR9uJ1w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgdLR9uJ1w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgdLR9uJ1w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgdLR9uJ1w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgdLR9uJ1w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgdLR9uJ1w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgdLR9uJ1w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgdLR9uJ1w .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgdLR9uJ1w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgdLR9uJ1w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgdLR9uJ1w .navbar {
    height: 70px;
  }
  .cid-vgdLR9uJ1w .navbar.opened {
    height: auto;
  }
  .cid-vgdLR9uJ1w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgdLRa95gf {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kallas-2000x1144.png");
}
.cid-vgdLRa95gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgdLRa95gf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgdLRa95gf .mbr-section-title {
  color: #ffffff;
}
.cid-vgdLRa95gf .mbr-text,
.cid-vgdLRa95gf .mbr-section-btn {
  color: #ffffff;
}
.cid-vgdLRa95gf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgdMJ5kf9o {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgdMJ5kf9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgdMJ5kf9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgdMJ5kf9o .mbr-section-subtitle {
  color: #000000;
}
.cid-vgdMJ5kf9o .mbr-section-title {
  color: #ff0000;
}
.cid-vgdMCvFhq0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vgdMCvFhq0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vgdMCvFhq0 textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vgdMCvFhq0 .text {
    max-width: 360px;
  }
}
.cid-vgdMCvFhq0 .align-right {
  width: 100%;
}
.cid-vgdMCvFhq0 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vgdMCvFhq0 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vgdMCvFhq0 .form-control,
.cid-vgdMCvFhq0 .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgdMCvFhq0 .form-control::-webkit-input-placeholder,
.cid-vgdMCvFhq0 .field-input::-webkit-input-placeholder,
.cid-vgdMCvFhq0 .form-control::-webkit-input-placeholder,
.cid-vgdMCvFhq0 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vgdMCvFhq0 .form-control:-moz-placeholder,
.cid-vgdMCvFhq0 .field-input:-moz-placeholder,
.cid-vgdMCvFhq0 .form-control:-moz-placeholder,
.cid-vgdMCvFhq0 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vgdMCvFhq0 .form-control:hover,
.cid-vgdMCvFhq0 .field-input:hover,
.cid-vgdMCvFhq0 .form-control:focus,
.cid-vgdMCvFhq0 .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vgdMCvFhq0 .form-control:hover::-webkit-input-placeholder,
.cid-vgdMCvFhq0 .field-input:hover::-webkit-input-placeholder,
.cid-vgdMCvFhq0 .form-control:focus::-webkit-input-placeholder,
.cid-vgdMCvFhq0 .field-input:focus::-webkit-input-placeholder,
.cid-vgdMCvFhq0 .form-control:hover::-webkit-input-placeholder,
.cid-vgdMCvFhq0 .field-input:hover::-webkit-input-placeholder,
.cid-vgdMCvFhq0 .form-control:focus::-webkit-input-placeholder,
.cid-vgdMCvFhq0 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vgdMCvFhq0 .form-control:hover:-moz-placeholder,
.cid-vgdMCvFhq0 .field-input:hover:-moz-placeholder,
.cid-vgdMCvFhq0 .form-control:focus:-moz-placeholder,
.cid-vgdMCvFhq0 .field-input:focus:-moz-placeholder,
.cid-vgdMCvFhq0 .form-control:hover:-moz-placeholder,
.cid-vgdMCvFhq0 .field-input:hover:-moz-placeholder,
.cid-vgdMCvFhq0 .form-control:focus:-moz-placeholder,
.cid-vgdMCvFhq0 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vgdMCvFhq0 .jq-number__spin:hover,
.cid-vgdMCvFhq0 .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vgdMCvFhq0 .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgdMCvFhq0 input::-webkit-clear-button {
  display: none;
}
.cid-vgdMCvFhq0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-vgdMCvFhq0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-vgdMCvFhq0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vgdMCvFhq0 .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vgdMCvFhq0 .socicon-wrap {
    margin: auto;
  }
}
.cid-vgdMCvFhq0 .mbr-text {
  color: #000000;
}
.cid-vgdMsX8NgH {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vgdMsX8NgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgdMsX8NgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgdMsX8NgH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgdMsX8NgH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgdMsX8NgH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgdMsX8NgH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgdMsX8NgH .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-vgdMsX8NgH .mbr-text,
.cid-vgdMsX8NgH .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-vgdLRb6btq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-vgdLRb6btq .container-fluid {
  padding: 0 3rem;
}
.cid-vgdLRb6btq .media-container-column {
  padding: 0 2rem;
}
.cid-vgdLRb6btq .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vgdLRb6btq .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vgdLRbzB0I {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-vgdLRbzB0I .container-fluid {
  padding: 0 3rem;
}
.cid-vgdLRbzB0I .media-container-column {
  padding: 0 2rem;
}
.cid-vgdLRbzB0I .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vgdLRbzB0I .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vgdLRc1LxP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vgdLRc1LxP .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-vgdLRc1LxP textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-vgdLRc1LxP .text {
    max-width: 360px;
  }
}
.cid-vgdLRc1LxP .align-right {
  width: 100%;
}
.cid-vgdLRc1LxP .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vgdLRc1LxP .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ff0000 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vgdLRc1LxP .form-control,
.cid-vgdLRc1LxP .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgdLRc1LxP .form-control::-webkit-input-placeholder,
.cid-vgdLRc1LxP .field-input::-webkit-input-placeholder,
.cid-vgdLRc1LxP .form-control::-webkit-input-placeholder,
.cid-vgdLRc1LxP .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vgdLRc1LxP .form-control:-moz-placeholder,
.cid-vgdLRc1LxP .field-input:-moz-placeholder,
.cid-vgdLRc1LxP .form-control:-moz-placeholder,
.cid-vgdLRc1LxP .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vgdLRc1LxP .form-control:hover,
.cid-vgdLRc1LxP .field-input:hover,
.cid-vgdLRc1LxP .form-control:focus,
.cid-vgdLRc1LxP .field-input:focus {
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
.cid-vgdLRc1LxP .form-control:hover::-webkit-input-placeholder,
.cid-vgdLRc1LxP .field-input:hover::-webkit-input-placeholder,
.cid-vgdLRc1LxP .form-control:focus::-webkit-input-placeholder,
.cid-vgdLRc1LxP .field-input:focus::-webkit-input-placeholder,
.cid-vgdLRc1LxP .form-control:hover::-webkit-input-placeholder,
.cid-vgdLRc1LxP .field-input:hover::-webkit-input-placeholder,
.cid-vgdLRc1LxP .form-control:focus::-webkit-input-placeholder,
.cid-vgdLRc1LxP .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-vgdLRc1LxP .form-control:hover:-moz-placeholder,
.cid-vgdLRc1LxP .field-input:hover:-moz-placeholder,
.cid-vgdLRc1LxP .form-control:focus:-moz-placeholder,
.cid-vgdLRc1LxP .field-input:focus:-moz-placeholder,
.cid-vgdLRc1LxP .form-control:hover:-moz-placeholder,
.cid-vgdLRc1LxP .field-input:hover:-moz-placeholder,
.cid-vgdLRc1LxP .form-control:focus:-moz-placeholder,
.cid-vgdLRc1LxP .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-vgdLRc1LxP .jq-number__spin:hover,
.cid-vgdLRc1LxP .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vgdLRc1LxP .jq-number__spin {
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgdLRc1LxP input::-webkit-clear-button {
  display: none;
}
.cid-vgdLRc1LxP input::-webkit-inner-spin-button {
  display: none;
}
.cid-vgdLRc1LxP input::-webkit-outer-spin-button {
  display: none;
}
.cid-vgdLRc1LxP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vgdLRc1LxP .title {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-vgdLRc1LxP .socicon-wrap {
    margin: auto;
  }
}
.cid-vgdLRc1LxP .mbr-text {
  color: #000000;
}
.cid-vgdLRcFhd6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-vgdLRcFhd6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vgdLRcFhd6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vgdLRcFhd6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgdLRcFhd6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgdLRdwCzl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
  overflow: hidden;
}
.cid-vgdLRdUIlw {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bannner-arara-2000x1333.jpg");
}
.cid-vgdLRdUIlw .container-fluid {
  padding: 0 3rem;
}
.cid-vgdLRdUIlw .media-container-column {
  padding: 0 2rem;
}
.cid-vgdLRdUIlw .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vgdLRdUIlw .container-fluid {
    padding: 0 1rem;
  }
}
