.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: #00ae75 !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: #00ae75 !important;
  border-color: #00ae75 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #00e197 !important;
  border-color: #00e197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00e197 !important;
  border-color: #00e197 !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: #00ae75;
  color: #00ae75;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #00573b !important;
  background-color: transparent !important;
  border-color: #00573b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00ae75 !important;
  border-color: #00ae75 !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: #00ae75 !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: #004830 !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: #00ae75;
}
.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: #2fffbb;
}
/* 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 #00ae75 !important;
  box-shadow: 10px 10px #00ae75;
}
.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;
}
.cid-uRCmp9sNYg {
  z-index: 1000;
  width: 100%;
}
.cid-uRCmp9sNYg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRCmp9sNYg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRCmp9sNYg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRCmp9sNYg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRCmp9sNYg .menu_box .navbar.opened,
  .cid-uRCmp9sNYg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRCmp9sNYg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRCmp9sNYg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRCmp9sNYg .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRCmp9sNYg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRCmp9sNYg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRCmp9sNYg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRCmp9sNYg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRCmp9sNYg .offcanvas-body .mbr-text,
  .cid-uRCmp9sNYg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRCmp9sNYg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRCmp9sNYg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRCmp9sNYg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRCmp9sNYg .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-uRCmp9sNYg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRCmp9sNYg 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-uRCmp9sNYg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRCmp9sNYg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRCmp9sNYg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRCmp9sNYg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .nav-item {
    margin: 0 !important;
  }
}
.cid-uRCmp9sNYg .nav-item .nav-link {
  position: relative;
}
.cid-uRCmp9sNYg .nav-item .nav-link:hover::before,
.cid-uRCmp9sNYg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRCmp9sNYg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRCmp9sNYg .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-uRCmp9sNYg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRCmp9sNYg .offcanvas_box {
    display: none;
  }
}
.cid-uRCmp9sNYg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRCmp9sNYg .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRCmp9sNYg .container {
  display: flex;
  margin: auto;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRCmp9sNYg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRCmp9sNYg .navbar-caption {
  color: #000000;
}
.cid-uRCmp9sNYg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .navbar-nav {
    margin: 0;
  }
}
.cid-uRCmp9sNYg .dropdown-menu,
.cid-uRCmp9sNYg .navbar.opened {
  background-color: false !important;
}
.cid-uRCmp9sNYg .nav-item:focus,
.cid-uRCmp9sNYg .nav-link:focus {
  outline: none;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRCmp9sNYg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRCmp9sNYg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRCmp9sNYg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRCmp9sNYg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRCmp9sNYg .navbar.opened {
  transition: all 0.3s;
}
.cid-uRCmp9sNYg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRCmp9sNYg .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRCmp9sNYg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRCmp9sNYg .navbar.collapsed {
  justify-content: center;
}
.cid-uRCmp9sNYg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRCmp9sNYg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRCmp9sNYg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRCmp9sNYg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRCmp9sNYg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRCmp9sNYg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRCmp9sNYg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRCmp9sNYg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRCmp9sNYg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRCmp9sNYg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRCmp9sNYg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRCmp9sNYg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRCmp9sNYg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRCmp9sNYg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRCmp9sNYg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRCmp9sNYg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRCmp9sNYg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRCmp9sNYg .dropdown-item.active,
.cid-uRCmp9sNYg .dropdown-item:active {
  background-color: transparent;
}
.cid-uRCmp9sNYg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRCmp9sNYg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRCmp9sNYg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRCmp9sNYg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRCmp9sNYg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .navbar {
    height: 70px;
  }
  .cid-uRCmp9sNYg .navbar.opened {
    height: auto;
  }
  .cid-uRCmp9sNYg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRCmp9sNYg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRCmp9sNYg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRCmp9sNYg .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRCmp9sNYg .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRCmp9sNYg .text_widget {
  margin-bottom: 32px;
}
.cid-uRCmp9sNYg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRCmp9sNYg .text_widget a:hover {
  opacity: .5;
}
.cid-uRCmp9sNYg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRCmp9sNYg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRCmp9sNYg .mbr-section-subtitle,
.cid-uRCmp9sNYg .text_widget,
.cid-uRCmp9sNYg .mbr-section-btn {
  text-align: center;
}
.cid-uRCmp9sNYg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRCmqSR0b0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRCmqSR0b0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRCmqSR0b0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRCmqSR0b0 .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uRCmqSR0b0 .container-fluid {
    padding: 0;
  }
}
.cid-uRCmqSR0b0 .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uRCmqSR0b0 .container {
    padding: 0 28px;
  }
}
.cid-uRCmqSR0b0 .row {
  margin: -1px 0 0 0;
}
.cid-uRCmqSR0b0 .card {
  padding: 50px 40px;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRCmqSR0b0 .card {
    padding: 28px;
  }
}
.cid-uRCmqSR0b0 .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uRCmqSR0b0 .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-uRCmqSR0b0 .card:last-child {
  border-right: none;
}
.cid-uRCmqSR0b0 .title-wrapper .icon-wrap {
  margin-bottom: 20px;
}
.cid-uRCmqSR0b0 .title-wrapper .icon-wrap .mbr-iconfont {
  font-size: 110px;
  color: #f2d122;
  display: inline-flex;
}
.cid-uRCmqSR0b0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRCmqSR0b0 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRCmqSR0b0 .image-wrapper img {
  min-height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRCmqSR0b0 .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uRCmqSR0b0 .mbr-section-title {
  color: #000000;
}
.cid-uRCmqSR0b0 .mbr-text {
  color: #000000;
}
.cid-uRT7t4R5Bb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ae75;
}
.cid-uRT7t4R5Bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT7t4R5Bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT7t4R5Bb .row {
  justify-content: space-between;
}
.cid-uRT7t4R5Bb .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRT7t4R5Bb .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRT7t4R5Bb .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uRT7t4R5Bb .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRT7t4R5Bb .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uRT7t4R5Bb .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uRT7t4R5Bb .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uRT7t4R5Bb .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRT7t4R5Bb .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRT7t4R5Bb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRT7t4R5Bb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uRT7t4R5Bb .mbr-label {
  color: #19171c;
}
.cid-uRT7t4R5Bb .mbr-section-title {
  color: #19171c;
}
.cid-uRT7t4R5Bb .mbr-text,
.cid-uRT7t4R5Bb .text-wrapper {
  color: #ffffff;
}
.cid-uRT7t4R5Bb .mbr-section-title,
.cid-uRT7t4R5Bb .mbr-section-btn,
.cid-uRT7t4R5Bb .iconfont-wrapper {
  color: #ffffff;
}
.cid-uRT8X6kdkE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRT8X6kdkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT8X6kdkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT8X6kdkE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uRT8X6kdkE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRT8X6kdkE .container {
    padding: 0 16px;
  }
}
.cid-uRT8X6kdkE .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uRT8X6kdkE .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uRT8X6kdkE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRT8X6kdkE .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uRT8X6kdkE .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uRT8X6kdkE .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uRT8X6kdkE .item:first-child {
  margin-bottom: 0;
}
.cid-uRT8X6kdkE .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uRT8X6kdkE .item .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRT8X6kdkE .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uRT8X6kdkE .item .item-wrapper .item-img .price-wrap .item-price {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #00ae75;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uRT8X6kdkE .item .item-wrapper .item-img .price-wrap .item-price {
    margin-bottom: 32px;
  }
}
.cid-uRT8X6kdkE .item .item-wrapper .item-img .price-wrap .item-text {
  margin-bottom: 12px;
}
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uRT8X6kdkE .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uRT8X6kdkE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRT8X6kdkE .item-price {
  color: #000000;
}
.cid-uRT8X6kdkE .item-title {
  color: #000000;
}
.cid-uRT8X6kdkE .item-text {
  color: #000000;
}
.cid-uRT8X6kdkE .item-price,
.cid-uRT8X6kdkE .price-wrap {
  color: #ffffff;
}
.cid-uRCmzaYPd8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRCmzaYPd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRCmzaYPd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRCmzaYPd8 .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uRCmzaYPd8 .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uRCmzaYPd8 .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uRCmzaYPd8 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uRCmzaYPd8 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRCmzaYPd8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRCmzaYPd8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRCmzaYPd8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRCmzaYPd8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 20px;
}
@media (max-width: 992px) {
  .cid-uRCmzaYPd8 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uRCmzaYPd8 .item {
    margin-bottom: 40px;
  }
}
.cid-uRCmzaYPd8 .item .item-wrapper .item-img {
  padding: 60px 40px;
  background-color: #f2f1f3;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRCmzaYPd8 .item .item-wrapper .item-img {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-uRCmzaYPd8 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uRCmzaYPd8 .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uRCmzaYPd8 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRCmzaYPd8 .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uRCmzaYPd8 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uRCmzaYPd8 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uRCmzaYPd8 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uRCmzaYPd8 .mbr-label {
  color: #19171c;
}
.cid-uRCmzaYPd8 .mbr-section-title {
  color: #19171c;
}
.cid-uRCmzaYPd8 .mbr-text {
  color: #19171c;
}
.cid-uRCmzaYPd8 .item-title {
  color: #19171c;
}
.cid-uRCmzaYPd8 .item-text {
  color: #6e6e73;
}
.cid-uRCmzaYPd8 .item-text,
.cid-uRCmzaYPd8 .mbr-section-btn {
  color: #000000;
}
.cid-uRTeBLffsW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ae75;
}
.cid-uRTeBLffsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTeBLffsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRTeBLffsW .container {
    padding: 0 22px;
  }
}
.cid-uRTeBLffsW .row {
  justify-content: center;
}
.cid-uRTeBLffsW .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRTeBLffsW .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRTeBLffsW .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uRTeBLffsW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRTeBLffsW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uRTeBLffsW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRTeBLffsW .mbr-section-title {
  color: #ffffff;
}
.cid-uRTeBLffsW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRTeBLffsW .mbr-section-title,
.cid-uRTeBLffsW .icon-wrapper {
  text-align: center;
}
.cid-uRT7tOCQWy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ae75;
}
.cid-uRT7tOCQWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT7tOCQWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT7tOCQWy .row {
  justify-content: space-between;
}
.cid-uRT7tOCQWy .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRT7tOCQWy .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRT7tOCQWy .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uRT7tOCQWy .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRT7tOCQWy .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uRT7tOCQWy .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uRT7tOCQWy .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uRT7tOCQWy .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRT7tOCQWy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRT7tOCQWy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRT7tOCQWy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uRT7tOCQWy .mbr-label {
  color: #19171c;
}
.cid-uRT7tOCQWy .mbr-section-title {
  color: #19171c;
}
.cid-uRT7tOCQWy .mbr-text,
.cid-uRT7tOCQWy .text-wrapper {
  color: #ffffff;
}
.cid-uRT7tOCQWy .mbr-section-title,
.cid-uRT7tOCQWy .mbr-section-btn,
.cid-uRT7tOCQWy .iconfont-wrapper {
  color: #ffffff;
}
.cid-uRCmrePuWh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRCmrePuWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRCmrePuWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRCmrePuWh .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uRCmrePuWh .container-fluid {
    padding: 0;
  }
}
.cid-uRCmrePuWh .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uRCmrePuWh .container {
    padding: 0 28px;
  }
}
.cid-uRCmrePuWh .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uRCmrePuWh .item {
  padding: 40px;
  border-right: 1px solid #707070;
  transition: all 0.3s ease-in-out;
}
.cid-uRCmrePuWh .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uRCmrePuWh .item {
    padding: 28px;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .cid-uRCmrePuWh .item:last-child {
    border-bottom: none;
  }
}
.cid-uRCmrePuWh .item:hover,
.cid-uRCmrePuWh .item:focus {
  background-color: #00ae75;
}
.cid-uRCmrePuWh .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uRCmrePuWh .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uRCmrePuWh .item .item-wrapper {
  display: block;
}
.cid-uRCmrePuWh .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRCmrePuWh .item .item-wrapper .item-img img {
  height: 415px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRCmrePuWh .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uRCmrePuWh .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  height: 200px;
  width: 200px;
  background-color: #f2d122;
  font-size: 80px;
  color: #000000;
  border: 5px solid #000000;
  border-radius: 100%;
  transform: rotate(15deg);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRCmrePuWh .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uRCmrePuWh .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uRCmrePuWh .item .item-wrapper .item-content .social-wrapper {
  margin-top: 34px;
}
.cid-uRCmrePuWh .item .item-wrapper .item-content .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uRCmrePuWh .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item {
  display: inline-flex;
  margin-right: 15px;
}
.cid-uRCmrePuWh .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item:hover .mbr-soc::after,
.cid-uRCmrePuWh .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item:focus .mbr-soc::after {
  width: 100%;
}
.cid-uRCmrePuWh .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item .mbr-soc {
  margin-bottom: 0;
  position: relative;
}
.cid-uRCmrePuWh .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item .mbr-soc::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-uRCmrePuWh .item-title {
  color: #000000;
}
.cid-uRCmrePuWh .mbr-text {
  color: #000000;
}
.cid-uRCmrePuWh .mbr-soc {
  color: #000000;
}
.cid-uRT7vcd7c7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ae75;
}
.cid-uRT7vcd7c7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT7vcd7c7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT7vcd7c7 .row {
  justify-content: space-between;
}
.cid-uRT7vcd7c7 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRT7vcd7c7 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRT7vcd7c7 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uRT7vcd7c7 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRT7vcd7c7 .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uRT7vcd7c7 .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uRT7vcd7c7 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uRT7vcd7c7 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRT7vcd7c7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRT7vcd7c7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRT7vcd7c7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uRT7vcd7c7 .mbr-label {
  color: #19171c;
}
.cid-uRT7vcd7c7 .mbr-section-title {
  color: #19171c;
}
.cid-uRT7vcd7c7 .mbr-text,
.cid-uRT7vcd7c7 .text-wrapper {
  color: #ffffff;
}
.cid-uRT7vcd7c7 .mbr-section-title,
.cid-uRT7vcd7c7 .mbr-section-btn,
.cid-uRT7vcd7c7 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uRCmrB21TD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRCmrB21TD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRCmrB21TD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRCmrB21TD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRCmrB21TD .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uRCmrB21TD .container {
    padding: 0 28px;
  }
}
.cid-uRCmrB21TD .row {
  justify-content: center;
}
.cid-uRCmrB21TD .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRCmrB21TD .item {
    margin-bottom: 30px;
  }
}
.cid-uRCmrB21TD .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 32px;
}
.cid-uRCmrB21TD .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: #00ae75;
  border: 5px solid #000000;
  border-radius: 100%;
}
.cid-uRCmrB21TD .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uRCmrB21TD .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uRCmrB21TD .mbr-card-title {
  color: #000000;
}
.cid-uRCmrB21TD .mbr-text {
  color: #000000;
}
.cid-uRCmCke78B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRCmCke78B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRCmCke78B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRCmCke78B .container-fluid {
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRCmCke78B .container-fluid {
    padding: 0;
  }
}
.cid-uRCmCke78B .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRCmCke78B .container {
    padding: 0 28px;
  }
}
.cid-uRCmCke78B .row {
  margin: -1px 0 0 0;
}
.cid-uRCmCke78B .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRCmCke78B .card {
    padding: 28px;
  }
}
.cid-uRCmCke78B .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uRCmCke78B .google-map iframe {
    height: 350px;
  }
}
.cid-uRT5kKPdru {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRT5kKPdru .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRT5kKPdru form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRT5kKPdru form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRT5kKPdru form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRT5kKPdru .row {
  margin: 0;
}
.cid-uRT5kKPdru .card {
  padding: 3rem;
  border: 1px solid #000000 !important;
}
@media (max-width: 767px) {
  .cid-uRT5kKPdru .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uRT5kKPdru h3 {
  margin-bottom: 3rem !important;
}
.cid-uRT5kKPdru .content-head {
  max-width: 800px;
}
.cid-uRT5kKPdru textarea {
  min-height: 200px;
}
.cid-uRT5kKPdru input,
.cid-uRT5kKPdru textarea {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uRT5kKPdru .mbr-section-title {
  color: #221b35;
}
.cid-uRT5kKPdru LABEL {
  color: #221b35;
}
.cid-uRCmGn2wmS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRCmGn2wmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRCmGn2wmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRCmGn2wmS .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRCmGn2wmS .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uRCmGn2wmS .card {
  justify-content: center;
}
.cid-uRCmGn2wmS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRCmGn2wmS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRCmGn2wmS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRCmGn2wmS .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uRCmGn2wmS .list-wrapper .list .item-wrap:hover,
.cid-uRCmGn2wmS .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uRCmGn2wmS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRCmGn2wmS .mbr-section-title {
  color: #000000;
}
.cid-uRCmGn2wmS .list {
  color: #000000;
}
.cid-uRT5nJjzKQ.popup-builder {
  background-color: #ffffff;
}
.cid-uRT5nJjzKQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRT5nJjzKQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRT5nJjzKQ .modal-content,
.cid-uRT5nJjzKQ .modal-dialog {
  height: auto;
}
.cid-uRT5nJjzKQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRT5nJjzKQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRT5nJjzKQ .form-wrapper .mbr-form .form-group,
  .cid-uRT5nJjzKQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRT5nJjzKQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRT5nJjzKQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRT5nJjzKQ .mbr-text {
  text-align: center;
}
.cid-uRT5nJjzKQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uRT5nJjzKQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRT5nJjzKQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRT5nJjzKQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRT5nJjzKQ .modal-open {
  overflow: hidden;
}
.cid-uRT5nJjzKQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRT5nJjzKQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRT5nJjzKQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRT5nJjzKQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uRT5nJjzKQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRT5nJjzKQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRT5nJjzKQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRT5nJjzKQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uRT5nJjzKQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRT5nJjzKQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRT5nJjzKQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRT5nJjzKQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uRT5nJjzKQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uRT5nJjzKQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRT5nJjzKQ .modal-header {
    padding: 1rem;
  }
}
.cid-uRT5nJjzKQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRT5nJjzKQ .modal-header .close svg {
  fill: #353535;
}
.cid-uRT5nJjzKQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uRT5nJjzKQ .modal-header .close:focus {
  outline: none;
}
.cid-uRT5nJjzKQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRT5nJjzKQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRT5nJjzKQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRT5nJjzKQ .modal-body {
    padding: 1rem;
  }
}
.cid-uRT5nJjzKQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uRT5nJjzKQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRT5nJjzKQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uRT5nJjzKQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRT5nJjzKQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRT5nJjzKQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRT5nJjzKQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRT5nJjzKQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uRT5nJjzKQ .modal-lg,
  .cid-uRT5nJjzKQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRT5nJjzKQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRT5nJjzKQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRT5nJjzKQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uRT5nJjzKQ .form-group {
  margin-bottom: 1rem;
}
.cid-uRT5nJjzKQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRT5nJjzKQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRT5nJjzKQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uRT5nJjzKQ .mbr-section-btn {
  margin: 0;
}
.cid-uRT5nJjzKQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRT5tdce5c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRT5tdce5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT5tdce5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT5tdce5c .row {
  justify-content: center;
}
.cid-uRT5tdce5c .card {
  justify-content: center;
}
.cid-uRT5tdce5c .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRT5tdce5c .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRT5tdce5c .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap:hover,
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRT5tdce5c .list,
.cid-uRT5tdce5c .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRCmp9sNYg {
  z-index: 1000;
  width: 100%;
}
.cid-uRCmp9sNYg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRCmp9sNYg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRCmp9sNYg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRCmp9sNYg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRCmp9sNYg .menu_box .navbar.opened,
  .cid-uRCmp9sNYg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRCmp9sNYg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRCmp9sNYg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRCmp9sNYg .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRCmp9sNYg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRCmp9sNYg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRCmp9sNYg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRCmp9sNYg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRCmp9sNYg .offcanvas-body .mbr-text,
  .cid-uRCmp9sNYg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRCmp9sNYg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRCmp9sNYg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRCmp9sNYg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRCmp9sNYg .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-uRCmp9sNYg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRCmp9sNYg 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-uRCmp9sNYg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRCmp9sNYg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRCmp9sNYg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRCmp9sNYg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .nav-item {
    margin: 0 !important;
  }
}
.cid-uRCmp9sNYg .nav-item .nav-link {
  position: relative;
}
.cid-uRCmp9sNYg .nav-item .nav-link:hover::before,
.cid-uRCmp9sNYg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRCmp9sNYg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRCmp9sNYg .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-uRCmp9sNYg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRCmp9sNYg .offcanvas_box {
    display: none;
  }
}
.cid-uRCmp9sNYg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRCmp9sNYg .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRCmp9sNYg .container {
  display: flex;
  margin: auto;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRCmp9sNYg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRCmp9sNYg .navbar-caption {
  color: #000000;
}
.cid-uRCmp9sNYg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .navbar-nav {
    margin: 0;
  }
}
.cid-uRCmp9sNYg .dropdown-menu,
.cid-uRCmp9sNYg .navbar.opened {
  background-color: false !important;
}
.cid-uRCmp9sNYg .nav-item:focus,
.cid-uRCmp9sNYg .nav-link:focus {
  outline: none;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRCmp9sNYg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRCmp9sNYg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRCmp9sNYg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRCmp9sNYg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRCmp9sNYg .navbar.opened {
  transition: all 0.3s;
}
.cid-uRCmp9sNYg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRCmp9sNYg .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRCmp9sNYg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRCmp9sNYg .navbar.collapsed {
  justify-content: center;
}
.cid-uRCmp9sNYg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRCmp9sNYg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRCmp9sNYg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRCmp9sNYg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRCmp9sNYg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRCmp9sNYg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRCmp9sNYg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRCmp9sNYg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRCmp9sNYg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRCmp9sNYg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRCmp9sNYg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRCmp9sNYg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRCmp9sNYg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRCmp9sNYg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRCmp9sNYg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRCmp9sNYg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRCmp9sNYg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRCmp9sNYg .dropdown-item.active,
.cid-uRCmp9sNYg .dropdown-item:active {
  background-color: transparent;
}
.cid-uRCmp9sNYg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRCmp9sNYg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRCmp9sNYg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRCmp9sNYg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRCmp9sNYg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .navbar {
    height: 70px;
  }
  .cid-uRCmp9sNYg .navbar.opened {
    height: auto;
  }
  .cid-uRCmp9sNYg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRCmp9sNYg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRCmp9sNYg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRCmp9sNYg .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRCmp9sNYg .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRCmp9sNYg .text_widget {
  margin-bottom: 32px;
}
.cid-uRCmp9sNYg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRCmp9sNYg .text_widget a:hover {
  opacity: .5;
}
.cid-uRCmp9sNYg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRCmp9sNYg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRCmp9sNYg .mbr-section-subtitle,
.cid-uRCmp9sNYg .text_widget,
.cid-uRCmp9sNYg .mbr-section-btn {
  text-align: center;
}
.cid-uRCmp9sNYg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRCnTA8aMs {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #323232;
}
.cid-uRCnTA8aMs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRCnTA8aMs .mbr-text {
  color: #ffffff;
}
.cid-uRT5tdce5c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRT5tdce5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT5tdce5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT5tdce5c .row {
  justify-content: center;
}
.cid-uRT5tdce5c .card {
  justify-content: center;
}
.cid-uRT5tdce5c .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRT5tdce5c .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRT5tdce5c .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap:hover,
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRT5tdce5c .list,
.cid-uRT5tdce5c .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRT6pBaRDV {
  z-index: 1000;
  width: 100%;
}
.cid-uRT6pBaRDV .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRT6pBaRDV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRT6pBaRDV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRT6pBaRDV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRT6pBaRDV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRT6pBaRDV .menu_box .navbar.opened,
  .cid-uRT6pBaRDV .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRT6pBaRDV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRT6pBaRDV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRT6pBaRDV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRT6pBaRDV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRT6pBaRDV .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRT6pBaRDV .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRT6pBaRDV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRT6pBaRDV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRT6pBaRDV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRT6pBaRDV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRT6pBaRDV .offcanvas-body .mbr-text,
  .cid-uRT6pBaRDV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRT6pBaRDV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRT6pBaRDV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRT6pBaRDV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRT6pBaRDV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRT6pBaRDV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRT6pBaRDV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRT6pBaRDV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRT6pBaRDV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRT6pBaRDV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRT6pBaRDV .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-uRT6pBaRDV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRT6pBaRDV 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-uRT6pBaRDV .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRT6pBaRDV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRT6pBaRDV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRT6pBaRDV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRT6pBaRDV .nav-item {
    margin: 0 !important;
  }
}
.cid-uRT6pBaRDV .nav-item .nav-link {
  position: relative;
}
.cid-uRT6pBaRDV .nav-item .nav-link:hover::before,
.cid-uRT6pBaRDV .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRT6pBaRDV .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-uRT6pBaRDV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRT6pBaRDV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRT6pBaRDV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRT6pBaRDV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRT6pBaRDV .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-uRT6pBaRDV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRT6pBaRDV .offcanvas_box {
    display: none;
  }
}
.cid-uRT6pBaRDV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRT6pBaRDV .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRT6pBaRDV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRT6pBaRDV .container {
  display: flex;
  margin: auto;
}
.cid-uRT6pBaRDV .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-uRT6pBaRDV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRT6pBaRDV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRT6pBaRDV .navbar-caption {
  color: #000000;
}
.cid-uRT6pBaRDV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRT6pBaRDV .navbar-nav {
    margin: 0;
  }
}
.cid-uRT6pBaRDV .dropdown-menu,
.cid-uRT6pBaRDV .navbar.opened {
  background-color: false !important;
}
.cid-uRT6pBaRDV .nav-item:focus,
.cid-uRT6pBaRDV .nav-link:focus {
  outline: none;
}
.cid-uRT6pBaRDV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRT6pBaRDV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRT6pBaRDV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRT6pBaRDV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRT6pBaRDV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRT6pBaRDV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRT6pBaRDV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRT6pBaRDV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRT6pBaRDV .navbar.opened {
  transition: all 0.3s;
}
.cid-uRT6pBaRDV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRT6pBaRDV .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRT6pBaRDV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRT6pBaRDV .navbar.collapsed {
  justify-content: center;
}
.cid-uRT6pBaRDV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRT6pBaRDV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRT6pBaRDV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRT6pBaRDV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRT6pBaRDV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRT6pBaRDV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRT6pBaRDV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRT6pBaRDV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRT6pBaRDV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRT6pBaRDV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRT6pBaRDV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRT6pBaRDV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRT6pBaRDV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRT6pBaRDV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRT6pBaRDV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRT6pBaRDV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRT6pBaRDV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRT6pBaRDV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRT6pBaRDV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRT6pBaRDV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRT6pBaRDV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRT6pBaRDV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRT6pBaRDV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRT6pBaRDV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRT6pBaRDV .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-uRT6pBaRDV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRT6pBaRDV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRT6pBaRDV .dropdown-item.active,
.cid-uRT6pBaRDV .dropdown-item:active {
  background-color: transparent;
}
.cid-uRT6pBaRDV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRT6pBaRDV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRT6pBaRDV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRT6pBaRDV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRT6pBaRDV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRT6pBaRDV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRT6pBaRDV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRT6pBaRDV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRT6pBaRDV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRT6pBaRDV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRT6pBaRDV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRT6pBaRDV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRT6pBaRDV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRT6pBaRDV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRT6pBaRDV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRT6pBaRDV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRT6pBaRDV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRT6pBaRDV .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-uRT6pBaRDV .navbar {
    height: 70px;
  }
  .cid-uRT6pBaRDV .navbar.opened {
    height: auto;
  }
  .cid-uRT6pBaRDV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRT6pBaRDV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRT6pBaRDV .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRT6pBaRDV .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRT6pBaRDV .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRT6pBaRDV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRT6pBaRDV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRT6pBaRDV .text_widget {
  margin-bottom: 32px;
}
.cid-uRT6pBaRDV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRT6pBaRDV .text_widget a:hover {
  opacity: .5;
}
.cid-uRT6pBaRDV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRT6pBaRDV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRT6pBaRDV .mbr-section-subtitle,
.cid-uRT6pBaRDV .text_widget,
.cid-uRT6pBaRDV .mbr-section-btn {
  text-align: center;
}
.cid-uRT6pBaRDV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRT6pBChlC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #323232;
}
.cid-uRT6pBChlC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRT6pBChlC .mbr-text {
  color: #ffffff;
}
.cid-uRT6pBSGEI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRT6pBSGEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT6pBSGEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT6pBSGEI .row {
  justify-content: center;
}
.cid-uRT6pBSGEI .card {
  justify-content: center;
}
.cid-uRT6pBSGEI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRT6pBSGEI .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRT6pBSGEI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRT6pBSGEI .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRT6pBSGEI .nav-wrapper .list .item-wrap:hover,
.cid-uRT6pBSGEI .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRT6pBSGEI .list,
.cid-uRT6pBSGEI .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRCmp9sNYg {
  z-index: 1000;
  width: 100%;
}
.cid-uRCmp9sNYg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRCmp9sNYg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRCmp9sNYg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRCmp9sNYg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRCmp9sNYg .menu_box .navbar.opened,
  .cid-uRCmp9sNYg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRCmp9sNYg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRCmp9sNYg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRCmp9sNYg .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRCmp9sNYg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRCmp9sNYg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRCmp9sNYg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRCmp9sNYg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRCmp9sNYg .offcanvas-body .mbr-text,
  .cid-uRCmp9sNYg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRCmp9sNYg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRCmp9sNYg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRCmp9sNYg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRCmp9sNYg .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-uRCmp9sNYg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRCmp9sNYg 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-uRCmp9sNYg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRCmp9sNYg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRCmp9sNYg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRCmp9sNYg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .nav-item {
    margin: 0 !important;
  }
}
.cid-uRCmp9sNYg .nav-item .nav-link {
  position: relative;
}
.cid-uRCmp9sNYg .nav-item .nav-link:hover::before,
.cid-uRCmp9sNYg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRCmp9sNYg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRCmp9sNYg .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-uRCmp9sNYg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRCmp9sNYg .offcanvas_box {
    display: none;
  }
}
.cid-uRCmp9sNYg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRCmp9sNYg .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRCmp9sNYg .container {
  display: flex;
  margin: auto;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRCmp9sNYg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRCmp9sNYg .navbar-caption {
  color: #000000;
}
.cid-uRCmp9sNYg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .navbar-nav {
    margin: 0;
  }
}
.cid-uRCmp9sNYg .dropdown-menu,
.cid-uRCmp9sNYg .navbar.opened {
  background-color: false !important;
}
.cid-uRCmp9sNYg .nav-item:focus,
.cid-uRCmp9sNYg .nav-link:focus {
  outline: none;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRCmp9sNYg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRCmp9sNYg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRCmp9sNYg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRCmp9sNYg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRCmp9sNYg .navbar.opened {
  transition: all 0.3s;
}
.cid-uRCmp9sNYg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRCmp9sNYg .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRCmp9sNYg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRCmp9sNYg .navbar.collapsed {
  justify-content: center;
}
.cid-uRCmp9sNYg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRCmp9sNYg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRCmp9sNYg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRCmp9sNYg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRCmp9sNYg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRCmp9sNYg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRCmp9sNYg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRCmp9sNYg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRCmp9sNYg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRCmp9sNYg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRCmp9sNYg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRCmp9sNYg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRCmp9sNYg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRCmp9sNYg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRCmp9sNYg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRCmp9sNYg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRCmp9sNYg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRCmp9sNYg .dropdown-item.active,
.cid-uRCmp9sNYg .dropdown-item:active {
  background-color: transparent;
}
.cid-uRCmp9sNYg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRCmp9sNYg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRCmp9sNYg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRCmp9sNYg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRCmp9sNYg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .navbar {
    height: 70px;
  }
  .cid-uRCmp9sNYg .navbar.opened {
    height: auto;
  }
  .cid-uRCmp9sNYg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRCmp9sNYg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRCmp9sNYg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRCmp9sNYg .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRCmp9sNYg .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRCmp9sNYg .text_widget {
  margin-bottom: 32px;
}
.cid-uRCmp9sNYg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRCmp9sNYg .text_widget a:hover {
  opacity: .5;
}
.cid-uRCmp9sNYg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRCmp9sNYg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRCmp9sNYg .mbr-section-subtitle,
.cid-uRCmp9sNYg .text_widget,
.cid-uRCmp9sNYg .mbr-section-btn {
  text-align: center;
}
.cid-uRCmp9sNYg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRTbcxeiey {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #00ae75;
}
.cid-uRTbcxeiey .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRTbcxeiey .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRTbcxeiey .container {
    padding: 0 25px;
  }
}
.cid-uRTbcxeiey .row {
  margin: 0;
}
.cid-uRTbcxeiey .row .card {
  padding: 0;
}
.cid-uRTbcxeiey .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRTbcxeiey .image-wrapper {
    height: 350px;
  }
}
.cid-uRTbcxeiey .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRTbcxeiey .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #00ae75;
}
@media (max-width: 768px) {
  .cid-uRTbcxeiey .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uRTbcxeiey .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uRTbcxeiey .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uRTbcxeiey .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uRTbcxeiey .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRTbcxeiey .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRTbcxeiey .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uRTbcxeiey .mbr-section-title {
  color: #ffffff;
}
.cid-uRTbcxeiey .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRTbcxeiey .mbr-text {
  color: #ffffff;
}
.cid-uRTbhAsK3c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRTbhAsK3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbhAsK3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTbhAsK3c .container-fluid {
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTbhAsK3c .container-fluid {
    padding: 0;
  }
}
.cid-uRTbhAsK3c .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTbhAsK3c .container {
    padding: 0 28px;
  }
}
.cid-uRTbhAsK3c .row {
  margin: -1px 0 0 0;
}
.cid-uRTbhAsK3c .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRTbhAsK3c .card {
    padding: 28px;
  }
}
.cid-uRTbhAsK3c .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uRTbhAsK3c .google-map iframe {
    height: 350px;
  }
}
.cid-uRTbhSrkFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRTbhSrkFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbhSrkFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTbhSrkFj .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRTbhSrkFj .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uRTbhSrkFj .card {
  justify-content: center;
}
.cid-uRTbhSrkFj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRTbhSrkFj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRTbhSrkFj .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTbhSrkFj .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uRTbhSrkFj .list-wrapper .list .item-wrap:hover,
.cid-uRTbhSrkFj .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uRTbhSrkFj .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRTbhSrkFj .mbr-section-title {
  color: #000000;
}
.cid-uRTbhSrkFj .list {
  color: #000000;
}
.cid-uRT5tdce5c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRT5tdce5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT5tdce5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT5tdce5c .row {
  justify-content: center;
}
.cid-uRT5tdce5c .card {
  justify-content: center;
}
.cid-uRT5tdce5c .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRT5tdce5c .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRT5tdce5c .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap:hover,
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRT5tdce5c .list,
.cid-uRT5tdce5c .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRT6DLjh3e {
  z-index: 1000;
  width: 100%;
}
.cid-uRT6DLjh3e .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRT6DLjh3e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRT6DLjh3e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRT6DLjh3e .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRT6DLjh3e .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRT6DLjh3e .menu_box .navbar.opened,
  .cid-uRT6DLjh3e .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRT6DLjh3e nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRT6DLjh3e .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRT6DLjh3e .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRT6DLjh3e .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRT6DLjh3e .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRT6DLjh3e .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRT6DLjh3e .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRT6DLjh3e .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRT6DLjh3e .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRT6DLjh3e .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRT6DLjh3e .offcanvas-body .mbr-text,
  .cid-uRT6DLjh3e .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRT6DLjh3e .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRT6DLjh3e .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRT6DLjh3e .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRT6DLjh3e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRT6DLjh3e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRT6DLjh3e .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRT6DLjh3e .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRT6DLjh3e ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRT6DLjh3e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRT6DLjh3e .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-uRT6DLjh3e .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRT6DLjh3e 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-uRT6DLjh3e .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRT6DLjh3e .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRT6DLjh3e .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRT6DLjh3e .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRT6DLjh3e .nav-item {
    margin: 0 !important;
  }
}
.cid-uRT6DLjh3e .nav-item .nav-link {
  position: relative;
}
.cid-uRT6DLjh3e .nav-item .nav-link:hover::before,
.cid-uRT6DLjh3e .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRT6DLjh3e .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-uRT6DLjh3e .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRT6DLjh3e .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRT6DLjh3e .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRT6DLjh3e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRT6DLjh3e .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-uRT6DLjh3e .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRT6DLjh3e .offcanvas_box {
    display: none;
  }
}
.cid-uRT6DLjh3e .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRT6DLjh3e .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRT6DLjh3e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRT6DLjh3e .container {
  display: flex;
  margin: auto;
}
.cid-uRT6DLjh3e .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-uRT6DLjh3e .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRT6DLjh3e .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRT6DLjh3e .navbar-caption {
  color: #000000;
}
.cid-uRT6DLjh3e .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRT6DLjh3e .navbar-nav {
    margin: 0;
  }
}
.cid-uRT6DLjh3e .dropdown-menu,
.cid-uRT6DLjh3e .navbar.opened {
  background-color: false !important;
}
.cid-uRT6DLjh3e .nav-item:focus,
.cid-uRT6DLjh3e .nav-link:focus {
  outline: none;
}
.cid-uRT6DLjh3e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRT6DLjh3e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRT6DLjh3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRT6DLjh3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRT6DLjh3e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRT6DLjh3e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRT6DLjh3e .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRT6DLjh3e .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRT6DLjh3e .navbar.opened {
  transition: all 0.3s;
}
.cid-uRT6DLjh3e .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRT6DLjh3e .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRT6DLjh3e .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRT6DLjh3e .navbar.collapsed {
  justify-content: center;
}
.cid-uRT6DLjh3e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRT6DLjh3e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRT6DLjh3e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRT6DLjh3e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRT6DLjh3e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRT6DLjh3e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRT6DLjh3e .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRT6DLjh3e .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRT6DLjh3e .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRT6DLjh3e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRT6DLjh3e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRT6DLjh3e .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRT6DLjh3e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRT6DLjh3e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRT6DLjh3e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRT6DLjh3e .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRT6DLjh3e .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRT6DLjh3e .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRT6DLjh3e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRT6DLjh3e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRT6DLjh3e .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRT6DLjh3e .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRT6DLjh3e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRT6DLjh3e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRT6DLjh3e .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-uRT6DLjh3e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRT6DLjh3e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRT6DLjh3e .dropdown-item.active,
.cid-uRT6DLjh3e .dropdown-item:active {
  background-color: transparent;
}
.cid-uRT6DLjh3e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRT6DLjh3e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRT6DLjh3e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRT6DLjh3e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRT6DLjh3e ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRT6DLjh3e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRT6DLjh3e button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRT6DLjh3e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRT6DLjh3e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRT6DLjh3e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRT6DLjh3e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRT6DLjh3e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRT6DLjh3e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRT6DLjh3e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRT6DLjh3e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRT6DLjh3e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRT6DLjh3e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRT6DLjh3e .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-uRT6DLjh3e .navbar {
    height: 70px;
  }
  .cid-uRT6DLjh3e .navbar.opened {
    height: auto;
  }
  .cid-uRT6DLjh3e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRT6DLjh3e .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRT6DLjh3e .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRT6DLjh3e .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRT6DLjh3e .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRT6DLjh3e .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRT6DLjh3e .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRT6DLjh3e .text_widget {
  margin-bottom: 32px;
}
.cid-uRT6DLjh3e .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRT6DLjh3e .text_widget a:hover {
  opacity: .5;
}
.cid-uRT6DLjh3e .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRT6DLjh3e .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRT6DLjh3e .mbr-section-subtitle,
.cid-uRT6DLjh3e .text_widget,
.cid-uRT6DLjh3e .mbr-section-btn {
  text-align: center;
}
.cid-uRT6DLjh3e a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRT6DLOWNU {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #323232;
}
.cid-uRT6DLOWNU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRT6DLOWNU .mbr-text {
  color: #ffffff;
}
.cid-uRT6DM2Tzv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRT6DM2Tzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT6DM2Tzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT6DM2Tzv .row {
  justify-content: center;
}
.cid-uRT6DM2Tzv .card {
  justify-content: center;
}
.cid-uRT6DM2Tzv .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRT6DM2Tzv .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRT6DM2Tzv .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRT6DM2Tzv .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRT6DM2Tzv .nav-wrapper .list .item-wrap:hover,
.cid-uRT6DM2Tzv .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRT6DM2Tzv .list,
.cid-uRT6DM2Tzv .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRT6KLngrr {
  z-index: 1000;
  width: 100%;
}
.cid-uRT6KLngrr .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRT6KLngrr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRT6KLngrr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRT6KLngrr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRT6KLngrr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRT6KLngrr .menu_box .navbar.opened,
  .cid-uRT6KLngrr .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRT6KLngrr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRT6KLngrr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRT6KLngrr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRT6KLngrr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRT6KLngrr .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRT6KLngrr .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRT6KLngrr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRT6KLngrr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRT6KLngrr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRT6KLngrr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRT6KLngrr .offcanvas-body .mbr-text,
  .cid-uRT6KLngrr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRT6KLngrr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRT6KLngrr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRT6KLngrr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRT6KLngrr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRT6KLngrr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRT6KLngrr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRT6KLngrr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRT6KLngrr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRT6KLngrr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRT6KLngrr .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-uRT6KLngrr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRT6KLngrr 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-uRT6KLngrr .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRT6KLngrr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRT6KLngrr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRT6KLngrr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRT6KLngrr .nav-item {
    margin: 0 !important;
  }
}
.cid-uRT6KLngrr .nav-item .nav-link {
  position: relative;
}
.cid-uRT6KLngrr .nav-item .nav-link:hover::before,
.cid-uRT6KLngrr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRT6KLngrr .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-uRT6KLngrr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRT6KLngrr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRT6KLngrr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRT6KLngrr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRT6KLngrr .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-uRT6KLngrr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRT6KLngrr .offcanvas_box {
    display: none;
  }
}
.cid-uRT6KLngrr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRT6KLngrr .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRT6KLngrr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRT6KLngrr .container {
  display: flex;
  margin: auto;
}
.cid-uRT6KLngrr .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-uRT6KLngrr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRT6KLngrr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRT6KLngrr .navbar-caption {
  color: #000000;
}
.cid-uRT6KLngrr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRT6KLngrr .navbar-nav {
    margin: 0;
  }
}
.cid-uRT6KLngrr .dropdown-menu,
.cid-uRT6KLngrr .navbar.opened {
  background-color: false !important;
}
.cid-uRT6KLngrr .nav-item:focus,
.cid-uRT6KLngrr .nav-link:focus {
  outline: none;
}
.cid-uRT6KLngrr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRT6KLngrr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRT6KLngrr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRT6KLngrr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRT6KLngrr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRT6KLngrr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRT6KLngrr .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRT6KLngrr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRT6KLngrr .navbar.opened {
  transition: all 0.3s;
}
.cid-uRT6KLngrr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRT6KLngrr .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRT6KLngrr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRT6KLngrr .navbar.collapsed {
  justify-content: center;
}
.cid-uRT6KLngrr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRT6KLngrr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRT6KLngrr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRT6KLngrr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRT6KLngrr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRT6KLngrr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRT6KLngrr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRT6KLngrr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRT6KLngrr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRT6KLngrr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRT6KLngrr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRT6KLngrr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRT6KLngrr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRT6KLngrr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRT6KLngrr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRT6KLngrr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRT6KLngrr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRT6KLngrr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRT6KLngrr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRT6KLngrr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRT6KLngrr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRT6KLngrr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRT6KLngrr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRT6KLngrr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRT6KLngrr .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-uRT6KLngrr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRT6KLngrr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRT6KLngrr .dropdown-item.active,
.cid-uRT6KLngrr .dropdown-item:active {
  background-color: transparent;
}
.cid-uRT6KLngrr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRT6KLngrr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRT6KLngrr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRT6KLngrr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRT6KLngrr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRT6KLngrr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRT6KLngrr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRT6KLngrr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRT6KLngrr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRT6KLngrr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRT6KLngrr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRT6KLngrr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRT6KLngrr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRT6KLngrr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRT6KLngrr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRT6KLngrr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRT6KLngrr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRT6KLngrr .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-uRT6KLngrr .navbar {
    height: 70px;
  }
  .cid-uRT6KLngrr .navbar.opened {
    height: auto;
  }
  .cid-uRT6KLngrr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRT6KLngrr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRT6KLngrr .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRT6KLngrr .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRT6KLngrr .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRT6KLngrr .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRT6KLngrr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRT6KLngrr .text_widget {
  margin-bottom: 32px;
}
.cid-uRT6KLngrr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRT6KLngrr .text_widget a:hover {
  opacity: .5;
}
.cid-uRT6KLngrr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRT6KLngrr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRT6KLngrr .mbr-section-subtitle,
.cid-uRT6KLngrr .text_widget,
.cid-uRT6KLngrr .mbr-section-btn {
  text-align: center;
}
.cid-uRT6KLngrr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRT6KLPoTl {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #323232;
}
.cid-uRT6KLPoTl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRT6KLPoTl .mbr-text {
  color: #ffffff;
}
.cid-uRT6KM3w26 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRT6KM3w26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT6KM3w26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT6KM3w26 .row {
  justify-content: center;
}
.cid-uRT6KM3w26 .card {
  justify-content: center;
}
.cid-uRT6KM3w26 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRT6KM3w26 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRT6KM3w26 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRT6KM3w26 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRT6KM3w26 .nav-wrapper .list .item-wrap:hover,
.cid-uRT6KM3w26 .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRT6KM3w26 .list,
.cid-uRT6KM3w26 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRCmp9sNYg {
  z-index: 1000;
  width: 100%;
}
.cid-uRCmp9sNYg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRCmp9sNYg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRCmp9sNYg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRCmp9sNYg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRCmp9sNYg .menu_box .navbar.opened,
  .cid-uRCmp9sNYg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRCmp9sNYg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRCmp9sNYg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRCmp9sNYg .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRCmp9sNYg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRCmp9sNYg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRCmp9sNYg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRCmp9sNYg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRCmp9sNYg .offcanvas-body .mbr-text,
  .cid-uRCmp9sNYg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRCmp9sNYg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRCmp9sNYg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRCmp9sNYg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRCmp9sNYg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRCmp9sNYg .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-uRCmp9sNYg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRCmp9sNYg 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-uRCmp9sNYg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRCmp9sNYg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRCmp9sNYg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRCmp9sNYg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .nav-item {
    margin: 0 !important;
  }
}
.cid-uRCmp9sNYg .nav-item .nav-link {
  position: relative;
}
.cid-uRCmp9sNYg .nav-item .nav-link:hover::before,
.cid-uRCmp9sNYg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRCmp9sNYg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRCmp9sNYg .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-uRCmp9sNYg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRCmp9sNYg .offcanvas_box {
    display: none;
  }
}
.cid-uRCmp9sNYg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRCmp9sNYg .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRCmp9sNYg .container {
  display: flex;
  margin: auto;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRCmp9sNYg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRCmp9sNYg .navbar-caption {
  color: #000000;
}
.cid-uRCmp9sNYg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .navbar-nav {
    margin: 0;
  }
}
.cid-uRCmp9sNYg .dropdown-menu,
.cid-uRCmp9sNYg .navbar.opened {
  background-color: false !important;
}
.cid-uRCmp9sNYg .nav-item:focus,
.cid-uRCmp9sNYg .nav-link:focus {
  outline: none;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRCmp9sNYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRCmp9sNYg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRCmp9sNYg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRCmp9sNYg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRCmp9sNYg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRCmp9sNYg .navbar.opened {
  transition: all 0.3s;
}
.cid-uRCmp9sNYg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRCmp9sNYg .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRCmp9sNYg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRCmp9sNYg .navbar.collapsed {
  justify-content: center;
}
.cid-uRCmp9sNYg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRCmp9sNYg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRCmp9sNYg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRCmp9sNYg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRCmp9sNYg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRCmp9sNYg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRCmp9sNYg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRCmp9sNYg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRCmp9sNYg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRCmp9sNYg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRCmp9sNYg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRCmp9sNYg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRCmp9sNYg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRCmp9sNYg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRCmp9sNYg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRCmp9sNYg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRCmp9sNYg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRCmp9sNYg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRCmp9sNYg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRCmp9sNYg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRCmp9sNYg .dropdown-item.active,
.cid-uRCmp9sNYg .dropdown-item:active {
  background-color: transparent;
}
.cid-uRCmp9sNYg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRCmp9sNYg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRCmp9sNYg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRCmp9sNYg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRCmp9sNYg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRCmp9sNYg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRCmp9sNYg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRCmp9sNYg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRCmp9sNYg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRCmp9sNYg .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-uRCmp9sNYg .navbar {
    height: 70px;
  }
  .cid-uRCmp9sNYg .navbar.opened {
    height: auto;
  }
  .cid-uRCmp9sNYg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRCmp9sNYg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRCmp9sNYg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRCmp9sNYg .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRCmp9sNYg .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRCmp9sNYg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRCmp9sNYg .text_widget {
  margin-bottom: 32px;
}
.cid-uRCmp9sNYg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRCmp9sNYg .text_widget a:hover {
  opacity: .5;
}
.cid-uRCmp9sNYg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRCmp9sNYg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRCmp9sNYg .mbr-section-subtitle,
.cid-uRCmp9sNYg .text_widget,
.cid-uRCmp9sNYg .mbr-section-btn {
  text-align: center;
}
.cid-uRCmp9sNYg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRTaWjfKsC {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #00ae75;
}
.cid-uRTaWjfKsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTaWjfKsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTaWjfKsC .row {
  justify-content: space-between;
}
.cid-uRTaWjfKsC .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRTaWjfKsC .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRTaWjfKsC .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uRTaWjfKsC .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRTaWjfKsC .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uRTaWjfKsC .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uRTaWjfKsC .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uRTaWjfKsC .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRTaWjfKsC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRTaWjfKsC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRTaWjfKsC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uRTaWjfKsC .mbr-label {
  color: #19171c;
}
.cid-uRTaWjfKsC .mbr-section-title {
  color: #19171c;
}
.cid-uRTaWjfKsC .mbr-text,
.cid-uRTaWjfKsC .text-wrapper {
  color: #ffffff;
}
.cid-uRTaWjfKsC .mbr-section-title,
.cid-uRTaWjfKsC .mbr-section-btn,
.cid-uRTaWjfKsC .iconfont-wrapper {
  color: #ffffff;
}
.cid-uRTaV17mWb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRTaV17mWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTaV17mWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTaV17mWb .container-fluid {
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTaV17mWb .container-fluid {
    padding: 0;
  }
}
.cid-uRTaV17mWb .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTaV17mWb .container {
    padding: 0 28px;
  }
}
.cid-uRTaV17mWb .row {
  margin: -1px 0 0 0;
}
.cid-uRTaV17mWb .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRTaV17mWb .card {
    padding: 28px;
  }
}
.cid-uRTaV17mWb .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uRTaV17mWb .google-map iframe {
    height: 350px;
  }
}
.cid-uRTaVkQKnD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRTaVkQKnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTaVkQKnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTaVkQKnD .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRTaVkQKnD .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uRTaVkQKnD .card {
  justify-content: center;
}
.cid-uRTaVkQKnD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRTaVkQKnD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRTaVkQKnD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTaVkQKnD .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uRTaVkQKnD .list-wrapper .list .item-wrap:hover,
.cid-uRTaVkQKnD .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uRTaVkQKnD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRTaVkQKnD .mbr-section-title {
  color: #000000;
}
.cid-uRTaVkQKnD .list {
  color: #000000;
}
.cid-uRT5tdce5c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRT5tdce5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT5tdce5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT5tdce5c .row {
  justify-content: center;
}
.cid-uRT5tdce5c .card {
  justify-content: center;
}
.cid-uRT5tdce5c .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRT5tdce5c .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRT5tdce5c .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap:hover,
.cid-uRT5tdce5c .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRT5tdce5c .list,
.cid-uRT5tdce5c .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRTb19O44D {
  z-index: 1000;
  width: 100%;
}
.cid-uRTb19O44D .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRTb19O44D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRTb19O44D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRTb19O44D .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRTb19O44D .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRTb19O44D .menu_box .navbar.opened,
  .cid-uRTb19O44D .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRTb19O44D nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRTb19O44D .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRTb19O44D .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRTb19O44D .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRTb19O44D .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRTb19O44D .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRTb19O44D .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRTb19O44D .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRTb19O44D .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRTb19O44D .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRTb19O44D .offcanvas-body .mbr-text,
  .cid-uRTb19O44D .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRTb19O44D .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRTb19O44D .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRTb19O44D .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRTb19O44D .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRTb19O44D .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRTb19O44D .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRTb19O44D .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRTb19O44D ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRTb19O44D .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRTb19O44D .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-uRTb19O44D .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRTb19O44D 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-uRTb19O44D .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRTb19O44D .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRTb19O44D .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRTb19O44D .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRTb19O44D .nav-item {
    margin: 0 !important;
  }
}
.cid-uRTb19O44D .nav-item .nav-link {
  position: relative;
}
.cid-uRTb19O44D .nav-item .nav-link:hover::before,
.cid-uRTb19O44D .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRTb19O44D .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-uRTb19O44D .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRTb19O44D .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRTb19O44D .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRTb19O44D .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRTb19O44D .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-uRTb19O44D .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRTb19O44D .offcanvas_box {
    display: none;
  }
}
.cid-uRTb19O44D .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRTb19O44D .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRTb19O44D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRTb19O44D .container {
  display: flex;
  margin: auto;
}
.cid-uRTb19O44D .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-uRTb19O44D .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRTb19O44D .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRTb19O44D .navbar-caption {
  color: #000000;
}
.cid-uRTb19O44D .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRTb19O44D .navbar-nav {
    margin: 0;
  }
}
.cid-uRTb19O44D .dropdown-menu,
.cid-uRTb19O44D .navbar.opened {
  background-color: false !important;
}
.cid-uRTb19O44D .nav-item:focus,
.cid-uRTb19O44D .nav-link:focus {
  outline: none;
}
.cid-uRTb19O44D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRTb19O44D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRTb19O44D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRTb19O44D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRTb19O44D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRTb19O44D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRTb19O44D .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRTb19O44D .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRTb19O44D .navbar.opened {
  transition: all 0.3s;
}
.cid-uRTb19O44D .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRTb19O44D .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRTb19O44D .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRTb19O44D .navbar.collapsed {
  justify-content: center;
}
.cid-uRTb19O44D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRTb19O44D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRTb19O44D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRTb19O44D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRTb19O44D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRTb19O44D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRTb19O44D .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRTb19O44D .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRTb19O44D .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRTb19O44D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRTb19O44D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRTb19O44D .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRTb19O44D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRTb19O44D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRTb19O44D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRTb19O44D .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRTb19O44D .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRTb19O44D .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRTb19O44D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRTb19O44D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRTb19O44D .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRTb19O44D .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRTb19O44D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRTb19O44D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRTb19O44D .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-uRTb19O44D .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRTb19O44D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRTb19O44D .dropdown-item.active,
.cid-uRTb19O44D .dropdown-item:active {
  background-color: transparent;
}
.cid-uRTb19O44D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRTb19O44D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRTb19O44D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRTb19O44D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRTb19O44D ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRTb19O44D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRTb19O44D button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRTb19O44D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRTb19O44D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRTb19O44D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRTb19O44D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRTb19O44D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRTb19O44D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRTb19O44D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRTb19O44D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRTb19O44D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRTb19O44D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRTb19O44D .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-uRTb19O44D .navbar {
    height: 70px;
  }
  .cid-uRTb19O44D .navbar.opened {
    height: auto;
  }
  .cid-uRTb19O44D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRTb19O44D .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRTb19O44D .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRTb19O44D .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRTb19O44D .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRTb19O44D .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRTb19O44D .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRTb19O44D .text_widget {
  margin-bottom: 32px;
}
.cid-uRTb19O44D .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRTb19O44D .text_widget a:hover {
  opacity: .5;
}
.cid-uRTb19O44D .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRTb19O44D .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRTb19O44D .mbr-section-subtitle,
.cid-uRTb19O44D .text_widget,
.cid-uRTb19O44D .mbr-section-btn {
  text-align: center;
}
.cid-uRTb19O44D a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRTb2o2IzT {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #00ae75;
}
.cid-uRTb2o2IzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTb2o2IzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTb2o2IzT .row {
  justify-content: space-between;
}
.cid-uRTb2o2IzT .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRTb2o2IzT .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRTb2o2IzT .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uRTb2o2IzT .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRTb2o2IzT .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uRTb2o2IzT .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uRTb2o2IzT .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uRTb2o2IzT .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRTb2o2IzT .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRTb2o2IzT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRTb2o2IzT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uRTb2o2IzT .mbr-label {
  color: #19171c;
}
.cid-uRTb2o2IzT .mbr-section-title {
  color: #19171c;
}
.cid-uRTb2o2IzT .mbr-text,
.cid-uRTb2o2IzT .text-wrapper {
  color: #ffffff;
}
.cid-uRTb2o2IzT .mbr-section-title,
.cid-uRTb2o2IzT .mbr-section-btn,
.cid-uRTb2o2IzT .iconfont-wrapper {
  color: #ffffff;
}
.cid-uRTb1aKLOb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRTb1aKLOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTb1aKLOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTb1aKLOb .container-fluid {
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTb1aKLOb .container-fluid {
    padding: 0;
  }
}
.cid-uRTb1aKLOb .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTb1aKLOb .container {
    padding: 0 28px;
  }
}
.cid-uRTb1aKLOb .row {
  margin: -1px 0 0 0;
}
.cid-uRTb1aKLOb .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRTb1aKLOb .card {
    padding: 28px;
  }
}
.cid-uRTb1aKLOb .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uRTb1aKLOb .google-map iframe {
    height: 350px;
  }
}
.cid-uRTb1bhzna {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRTb1bhzna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTb1bhzna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTb1bhzna .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRTb1bhzna .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uRTb1bhzna .card {
  justify-content: center;
}
.cid-uRTb1bhzna .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRTb1bhzna .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRTb1bhzna .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTb1bhzna .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uRTb1bhzna .list-wrapper .list .item-wrap:hover,
.cid-uRTb1bhzna .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uRTb1bhzna .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRTb1bhzna .mbr-section-title {
  color: #000000;
}
.cid-uRTb1bhzna .list {
  color: #000000;
}
.cid-uRTb1bDZ6s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRTb1bDZ6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTb1bDZ6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTb1bDZ6s .row {
  justify-content: center;
}
.cid-uRTb1bDZ6s .card {
  justify-content: center;
}
.cid-uRTb1bDZ6s .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRTb1bDZ6s .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRTb1bDZ6s .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTb1bDZ6s .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRTb1bDZ6s .nav-wrapper .list .item-wrap:hover,
.cid-uRTb1bDZ6s .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRTb1bDZ6s .list,
.cid-uRTb1bDZ6s .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRTbtPsGcW {
  z-index: 1000;
  width: 100%;
}
.cid-uRTbtPsGcW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRTbtPsGcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRTbtPsGcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRTbtPsGcW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRTbtPsGcW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRTbtPsGcW .menu_box .navbar.opened,
  .cid-uRTbtPsGcW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRTbtPsGcW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRTbtPsGcW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRTbtPsGcW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRTbtPsGcW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRTbtPsGcW .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRTbtPsGcW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRTbtPsGcW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRTbtPsGcW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRTbtPsGcW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRTbtPsGcW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRTbtPsGcW .offcanvas-body .mbr-text,
  .cid-uRTbtPsGcW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRTbtPsGcW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRTbtPsGcW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRTbtPsGcW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRTbtPsGcW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRTbtPsGcW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRTbtPsGcW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRTbtPsGcW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRTbtPsGcW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRTbtPsGcW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRTbtPsGcW .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-uRTbtPsGcW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRTbtPsGcW 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-uRTbtPsGcW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRTbtPsGcW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRTbtPsGcW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRTbtPsGcW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRTbtPsGcW .nav-item {
    margin: 0 !important;
  }
}
.cid-uRTbtPsGcW .nav-item .nav-link {
  position: relative;
}
.cid-uRTbtPsGcW .nav-item .nav-link:hover::before,
.cid-uRTbtPsGcW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRTbtPsGcW .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-uRTbtPsGcW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRTbtPsGcW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRTbtPsGcW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRTbtPsGcW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRTbtPsGcW .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-uRTbtPsGcW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRTbtPsGcW .offcanvas_box {
    display: none;
  }
}
.cid-uRTbtPsGcW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRTbtPsGcW .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRTbtPsGcW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRTbtPsGcW .container {
  display: flex;
  margin: auto;
}
.cid-uRTbtPsGcW .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-uRTbtPsGcW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRTbtPsGcW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRTbtPsGcW .navbar-caption {
  color: #000000;
}
.cid-uRTbtPsGcW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRTbtPsGcW .navbar-nav {
    margin: 0;
  }
}
.cid-uRTbtPsGcW .dropdown-menu,
.cid-uRTbtPsGcW .navbar.opened {
  background-color: false !important;
}
.cid-uRTbtPsGcW .nav-item:focus,
.cid-uRTbtPsGcW .nav-link:focus {
  outline: none;
}
.cid-uRTbtPsGcW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRTbtPsGcW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRTbtPsGcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRTbtPsGcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRTbtPsGcW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRTbtPsGcW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRTbtPsGcW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRTbtPsGcW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRTbtPsGcW .navbar.opened {
  transition: all 0.3s;
}
.cid-uRTbtPsGcW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRTbtPsGcW .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRTbtPsGcW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRTbtPsGcW .navbar.collapsed {
  justify-content: center;
}
.cid-uRTbtPsGcW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRTbtPsGcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRTbtPsGcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRTbtPsGcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRTbtPsGcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRTbtPsGcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRTbtPsGcW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRTbtPsGcW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRTbtPsGcW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRTbtPsGcW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRTbtPsGcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRTbtPsGcW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRTbtPsGcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRTbtPsGcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRTbtPsGcW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRTbtPsGcW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRTbtPsGcW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRTbtPsGcW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRTbtPsGcW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRTbtPsGcW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRTbtPsGcW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRTbtPsGcW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRTbtPsGcW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRTbtPsGcW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRTbtPsGcW .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-uRTbtPsGcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRTbtPsGcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRTbtPsGcW .dropdown-item.active,
.cid-uRTbtPsGcW .dropdown-item:active {
  background-color: transparent;
}
.cid-uRTbtPsGcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRTbtPsGcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRTbtPsGcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRTbtPsGcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRTbtPsGcW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRTbtPsGcW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRTbtPsGcW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRTbtPsGcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRTbtPsGcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRTbtPsGcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRTbtPsGcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRTbtPsGcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRTbtPsGcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRTbtPsGcW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRTbtPsGcW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRTbtPsGcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRTbtPsGcW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRTbtPsGcW .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-uRTbtPsGcW .navbar {
    height: 70px;
  }
  .cid-uRTbtPsGcW .navbar.opened {
    height: auto;
  }
  .cid-uRTbtPsGcW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRTbtPsGcW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRTbtPsGcW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRTbtPsGcW .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRTbtPsGcW .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRTbtPsGcW .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRTbtPsGcW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRTbtPsGcW .text_widget {
  margin-bottom: 32px;
}
.cid-uRTbtPsGcW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRTbtPsGcW .text_widget a:hover {
  opacity: .5;
}
.cid-uRTbtPsGcW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRTbtPsGcW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRTbtPsGcW .mbr-section-subtitle,
.cid-uRTbtPsGcW .text_widget,
.cid-uRTbtPsGcW .mbr-section-btn {
  text-align: center;
}
.cid-uRTbtPsGcW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRTbtQg7CC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #00ae75;
}
.cid-uRTbtQg7CC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRTbtQg7CC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRTbtQg7CC .container {
    padding: 0 25px;
  }
}
.cid-uRTbtQg7CC .row {
  margin: 0;
}
.cid-uRTbtQg7CC .row .card {
  padding: 0;
}
.cid-uRTbtQg7CC .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRTbtQg7CC .image-wrapper {
    height: 350px;
  }
}
.cid-uRTbtQg7CC .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRTbtQg7CC .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #00ae75;
}
@media (max-width: 768px) {
  .cid-uRTbtQg7CC .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uRTbtQg7CC .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uRTbtQg7CC .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uRTbtQg7CC .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uRTbtQg7CC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRTbtQg7CC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRTbtQg7CC .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uRTbtQg7CC .mbr-section-title {
  color: #ffffff;
}
.cid-uRTbtQg7CC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRTbtQg7CC .mbr-text {
  color: #ffffff;
}
.cid-uRTbtQJnq8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRTbtQJnq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbtQJnq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTbtQJnq8 .container-fluid {
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTbtQJnq8 .container-fluid {
    padding: 0;
  }
}
.cid-uRTbtQJnq8 .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTbtQJnq8 .container {
    padding: 0 28px;
  }
}
.cid-uRTbtQJnq8 .row {
  margin: -1px 0 0 0;
}
.cid-uRTbtQJnq8 .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRTbtQJnq8 .card {
    padding: 28px;
  }
}
.cid-uRTbtQJnq8 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uRTbtQJnq8 .google-map iframe {
    height: 350px;
  }
}
.cid-uRTbtRxcmj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRTbtRxcmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbtRxcmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTbtRxcmj .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRTbtRxcmj .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uRTbtRxcmj .card {
  justify-content: center;
}
.cid-uRTbtRxcmj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRTbtRxcmj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRTbtRxcmj .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTbtRxcmj .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uRTbtRxcmj .list-wrapper .list .item-wrap:hover,
.cid-uRTbtRxcmj .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uRTbtRxcmj .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRTbtRxcmj .mbr-section-title {
  color: #000000;
}
.cid-uRTbtRxcmj .list {
  color: #000000;
}
.cid-uRTbtRRxzl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRTbtRRxzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbtRRxzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTbtRRxzl .row {
  justify-content: center;
}
.cid-uRTbtRRxzl .card {
  justify-content: center;
}
.cid-uRTbtRRxzl .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRTbtRRxzl .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRTbtRRxzl .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTbtRRxzl .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRTbtRRxzl .nav-wrapper .list .item-wrap:hover,
.cid-uRTbtRRxzl .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRTbtRRxzl .list,
.cid-uRTbtRRxzl .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRTbujQhmo {
  z-index: 1000;
  width: 100%;
}
.cid-uRTbujQhmo .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRTbujQhmo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRTbujQhmo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRTbujQhmo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRTbujQhmo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRTbujQhmo .menu_box .navbar.opened,
  .cid-uRTbujQhmo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRTbujQhmo nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRTbujQhmo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRTbujQhmo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRTbujQhmo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRTbujQhmo .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRTbujQhmo .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRTbujQhmo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRTbujQhmo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRTbujQhmo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRTbujQhmo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRTbujQhmo .offcanvas-body .mbr-text,
  .cid-uRTbujQhmo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRTbujQhmo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRTbujQhmo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRTbujQhmo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRTbujQhmo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRTbujQhmo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRTbujQhmo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRTbujQhmo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRTbujQhmo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRTbujQhmo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRTbujQhmo .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-uRTbujQhmo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRTbujQhmo 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-uRTbujQhmo .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRTbujQhmo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRTbujQhmo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRTbujQhmo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRTbujQhmo .nav-item {
    margin: 0 !important;
  }
}
.cid-uRTbujQhmo .nav-item .nav-link {
  position: relative;
}
.cid-uRTbujQhmo .nav-item .nav-link:hover::before,
.cid-uRTbujQhmo .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRTbujQhmo .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-uRTbujQhmo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRTbujQhmo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRTbujQhmo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRTbujQhmo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRTbujQhmo .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-uRTbujQhmo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRTbujQhmo .offcanvas_box {
    display: none;
  }
}
.cid-uRTbujQhmo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRTbujQhmo .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRTbujQhmo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRTbujQhmo .container {
  display: flex;
  margin: auto;
}
.cid-uRTbujQhmo .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-uRTbujQhmo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRTbujQhmo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRTbujQhmo .navbar-caption {
  color: #000000;
}
.cid-uRTbujQhmo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRTbujQhmo .navbar-nav {
    margin: 0;
  }
}
.cid-uRTbujQhmo .dropdown-menu,
.cid-uRTbujQhmo .navbar.opened {
  background-color: false !important;
}
.cid-uRTbujQhmo .nav-item:focus,
.cid-uRTbujQhmo .nav-link:focus {
  outline: none;
}
.cid-uRTbujQhmo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRTbujQhmo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRTbujQhmo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRTbujQhmo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRTbujQhmo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRTbujQhmo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRTbujQhmo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRTbujQhmo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRTbujQhmo .navbar.opened {
  transition: all 0.3s;
}
.cid-uRTbujQhmo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRTbujQhmo .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRTbujQhmo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRTbujQhmo .navbar.collapsed {
  justify-content: center;
}
.cid-uRTbujQhmo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRTbujQhmo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRTbujQhmo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRTbujQhmo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRTbujQhmo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRTbujQhmo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRTbujQhmo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRTbujQhmo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRTbujQhmo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRTbujQhmo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRTbujQhmo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRTbujQhmo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRTbujQhmo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRTbujQhmo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRTbujQhmo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRTbujQhmo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRTbujQhmo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRTbujQhmo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRTbujQhmo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRTbujQhmo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRTbujQhmo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRTbujQhmo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRTbujQhmo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRTbujQhmo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRTbujQhmo .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-uRTbujQhmo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRTbujQhmo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRTbujQhmo .dropdown-item.active,
.cid-uRTbujQhmo .dropdown-item:active {
  background-color: transparent;
}
.cid-uRTbujQhmo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRTbujQhmo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRTbujQhmo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRTbujQhmo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRTbujQhmo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRTbujQhmo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRTbujQhmo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRTbujQhmo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRTbujQhmo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRTbujQhmo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRTbujQhmo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRTbujQhmo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRTbujQhmo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRTbujQhmo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRTbujQhmo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRTbujQhmo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRTbujQhmo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRTbujQhmo .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-uRTbujQhmo .navbar {
    height: 70px;
  }
  .cid-uRTbujQhmo .navbar.opened {
    height: auto;
  }
  .cid-uRTbujQhmo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRTbujQhmo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRTbujQhmo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRTbujQhmo .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRTbujQhmo .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRTbujQhmo .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRTbujQhmo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRTbujQhmo .text_widget {
  margin-bottom: 32px;
}
.cid-uRTbujQhmo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRTbujQhmo .text_widget a:hover {
  opacity: .5;
}
.cid-uRTbujQhmo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRTbujQhmo .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRTbujQhmo .mbr-section-subtitle,
.cid-uRTbujQhmo .text_widget,
.cid-uRTbujQhmo .mbr-section-btn {
  text-align: center;
}
.cid-uRTbujQhmo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRTbukkg54 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #00ae75;
}
.cid-uRTbukkg54 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRTbukkg54 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRTbukkg54 .container {
    padding: 0 25px;
  }
}
.cid-uRTbukkg54 .row {
  margin: 0;
}
.cid-uRTbukkg54 .row .card {
  padding: 0;
}
.cid-uRTbukkg54 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRTbukkg54 .image-wrapper {
    height: 350px;
  }
}
.cid-uRTbukkg54 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRTbukkg54 .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #00ae75;
}
@media (max-width: 768px) {
  .cid-uRTbukkg54 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uRTbukkg54 .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uRTbukkg54 .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uRTbukkg54 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uRTbukkg54 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRTbukkg54 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRTbukkg54 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uRTbukkg54 .mbr-section-title {
  color: #ffffff;
}
.cid-uRTbukkg54 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRTbukkg54 .mbr-text {
  color: #ffffff;
}
.cid-uRTbukFbSm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRTbukFbSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbukFbSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTbukFbSm .container-fluid {
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTbukFbSm .container-fluid {
    padding: 0;
  }
}
.cid-uRTbukFbSm .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTbukFbSm .container {
    padding: 0 28px;
  }
}
.cid-uRTbukFbSm .row {
  margin: -1px 0 0 0;
}
.cid-uRTbukFbSm .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRTbukFbSm .card {
    padding: 28px;
  }
}
.cid-uRTbukFbSm .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uRTbukFbSm .google-map iframe {
    height: 350px;
  }
}
.cid-uRTbul8YTj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRTbul8YTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbul8YTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTbul8YTj .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRTbul8YTj .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uRTbul8YTj .card {
  justify-content: center;
}
.cid-uRTbul8YTj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRTbul8YTj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRTbul8YTj .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTbul8YTj .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uRTbul8YTj .list-wrapper .list .item-wrap:hover,
.cid-uRTbul8YTj .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uRTbul8YTj .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRTbul8YTj .mbr-section-title {
  color: #000000;
}
.cid-uRTbul8YTj .list {
  color: #000000;
}
.cid-uRTbulxUEa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRTbulxUEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbulxUEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTbulxUEa .row {
  justify-content: center;
}
.cid-uRTbulxUEa .card {
  justify-content: center;
}
.cid-uRTbulxUEa .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRTbulxUEa .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRTbulxUEa .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTbulxUEa .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRTbulxUEa .nav-wrapper .list .item-wrap:hover,
.cid-uRTbulxUEa .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRTbulxUEa .list,
.cid-uRTbulxUEa .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRTbuN39CZ {
  z-index: 1000;
  width: 100%;
}
.cid-uRTbuN39CZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRTbuN39CZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRTbuN39CZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRTbuN39CZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRTbuN39CZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRTbuN39CZ .menu_box .navbar.opened,
  .cid-uRTbuN39CZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRTbuN39CZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRTbuN39CZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRTbuN39CZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRTbuN39CZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRTbuN39CZ .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRTbuN39CZ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRTbuN39CZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRTbuN39CZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRTbuN39CZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRTbuN39CZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRTbuN39CZ .offcanvas-body .mbr-text,
  .cid-uRTbuN39CZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRTbuN39CZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRTbuN39CZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRTbuN39CZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRTbuN39CZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRTbuN39CZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRTbuN39CZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRTbuN39CZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRTbuN39CZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRTbuN39CZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRTbuN39CZ .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-uRTbuN39CZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRTbuN39CZ 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-uRTbuN39CZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRTbuN39CZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRTbuN39CZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRTbuN39CZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRTbuN39CZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uRTbuN39CZ .nav-item .nav-link {
  position: relative;
}
.cid-uRTbuN39CZ .nav-item .nav-link:hover::before,
.cid-uRTbuN39CZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRTbuN39CZ .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-uRTbuN39CZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRTbuN39CZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRTbuN39CZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRTbuN39CZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRTbuN39CZ .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-uRTbuN39CZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRTbuN39CZ .offcanvas_box {
    display: none;
  }
}
.cid-uRTbuN39CZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRTbuN39CZ .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRTbuN39CZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRTbuN39CZ .container {
  display: flex;
  margin: auto;
}
.cid-uRTbuN39CZ .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-uRTbuN39CZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRTbuN39CZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRTbuN39CZ .navbar-caption {
  color: #000000;
}
.cid-uRTbuN39CZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRTbuN39CZ .navbar-nav {
    margin: 0;
  }
}
.cid-uRTbuN39CZ .dropdown-menu,
.cid-uRTbuN39CZ .navbar.opened {
  background-color: false !important;
}
.cid-uRTbuN39CZ .nav-item:focus,
.cid-uRTbuN39CZ .nav-link:focus {
  outline: none;
}
.cid-uRTbuN39CZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRTbuN39CZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRTbuN39CZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRTbuN39CZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRTbuN39CZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRTbuN39CZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRTbuN39CZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRTbuN39CZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRTbuN39CZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uRTbuN39CZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRTbuN39CZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRTbuN39CZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRTbuN39CZ .navbar.collapsed {
  justify-content: center;
}
.cid-uRTbuN39CZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRTbuN39CZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRTbuN39CZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRTbuN39CZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRTbuN39CZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRTbuN39CZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRTbuN39CZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRTbuN39CZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRTbuN39CZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRTbuN39CZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRTbuN39CZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRTbuN39CZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRTbuN39CZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRTbuN39CZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRTbuN39CZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRTbuN39CZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRTbuN39CZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRTbuN39CZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRTbuN39CZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRTbuN39CZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRTbuN39CZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRTbuN39CZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRTbuN39CZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRTbuN39CZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRTbuN39CZ .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-uRTbuN39CZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRTbuN39CZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRTbuN39CZ .dropdown-item.active,
.cid-uRTbuN39CZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRTbuN39CZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRTbuN39CZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRTbuN39CZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRTbuN39CZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRTbuN39CZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRTbuN39CZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRTbuN39CZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRTbuN39CZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRTbuN39CZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRTbuN39CZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRTbuN39CZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRTbuN39CZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRTbuN39CZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRTbuN39CZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRTbuN39CZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRTbuN39CZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRTbuN39CZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRTbuN39CZ .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-uRTbuN39CZ .navbar {
    height: 70px;
  }
  .cid-uRTbuN39CZ .navbar.opened {
    height: auto;
  }
  .cid-uRTbuN39CZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRTbuN39CZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRTbuN39CZ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRTbuN39CZ .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRTbuN39CZ .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRTbuN39CZ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRTbuN39CZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRTbuN39CZ .text_widget {
  margin-bottom: 32px;
}
.cid-uRTbuN39CZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRTbuN39CZ .text_widget a:hover {
  opacity: .5;
}
.cid-uRTbuN39CZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRTbuN39CZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRTbuN39CZ .mbr-section-subtitle,
.cid-uRTbuN39CZ .text_widget,
.cid-uRTbuN39CZ .mbr-section-btn {
  text-align: center;
}
.cid-uRTbuN39CZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRTbuNIbuZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #00ae75;
}
.cid-uRTbuNIbuZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRTbuNIbuZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRTbuNIbuZ .container {
    padding: 0 25px;
  }
}
.cid-uRTbuNIbuZ .row {
  margin: 0;
}
.cid-uRTbuNIbuZ .row .card {
  padding: 0;
}
.cid-uRTbuNIbuZ .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRTbuNIbuZ .image-wrapper {
    height: 350px;
  }
}
.cid-uRTbuNIbuZ .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRTbuNIbuZ .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #00ae75;
}
@media (max-width: 768px) {
  .cid-uRTbuNIbuZ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uRTbuNIbuZ .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uRTbuNIbuZ .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uRTbuNIbuZ .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uRTbuNIbuZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRTbuNIbuZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRTbuNIbuZ .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uRTbuNIbuZ .mbr-section-title {
  color: #ffffff;
}
.cid-uRTbuNIbuZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRTbuNIbuZ .mbr-text {
  color: #ffffff;
}
.cid-uRTbuOsjs2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRTbuOsjs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbuOsjs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTbuOsjs2 .container-fluid {
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTbuOsjs2 .container-fluid {
    padding: 0;
  }
}
.cid-uRTbuOsjs2 .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTbuOsjs2 .container {
    padding: 0 28px;
  }
}
.cid-uRTbuOsjs2 .row {
  margin: -1px 0 0 0;
}
.cid-uRTbuOsjs2 .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRTbuOsjs2 .card {
    padding: 28px;
  }
}
.cid-uRTbuOsjs2 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uRTbuOsjs2 .google-map iframe {
    height: 350px;
  }
}
.cid-uRTbuP2ON1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRTbuP2ON1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbuP2ON1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTbuP2ON1 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRTbuP2ON1 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uRTbuP2ON1 .card {
  justify-content: center;
}
.cid-uRTbuP2ON1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRTbuP2ON1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRTbuP2ON1 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTbuP2ON1 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uRTbuP2ON1 .list-wrapper .list .item-wrap:hover,
.cid-uRTbuP2ON1 .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uRTbuP2ON1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRTbuP2ON1 .mbr-section-title {
  color: #000000;
}
.cid-uRTbuP2ON1 .list {
  color: #000000;
}
.cid-uRTbuPpLys {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRTbuPpLys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbuPpLys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTbuPpLys .row {
  justify-content: center;
}
.cid-uRTbuPpLys .card {
  justify-content: center;
}
.cid-uRTbuPpLys .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRTbuPpLys .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRTbuPpLys .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTbuPpLys .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRTbuPpLys .nav-wrapper .list .item-wrap:hover,
.cid-uRTbuPpLys .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRTbuPpLys .list,
.cid-uRTbuPpLys .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRTdOYqvOL {
  z-index: 1000;
  width: 100%;
}
.cid-uRTdOYqvOL .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uRTdOYqvOL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRTdOYqvOL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRTdOYqvOL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRTdOYqvOL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRTdOYqvOL .menu_box .navbar.opened,
  .cid-uRTdOYqvOL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRTdOYqvOL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRTdOYqvOL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRTdOYqvOL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRTdOYqvOL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRTdOYqvOL .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-uRTdOYqvOL .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-uRTdOYqvOL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRTdOYqvOL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRTdOYqvOL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRTdOYqvOL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRTdOYqvOL .offcanvas-body .mbr-text,
  .cid-uRTdOYqvOL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRTdOYqvOL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRTdOYqvOL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRTdOYqvOL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRTdOYqvOL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRTdOYqvOL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRTdOYqvOL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRTdOYqvOL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRTdOYqvOL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRTdOYqvOL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRTdOYqvOL .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-uRTdOYqvOL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRTdOYqvOL 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-uRTdOYqvOL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRTdOYqvOL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRTdOYqvOL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRTdOYqvOL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRTdOYqvOL .nav-item {
    margin: 0 !important;
  }
}
.cid-uRTdOYqvOL .nav-item .nav-link {
  position: relative;
}
.cid-uRTdOYqvOL .nav-item .nav-link:hover::before,
.cid-uRTdOYqvOL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRTdOYqvOL .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-uRTdOYqvOL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRTdOYqvOL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRTdOYqvOL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRTdOYqvOL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRTdOYqvOL .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-uRTdOYqvOL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRTdOYqvOL .offcanvas_box {
    display: none;
  }
}
.cid-uRTdOYqvOL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRTdOYqvOL .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-uRTdOYqvOL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRTdOYqvOL .container {
  display: flex;
  margin: auto;
}
.cid-uRTdOYqvOL .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-uRTdOYqvOL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRTdOYqvOL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRTdOYqvOL .navbar-caption {
  color: #000000;
}
.cid-uRTdOYqvOL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRTdOYqvOL .navbar-nav {
    margin: 0;
  }
}
.cid-uRTdOYqvOL .dropdown-menu,
.cid-uRTdOYqvOL .navbar.opened {
  background-color: false !important;
}
.cid-uRTdOYqvOL .nav-item:focus,
.cid-uRTdOYqvOL .nav-link:focus {
  outline: none;
}
.cid-uRTdOYqvOL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRTdOYqvOL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRTdOYqvOL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRTdOYqvOL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRTdOYqvOL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRTdOYqvOL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRTdOYqvOL .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRTdOYqvOL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRTdOYqvOL .navbar.opened {
  transition: all 0.3s;
}
.cid-uRTdOYqvOL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRTdOYqvOL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-uRTdOYqvOL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRTdOYqvOL .navbar.collapsed {
  justify-content: center;
}
.cid-uRTdOYqvOL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRTdOYqvOL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRTdOYqvOL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRTdOYqvOL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRTdOYqvOL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRTdOYqvOL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRTdOYqvOL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRTdOYqvOL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRTdOYqvOL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRTdOYqvOL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRTdOYqvOL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRTdOYqvOL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRTdOYqvOL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRTdOYqvOL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRTdOYqvOL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRTdOYqvOL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRTdOYqvOL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRTdOYqvOL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRTdOYqvOL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRTdOYqvOL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRTdOYqvOL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRTdOYqvOL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRTdOYqvOL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRTdOYqvOL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRTdOYqvOL .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-uRTdOYqvOL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRTdOYqvOL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRTdOYqvOL .dropdown-item.active,
.cid-uRTdOYqvOL .dropdown-item:active {
  background-color: transparent;
}
.cid-uRTdOYqvOL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRTdOYqvOL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRTdOYqvOL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRTdOYqvOL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRTdOYqvOL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRTdOYqvOL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRTdOYqvOL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #18c28a;
}
.cid-uRTdOYqvOL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRTdOYqvOL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRTdOYqvOL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRTdOYqvOL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRTdOYqvOL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRTdOYqvOL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRTdOYqvOL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRTdOYqvOL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRTdOYqvOL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRTdOYqvOL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRTdOYqvOL .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-uRTdOYqvOL .navbar {
    height: 70px;
  }
  .cid-uRTdOYqvOL .navbar.opened {
    height: auto;
  }
  .cid-uRTdOYqvOL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRTdOYqvOL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRTdOYqvOL .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uRTdOYqvOL .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-uRTdOYqvOL .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-uRTdOYqvOL .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRTdOYqvOL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRTdOYqvOL .text_widget {
  margin-bottom: 32px;
}
.cid-uRTdOYqvOL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRTdOYqvOL .text_widget a:hover {
  opacity: .5;
}
.cid-uRTdOYqvOL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRTdOYqvOL .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRTdOYqvOL .mbr-section-subtitle,
.cid-uRTdOYqvOL .text_widget,
.cid-uRTdOYqvOL .mbr-section-btn {
  text-align: center;
}
.cid-uRTdOYqvOL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRTdSoAfOl {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRTdSoAfOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTdSoAfOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTdSoAfOl .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uRTdSoAfOl .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uRTdSoAfOl .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uRTdSoAfOl .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uRTdSoAfOl .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRTdSoAfOl .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRTdSoAfOl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRTdSoAfOl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRTdSoAfOl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 20px;
}
@media (max-width: 992px) {
  .cid-uRTdSoAfOl .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uRTdSoAfOl .item {
    margin-bottom: 40px;
  }
}
.cid-uRTdSoAfOl .item .item-wrapper .item-img {
  padding: 60px 40px;
  background-color: #f2f1f3;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRTdSoAfOl .item .item-wrapper .item-img {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-uRTdSoAfOl .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uRTdSoAfOl .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uRTdSoAfOl .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRTdSoAfOl .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uRTdSoAfOl .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uRTdSoAfOl .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uRTdSoAfOl .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uRTdSoAfOl .mbr-label {
  color: #19171c;
}
.cid-uRTdSoAfOl .mbr-section-title {
  color: #19171c;
}
.cid-uRTdSoAfOl .mbr-text {
  color: #19171c;
}
.cid-uRTdSoAfOl .item-title {
  color: #19171c;
}
.cid-uRTdSoAfOl .item-text {
  color: #6e6e73;
}
.cid-uRTdSoAfOl .item-text,
.cid-uRTdSoAfOl .mbr-section-btn {
  color: #000000;
}
.cid-uRTdOZjyR5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRTdOZjyR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTdOZjyR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTdOZjyR5 .container-fluid {
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTdOZjyR5 .container-fluid {
    padding: 0;
  }
}
.cid-uRTdOZjyR5 .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uRTdOZjyR5 .container {
    padding: 0 28px;
  }
}
.cid-uRTdOZjyR5 .row {
  margin: -1px 0 0 0;
}
.cid-uRTdOZjyR5 .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRTdOZjyR5 .card {
    padding: 28px;
  }
}
.cid-uRTdOZjyR5 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uRTdOZjyR5 .google-map iframe {
    height: 350px;
  }
}
.cid-uRTdOZQ6Fi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRTdOZQ6Fi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTdOZQ6Fi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTdOZQ6Fi .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRTdOZQ6Fi .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uRTdOZQ6Fi .card {
  justify-content: center;
}
.cid-uRTdOZQ6Fi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRTdOZQ6Fi .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRTdOZQ6Fi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTdOZQ6Fi .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uRTdOZQ6Fi .list-wrapper .list .item-wrap:hover,
.cid-uRTdOZQ6Fi .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uRTdOZQ6Fi .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRTdOZQ6Fi .mbr-section-title {
  color: #000000;
}
.cid-uRTdOZQ6Fi .list {
  color: #000000;
}
.cid-uRTdP0ea99 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRTdP0ea99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTdP0ea99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTdP0ea99 .row {
  justify-content: center;
}
.cid-uRTdP0ea99 .card {
  justify-content: center;
}
.cid-uRTdP0ea99 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRTdP0ea99 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRTdP0ea99 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRTdP0ea99 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRTdP0ea99 .nav-wrapper .list .item-wrap:hover,
.cid-uRTdP0ea99 .nav-wrapper .list .item-wrap:focus {
  color: #dedede;
}
.cid-uRTdP0ea99 .list,
.cid-uRTdP0ea99 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
