.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.card-wrapper .image-wrapper img,
.card-wrapper .app-video-wrapper img {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 5.625rem;
  line-height: 104px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3.75rem;
  line-height: 1.2em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.316em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.23em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #9b43cc !important;
}
.bg-info {
  background-color: #dedede !important;
}
.bg-warning {
  background-color: #ffe820 !important;
}
.bg-danger {
  background-color: #ff7820 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #18c28a !important;
  border-color: #18c28a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #29e4a7 !important;
  border-color: #29e4a7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29e4a7 !important;
  border-color: #29e4a7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #dedede !important;
  border-color: #dedede !important;
  color: #5f5f5f !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5f5f5f !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9b43cc !important;
  border-color: #9b43cc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b06bd7 !important;
  border-color: #b06bd7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b06bd7 !important;
  border-color: #b06bd7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe820 !important;
  border-color: #ffe820 !important;
  color: #201d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffed53 !important;
  border-color: #ffed53 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #201d00 !important;
  background-color: #ffed53 !important;
  border-color: #ffed53 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff7820 !important;
  border-color: #ff7820 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff9753 !important;
  border-color: #ff9753 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9753 !important;
  border-color: #ff9753 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #18c28a;
  color: #18c28a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0e7553 !important;
  background-color: transparent !important;
  border-color: #0e7553 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #18c28a !important;
  border-color: #18c28a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dedede;
  color: #dedede;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b3b3b3 !important;
  background-color: transparent !important;
  border-color: #b3b3b3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5f5f5f !important;
  background-color: #dedede !important;
  border-color: #dedede !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9b43cc;
  color: #9b43cc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6b2791 !important;
  background-color: transparent !important;
  border-color: #6b2791 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9b43cc !important;
  border-color: #9b43cc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe820;
  color: #ffe820;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c8b400 !important;
  background-color: transparent !important;
  border-color: #c8b400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #201d00 !important;
  background-color: #ffe820 !important;
  border-color: #ffe820 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff7820;
  color: #ff7820;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c84f00 !important;
  background-color: transparent !important;
  border-color: #c84f00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7820 !important;
  border-color: #ff7820 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #000000 !important;
}
.text-secondary {
  color: #18c28a !important;
}
.text-success {
  color: #9b43cc !important;
}
.text-info {
  color: #dedede !important;
}
.text-warning {
  color: #ffe820 !important;
}
.text-danger {
  color: #ff7820 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0d6749 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #622485 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ababab !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b9a600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b94900 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dedede;
}
.alert-warning {
  background-color: #ffe820;
}
.alert-danger {
  background-color: #ff7820;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 0;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f0e3f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdec;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff3ec;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #18c28a !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='%23000000' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 20px 46px;
  min-width: 212px;
  font-weight: 700 !important;
  font-style: italic !important;
  z-index: 2;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover::after,
.mbr-section-btn-main .btn:hover::after,
.mbr-section-btn .btn:focus::after,
.mbr-section-btn-main .btn:focus::after {
  top: 0;
  left: 0;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #000000 !important;
  box-shadow: 10px 10px #000000;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #18c28a !important;
  box-shadow: 10px 10px #18c28a;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #9b43cc !important;
  box-shadow: 10px 10px #9b43cc;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #dedede !important;
  box-shadow: 10px 10px #dedede;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #ffe820 !important;
  box-shadow: 10px 10px #ffe820;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #ff7820 !important;
  box-shadow: 10px 10px #ff7820;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
  box-shadow: 10px 10px #000000;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
  box-shadow: 10px 10px #ffffff;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  border: 1px solid #000000 !important;
}
img {
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v3du15SYas {
  z-index: 1000;
  width: 100%;
}
.cid-v3du15SYas .navbar-dropdown {
  background-color: #dedede !important;
  padding: 0;
  position: fixed;
}
.cid-v3du15SYas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #dedede !important;
  background: #dedede;
}
.cid-v3du15SYas .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3du15SYas .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3du15SYas .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3du15SYas .menu_box .navbar.opened,
  .cid-v3du15SYas .menu_box .navbar-collapse {
    background-color: #dedede !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3du15SYas nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v3du15SYas .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v3du15SYas .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3du15SYas .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3du15SYas .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-v3du15SYas .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3du15SYas .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3du15SYas .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3du15SYas .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v3du15SYas .offcanvas-body .mbr-text,
  .cid-v3du15SYas .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v3du15SYas .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3du15SYas ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3du15SYas .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3du15SYas .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3du15SYas .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3du15SYas li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v3du15SYas .lg_brand {
    margin: 0 1rem;
  }
  .cid-v3du15SYas .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v3du15SYas .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3du15SYas .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3du15SYas .nav-item {
    margin: 0 !important;
  }
}
.cid-v3du15SYas .nav-item .nav-link {
  position: relative;
}
.cid-v3du15SYas .nav-item .nav-link:hover::before,
.cid-v3du15SYas .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3du15SYas .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-v3du15SYas .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3du15SYas .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3du15SYas .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3du15SYas .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3du15SYas .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3du15SYas .offcanvas_box {
    display: none;
  }
}
.cid-v3du15SYas .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3du15SYas .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-v3du15SYas .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3du15SYas .container {
  display: flex;
  margin: auto;
}
.cid-v3du15SYas .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v3du15SYas .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3du15SYas .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3du15SYas .navbar-caption {
  color: #000000;
}
.cid-v3du15SYas .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .navbar-nav {
    margin: 0;
  }
}
.cid-v3du15SYas .dropdown-menu,
.cid-v3du15SYas .navbar.opened {
  background-color: false !important;
}
.cid-v3du15SYas .nav-item:focus,
.cid-v3du15SYas .nav-link:focus {
  outline: none;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3du15SYas .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3du15SYas .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3du15SYas .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3du15SYas .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3du15SYas .navbar.opened {
  transition: all 0.3s;
}
.cid-v3du15SYas .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3du15SYas .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-v3du15SYas .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v3du15SYas .navbar.collapsed {
  justify-content: center;
}
.cid-v3du15SYas .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3du15SYas .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3du15SYas .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3du15SYas .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3du15SYas .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3du15SYas .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3du15SYas .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3du15SYas .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3du15SYas .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v3du15SYas .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3du15SYas .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3du15SYas .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3du15SYas .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3du15SYas .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3du15SYas .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3du15SYas .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3du15SYas .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3du15SYas .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3du15SYas .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3du15SYas .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3du15SYas .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3du15SYas .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3du15SYas .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3du15SYas .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3du15SYas .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3du15SYas .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3du15SYas .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3du15SYas .dropdown-item.active,
.cid-v3du15SYas .dropdown-item:active {
  background-color: transparent;
}
.cid-v3du15SYas .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3du15SYas .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3du15SYas .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3du15SYas .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3du15SYas ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3du15SYas .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3du15SYas button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #dedede;
  background: #18c28a;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3du15SYas a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3du15SYas .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3du15SYas .navbar {
    height: 70px;
  }
  .cid-v3du15SYas .navbar.opened {
    height: auto;
  }
  .cid-v3du15SYas .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3du15SYas .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v3du15SYas .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v3du15SYas .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-v3du15SYas .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-v3du15SYas .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3du15SYas .text_widget {
  margin-bottom: 32px;
}
.cid-v3du15SYas .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3du15SYas .text_widget a:hover {
  opacity: .5;
}
.cid-v3du15SYas .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3du15SYas .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3du15SYas .mbr-section-subtitle,
.cid-v3du15SYas .text_widget,
.cid-v3du15SYas .mbr-section-btn {
  text-align: center;
}
.cid-v3du15SYas a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3du0DciP5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3du0DciP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3du0DciP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3du0DciP5 .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3du0DciP5 .container-fluid {
    padding: 0;
  }
}
.cid-v3du0DciP5 .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3du0DciP5 .container {
    padding: 0 28px;
  }
}
.cid-v3du0DciP5 .row {
  margin: -1px 0 0 0;
}
.cid-v3du0DciP5 .card {
  padding: 50px 40px;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3du0DciP5 .card {
    padding: 28px;
  }
}
.cid-v3du0DciP5 .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3du0DciP5 .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-v3du0DciP5 .card:last-child {
  border-right: none;
}
.cid-v3du0DciP5 .title-wrapper .icon-wrap {
  margin-bottom: 20px;
}
.cid-v3du0DciP5 .title-wrapper .icon-wrap .mbr-iconfont {
  font-size: 110px;
  color: #f2d122;
  display: inline-flex;
}
.cid-v3du0DciP5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3du0DciP5 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3du0DciP5 .image-wrapper img {
  min-height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3du0DciP5 .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v3du0DciP5 .mbr-section-title {
  color: #000000;
}
.cid-v3du0DciP5 .mbr-text {
  color: #000000;
}
.cid-v3ducHMEPG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3ducHMEPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ducHMEPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ducHMEPG .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3ducHMEPG .container-fluid {
    padding: 0;
  }
}
.cid-v3ducHMEPG .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3ducHMEPG .container {
    padding: 0 28px;
  }
}
.cid-v3ducHMEPG .row {
  margin: -1px 0 0 0;
}
.cid-v3ducHMEPG .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-v3ducHMEPG .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-v3ducHMEPG .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v3ducHMEPG .card {
    padding: 20px;
  }
}
.cid-v3ducHMEPG .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3ducHMEPG .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-v3ducHMEPG .card:last-child {
  border-right: none;
}
.cid-v3ducHMEPG .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-v3ducHMEPG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3ducHMEPG .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3ducHMEPG .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-v3ducHMEPG .mbr-section-title {
  color: #000000;
}
.cid-v3ducHMEPG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3ducHMEPG .mbr-section-title,
.cid-v3ducHMEPG .mbr-section-btn {
  text-align: center;
}
.cid-v3dwnmhfnQ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-v3dwnmhfnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dwnmhfnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dwnmhfnQ .mbr-section-subtitle {
  text-align: justify;
}
.cid-v3dudHWGiK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dudHWGiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dudHWGiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dudHWGiK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v3dudHWGiK .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-v3dudHWGiK .container {
    padding: 0 28px;
  }
}
.cid-v3dudHWGiK .row {
  justify-content: center;
}
.cid-v3dudHWGiK .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3dudHWGiK .item {
    margin-bottom: 30px;
  }
}
.cid-v3dudHWGiK .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 32px;
}
.cid-v3dudHWGiK .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  font-size: 60px;
  color: #000000;
  background-color: #64dab3;
  border: 5px solid #000000;
  border-radius: 100%;
}
.cid-v3dudHWGiK .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v3dudHWGiK .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-v3dudHWGiK .mbr-card-title {
  color: #000000;
}
.cid-v3dudHWGiK .mbr-text {
  color: #000000;
}
.cid-v3dugoE1OW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dugoE1OW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dugoE1OW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dugoE1OW .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dugoE1OW .container-fluid {
    padding: 0;
  }
}
.cid-v3dugoE1OW .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dugoE1OW .container {
    padding: 0 28px;
  }
}
.cid-v3dugoE1OW .row {
  margin: -1px 0 0 0;
}
.cid-v3dugoE1OW .card {
  padding: 40px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3dugoE1OW .card {
    padding: 28px;
  }
}
.cid-v3dugoE1OW .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dugoE1OW .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-v3dugoE1OW .card:last-child {
  border-right: none;
  padding: 40px 100px;
}
@media (max-width: 1200px) {
  .cid-v3dugoE1OW .card:last-child {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3dugoE1OW .card:last-child {
    padding: 28px;
  }
}
.cid-v3dugoE1OW .image-wrapper img {
  min-height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3dugoE1OW .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v3dugoE1OW .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3dugoE1OW .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3dugoE1OW .title-wrapper img {
  max-width: 400px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto 30px;
}
.cid-v3dugoE1OW .mbr-section-title {
  color: #000000;
}
.cid-v3dugoE1OW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3dugoE1OW .mbr-section-title,
.cid-v3dugoE1OW .mbr-section-btn {
  text-align: center;
}
.cid-v3duej2mxm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3duej2mxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3duej2mxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3duej2mxm .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3duej2mxm .container-fluid {
    padding: 0;
  }
}
.cid-v3duej2mxm .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3duej2mxm .container {
    padding: 0 28px;
  }
}
.cid-v3duej2mxm .row {
  margin: -1px 0 0 0;
}
.cid-v3duej2mxm .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-v3duej2mxm .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-v3duej2mxm .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v3duej2mxm .card {
    padding: 20px;
  }
}
.cid-v3duej2mxm .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3duej2mxm .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-v3duej2mxm .card:last-child {
  border-right: none;
}
.cid-v3duej2mxm .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-v3duej2mxm .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3duej2mxm .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3duej2mxm .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-v3duej2mxm .mbr-section-title {
  color: #000000;
}
.cid-v3duej2mxm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3duej2mxm .mbr-section-title,
.cid-v3duej2mxm .mbr-section-btn {
  text-align: center;
}
.cid-v3duLKnZqe {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-v3duLKnZqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3duLKnZqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3duLKnZqe .mbr-section-subtitle {
  text-align: justify;
}
.cid-v3dupZnvoT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #dedede;
}
.cid-v3dupZnvoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dupZnvoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dupZnvoT .items-wrapper {
  margin: 0 -32px;
}
.cid-v3dupZnvoT .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3dupZnvoT .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v3dupZnvoT .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v3dupZnvoT .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3dupZnvoT .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3dupZnvoT .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-v3dupZnvoT .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #64dab3;
  border-color: #18c28a;
  box-shadow: 0 18px 32px -8px #64dab3;
}
.cid-v3dupZnvoT .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #64dab3;
  border-color: #18c28a;
  box-shadow: 0 18px 32px -8px #64dab3;
}
.cid-v3dupZnvoT .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #64dab3;
  border-color: #18c28a;
  box-shadow: 0 18px 32px -8px #64dab3;
}
.cid-v3dupZnvoT .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-v3dupZnvoT .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-v3dupZnvoT .card-title {
  color: #111111;
}
.cid-v3dupZnvoT .card-text {
  color: #000000;
  text-align: center;
}
.cid-v3dupZnvoT .card-title,
.cid-v3dupZnvoT .iconfont-wrapper {
  text-align: center;
}
.cid-v3dvpZciAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dvpZciAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dvpZciAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dvpZciAd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v3dvpZciAd .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-v3dvpZciAd .container {
    padding: 0 28px;
  }
}
.cid-v3dvpZciAd .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3dvpZciAd .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-v3dvpZciAd .list-wrapper {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3dvpZciAd .list-wrapper {
    display: block;
  }
}
.cid-v3dvpZciAd .list-wrapper .list-wrap {
  width: 42%;
}
@media (max-width: 1200px) {
  .cid-v3dvpZciAd .list-wrapper .list-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v3dvpZciAd .list-wrapper .list-wrap {
    width: 100%;
  }
}
.cid-v3dvpZciAd .list-wrapper .list-wrap .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v3dvpZciAd .list-wrapper .list-wrap .list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3dvpZciAd .list-wrapper .list-wrap .list .item-wrap {
  margin: 10px 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3dvpZciAd .list-wrapper .list-wrap .list .item-wrap:hover,
.cid-v3dvpZciAd .list-wrapper .list-wrap .list .item-wrap:focus {
  text-decoration-color: #707070;
}
.cid-v3dvpZciAd .form-wrap {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-v3dvpZciAd .form-wrap {
    margin: 50px 0 0 0;
  }
}
.cid-v3dvpZciAd .form-wrap .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
.cid-v3dvpZciAd .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 4px;
  border: none !important;
  border-bottom: 2px solid #707070 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-v3dvpZciAd .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v3dvpZciAd .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #707070 !important;
  box-shadow: none;
}
.cid-v3dvpZciAd .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #707070;
}
.cid-v3dvpZciAd .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-v3dvpZciAd .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
}
.cid-v3dvpZciAd .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #707070;
  border-color: #707070;
}
.cid-v3dvpZciAd .mbr-section-subtitle {
  color: #000000;
}
.cid-v3dvpZciAd .list {
  color: #000000;
}
.cid-v3dvpZciAd label {
  color: #000000;
}
.cid-v3dvzCJZiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dvzCJZiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dvzCJZiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dvzCJZiD .row {
  justify-content: space-between;
}
.cid-v3dvzCJZiD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3dvzCJZiD .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v3dvzCJZiD .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3dvzCJZiD .item {
    margin-bottom: 50px;
  }
}
.cid-v3dvzCJZiD .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3dvzCJZiD .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-v3dvzCJZiD .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-v3dvzCJZiD .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3dvzCJZiD .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-v3dvzCJZiD .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #000000;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-v3dvzCJZiD .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-v3dvzCJZiD .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-v3dvzCJZiD .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #000000;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v3dvzCJZiD .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-v3dvzCJZiD .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3dvzCJZiD .item .item-wrapper .item-content .item-title:hover,
.cid-v3dvzCJZiD .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-v3dvzCJZiD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3dvzCJZiD .item-title {
  color: #000c3f;
}
.cid-v3dvzCJZiD .item-title,
.cid-v3dvzCJZiD .item-wrapper {
  color: #000000;
}
.cid-v3dvrxG964 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dvrxG964 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dvrxG964 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dvrxG964 .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dvrxG964 .container-fluid {
    padding: 0;
  }
}
.cid-v3dvrxG964 .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dvrxG964 .container {
    padding: 0 28px;
  }
}
.cid-v3dvrxG964 .row {
  margin: -1px 0 0 0;
}
.cid-v3dvrxG964 .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3dvrxG964 .card {
    padding: 28px;
  }
}
.cid-v3dvrxG964 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-v3dvrxG964 .google-map iframe {
    height: 350px;
  }
}
.cid-v3dxVxSQt5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3dxVxSQt5 .media-container-row .mbr-text {
  color: #000000;
}
.cid-v3du15SYas {
  z-index: 1000;
  width: 100%;
}
.cid-v3du15SYas .navbar-dropdown {
  background-color: #dedede !important;
  padding: 0;
  position: fixed;
}
.cid-v3du15SYas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #dedede !important;
  background: #dedede;
}
.cid-v3du15SYas .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3du15SYas .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3du15SYas .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3du15SYas .menu_box .navbar.opened,
  .cid-v3du15SYas .menu_box .navbar-collapse {
    background-color: #dedede !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3du15SYas nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v3du15SYas .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v3du15SYas .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3du15SYas .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3du15SYas .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-v3du15SYas .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3du15SYas .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3du15SYas .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3du15SYas .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v3du15SYas .offcanvas-body .mbr-text,
  .cid-v3du15SYas .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v3du15SYas .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3du15SYas ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3du15SYas .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3du15SYas .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3du15SYas .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3du15SYas li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v3du15SYas .lg_brand {
    margin: 0 1rem;
  }
  .cid-v3du15SYas .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v3du15SYas .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3du15SYas .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3du15SYas .nav-item {
    margin: 0 !important;
  }
}
.cid-v3du15SYas .nav-item .nav-link {
  position: relative;
}
.cid-v3du15SYas .nav-item .nav-link:hover::before,
.cid-v3du15SYas .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3du15SYas .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-v3du15SYas .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3du15SYas .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3du15SYas .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3du15SYas .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3du15SYas .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3du15SYas .offcanvas_box {
    display: none;
  }
}
.cid-v3du15SYas .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3du15SYas .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-v3du15SYas .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3du15SYas .container {
  display: flex;
  margin: auto;
}
.cid-v3du15SYas .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v3du15SYas .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3du15SYas .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3du15SYas .navbar-caption {
  color: #000000;
}
.cid-v3du15SYas .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .navbar-nav {
    margin: 0;
  }
}
.cid-v3du15SYas .dropdown-menu,
.cid-v3du15SYas .navbar.opened {
  background-color: false !important;
}
.cid-v3du15SYas .nav-item:focus,
.cid-v3du15SYas .nav-link:focus {
  outline: none;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3du15SYas .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3du15SYas .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3du15SYas .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3du15SYas .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3du15SYas .navbar.opened {
  transition: all 0.3s;
}
.cid-v3du15SYas .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3du15SYas .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-v3du15SYas .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v3du15SYas .navbar.collapsed {
  justify-content: center;
}
.cid-v3du15SYas .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3du15SYas .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3du15SYas .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3du15SYas .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3du15SYas .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3du15SYas .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3du15SYas .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3du15SYas .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3du15SYas .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v3du15SYas .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3du15SYas .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3du15SYas .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3du15SYas .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3du15SYas .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3du15SYas .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3du15SYas .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3du15SYas .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3du15SYas .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3du15SYas .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3du15SYas .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3du15SYas .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3du15SYas .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3du15SYas .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3du15SYas .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3du15SYas .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3du15SYas .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3du15SYas .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3du15SYas .dropdown-item.active,
.cid-v3du15SYas .dropdown-item:active {
  background-color: transparent;
}
.cid-v3du15SYas .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3du15SYas .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3du15SYas .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3du15SYas .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3du15SYas ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3du15SYas .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3du15SYas button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #dedede;
  background: #18c28a;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3du15SYas a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3du15SYas .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3du15SYas .navbar {
    height: 70px;
  }
  .cid-v3du15SYas .navbar.opened {
    height: auto;
  }
  .cid-v3du15SYas .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3du15SYas .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v3du15SYas .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v3du15SYas .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-v3du15SYas .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-v3du15SYas .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3du15SYas .text_widget {
  margin-bottom: 32px;
}
.cid-v3du15SYas .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3du15SYas .text_widget a:hover {
  opacity: .5;
}
.cid-v3du15SYas .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3du15SYas .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3du15SYas .mbr-section-subtitle,
.cid-v3du15SYas .text_widget,
.cid-v3du15SYas .mbr-section-btn {
  text-align: center;
}
.cid-v3du15SYas a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3dy7nUBrz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3dy7nUBrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dy7nUBrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dy7nUBrz .mbr-section-subtitle {
  text-align: justify;
}
.cid-v3dxVxSQt5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3dxVxSQt5 .media-container-row .mbr-text {
  color: #000000;
}
.cid-v3du15SYas {
  z-index: 1000;
  width: 100%;
}
.cid-v3du15SYas .navbar-dropdown {
  background-color: #dedede !important;
  padding: 0;
  position: fixed;
}
.cid-v3du15SYas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #dedede !important;
  background: #dedede;
}
.cid-v3du15SYas .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3du15SYas .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3du15SYas .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3du15SYas .menu_box .navbar.opened,
  .cid-v3du15SYas .menu_box .navbar-collapse {
    background-color: #dedede !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3du15SYas nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v3du15SYas .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v3du15SYas .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3du15SYas .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3du15SYas .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-v3du15SYas .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3du15SYas .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3du15SYas .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3du15SYas .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v3du15SYas .offcanvas-body .mbr-text,
  .cid-v3du15SYas .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v3du15SYas .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3du15SYas .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3du15SYas ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3du15SYas .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3du15SYas .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3du15SYas .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3du15SYas li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v3du15SYas .lg_brand {
    margin: 0 1rem;
  }
  .cid-v3du15SYas .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v3du15SYas .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3du15SYas .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3du15SYas .nav-item {
    margin: 0 !important;
  }
}
.cid-v3du15SYas .nav-item .nav-link {
  position: relative;
}
.cid-v3du15SYas .nav-item .nav-link:hover::before,
.cid-v3du15SYas .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3du15SYas .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-v3du15SYas .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3du15SYas .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3du15SYas .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3du15SYas .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3du15SYas .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3du15SYas .offcanvas_box {
    display: none;
  }
}
.cid-v3du15SYas .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3du15SYas .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-v3du15SYas .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3du15SYas .container {
  display: flex;
  margin: auto;
}
.cid-v3du15SYas .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v3du15SYas .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3du15SYas .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3du15SYas .navbar-caption {
  color: #000000;
}
.cid-v3du15SYas .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .navbar-nav {
    margin: 0;
  }
}
.cid-v3du15SYas .dropdown-menu,
.cid-v3du15SYas .navbar.opened {
  background-color: false !important;
}
.cid-v3du15SYas .nav-item:focus,
.cid-v3du15SYas .nav-link:focus {
  outline: none;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3du15SYas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3du15SYas .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3du15SYas .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3du15SYas .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3du15SYas .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3du15SYas .navbar.opened {
  transition: all 0.3s;
}
.cid-v3du15SYas .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3du15SYas .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-v3du15SYas .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v3du15SYas .navbar.collapsed {
  justify-content: center;
}
.cid-v3du15SYas .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3du15SYas .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3du15SYas .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3du15SYas .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3du15SYas .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3du15SYas .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3du15SYas .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3du15SYas .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3du15SYas .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v3du15SYas .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3du15SYas .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3du15SYas .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3du15SYas .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3du15SYas .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3du15SYas .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3du15SYas .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3du15SYas .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3du15SYas .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3du15SYas .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3du15SYas .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3du15SYas .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3du15SYas .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3du15SYas .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3du15SYas .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3du15SYas .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3du15SYas .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3du15SYas .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3du15SYas .dropdown-item.active,
.cid-v3du15SYas .dropdown-item:active {
  background-color: transparent;
}
.cid-v3du15SYas .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3du15SYas .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3du15SYas .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3du15SYas .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3du15SYas ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3du15SYas .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3du15SYas button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #dedede;
  background: #18c28a;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3du15SYas button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3du15SYas nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3du15SYas a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3du15SYas .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3du15SYas .navbar {
    height: 70px;
  }
  .cid-v3du15SYas .navbar.opened {
    height: auto;
  }
  .cid-v3du15SYas .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3du15SYas .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v3du15SYas .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v3du15SYas .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-v3du15SYas .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-v3du15SYas .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v3du15SYas .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3du15SYas .text_widget {
  margin-bottom: 32px;
}
.cid-v3du15SYas .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3du15SYas .text_widget a:hover {
  opacity: .5;
}
.cid-v3du15SYas .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3du15SYas .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3du15SYas .mbr-section-subtitle,
.cid-v3du15SYas .text_widget,
.cid-v3du15SYas .mbr-section-btn {
  text-align: center;
}
.cid-v3du15SYas a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3dyz8uSy8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dyz8uSy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dyz8uSy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dyz8uSy8 .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dyz8uSy8 .container-fluid {
    padding: 0;
  }
}
.cid-v3dyz8uSy8 .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dyz8uSy8 .container {
    padding: 0 28px;
  }
}
.cid-v3dyz8uSy8 .row {
  margin: -1px 0 0 0;
}
.cid-v3dyz8uSy8 .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-v3dyz8uSy8 .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-v3dyz8uSy8 .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v3dyz8uSy8 .card {
    padding: 20px;
  }
}
.cid-v3dyz8uSy8 .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dyz8uSy8 .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-v3dyz8uSy8 .card:last-child {
  border-right: none;
}
.cid-v3dyz8uSy8 .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-v3dyz8uSy8 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3dyz8uSy8 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3dyz8uSy8 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-v3dyz8uSy8 .mbr-section-title {
  color: #000000;
}
.cid-v3dyz8uSy8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3dyz8uSy8 .mbr-section-title,
.cid-v3dyz8uSy8 .mbr-section-btn {
  text-align: center;
}
.cid-v3dyJ56s0V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dyJ56s0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dyJ56s0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dyJ56s0V .row {
  justify-content: space-between;
}
.cid-v3dyJ56s0V .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3dyJ56s0V .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v3dyJ56s0V .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3dyJ56s0V .item {
    margin-bottom: 50px;
  }
}
.cid-v3dyJ56s0V .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3dyJ56s0V .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-v3dyJ56s0V .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-v3dyJ56s0V .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3dyJ56s0V .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-v3dyJ56s0V .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #000000;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-v3dyJ56s0V .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-v3dyJ56s0V .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-v3dyJ56s0V .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #000000;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v3dyJ56s0V .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-v3dyJ56s0V .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3dyJ56s0V .item .item-wrapper .item-content .item-title:hover,
.cid-v3dyJ56s0V .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-v3dyJ56s0V .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3dyJ56s0V .item-title {
  color: #000c3f;
}
.cid-v3dyJBq3Si {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dyJBq3Si .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dyJBq3Si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dyJBq3Si .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dyJBq3Si .container-fluid {
    padding: 0;
  }
}
.cid-v3dyJBq3Si .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dyJBq3Si .container {
    padding: 0 28px;
  }
}
.cid-v3dyJBq3Si .row {
  margin: -1px 0 0 0;
}
.cid-v3dyJBq3Si .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3dyJBq3Si .card {
    padding: 28px;
  }
}
.cid-v3dyJBq3Si .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-v3dyJBq3Si .google-map iframe {
    height: 350px;
  }
}
.cid-v3dxVxSQt5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3dxVxSQt5 .media-container-row .mbr-text {
  color: #000000;
}
.cid-v3dyTEC3Mq {
  z-index: 1000;
  width: 100%;
}
.cid-v3dyTEC3Mq .navbar-dropdown {
  background-color: #dedede !important;
  padding: 0;
  position: fixed;
}
.cid-v3dyTEC3Mq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #dedede !important;
  background: #dedede;
}
.cid-v3dyTEC3Mq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3dyTEC3Mq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3dyTEC3Mq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3dyTEC3Mq .menu_box .navbar.opened,
  .cid-v3dyTEC3Mq .menu_box .navbar-collapse {
    background-color: #dedede !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3dyTEC3Mq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v3dyTEC3Mq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v3dyTEC3Mq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3dyTEC3Mq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3dyTEC3Mq .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-v3dyTEC3Mq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-v3dyTEC3Mq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3dyTEC3Mq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3dyTEC3Mq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3dyTEC3Mq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v3dyTEC3Mq .offcanvas-body .mbr-text,
  .cid-v3dyTEC3Mq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v3dyTEC3Mq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v3dyTEC3Mq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3dyTEC3Mq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v3dyTEC3Mq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3dyTEC3Mq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3dyTEC3Mq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3dyTEC3Mq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3dyTEC3Mq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3dyTEC3Mq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3dyTEC3Mq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3dyTEC3Mq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3dyTEC3Mq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v3dyTEC3Mq .lg_brand {
    margin: 0 1rem;
  }
  .cid-v3dyTEC3Mq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v3dyTEC3Mq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3dyTEC3Mq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3dyTEC3Mq .nav-item {
    margin: 0 !important;
  }
}
.cid-v3dyTEC3Mq .nav-item .nav-link {
  position: relative;
}
.cid-v3dyTEC3Mq .nav-item .nav-link:hover::before,
.cid-v3dyTEC3Mq .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3dyTEC3Mq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-v3dyTEC3Mq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3dyTEC3Mq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3dyTEC3Mq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3dyTEC3Mq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3dyTEC3Mq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3dyTEC3Mq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3dyTEC3Mq .offcanvas_box {
    display: none;
  }
}
.cid-v3dyTEC3Mq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3dyTEC3Mq .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-v3dyTEC3Mq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3dyTEC3Mq .container {
  display: flex;
  margin: auto;
}
.cid-v3dyTEC3Mq .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v3dyTEC3Mq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3dyTEC3Mq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3dyTEC3Mq .navbar-caption {
  color: #000000;
}
.cid-v3dyTEC3Mq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3dyTEC3Mq .navbar-nav {
    margin: 0;
  }
}
.cid-v3dyTEC3Mq .dropdown-menu,
.cid-v3dyTEC3Mq .navbar.opened {
  background-color: false !important;
}
.cid-v3dyTEC3Mq .nav-item:focus,
.cid-v3dyTEC3Mq .nav-link:focus {
  outline: none;
}
.cid-v3dyTEC3Mq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3dyTEC3Mq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3dyTEC3Mq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3dyTEC3Mq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3dyTEC3Mq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3dyTEC3Mq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3dyTEC3Mq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3dyTEC3Mq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3dyTEC3Mq .navbar.opened {
  transition: all 0.3s;
}
.cid-v3dyTEC3Mq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3dyTEC3Mq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-v3dyTEC3Mq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v3dyTEC3Mq .navbar.collapsed {
  justify-content: center;
}
.cid-v3dyTEC3Mq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3dyTEC3Mq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3dyTEC3Mq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3dyTEC3Mq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3dyTEC3Mq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3dyTEC3Mq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3dyTEC3Mq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3dyTEC3Mq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3dyTEC3Mq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v3dyTEC3Mq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3dyTEC3Mq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3dyTEC3Mq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3dyTEC3Mq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3dyTEC3Mq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3dyTEC3Mq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3dyTEC3Mq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3dyTEC3Mq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3dyTEC3Mq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3dyTEC3Mq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3dyTEC3Mq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3dyTEC3Mq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3dyTEC3Mq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3dyTEC3Mq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3dyTEC3Mq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3dyTEC3Mq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3dyTEC3Mq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3dyTEC3Mq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3dyTEC3Mq .dropdown-item.active,
.cid-v3dyTEC3Mq .dropdown-item:active {
  background-color: transparent;
}
.cid-v3dyTEC3Mq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3dyTEC3Mq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3dyTEC3Mq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3dyTEC3Mq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3dyTEC3Mq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3dyTEC3Mq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3dyTEC3Mq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #dedede;
  background: #18c28a;
}
.cid-v3dyTEC3Mq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3dyTEC3Mq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3dyTEC3Mq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3dyTEC3Mq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3dyTEC3Mq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3dyTEC3Mq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3dyTEC3Mq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3dyTEC3Mq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3dyTEC3Mq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3dyTEC3Mq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3dyTEC3Mq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3dyTEC3Mq .navbar {
    height: 70px;
  }
  .cid-v3dyTEC3Mq .navbar.opened {
    height: auto;
  }
  .cid-v3dyTEC3Mq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3dyTEC3Mq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v3dyTEC3Mq .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v3dyTEC3Mq .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-v3dyTEC3Mq .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-v3dyTEC3Mq .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v3dyTEC3Mq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3dyTEC3Mq .text_widget {
  margin-bottom: 32px;
}
.cid-v3dyTEC3Mq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3dyTEC3Mq .text_widget a:hover {
  opacity: .5;
}
.cid-v3dyTEC3Mq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3dyTEC3Mq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3dyTEC3Mq .mbr-section-subtitle,
.cid-v3dyTEC3Mq .text_widget,
.cid-v3dyTEC3Mq .mbr-section-btn {
  text-align: center;
}
.cid-v3dyTEC3Mq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3dyTFbMzQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dyTFbMzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dyTFbMzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dyTFbMzQ .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dyTFbMzQ .container-fluid {
    padding: 0;
  }
}
.cid-v3dyTFbMzQ .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dyTFbMzQ .container {
    padding: 0 28px;
  }
}
.cid-v3dyTFbMzQ .row {
  margin: -1px 0 0 0;
}
.cid-v3dyTFbMzQ .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-v3dyTFbMzQ .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-v3dyTFbMzQ .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v3dyTFbMzQ .card {
    padding: 20px;
  }
}
.cid-v3dyTFbMzQ .card:first-child {
  border-right: 1px solid #707070;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v3dyTFbMzQ .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-v3dyTFbMzQ .card:last-child {
  border-right: none;
  border-right: 1px solid #707070;
}
.cid-v3dyTFbMzQ .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-v3dyTFbMzQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3dyTFbMzQ .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3dyTFbMzQ .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-v3dyTFbMzQ .mbr-section-title {
  color: #000000;
}
.cid-v3dyTFbMzQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3dyTFbMzQ .mbr-section-title,
.cid-v3dyTFbMzQ .mbr-section-btn {
  text-align: center;
}
.cid-v3dyTFpaQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dyTFpaQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dyTFpaQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dyTFpaQy .row {
  justify-content: space-between;
}
.cid-v3dyTFpaQy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3dyTFpaQy .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v3dyTFpaQy .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3dyTFpaQy .item {
    margin-bottom: 50px;
  }
}
.cid-v3dyTFpaQy .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3dyTFpaQy .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-v3dyTFpaQy .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-v3dyTFpaQy .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3dyTFpaQy .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-v3dyTFpaQy .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #000000;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-v3dyTFpaQy .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-v3dyTFpaQy .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-v3dyTFpaQy .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #000000;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v3dyTFpaQy .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-v3dyTFpaQy .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3dyTFpaQy .item .item-wrapper .item-content .item-title:hover,
.cid-v3dyTFpaQy .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-v3dyTFpaQy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3dyTFpaQy .item-title {
  color: #000c3f;
}
.cid-v3dyTFIJTP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dyTFIJTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dyTFIJTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dyTFIJTP .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dyTFIJTP .container-fluid {
    padding: 0;
  }
}
.cid-v3dyTFIJTP .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dyTFIJTP .container {
    padding: 0 28px;
  }
}
.cid-v3dyTFIJTP .row {
  margin: -1px 0 0 0;
}
.cid-v3dyTFIJTP .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3dyTFIJTP .card {
    padding: 28px;
  }
}
.cid-v3dyTFIJTP .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-v3dyTFIJTP .google-map iframe {
    height: 350px;
  }
}
.cid-v3dyTG01Ec {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3dyTG01Ec .media-container-row .mbr-text {
  color: #000000;
}
.cid-v3dzeV8C3n {
  z-index: 1000;
  width: 100%;
}
.cid-v3dzeV8C3n .navbar-dropdown {
  background-color: #dedede !important;
  padding: 0;
  position: fixed;
}
.cid-v3dzeV8C3n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #dedede !important;
  background: #dedede;
}
.cid-v3dzeV8C3n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3dzeV8C3n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3dzeV8C3n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3dzeV8C3n .menu_box .navbar.opened,
  .cid-v3dzeV8C3n .menu_box .navbar-collapse {
    background-color: #dedede !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3dzeV8C3n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v3dzeV8C3n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v3dzeV8C3n .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3dzeV8C3n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3dzeV8C3n .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-v3dzeV8C3n .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-v3dzeV8C3n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3dzeV8C3n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3dzeV8C3n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3dzeV8C3n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v3dzeV8C3n .offcanvas-body .mbr-text,
  .cid-v3dzeV8C3n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v3dzeV8C3n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v3dzeV8C3n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3dzeV8C3n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v3dzeV8C3n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3dzeV8C3n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3dzeV8C3n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3dzeV8C3n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3dzeV8C3n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3dzeV8C3n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3dzeV8C3n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3dzeV8C3n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3dzeV8C3n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v3dzeV8C3n .lg_brand {
    margin: 0 1rem;
  }
  .cid-v3dzeV8C3n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v3dzeV8C3n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3dzeV8C3n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3dzeV8C3n .nav-item {
    margin: 0 !important;
  }
}
.cid-v3dzeV8C3n .nav-item .nav-link {
  position: relative;
}
.cid-v3dzeV8C3n .nav-item .nav-link:hover::before,
.cid-v3dzeV8C3n .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3dzeV8C3n .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-v3dzeV8C3n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3dzeV8C3n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3dzeV8C3n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3dzeV8C3n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3dzeV8C3n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3dzeV8C3n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3dzeV8C3n .offcanvas_box {
    display: none;
  }
}
.cid-v3dzeV8C3n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3dzeV8C3n .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-v3dzeV8C3n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3dzeV8C3n .container {
  display: flex;
  margin: auto;
}
.cid-v3dzeV8C3n .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v3dzeV8C3n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3dzeV8C3n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3dzeV8C3n .navbar-caption {
  color: #000000;
}
.cid-v3dzeV8C3n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3dzeV8C3n .navbar-nav {
    margin: 0;
  }
}
.cid-v3dzeV8C3n .dropdown-menu,
.cid-v3dzeV8C3n .navbar.opened {
  background-color: false !important;
}
.cid-v3dzeV8C3n .nav-item:focus,
.cid-v3dzeV8C3n .nav-link:focus {
  outline: none;
}
.cid-v3dzeV8C3n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3dzeV8C3n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3dzeV8C3n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3dzeV8C3n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3dzeV8C3n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3dzeV8C3n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3dzeV8C3n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3dzeV8C3n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3dzeV8C3n .navbar.opened {
  transition: all 0.3s;
}
.cid-v3dzeV8C3n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3dzeV8C3n .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-v3dzeV8C3n .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v3dzeV8C3n .navbar.collapsed {
  justify-content: center;
}
.cid-v3dzeV8C3n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3dzeV8C3n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3dzeV8C3n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3dzeV8C3n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3dzeV8C3n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3dzeV8C3n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3dzeV8C3n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3dzeV8C3n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3dzeV8C3n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v3dzeV8C3n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3dzeV8C3n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3dzeV8C3n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3dzeV8C3n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3dzeV8C3n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3dzeV8C3n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3dzeV8C3n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3dzeV8C3n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3dzeV8C3n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3dzeV8C3n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3dzeV8C3n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3dzeV8C3n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3dzeV8C3n .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3dzeV8C3n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3dzeV8C3n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3dzeV8C3n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3dzeV8C3n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3dzeV8C3n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3dzeV8C3n .dropdown-item.active,
.cid-v3dzeV8C3n .dropdown-item:active {
  background-color: transparent;
}
.cid-v3dzeV8C3n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3dzeV8C3n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3dzeV8C3n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3dzeV8C3n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3dzeV8C3n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3dzeV8C3n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3dzeV8C3n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #dedede;
  background: #18c28a;
}
.cid-v3dzeV8C3n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3dzeV8C3n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3dzeV8C3n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3dzeV8C3n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3dzeV8C3n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3dzeV8C3n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3dzeV8C3n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3dzeV8C3n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3dzeV8C3n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3dzeV8C3n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3dzeV8C3n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3dzeV8C3n .navbar {
    height: 70px;
  }
  .cid-v3dzeV8C3n .navbar.opened {
    height: auto;
  }
  .cid-v3dzeV8C3n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3dzeV8C3n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v3dzeV8C3n .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v3dzeV8C3n .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-v3dzeV8C3n .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-v3dzeV8C3n .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v3dzeV8C3n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3dzeV8C3n .text_widget {
  margin-bottom: 32px;
}
.cid-v3dzeV8C3n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3dzeV8C3n .text_widget a:hover {
  opacity: .5;
}
.cid-v3dzeV8C3n .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3dzeV8C3n .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3dzeV8C3n .mbr-section-subtitle,
.cid-v3dzeV8C3n .text_widget,
.cid-v3dzeV8C3n .mbr-section-btn {
  text-align: center;
}
.cid-v3dzeV8C3n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3dzkCt3YB {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dzkCt3YB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dzkCt3YB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dzkCt3YB .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dzkCt3YB .container-fluid {
    padding: 0;
  }
}
.cid-v3dzkCt3YB .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dzkCt3YB .container {
    padding: 0 28px;
  }
}
.cid-v3dzkCt3YB .row {
  margin: -1px 0 0 0;
}
.cid-v3dzkCt3YB .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3dzkCt3YB .card {
    padding: 28px;
  }
}
.cid-v3dzkCt3YB .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dzkCt3YB .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-v3dzkCt3YB .card:last-child {
  border-right: none;
  padding: 90px 40px 40px;
}
@media (max-width: 1200px) {
  .cid-v3dzkCt3YB .card:last-child {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3dzkCt3YB .card:last-child {
    padding: 28px;
  }
}
.cid-v3dzkCt3YB .image-wrapper img {
  min-height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3dzkCt3YB .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v3dzkCt3YB .title-wrapper {
  margin-bottom: 40px;
}
.cid-v3dzkCt3YB .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3dzkCt3YB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3dzkCt3YB .panel-group .card {
  border-radius: 0 !important;
  border-top: none;
  margin-top: 20px;
  padding: 0;
}
.cid-v3dzkCt3YB .panel-group .card:first-child {
  border: none;
  margin-top: 0;
}
.cid-v3dzkCt3YB .panel-group .card .card-header {
  padding: 2px 5px 4px 5px;
  background-color: transparent;
  border: none;
}
.cid-v3dzkCt3YB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v3dzkCt3YB .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
}
.cid-v3dzkCt3YB .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  margin: 0 24px 0 0;
  min-width: 30px;
}
.cid-v3dzkCt3YB .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v3dzkCt3YB .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 20px;
  width: 25px;
  height: 25px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-v3dzkCt3YB .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v3dzkCt3YB .panel-group .card .panel-collapse .panel-body {
  border-top: 1px solid #707070;
  padding: 10px 0 2px 60px;
}
.cid-v3dzkCt3YB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3dzkCt3YB .mbr-section-title {
  color: #000000;
}
.cid-v3dzkCt3YB .mbr-text {
  color: #000000;
}
.cid-v3dzkCt3YB .panel-number {
  color: #000000;
}
.cid-v3dzkCt3YB .panel-title-edit {
  color: #000000;
}
.cid-v3dzkCt3YB .panel-text {
  color: #000000;
}
.cid-v3dzeVUAz4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dzeVUAz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dzeVUAz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dzeVUAz4 .row {
  justify-content: space-between;
}
.cid-v3dzeVUAz4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3dzeVUAz4 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v3dzeVUAz4 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3dzeVUAz4 .item {
    margin-bottom: 50px;
  }
}
.cid-v3dzeVUAz4 .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3dzeVUAz4 .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-v3dzeVUAz4 .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-v3dzeVUAz4 .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3dzeVUAz4 .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-v3dzeVUAz4 .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #000000;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-v3dzeVUAz4 .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-v3dzeVUAz4 .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-v3dzeVUAz4 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #000000;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v3dzeVUAz4 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-v3dzeVUAz4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3dzeVUAz4 .item .item-wrapper .item-content .item-title:hover,
.cid-v3dzeVUAz4 .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-v3dzeVUAz4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3dzeVUAz4 .item-title {
  color: #000c3f;
}
.cid-v3dzeW7Ma7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dzeW7Ma7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dzeW7Ma7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dzeW7Ma7 .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dzeW7Ma7 .container-fluid {
    padding: 0;
  }
}
.cid-v3dzeW7Ma7 .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dzeW7Ma7 .container {
    padding: 0 28px;
  }
}
.cid-v3dzeW7Ma7 .row {
  margin: -1px 0 0 0;
}
.cid-v3dzeW7Ma7 .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3dzeW7Ma7 .card {
    padding: 28px;
  }
}
.cid-v3dzeW7Ma7 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-v3dzeW7Ma7 .google-map iframe {
    height: 350px;
  }
}
.cid-v3dzeWqvYF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3dzeWqvYF .media-container-row .mbr-text {
  color: #000000;
}
.cid-v3dzR783zv {
  z-index: 1000;
  width: 100%;
}
.cid-v3dzR783zv .navbar-dropdown {
  background-color: #dedede !important;
  padding: 0;
  position: fixed;
}
.cid-v3dzR783zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #dedede !important;
  background: #dedede;
}
.cid-v3dzR783zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3dzR783zv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3dzR783zv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3dzR783zv .menu_box .navbar.opened,
  .cid-v3dzR783zv .menu_box .navbar-collapse {
    background-color: #dedede !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3dzR783zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v3dzR783zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v3dzR783zv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3dzR783zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3dzR783zv .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-v3dzR783zv .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-v3dzR783zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3dzR783zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3dzR783zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3dzR783zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v3dzR783zv .offcanvas-body .mbr-text,
  .cid-v3dzR783zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v3dzR783zv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v3dzR783zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3dzR783zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v3dzR783zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3dzR783zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3dzR783zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3dzR783zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3dzR783zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3dzR783zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3dzR783zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3dzR783zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3dzR783zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v3dzR783zv .lg_brand {
    margin: 0 1rem;
  }
  .cid-v3dzR783zv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v3dzR783zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3dzR783zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3dzR783zv .nav-item {
    margin: 0 !important;
  }
}
.cid-v3dzR783zv .nav-item .nav-link {
  position: relative;
}
.cid-v3dzR783zv .nav-item .nav-link:hover::before,
.cid-v3dzR783zv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3dzR783zv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-v3dzR783zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3dzR783zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3dzR783zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3dzR783zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3dzR783zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3dzR783zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3dzR783zv .offcanvas_box {
    display: none;
  }
}
.cid-v3dzR783zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3dzR783zv .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-v3dzR783zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3dzR783zv .container {
  display: flex;
  margin: auto;
}
.cid-v3dzR783zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v3dzR783zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3dzR783zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3dzR783zv .navbar-caption {
  color: #000000;
}
.cid-v3dzR783zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3dzR783zv .navbar-nav {
    margin: 0;
  }
}
.cid-v3dzR783zv .dropdown-menu,
.cid-v3dzR783zv .navbar.opened {
  background-color: false !important;
}
.cid-v3dzR783zv .nav-item:focus,
.cid-v3dzR783zv .nav-link:focus {
  outline: none;
}
.cid-v3dzR783zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3dzR783zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3dzR783zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3dzR783zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3dzR783zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3dzR783zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3dzR783zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3dzR783zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3dzR783zv .navbar.opened {
  transition: all 0.3s;
}
.cid-v3dzR783zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3dzR783zv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-v3dzR783zv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v3dzR783zv .navbar.collapsed {
  justify-content: center;
}
.cid-v3dzR783zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3dzR783zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3dzR783zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3dzR783zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3dzR783zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3dzR783zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3dzR783zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3dzR783zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3dzR783zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v3dzR783zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3dzR783zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3dzR783zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3dzR783zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3dzR783zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3dzR783zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3dzR783zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3dzR783zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3dzR783zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3dzR783zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3dzR783zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3dzR783zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3dzR783zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3dzR783zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3dzR783zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3dzR783zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3dzR783zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3dzR783zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3dzR783zv .dropdown-item.active,
.cid-v3dzR783zv .dropdown-item:active {
  background-color: transparent;
}
.cid-v3dzR783zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3dzR783zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3dzR783zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3dzR783zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3dzR783zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3dzR783zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3dzR783zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #dedede;
  background: #18c28a;
}
.cid-v3dzR783zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3dzR783zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3dzR783zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3dzR783zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3dzR783zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3dzR783zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3dzR783zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3dzR783zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3dzR783zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3dzR783zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3dzR783zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3dzR783zv .navbar {
    height: 70px;
  }
  .cid-v3dzR783zv .navbar.opened {
    height: auto;
  }
  .cid-v3dzR783zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3dzR783zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v3dzR783zv .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v3dzR783zv .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-v3dzR783zv .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-v3dzR783zv .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v3dzR783zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3dzR783zv .text_widget {
  margin-bottom: 32px;
}
.cid-v3dzR783zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3dzR783zv .text_widget a:hover {
  opacity: .5;
}
.cid-v3dzR783zv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3dzR783zv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3dzR783zv .mbr-section-subtitle,
.cid-v3dzR783zv .text_widget,
.cid-v3dzR783zv .mbr-section-btn {
  text-align: center;
}
.cid-v3dzR783zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3dA0KGlPR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dA0KGlPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dA0KGlPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dA0KGlPR .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dA0KGlPR .container-fluid {
    padding: 0;
  }
}
.cid-v3dA0KGlPR .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dA0KGlPR .container {
    padding: 0 28px;
  }
}
.cid-v3dA0KGlPR .row {
  margin: -1px 0 0 0;
}
.cid-v3dA0KGlPR .card {
  padding: 40px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3dA0KGlPR .card {
    padding: 28px;
  }
}
.cid-v3dA0KGlPR .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dA0KGlPR .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-v3dA0KGlPR .card:last-child {
  border-right: none;
  padding: 40px 100px;
}
@media (max-width: 1200px) {
  .cid-v3dA0KGlPR .card:last-child {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3dA0KGlPR .card:last-child {
    padding: 28px;
  }
}
.cid-v3dA0KGlPR .image-wrapper img {
  min-height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3dA0KGlPR .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v3dA0KGlPR .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3dA0KGlPR .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3dA0KGlPR .title-wrapper img {
  max-width: 400px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto 30px;
}
.cid-v3dA0KGlPR .mbr-section-title {
  color: #000000;
}
.cid-v3dA0KGlPR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3dA0KGlPR .mbr-section-title,
.cid-v3dA0KGlPR .mbr-section-btn {
  text-align: center;
}
.cid-v3dzXb8nrs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dzXb8nrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dzXb8nrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dzXb8nrs .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v3dzXb8nrs .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-v3dzXb8nrs .container {
    padding: 0 28px;
  }
}
.cid-v3dzXb8nrs .row {
  justify-content: center;
}
.cid-v3dzXb8nrs .item {
  margin-bottom: 60px;
}
.cid-v3dzXb8nrs .item .item-wrapper {
  display: block;
}
.cid-v3dzXb8nrs .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  height: 375px;
  border: 1px solid #707070;
}
@media (max-width: 768px) {
  .cid-v3dzXb8nrs .item .item-wrapper .item-img {
    height: 285px;
  }
}
.cid-v3dzXb8nrs .item .item-wrapper .item-img:hover .mbr-section-btn,
.cid-v3dzXb8nrs .item .item-wrapper .item-img:focus .mbr-section-btn {
  opacity: 1;
}
.cid-v3dzXb8nrs .item .item-wrapper .item-img img {
  position: absolute;
  height: 200px;
  width: 150px;
  object-fit: cover;
}
.cid-v3dzXb8nrs .item .item-wrapper .item-img .mbr-section-btn {
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v3dzXb8nrs .item .item-wrapper .item-img .mbr-section-btn {
    opacity: 1;
  }
}
.cid-v3dzXb8nrs .item .item-wrapper .item-content .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cid-v3dzXb8nrs .item .item-wrapper .item-content .title-wrap:hover .mbr-card-title,
.cid-v3dzXb8nrs .item .item-wrapper .item-content .title-wrap:focus .mbr-card-title {
  color: #18c28a;
}
.cid-v3dzXb8nrs .item .item-wrapper .item-content .title-wrap .mbr-card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3dzXb8nrs .item .item-wrapper .item-content .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-v3dzXb8nrs .item .item-wrapper .item-content .desc-wrap {
  display: block;
}
.cid-v3dzXb8nrs .item .item-wrapper .item-content .desc-wrap:hover .mbr-desc::after,
.cid-v3dzXb8nrs .item .item-wrapper .item-content .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-v3dzXb8nrs .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  margin-bottom: 0;
  position: relative;
  display: inline-flex;
}
.cid-v3dzXb8nrs .item .item-wrapper .item-content .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #707070;
}
.cid-v3dzXb8nrs .mbr-card-title {
  color: #000000;
}
.cid-v3dzXb8nrs .mbr-price {
  color: #000000;
}
.cid-v3dzXb8nrs .mbr-desc {
  color: #000000;
}
.cid-v3dzR8eET8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dzR8eET8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dzR8eET8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dzR8eET8 .row {
  justify-content: space-between;
}
.cid-v3dzR8eET8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3dzR8eET8 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v3dzR8eET8 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3dzR8eET8 .item {
    margin-bottom: 50px;
  }
}
.cid-v3dzR8eET8 .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3dzR8eET8 .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-v3dzR8eET8 .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-v3dzR8eET8 .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3dzR8eET8 .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-v3dzR8eET8 .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #000000;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-v3dzR8eET8 .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-v3dzR8eET8 .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-v3dzR8eET8 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #000000;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v3dzR8eET8 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-v3dzR8eET8 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3dzR8eET8 .item .item-wrapper .item-content .item-title:hover,
.cid-v3dzR8eET8 .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-v3dzR8eET8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3dzR8eET8 .item-title {
  color: #000c3f;
}
.cid-v3dzR8vSoO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-v3dzR8vSoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dzR8vSoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dzR8vSoO .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dzR8vSoO .container-fluid {
    padding: 0;
  }
}
.cid-v3dzR8vSoO .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v3dzR8vSoO .container {
    padding: 0 28px;
  }
}
.cid-v3dzR8vSoO .row {
  margin: -1px 0 0 0;
}
.cid-v3dzR8vSoO .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3dzR8vSoO .card {
    padding: 28px;
  }
}
.cid-v3dzR8vSoO .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-v3dzR8vSoO .google-map iframe {
    height: 350px;
  }
}
.cid-v3dzR8SaHd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3dzR8SaHd .media-container-row .mbr-text {
  color: #000000;
}
