.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.card-wrapper .image-wrapper img,
.card-wrapper .app-video-wrapper img {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 5.625rem;
  line-height: 104px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3.75rem;
  line-height: 1.2em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.316em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.23em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #9b43cc !important;
}
.bg-info {
  background-color: #dedede !important;
}
.bg-warning {
  background-color: #ffe820 !important;
}
.bg-danger {
  background-color: #ff7820 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #18c28a !important;
  border-color: #18c28a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #29e4a7 !important;
  border-color: #29e4a7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29e4a7 !important;
  border-color: #29e4a7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #dedede !important;
  border-color: #dedede !important;
  color: #5f5f5f !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5f5f5f !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9b43cc !important;
  border-color: #9b43cc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b06bd7 !important;
  border-color: #b06bd7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b06bd7 !important;
  border-color: #b06bd7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe820 !important;
  border-color: #ffe820 !important;
  color: #201d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffed53 !important;
  border-color: #ffed53 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #201d00 !important;
  background-color: #ffed53 !important;
  border-color: #ffed53 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff7820 !important;
  border-color: #ff7820 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff9753 !important;
  border-color: #ff9753 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9753 !important;
  border-color: #ff9753 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #18c28a;
  color: #18c28a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0e7553 !important;
  background-color: transparent !important;
  border-color: #0e7553 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #18c28a !important;
  border-color: #18c28a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dedede;
  color: #dedede;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b3b3b3 !important;
  background-color: transparent !important;
  border-color: #b3b3b3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5f5f5f !important;
  background-color: #dedede !important;
  border-color: #dedede !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9b43cc;
  color: #9b43cc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6b2791 !important;
  background-color: transparent !important;
  border-color: #6b2791 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9b43cc !important;
  border-color: #9b43cc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe820;
  color: #ffe820;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c8b400 !important;
  background-color: transparent !important;
  border-color: #c8b400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #201d00 !important;
  background-color: #ffe820 !important;
  border-color: #ffe820 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff7820;
  color: #ff7820;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c84f00 !important;
  background-color: transparent !important;
  border-color: #c84f00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7820 !important;
  border-color: #ff7820 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #18c28a !important;
}
.text-success {
  color: #9b43cc !important;
}
.text-info {
  color: #dedede !important;
}
.text-warning {
  color: #ffe820 !important;
}
.text-danger {
  color: #ff7820 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0d6749 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #622485 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ababab !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b9a600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b94900 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dedede;
}
.alert-warning {
  background-color: #ffe820;
}
.alert-danger {
  background-color: #ff7820;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 0;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f0e3f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdec;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff3ec;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #18c28a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 20px 46px;
  min-width: 212px;
  font-weight: 700 !important;
  font-style: italic !important;
  z-index: 2;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover::after,
.mbr-section-btn-main .btn:hover::after,
.mbr-section-btn .btn:focus::after,
.mbr-section-btn-main .btn:focus::after {
  top: 0;
  left: 0;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #000000 !important;
  box-shadow: 10px 10px #000000;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #18c28a !important;
  box-shadow: 10px 10px #18c28a;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #9b43cc !important;
  box-shadow: 10px 10px #9b43cc;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #dedede !important;
  box-shadow: 10px 10px #dedede;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #ffe820 !important;
  box-shadow: 10px 10px #ffe820;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #ff7820 !important;
  box-shadow: 10px 10px #ff7820;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
  box-shadow: 10px 10px #000000;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
  box-shadow: 10px 10px #ffffff;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  border: 1px solid #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-tLfMKUUuf1 .navbar-dropdown {
  background-color: #dedede !important;
  padding: 0;
}
.cid-tLfMKUUuf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #dedede !important;
  background: #dedede;
}
.cid-tLfMKUUuf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLfMKUUuf1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tLfMKUUuf1 .menu_box .navbar.opened,
  .cid-tLfMKUUuf1 .menu_box .navbar-collapse {
    background-color: #dedede !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLfMKUUuf1 .navbar-dropdown {
  position: relative !important;
}
.cid-tLfMKUUuf1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLfMKUUuf1 .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-tLfMKUUuf1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-tLfMKUUuf1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLfMKUUuf1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLfMKUUuf1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLfMKUUuf1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLfMKUUuf1 .offcanvas-body .mbr-text,
  .cid-tLfMKUUuf1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tLfMKUUuf1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLfMKUUuf1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLfMKUUuf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLfMKUUuf1 .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-tLfMKUUuf1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLfMKUUuf1 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-tLfMKUUuf1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tLfMKUUuf1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tLfMKUUuf1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLfMKUUuf1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .nav-item {
    margin: 0 !important;
  }
}
.cid-tLfMKUUuf1 .nav-item .nav-link {
  position: relative;
}
.cid-tLfMKUUuf1 .nav-item .nav-link:hover::before,
.cid-tLfMKUUuf1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tLfMKUUuf1 .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-tLfMKUUuf1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLfMKUUuf1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tLfMKUUuf1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLfMKUUuf1 .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-tLfMKUUuf1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLfMKUUuf1 .offcanvas_box {
    display: none;
  }
}
.cid-tLfMKUUuf1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tLfMKUUuf1 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-tLfMKUUuf1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tLfMKUUuf1 .container {
  display: flex;
  margin: auto;
}
.cid-tLfMKUUuf1 .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-tLfMKUUuf1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLfMKUUuf1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tLfMKUUuf1 .navbar-caption {
  color: #000000;
}
.cid-tLfMKUUuf1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLfMKUUuf1 .navbar-nav {
    margin: 0;
  }
}
.cid-tLfMKUUuf1 .dropdown-menu,
.cid-tLfMKUUuf1 .navbar.opened {
  background-color: false !important;
}
.cid-tLfMKUUuf1 .nav-item:focus,
.cid-tLfMKUUuf1 .nav-link:focus {
  outline: none;
}
.cid-tLfMKUUuf1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLfMKUUuf1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLfMKUUuf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLfMKUUuf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLfMKUUuf1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLfMKUUuf1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLfMKUUuf1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tLfMKUUuf1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tLfMKUUuf1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tLfMKUUuf1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLfMKUUuf1 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-tLfMKUUuf1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tLfMKUUuf1 .navbar.collapsed {
  justify-content: center;
}
.cid-tLfMKUUuf1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLfMKUUuf1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLfMKUUuf1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLfMKUUuf1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLfMKUUuf1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLfMKUUuf1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLfMKUUuf1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLfMKUUuf1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLfMKUUuf1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLfMKUUuf1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLfMKUUuf1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLfMKUUuf1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLfMKUUuf1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tLfMKUUuf1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLfMKUUuf1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLfMKUUuf1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLfMKUUuf1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLfMKUUuf1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tLfMKUUuf1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLfMKUUuf1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLfMKUUuf1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLfMKUUuf1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLfMKUUuf1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLfMKUUuf1 .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-tLfMKUUuf1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tLfMKUUuf1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLfMKUUuf1 .dropdown-item.active,
.cid-tLfMKUUuf1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLfMKUUuf1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLfMKUUuf1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLfMKUUuf1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLfMKUUuf1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLfMKUUuf1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLfMKUUuf1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLfMKUUuf1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #dedede;
  background: #18c28a;
}
.cid-tLfMKUUuf1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLfMKUUuf1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLfMKUUuf1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfMKUUuf1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfMKUUuf1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLfMKUUuf1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfMKUUuf1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLfMKUUuf1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLfMKUUuf1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfMKUUuf1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLfMKUUuf1 .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-tLfMKUUuf1 .navbar {
    height: 70px;
  }
  .cid-tLfMKUUuf1 .navbar.opened {
    height: auto;
  }
  .cid-tLfMKUUuf1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLfMKUUuf1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLfMKUUuf1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tLfMKUUuf1 .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-tLfMKUUuf1 .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-tLfMKUUuf1 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tLfMKUUuf1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tLfMKUUuf1 .text_widget {
  margin-bottom: 32px;
}
.cid-tLfMKUUuf1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tLfMKUUuf1 .text_widget a:hover {
  opacity: .5;
}
.cid-tLfMKUUuf1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tLfMKUUuf1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tLfMKUUuf1 .mbr-section-subtitle,
.cid-tLfMKUUuf1 .text_widget,
.cid-tLfMKUUuf1 .mbr-section-btn {
  text-align: center;
}
.cid-tLfMKUUuf1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLhHLwP6kZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLhHLwP6kZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLhHLwP6kZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLhHLwP6kZ .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLhHLwP6kZ .container-fluid {
    padding: 0;
  }
}
.cid-tLhHLwP6kZ .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLhHLwP6kZ .container {
    padding: 0 28px;
  }
}
.cid-tLhHLwP6kZ .row {
  margin: -1px 0 0 0;
}
.cid-tLhHLwP6kZ .card {
  padding: 50px 40px;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLhHLwP6kZ .card {
    padding: 28px;
  }
}
.cid-tLhHLwP6kZ .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLhHLwP6kZ .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-tLhHLwP6kZ .card:last-child {
  border-right: none;
}
.cid-tLhHLwP6kZ .title-wrapper .icon-wrap {
  margin-bottom: 20px;
}
.cid-tLhHLwP6kZ .title-wrapper .icon-wrap .mbr-iconfont {
  font-size: 110px;
  color: #f2d122;
  display: inline-flex;
}
.cid-tLhHLwP6kZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tLhHLwP6kZ .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tLhHLwP6kZ .image-wrapper img {
  min-height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLhHLwP6kZ .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-tLhHLwP6kZ .mbr-section-title {
  color: #000000;
}
.cid-tLhHLwP6kZ .mbr-text {
  color: #000000;
}
#custom-html-8u img {
  width: 100%;
  height: 100%;
}
.cid-tLhHXE7E8G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLhHXE7E8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLhHXE7E8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLhHXE7E8G .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLhHXE7E8G .container-fluid {
    padding: 0;
  }
}
.cid-tLhHXE7E8G .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLhHXE7E8G .container {
    padding: 0 28px;
  }
}
.cid-tLhHXE7E8G .row {
  margin: -1px 0 0 0;
}
.cid-tLhHXE7E8G .card {
  padding: 40px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLhHXE7E8G .card {
    padding: 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLhHXE7E8G .card:last-child {
    padding-top: 0;
  }
}
.cid-tLhHXE7E8G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLhHXE7E8G .mbr-section-title {
  color: #000000;
}
.cid-tLhHXE7E8G .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tLhHXE7E8G .mbr-section-btn {
    text-align: left;
  }
}
.cid-tLhHXE7E8G .mbr-section-title,
.cid-tLhHXE7E8G .mbr-section-btn {
  text-align: center;
}
.cid-tLhHVgQBF5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLhHVgQBF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLhHVgQBF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLhHVgQBF5 .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLhHVgQBF5 .container-fluid {
    padding: 0;
  }
}
.cid-tLhHVgQBF5 .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLhHVgQBF5 .container {
    padding: 0 28px;
  }
}
.cid-tLhHVgQBF5 .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-tLhHVgQBF5 .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #707070;
}
.cid-tLhHVgQBF5 .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tLhHVgQBF5 .item {
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .cid-tLhHVgQBF5 .item:last-child {
    border-bottom: none;
  }
}
.cid-tLhHVgQBF5 .item .item-wrapper a {
  display: block;
}
.cid-tLhHVgQBF5 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.01);
}
.cid-tLhHVgQBF5 .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-tLhHVgQBF5 .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tLhHVgQBF5 .item .item-wrapper a .item-img img {
    height: 450px;
  }
}
.cid-tLhHVgQBF5 .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-tLhHVgQBF5 .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-tLhHVgQBF5 .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-tLhHVgQBF5 .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-tLhHVgQBF5 .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #707070;
}
.cid-tLhHVgQBF5 .item .item-wrapper .title-wrap:hover .item-title,
.cid-tLhHVgQBF5 .item .item-wrapper .title-wrap:focus .item-title {
  color: #18c28a;
}
.cid-tLhHVgQBF5 .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tLhHVgQBF5 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tLhHVgQBF5 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tLhI8rw69q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLhI8rw69q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLhI8rw69q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLhI8rw69q .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLhI8rw69q .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLhI8rw69q .container {
    padding: 0 28px;
  }
}
.cid-tLhI8rw69q .row {
  justify-content: center;
}
.cid-tLhI8rw69q .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tLhI8rw69q .mbr-figure iframe {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tLhI8rw69q .mbr-figure iframe {
    height: 350px;
  }
}
.cid-tLhI8rw69q .mbr-figure .app-video-wrapper img {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tLhI8rw69q .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-tLhI8rw69q .mbr-figure .app-video-wrapper::before {
  color: #f2d122;
  text-shadow: none;
}
.cid-tLhI8rw69q .mbr-section-title {
  color: #000000;
}
.cid-tLhIdd0HXR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLhIdd0HXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLhIdd0HXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLhIdd0HXR .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLhIdd0HXR .container-fluid {
    padding: 0;
  }
}
.cid-tLhIdd0HXR .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLhIdd0HXR .container {
    padding: 0 28px;
  }
}
.cid-tLhIdd0HXR .row {
  margin: -1px 0 0 0;
}
.cid-tLhIdd0HXR .card {
  padding: 40px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLhIdd0HXR .card {
    padding: 28px;
  }
}
.cid-tLhIdd0HXR .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLhIdd0HXR .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-tLhIdd0HXR .card:last-child {
  border-right: none;
  padding: 40px 100px;
}
@media (max-width: 1200px) {
  .cid-tLhIdd0HXR .card:last-child {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tLhIdd0HXR .card:last-child {
    padding: 28px;
  }
}
.cid-tLhIdd0HXR .image-wrapper img {
  min-height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLhIdd0HXR .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-tLhIdd0HXR .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tLhIdd0HXR .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tLhIdd0HXR .title-wrapper img {
  max-width: 400px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto 30px;
}
.cid-tLhIdd0HXR .mbr-section-title {
  color: #000000;
}
.cid-tLhIdd0HXR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tLhIdd0HXR .mbr-section-title,
.cid-tLhIdd0HXR .mbr-section-btn {
  text-align: center;
}
.cid-tLhI3PTBZy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLhI3PTBZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLhI3PTBZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLhI3PTBZy .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLhI3PTBZy .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLhI3PTBZy .container {
    padding: 0 28px;
  }
}
.cid-tLhI3PTBZy .content-wrapper .logo-wrapper {
  margin-bottom: 35px;
}
.cid-tLhI3PTBZy .content-wrapper .logo-wrapper img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.cid-tLhI3PTBZy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tLhI3PTBZy .content-wrapper .contact-wrap {
  margin-bottom: 35px;
}
.cid-tLhI3PTBZy .content-wrapper .contact-wrap .link-wrap {
  display: block;
}
.cid-tLhI3PTBZy .content-wrapper .contact-wrap .link-wrap:hover .mbr-cont::after,
.cid-tLhI3PTBZy .content-wrapper .contact-wrap .link-wrap:focus .mbr-cont::after {
  width: 100%;
}
.cid-tLhI3PTBZy .content-wrapper .contact-wrap .link-wrap .mbr-cont {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.cid-tLhI3PTBZy .content-wrapper .contact-wrap .link-wrap .mbr-cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-tLhI3PTBZy .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-tLhI3PTBZy .mbr-section-title {
  color: #000000;
}
.cid-tLhI3PTBZy .mbr-cont,
.cid-tLhI3PTBZy .link-wrap {
  color: #000000;
  text-align: center;
}
.cid-tLhI3PTBZy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-tLhI3PTBZy .mbr-section-title,
.cid-tLhI3PTBZy .logo-wrapper {
  text-align: center;
}
.cid-tLfMKUUuf1 .navbar-dropdown {
  background-color: #dedede !important;
  padding: 0;
}
.cid-tLfMKUUuf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #dedede !important;
  background: #dedede;
}
.cid-tLfMKUUuf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLfMKUUuf1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tLfMKUUuf1 .menu_box .navbar.opened,
  .cid-tLfMKUUuf1 .menu_box .navbar-collapse {
    background-color: #dedede !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLfMKUUuf1 .navbar-dropdown {
  position: relative !important;
}
.cid-tLfMKUUuf1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLfMKUUuf1 .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-tLfMKUUuf1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-tLfMKUUuf1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLfMKUUuf1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLfMKUUuf1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLfMKUUuf1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLfMKUUuf1 .offcanvas-body .mbr-text,
  .cid-tLfMKUUuf1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tLfMKUUuf1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLfMKUUuf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLfMKUUuf1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLfMKUUuf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLfMKUUuf1 .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-tLfMKUUuf1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLfMKUUuf1 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-tLfMKUUuf1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tLfMKUUuf1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tLfMKUUuf1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLfMKUUuf1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .nav-item {
    margin: 0 !important;
  }
}
.cid-tLfMKUUuf1 .nav-item .nav-link {
  position: relative;
}
.cid-tLfMKUUuf1 .nav-item .nav-link:hover::before,
.cid-tLfMKUUuf1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tLfMKUUuf1 .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-tLfMKUUuf1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLfMKUUuf1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tLfMKUUuf1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLfMKUUuf1 .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-tLfMKUUuf1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLfMKUUuf1 .offcanvas_box {
    display: none;
  }
}
.cid-tLfMKUUuf1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tLfMKUUuf1 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-tLfMKUUuf1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tLfMKUUuf1 .container {
  display: flex;
  margin: auto;
}
.cid-tLfMKUUuf1 .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-tLfMKUUuf1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLfMKUUuf1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tLfMKUUuf1 .navbar-caption {
  color: #000000;
}
.cid-tLfMKUUuf1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLfMKUUuf1 .navbar-nav {
    margin: 0;
  }
}
.cid-tLfMKUUuf1 .dropdown-menu,
.cid-tLfMKUUuf1 .navbar.opened {
  background-color: false !important;
}
.cid-tLfMKUUuf1 .nav-item:focus,
.cid-tLfMKUUuf1 .nav-link:focus {
  outline: none;
}
.cid-tLfMKUUuf1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLfMKUUuf1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLfMKUUuf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLfMKUUuf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLfMKUUuf1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLfMKUUuf1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLfMKUUuf1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tLfMKUUuf1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tLfMKUUuf1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tLfMKUUuf1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLfMKUUuf1 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-tLfMKUUuf1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tLfMKUUuf1 .navbar.collapsed {
  justify-content: center;
}
.cid-tLfMKUUuf1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLfMKUUuf1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLfMKUUuf1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLfMKUUuf1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLfMKUUuf1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLfMKUUuf1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLfMKUUuf1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLfMKUUuf1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLfMKUUuf1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLfMKUUuf1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLfMKUUuf1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLfMKUUuf1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLfMKUUuf1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLfMKUUuf1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tLfMKUUuf1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLfMKUUuf1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLfMKUUuf1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLfMKUUuf1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLfMKUUuf1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tLfMKUUuf1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLfMKUUuf1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLfMKUUuf1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLfMKUUuf1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLfMKUUuf1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLfMKUUuf1 .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-tLfMKUUuf1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tLfMKUUuf1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLfMKUUuf1 .dropdown-item.active,
.cid-tLfMKUUuf1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLfMKUUuf1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLfMKUUuf1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLfMKUUuf1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLfMKUUuf1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLfMKUUuf1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLfMKUUuf1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLfMKUUuf1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #dedede;
  background: #18c28a;
}
.cid-tLfMKUUuf1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLfMKUUuf1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLfMKUUuf1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfMKUUuf1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfMKUUuf1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLfMKUUuf1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfMKUUuf1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLfMKUUuf1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLfMKUUuf1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfMKUUuf1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLfMKUUuf1 .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-tLfMKUUuf1 .navbar {
    height: 70px;
  }
  .cid-tLfMKUUuf1 .navbar.opened {
    height: auto;
  }
  .cid-tLfMKUUuf1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLfMKUUuf1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLfMKUUuf1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tLfMKUUuf1 .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-tLfMKUUuf1 .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-tLfMKUUuf1 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tLfMKUUuf1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tLfMKUUuf1 .text_widget {
  margin-bottom: 32px;
}
.cid-tLfMKUUuf1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tLfMKUUuf1 .text_widget a:hover {
  opacity: .5;
}
.cid-tLfMKUUuf1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tLfMKUUuf1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tLfMKUUuf1 .mbr-section-subtitle,
.cid-tLfMKUUuf1 .text_widget,
.cid-tLfMKUUuf1 .mbr-section-btn {
  text-align: center;
}
.cid-tLfMKUUuf1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLjcDSCpvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcDSCpvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcDSCpvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcDSCpvM .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcDSCpvM .container-fluid {
    padding: 0;
  }
}
.cid-tLjcDSCpvM .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcDSCpvM .container {
    padding: 0 28px;
  }
}
.cid-tLjcDSCpvM .row {
  margin: -1px 0 0 0;
}
.cid-tLjcDSCpvM .card {
  padding: 50px 40px;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLjcDSCpvM .card {
    padding: 28px;
  }
}
.cid-tLjcDSCpvM .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcDSCpvM .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-tLjcDSCpvM .card:last-child {
  border-right: none;
}
.cid-tLjcDSCpvM .title-wrapper .icon-wrap {
  margin-bottom: 20px;
}
.cid-tLjcDSCpvM .title-wrapper .icon-wrap .mbr-iconfont {
  font-size: 110px;
  color: #f2d122;
  display: inline-flex;
}
.cid-tLjcDSCpvM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tLjcDSCpvM .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tLjcDSCpvM .image-wrapper img {
  min-height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLjcDSCpvM .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-tLjcDSCpvM .mbr-section-title {
  color: #000000;
}
.cid-tLjcDSCpvM .mbr-text {
  color: #000000;
}
.cid-tLjcE63kaF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcE63kaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcE63kaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcE63kaF .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcE63kaF .container-fluid {
    padding: 0;
  }
}
.cid-tLjcE63kaF .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcE63kaF .container {
    padding: 0 28px;
  }
}
.cid-tLjcE63kaF .row {
  margin: -1px 0 0 0;
}
.cid-tLjcE63kaF .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLjcE63kaF .card {
    padding: 28px;
  }
}
.cid-tLjcE63kaF .image-wrapper {
  margin-bottom: 20px;
}
.cid-tLjcE63kaF .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
.cid-tLjcE63kaF .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tLjcE63kaF .title-wrapper {
    display: block;
  }
}
.cid-tLjcE63kaF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLjcE63kaF .title-wrapper .mbr-iconfont {
  min-height: 110px;
  font-size: 110px;
  color: #18c28a;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-tLjcE63kaF .title-wrapper .mbr-iconfont {
    margin-top: 20px;
  }
}
.cid-tLjcE63kaF .mbr-text {
  margin-bottom: 30px;
}
.cid-tLjcE63kaF .mbr-section-title {
  color: #000000;
}
.cid-tLjcEffi8z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcEffi8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcEffi8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcEffi8z .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcEffi8z .container-fluid {
    padding: 0;
  }
}
.cid-tLjcEffi8z .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcEffi8z .container {
    padding: 0 28px;
  }
}
.cid-tLjcEffi8z .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-tLjcEffi8z .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #707070;
}
.cid-tLjcEffi8z .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tLjcEffi8z .item {
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .cid-tLjcEffi8z .item:last-child {
    border-bottom: none;
  }
}
.cid-tLjcEffi8z .item .item-wrapper a {
  display: block;
}
.cid-tLjcEffi8z .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-tLjcEffi8z .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-tLjcEffi8z .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tLjcEffi8z .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-tLjcEffi8z .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-tLjcEffi8z .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-tLjcEffi8z .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-tLjcEffi8z .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-tLjcEffi8z .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #707070;
}
.cid-tLjcEffi8z .item .item-wrapper .title-wrap:hover .item-title,
.cid-tLjcEffi8z .item .item-wrapper .title-wrap:focus .item-title {
  color: #18c28a;
}
.cid-tLjcEffi8z .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcEffi8z .item-title {
  color: #000000;
}
.cid-tLjcEffi8z .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tLjcEpaojS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcEpaojS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcEpaojS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcEpaojS .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcEpaojS .container-fluid {
    padding: 0;
  }
}
.cid-tLjcEpaojS .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcEpaojS .container {
    padding: 0 28px;
  }
}
.cid-tLjcEpaojS .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-tLjcEpaojS .item {
  padding: 40px;
  border-right: 1px solid #707070;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcEpaojS .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tLjcEpaojS .item {
    padding: 28px;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .cid-tLjcEpaojS .item:last-child {
    border-bottom: none;
  }
}
.cid-tLjcEpaojS .item:hover,
.cid-tLjcEpaojS .item:focus {
  background-color: #18c28a;
}
.cid-tLjcEpaojS .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-tLjcEpaojS .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-tLjcEpaojS .item .item-wrapper {
  display: block;
}
.cid-tLjcEpaojS .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLjcEpaojS .item .item-wrapper .item-img img {
  height: 415px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLjcEpaojS .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tLjcEpaojS .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-tLjcEpaojS .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tLjcEpaojS .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tLjcEpaojS .item .item-wrapper .item-content .social-wrapper {
  margin-top: 34px;
}
.cid-tLjcEpaojS .item .item-wrapper .item-content .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-tLjcEpaojS .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item {
  display: inline-flex;
  margin-right: 15px;
}
.cid-tLjcEpaojS .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item:hover .mbr-soc::after,
.cid-tLjcEpaojS .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item:focus .mbr-soc::after {
  width: 100%;
}
.cid-tLjcEpaojS .item .item-wrapper .item-content .social-wrapper .social-wrap .social-item .mbr-soc {
  margin-bottom: 0;
  position: relative;
}
.cid-tLjcEpaojS .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-tLjcEpaojS .item-title {
  color: #000000;
}
.cid-tLjcEpaojS .mbr-text {
  color: #000000;
}
.cid-tLjcEpaojS .mbr-soc {
  color: #000000;
}
.cid-tLjcEzr05g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcEzr05g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcEzr05g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcEzr05g .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLjcEzr05g .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcEzr05g .container {
    padding: 0 28px;
  }
}
.cid-tLjcEzr05g .row {
  justify-content: center;
}
.cid-tLjcEzr05g .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLjcEzr05g .item {
    margin-bottom: 30px;
  }
}
.cid-tLjcEzr05g .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 32px;
}
.cid-tLjcEzr05g .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: #f2d122;
  border: 5px solid #000000;
  border-radius: 100%;
}
.cid-tLjcEzr05g .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 10px;
}
.cid-tLjcEzr05g .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-tLjcEzr05g .mbr-card-title {
  color: #000000;
}
.cid-tLjcEzr05g .mbr-text {
  color: #000000;
}
.cid-tLjcEJIHhA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcEJIHhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcEJIHhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcEJIHhA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLjcEJIHhA .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcEJIHhA .container {
    padding: 0 28px;
  }
}
.cid-tLjcEJIHhA .row {
  justify-content: center;
}
.cid-tLjcEJIHhA .item {
  margin-bottom: 60px;
}
.cid-tLjcEJIHhA .item .item-wrapper {
  display: block;
}
.cid-tLjcEJIHhA .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  height: 375px;
  border: 1px solid #707070;
}
@media (max-width: 768px) {
  .cid-tLjcEJIHhA .item .item-wrapper .item-img {
    height: 285px;
  }
}
.cid-tLjcEJIHhA .item .item-wrapper .item-img:hover .mbr-section-btn,
.cid-tLjcEJIHhA .item .item-wrapper .item-img:focus .mbr-section-btn {
  opacity: 1;
}
.cid-tLjcEJIHhA .item .item-wrapper .item-img img {
  position: absolute;
  height: 200px;
  width: 150px;
  object-fit: cover;
}
.cid-tLjcEJIHhA .item .item-wrapper .item-img .mbr-section-btn {
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tLjcEJIHhA .item .item-wrapper .item-img .mbr-section-btn {
    opacity: 1;
  }
}
.cid-tLjcEJIHhA .item .item-wrapper .item-content .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cid-tLjcEJIHhA .item .item-wrapper .item-content .title-wrap:hover .mbr-card-title,
.cid-tLjcEJIHhA .item .item-wrapper .item-content .title-wrap:focus .mbr-card-title {
  color: #18c28a;
}
.cid-tLjcEJIHhA .item .item-wrapper .item-content .title-wrap .mbr-card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcEJIHhA .item .item-wrapper .item-content .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tLjcEJIHhA .item .item-wrapper .item-content .desc-wrap {
  display: block;
}
.cid-tLjcEJIHhA .item .item-wrapper .item-content .desc-wrap:hover .mbr-desc::after,
.cid-tLjcEJIHhA .item .item-wrapper .item-content .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-tLjcEJIHhA .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  margin-bottom: 0;
  position: relative;
  display: inline-flex;
}
.cid-tLjcEJIHhA .item .item-wrapper .item-content .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #707070;
}
.cid-tLjcEJIHhA .mbr-card-title {
  color: #000000;
}
.cid-tLjcEJIHhA .mbr-price {
  color: #000000;
}
.cid-tLjcEJIHhA .mbr-desc {
  color: #000000;
}
.cid-tLjcFu7MBj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcFu7MBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcFu7MBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcFu7MBj .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcFu7MBj .container-fluid {
    padding: 0;
  }
}
.cid-tLjcFu7MBj .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcFu7MBj .container {
    padding: 0 28px;
  }
}
.cid-tLjcFu7MBj .row {
  margin: -1px 0 0 0;
}
.cid-tLjcFu7MBj .card {
  padding: 40px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLjcFu7MBj .card {
    padding: 28px;
  }
}
.cid-tLjcFu7MBj .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcFu7MBj .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-tLjcFu7MBj .card:last-child {
  border-right: none;
  padding: 40px 100px;
}
@media (max-width: 1200px) {
  .cid-tLjcFu7MBj .card:last-child {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcFu7MBj .card:last-child {
    padding: 28px;
  }
}
.cid-tLjcFu7MBj .image-wrapper img {
  min-height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLjcFu7MBj .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-tLjcFu7MBj .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tLjcFu7MBj .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tLjcFu7MBj .title-wrapper img {
  max-width: 400px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto 30px;
}
.cid-tLjcFu7MBj .mbr-section-title {
  color: #000000;
}
.cid-tLjcFu7MBj .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tLjcFu7MBj .mbr-section-title,
.cid-tLjcFu7MBj .mbr-section-btn {
  text-align: center;
}
.cid-tLjcFERzTg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcFERzTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcFERzTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcFERzTg .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcFERzTg .container-fluid {
    padding: 0;
  }
}
.cid-tLjcFERzTg .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcFERzTg .container {
    padding: 0 28px;
  }
}
.cid-tLjcFERzTg .row {
  margin: -1px 0 0 0;
}
.cid-tLjcFERzTg .card {
  padding: 40px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLjcFERzTg .card {
    padding: 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcFERzTg .card:last-child {
    padding-top: 0;
  }
}
.cid-tLjcFERzTg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLjcFERzTg .mbr-section-title {
  color: #000000;
}
.cid-tLjcFERzTg .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tLjcFERzTg .mbr-section-btn {
    text-align: left;
  }
}
.cid-tLjcFRf4Tn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcFRf4Tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcFRf4Tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcFRf4Tn .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcFRf4Tn .container-fluid {
    padding: 0;
  }
}
.cid-tLjcFRf4Tn .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcFRf4Tn .container {
    padding: 0 28px;
  }
}
.cid-tLjcFRf4Tn .row {
  margin: -1px 0 0 0;
}
.cid-tLjcFRf4Tn .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tLjcFRf4Tn .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcFRf4Tn .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tLjcFRf4Tn .card {
    padding: 20px;
  }
}
.cid-tLjcFRf4Tn .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcFRf4Tn .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-tLjcFRf4Tn .card:last-child {
  border-right: none;
}
.cid-tLjcFRf4Tn .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-tLjcFRf4Tn .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tLjcFRf4Tn .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tLjcFRf4Tn .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-tLjcFRf4Tn .mbr-section-title {
  color: #000000;
}
.cid-tLjcFRf4Tn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tLjcFRf4Tn .mbr-section-title,
.cid-tLjcFRf4Tn .mbr-section-btn {
  text-align: center;
}
.cid-tLjcG2W1dw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcG2W1dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcG2W1dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcG2W1dw .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcG2W1dw .container-fluid {
    padding: 0;
  }
}
.cid-tLjcG2W1dw .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcG2W1dw .container {
    padding: 0 28px;
  }
}
.cid-tLjcG2W1dw .row {
  margin: -1px 0 0 0;
}
.cid-tLjcG2W1dw .card {
  padding: 40px;
  justify-content: flex-end;
  border-right: 1px solid #707070;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLjcG2W1dw .card {
    padding: 28px;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
}
.cid-tLjcG2W1dw .card:first-child {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .cid-tLjcG2W1dw .card:first-child {
    padding-top: 40px;
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-tLjcG2W1dw .card:last-child {
  border-right: none;
}
.cid-tLjcG2W1dw .title-wrapper .icon-wrap {
  margin-bottom: 40px;
}
.cid-tLjcG2W1dw .title-wrapper .icon-wrap .mbr-iconfont {
  font-size: 110px;
  color: #f2d122;
  display: inline-flex;
}
.cid-tLjcG2W1dw .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tLjcG2W1dw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLjcG2W1dw .card-wrapper {
  -webkit-flex: inherit;
}
.cid-tLjcG2W1dw .card-wrapper img {
  height: 320px;
  width: 200px;
  object-fit: cover;
  margin: 0 auto 60px;
}
@media (max-width: 1199px) {
  .cid-tLjcG2W1dw .card-wrapper img {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcG2W1dw .card-wrapper img {
    margin: 0 auto 40px;
    width: 200px;
  }
}
@media (max-width: 425px) {
  .cid-tLjcG2W1dw .card-wrapper img {
    width: 100%;
  }
}
.cid-tLjcG2W1dw .card-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tLjcG2W1dw .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLjcG2W1dw .mbr-section-title {
  color: #000000;
}
.cid-tLjcG2W1dw .mbr-section-subtitle {
  color: #000000;
}
.cid-tLjcG2W1dw .mbr-text {
  color: #000000;
}
.cid-tLjcGq5uoa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcGq5uoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcGq5uoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcGq5uoa .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcGq5uoa .container-fluid {
    padding: 0;
  }
}
.cid-tLjcGq5uoa .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcGq5uoa .container {
    padding: 0 28px;
  }
}
.cid-tLjcGq5uoa .row {
  margin: -1px 0 0 0;
}
.cid-tLjcGq5uoa .title-wrapper {
  padding: 150px 40px;
}
@media (max-width: 992px) {
  .cid-tLjcGq5uoa .title-wrapper {
    padding: 100px 28px;
  }
}
.cid-tLjcGq5uoa .title-wrapper .mbr-section-title {
  padding: 20px 30px;
  margin-bottom: 0;
}
.cid-tLjcGq5uoa .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLjcGq5uoa .mbr-section-title {
  color: #000000;
}
.cid-tLjcGq5uoa .mbr-section-btn,
.cid-tLjcGq5uoa .mbr-section-title {
  text-align: center;
}
.cid-tLjcGKkp4n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcGKkp4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcGKkp4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcGKkp4n .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLjcGKkp4n .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcGKkp4n .container {
    padding: 0 28px;
  }
}
.cid-tLjcGKkp4n .row {
  justify-content: center;
}
.cid-tLjcGKkp4n .image-wrapper {
  margin-bottom: 34px;
}
.cid-tLjcGKkp4n .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLjcGKkp4n .image-wrapper img {
    height: 350px;
  }
}
.cid-tLjcGKkp4n .desc-wrap {
  margin-bottom: 5px;
  display: block;
}
.cid-tLjcGKkp4n .desc-wrap:hover .mbr-desc::after,
.cid-tLjcGKkp4n .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-tLjcGKkp4n .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-tLjcGKkp4n .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-tLjcGKkp4n .title-wrapper {
  margin-bottom: 20px;
  display: block;
}
.cid-tLjcGKkp4n .title-wrapper:hover .mbr-section-title,
.cid-tLjcGKkp4n .title-wrapper:focus .mbr-section-title {
  color: #18c28a;
}
.cid-tLjcGKkp4n .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcGKkp4n .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-tLjcGKkp4n .mbr-section-btn {
  margin-top: 50px;
}
.cid-tLjcGKkp4n .mbr-section-title {
  color: #000000;
}
.cid-tLjcGKkp4n .mbr-desc {
  color: #000000;
}
.cid-tLjcH3tzjE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcH3tzjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcH3tzjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcH3tzjE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLjcH3tzjE .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcH3tzjE .container {
    padding: 0 28px;
  }
}
.cid-tLjcH3tzjE .row {
  justify-content: center;
}
.cid-tLjcH3tzjE .card-wrapper a {
  border: 1px solid #707070;
  padding: 70px 80px;
  background-color: #18c28a;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-tLjcH3tzjE .card-wrapper a {
    padding: 70px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcH3tzjE .card-wrapper a {
    padding: 100px 28px;
  }
}
@media (max-width: 768px) {
  .cid-tLjcH3tzjE .card-wrapper a {
    display: block;
  }
}
.cid-tLjcH3tzjE .card-wrapper a:hover .icon-wrap .mbr-iconfont,
.cid-tLjcH3tzjE .card-wrapper a:focus .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-tLjcH3tzjE .card-wrapper a:hover .content-wrap .mbr-text,
.cid-tLjcH3tzjE .card-wrapper a:focus .content-wrap .mbr-text {
  color: #ffffff;
}
.cid-tLjcH3tzjE .card-wrapper a:hover .content-wrap .mbr-name,
.cid-tLjcH3tzjE .card-wrapper a:focus .content-wrap .mbr-name {
  color: #ffffff;
}
.cid-tLjcH3tzjE .card-wrapper a:hover .content-wrap .mbr-role,
.cid-tLjcH3tzjE .card-wrapper a:focus .content-wrap .mbr-role {
  color: #ffffff;
}
.cid-tLjcH3tzjE .card-wrapper a .icon-wrap {
  margin: 10px 24px 0 0;
}
@media (max-width: 768px) {
  .cid-tLjcH3tzjE .card-wrapper a .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.cid-tLjcH3tzjE .card-wrapper a .icon-wrap .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  min-width: 60px;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcH3tzjE .card-wrapper a .content-wrap .mbr-text {
  margin-bottom: 34px;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcH3tzjE .card-wrapper a .content-wrap .mbr-name {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcH3tzjE .card-wrapper a .content-wrap .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcH3tzjE .mbr-text {
  color: #000000;
}
.cid-tLjcH3tzjE .mbr-name {
  color: #000000;
}
.cid-tLjcH3tzjE .mbr-role {
  color: #000000;
}
.cid-tLjcHn1oJ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcHn1oJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcHn1oJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcHn1oJ6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLjcHn1oJ6 .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcHn1oJ6 .container {
    padding: 0 28px;
  }
}
.cid-tLjcHn1oJ6 .row {
  justify-content: center;
}
.cid-tLjcHn1oJ6 .card-wrapper {
  border: 1px solid #707070;
  padding: 70px 80px;
  background-color: #18c28a;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 1200px) {
  .cid-tLjcHn1oJ6 .card-wrapper {
    padding: 70px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcHn1oJ6 .card-wrapper {
    padding: 100px 28px;
  }
}
@media (max-width: 768px) {
  .cid-tLjcHn1oJ6 .card-wrapper {
    display: block;
  }
}
.cid-tLjcHn1oJ6 .card-wrapper .image-wrapper img {
  width: 170px;
  height: 170px;
  margin-right: 30px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tLjcHn1oJ6 .card-wrapper .image-wrapper img {
    margin: 0 auto 30px;
    width: 100%;
  }
}
.cid-tLjcHn1oJ6 .card-wrapper .content-wrap {
  width: 100%;
}
.cid-tLjcHn1oJ6 .card-wrapper .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-tLjcHn1oJ6 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 5px;
}
.cid-tLjcHn1oJ6 .card-wrapper .content-wrap .social-wrapper {
  margin-top: 25px;
}
.cid-tLjcHn1oJ6 .card-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-tLjcHn1oJ6 .card-wrapper .content-wrap .social-wrapper .social-wrap .social-item {
  display: inline-flex;
  margin-right: 15px;
}
.cid-tLjcHn1oJ6 .card-wrapper .content-wrap .social-wrapper .social-wrap .social-item:hover .mbr-soc::after,
.cid-tLjcHn1oJ6 .card-wrapper .content-wrap .social-wrapper .social-wrap .social-item:focus .mbr-soc::after {
  width: 100%;
}
.cid-tLjcHn1oJ6 .card-wrapper .content-wrap .social-wrapper .social-wrap .social-item .mbr-soc {
  margin-bottom: 0;
  position: relative;
}
.cid-tLjcHn1oJ6 .card-wrapper .content-wrap .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-tLjcHn1oJ6 .mbr-text {
  color: #000000;
}
.cid-tLjcHn1oJ6 .mbr-name {
  color: #000000;
}
.cid-tLjcHn1oJ6 .mbr-soc {
  color: #000000;
}
.cid-tLjcHIrVNA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcHIrVNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcHIrVNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcHIrVNA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLjcHIrVNA .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcHIrVNA .container {
    padding: 0 28px;
  }
}
.cid-tLjcHIrVNA .row {
  justify-content: center;
}
.cid-tLjcHIrVNA .card-wrapper {
  border: 1px solid #707070;
  background-color: #f2d122;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-tLjcHIrVNA .card-wrapper {
    display: block;
  }
}
.cid-tLjcHIrVNA .card-wrapper .content-wrap {
  padding: 70px 80px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-tLjcHIrVNA .card-wrapper .content-wrap {
    padding: 70px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcHIrVNA .card-wrapper .content-wrap {
    padding: 40px 28px;
  }
}
.cid-tLjcHIrVNA .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tLjcHIrVNA .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tLjcHIrVNA .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLjcHIrVNA .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tLjcHIrVNA .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-tLjcHIrVNA .card-wrapper .image-wrapper img {
  height: 100%;
  margin-left: 30px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tLjcHIrVNA .card-wrapper .image-wrapper img {
    margin: 30px 0 0;
    height: 350px;
  }
}
.cid-tLjcHIrVNA .mbr-section-title {
  color: #000000;
}
.cid-tLjcHIrVNA .mbr-text {
  color: #000000;
}
.cid-tLjcI2RjHJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcI2RjHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcI2RjHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcI2RjHJ .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcI2RjHJ .container-fluid {
    padding: 0;
  }
}
.cid-tLjcI2RjHJ .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcI2RjHJ .container {
    padding: 0 25px;
  }
}
.cid-tLjcI2RjHJ .row {
  margin: -1px 0 0 0;
}
.cid-tLjcI2RjHJ .card {
  padding: 40px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLjcI2RjHJ .card {
    padding: 28px;
  }
}
.cid-tLjcI2RjHJ .image-wrapper img {
  height: 770px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLjcI2RjHJ .image-wrapper img {
    height: 350px;
  }
}
.cid-tLjcInMZkH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcInMZkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcInMZkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcInMZkH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLjcInMZkH .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcInMZkH .container {
    padding: 0 28px;
  }
}
.cid-tLjcInMZkH .row {
  justify-content: center;
}
.cid-tLjcInMZkH .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tLjcInMZkH .mbr-figure iframe {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tLjcInMZkH .mbr-figure iframe {
    height: 350px;
  }
}
.cid-tLjcInMZkH .mbr-figure .app-video-wrapper img {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tLjcInMZkH .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-tLjcInMZkH .mbr-figure .app-video-wrapper::before {
  color: #f2d122;
  text-shadow: none;
}
.cid-tLjcInMZkH .mbr-section-title {
  color: #000000;
}
.cid-tLjcINFwT6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcINFwT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcINFwT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcINFwT6 .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcINFwT6 .container-fluid {
    padding: 0;
  }
}
.cid-tLjcINFwT6 .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcINFwT6 .container {
    padding: 0 28px;
  }
}
.cid-tLjcINFwT6 .row {
  margin: -1px 0 0 0;
}
.cid-tLjcINFwT6 .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLjcINFwT6 .card {
    padding: 28px;
  }
}
.cid-tLjcINFwT6 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-tLjcINFwT6 .google-map iframe {
    height: 350px;
  }
}
.cid-tLjcJcMGFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcJcMGFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcJcMGFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcJcMGFd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLjcJcMGFd .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcJcMGFd .container {
    padding: 0 28px;
  }
}
.cid-tLjcJcMGFd .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-tLjcJcMGFd .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-tLjcJcMGFd .list-wrapper {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tLjcJcMGFd .list-wrapper {
    display: block;
  }
}
.cid-tLjcJcMGFd .list-wrapper .list-wrap {
  width: 42%;
}
@media (max-width: 1200px) {
  .cid-tLjcJcMGFd .list-wrapper .list-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-tLjcJcMGFd .list-wrapper .list-wrap {
    width: 100%;
  }
}
.cid-tLjcJcMGFd .list-wrapper .list-wrap .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tLjcJcMGFd .list-wrapper .list-wrap .list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
.cid-tLjcJcMGFd .list-wrapper .list-wrap .list .item-wrap {
  margin: 10px 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcJcMGFd .list-wrapper .list-wrap .list .item-wrap:hover,
.cid-tLjcJcMGFd .list-wrapper .list-wrap .list .item-wrap:focus {
  text-decoration-color: #707070;
}
.cid-tLjcJcMGFd .form-wrap {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-tLjcJcMGFd .form-wrap {
    margin: 50px 0 0 0;
  }
}
.cid-tLjcJcMGFd .form-wrap .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
.cid-tLjcJcMGFd .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 4px;
  border: none !important;
  border-bottom: 2px solid #707070 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-tLjcJcMGFd .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tLjcJcMGFd .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #707070 !important;
  box-shadow: none;
}
.cid-tLjcJcMGFd .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #707070;
}
.cid-tLjcJcMGFd .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-tLjcJcMGFd .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
}
.cid-tLjcJcMGFd .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #707070;
  border-color: #707070;
}
.cid-tLjcJcMGFd .mbr-section-subtitle {
  color: #000000;
}
.cid-tLjcJcMGFd .list {
  color: #000000;
}
.cid-tLjcJcMGFd label {
  color: #000000;
}
.cid-tLjcJBLxMB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcJBLxMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcJBLxMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcJBLxMB .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcJBLxMB .container-fluid {
    padding: 0;
  }
}
.cid-tLjcJBLxMB .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcJBLxMB .container {
    padding: 0 28px;
  }
}
.cid-tLjcJBLxMB .row {
  margin: -1px 0 0 0;
}
.cid-tLjcJBLxMB .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLjcJBLxMB .card {
    padding: 28px;
  }
}
.cid-tLjcJBLxMB .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcJBLxMB .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-tLjcJBLxMB .card:last-child {
  border-right: none;
  padding: 90px 40px 40px;
}
@media (max-width: 1200px) {
  .cid-tLjcJBLxMB .card:last-child {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcJBLxMB .card:last-child {
    padding: 28px;
  }
}
.cid-tLjcJBLxMB .image-wrapper img {
  min-height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLjcJBLxMB .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-tLjcJBLxMB .title-wrapper {
  margin-bottom: 40px;
}
.cid-tLjcJBLxMB .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tLjcJBLxMB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLjcJBLxMB .panel-group .card {
  border-radius: 0 !important;
  border-top: none;
  margin-top: 20px;
  padding: 0;
}
.cid-tLjcJBLxMB .panel-group .card:first-child {
  border: none;
  margin-top: 0;
}
.cid-tLjcJBLxMB .panel-group .card .card-header {
  padding: 2px 5px 4px 5px;
  background-color: transparent;
  border: none;
}
.cid-tLjcJBLxMB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tLjcJBLxMB .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
}
.cid-tLjcJBLxMB .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  margin: 0 24px 0 0;
  min-width: 30px;
}
.cid-tLjcJBLxMB .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-tLjcJBLxMB .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 20px;
  width: 25px;
  height: 25px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcJBLxMB .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tLjcJBLxMB .panel-group .card .panel-collapse .panel-body {
  border-top: 1px solid #707070;
  padding: 10px 0 2px 60px;
}
.cid-tLjcJBLxMB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tLjcJBLxMB .mbr-section-title {
  color: #000000;
}
.cid-tLjcJBLxMB .mbr-text {
  color: #000000;
}
.cid-tLjcJBLxMB .panel-number {
  color: #000000;
}
.cid-tLjcJBLxMB .panel-title-edit {
  color: #000000;
}
.cid-tLjcJBLxMB .panel-text {
  color: #000000;
}
.cid-tLjcJVrfvk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-tLjcJVrfvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcJVrfvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcJVrfvk .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcJVrfvk .container-fluid {
    padding: 0;
  }
}
.cid-tLjcJVrfvk .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcJVrfvk .container {
    padding: 0 28px;
  }
}
.cid-tLjcJVrfvk .row {
  margin: -1px 0 0 0;
}
.cid-tLjcJVrfvk .card {
  padding: 0;
  border-radius: 0 !important;
}
.cid-tLjcJVrfvk .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcJVrfvk .card:first-child {
    border-right: 0;
  }
}
.cid-tLjcJVrfvk .card:last-child {
  border-right: none;
}
.cid-tLjcJVrfvk .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-tLjcJVrfvk .nav.nav-tabs .nav-item {
  padding: 0;
  border-top: 1px solid #707070;
}
.cid-tLjcJVrfvk .nav.nav-tabs .nav-item:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-tLjcJVrfvk .nav.nav-tabs .nav-item:last-child {
    border-bottom: 1px solid #707070;
  }
}
.cid-tLjcJVrfvk .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #000000;
  border-radius: 0 !important;
  padding: 30px 40px;
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tLjcJVrfvk .nav.nav-tabs .nav-item .nav-link {
    height: 150px;
    padding: 28px;
  }
}
.cid-tLjcJVrfvk .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #18c28a;
}
.cid-tLjcJVrfvk .tab-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-tLjcJVrfvk .tab-content {
    padding: 28px;
  }
}
.cid-tLjcJVrfvk .tab-content .tab-pane .content-wrapper .image-wrapper {
  margin-bottom: 20px;
}
.cid-tLjcJVrfvk .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLjcJVrfvk .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-tLjcJVrfvk .tab-content .tab-pane .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLjcJVrfvk .tab-content .tab-pane .content-wrapper .social-wrapper {
  margin-top: 34px;
}
.cid-tLjcJVrfvk .tab-content .tab-pane .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-tLjcJVrfvk .tab-content .tab-pane .content-wrapper .social-wrapper .social-wrap .social-item {
  display: inline-flex;
  margin-right: 15px;
}
.cid-tLjcJVrfvk .tab-content .tab-pane .content-wrapper .social-wrapper .social-wrap .social-item:hover .mbr-soc::after,
.cid-tLjcJVrfvk .tab-content .tab-pane .content-wrapper .social-wrapper .social-wrap .social-item:focus .mbr-soc::after {
  width: 100%;
}
.cid-tLjcJVrfvk .tab-content .tab-pane .content-wrapper .social-wrapper .social-wrap .social-item .mbr-soc {
  margin-bottom: 0;
  position: relative;
}
.cid-tLjcJVrfvk .tab-content .tab-pane .content-wrapper .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-tLjcJVrfvk .mbr-soc {
  color: #000000;
}
.cid-tLjcJVrfvk .mbr-text {
  color: #000000;
}
.cid-tLjcKgFkpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dedede;
}
.cid-tLjcKgFkpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcKgFkpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcKgFkpE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLjcKgFkpE .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcKgFkpE .container {
    padding: 0 28px;
  }
}
.cid-tLjcKgFkpE .row {
  justify-content: center;
}
.cid-tLjcKgFkpE .nav.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-bottom: 40px;
}
.cid-tLjcKgFkpE .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 48px 10px 0;
}
.cid-tLjcKgFkpE .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 0;
  border: none;
  color: #000000;
  border-radius: 0 !important;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.cid-tLjcKgFkpE .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-tLjcKgFkpE .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-tLjcKgFkpE .tab-content .tab-pane .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLjcKgFkpE .mbr-text {
  color: #000000;
}
.cid-tLjcKC8NhE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcKC8NhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcKC8NhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcKC8NhE .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcKC8NhE .container-fluid {
    padding: 0;
  }
}
.cid-tLjcKC8NhE .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcKC8NhE .container {
    padding: 0 28px;
  }
}
.cid-tLjcKC8NhE .row {
  margin: -1px 0 0 0;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-tLjcKC8NhE .row {
    padding: 20px 8px;
  }
}
.cid-tLjcKC8NhE .item {
  padding: 20px;
}
.cid-tLjcKC8NhE .item .item-wrapper a {
  display: block;
}
.cid-tLjcKC8NhE .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-tLjcKC8NhE .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-tLjcKC8NhE .item .item-wrapper a .item-img img {
  height: 300px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcKUGLG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-tLjcKUGLG5 .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcKUGLG5 .container-fluid {
    padding: 0;
  }
}
.cid-tLjcKUGLG5 .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcKUGLG5 .container {
    padding: 0 28px;
  }
}
.cid-tLjcKUGLG5 .row {
  margin: -1px 0 0 0;
}
.cid-tLjcKUGLG5 .card {
  padding: 50px 40px;
  justify-content: flex-end;
  border-radius: 0 !important;
}
.cid-tLjcKUGLG5 .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcKUGLG5 .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
    padding: 28px;
  }
}
.cid-tLjcKUGLG5 .card:last-child {
  border-right: none;
  padding: 0;
}
.cid-tLjcKUGLG5 .title-wrapper .icon-wrap {
  margin-bottom: 20px;
}
.cid-tLjcKUGLG5 .title-wrapper .icon-wrap .mbr-iconfont {
  font-size: 110px;
  color: #f2d122;
  display: inline-flex;
}
.cid-tLjcKUGLG5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tLjcKUGLG5 .item:focus,
.cid-tLjcKUGLG5 span:focus {
  outline: none;
}
.cid-tLjcKUGLG5 .item-wrapper {
  position: relative;
}
.cid-tLjcKUGLG5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 50px 40px;
}
@media (max-width: 992px) {
  .cid-tLjcKUGLG5 .embla__slide {
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .cid-tLjcKUGLG5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tLjcKUGLG5 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-tLjcKUGLG5 .embla__slide .slide-content:hover .mbr-section-btn,
.cid-tLjcKUGLG5 .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-tLjcKUGLG5 .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tLjcKUGLG5 .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-tLjcKUGLG5 .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-tLjcKUGLG5 .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-tLjcKUGLG5 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin-bottom: 140px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tLjcKUGLG5 .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-tLjcKUGLG5 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 390px;
  height: 520px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tLjcKUGLG5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    width: 100%;
  }
}
.cid-tLjcKUGLG5 .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-tLjcKUGLG5 .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tLjcKUGLG5 .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tLjcKUGLG5 .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-tLjcKUGLG5 .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tLjcKUGLG5 .embla__button--next,
.cid-tLjcKUGLG5 .embla__button--prev {
  display: flex;
}
.cid-tLjcKUGLG5 .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLjcKUGLG5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLjcKUGLG5 .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-tLjcKUGLG5 .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-tLjcKUGLG5 .embla__button.embla__button--prev {
  left: 40px;
}
@media (max-width: 992px) {
  .cid-tLjcKUGLG5 .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-tLjcKUGLG5 .embla__button.embla__button--next {
  right: 40px;
}
@media (max-width: 992px) {
  .cid-tLjcKUGLG5 .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcKUGLG5 .embla__button {
    top: 50%;
  }
}
.cid-tLjcKUGLG5 .embla {
  position: relative;
  width: 100%;
}
.cid-tLjcKUGLG5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tLjcKUGLG5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLjcKUGLG5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLjcKUGLG5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLjcKUGLG5 .mbr-section-title {
  color: #000000;
}
.cid-tLjcKUGLG5 .mbr-card-title {
  color: #000000;
}
.cid-tLjcKUGLG5 .mbr-desc {
  color: #000000;
}
.cid-tLjcLfji6E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-tLjcLfji6E .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcLfji6E .container-fluid {
    padding: 0;
  }
}
.cid-tLjcLfji6E .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcLfji6E .container {
    padding: 0 28px;
  }
}
.cid-tLjcLfji6E .row {
  margin: -1px 0 0 0;
}
.cid-tLjcLfji6E .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLjcLfji6E .card {
    border-right: 0;
    border-bottom: 1px solid #707070;
    padding: 0;
  }
}
.cid-tLjcLfji6E .item:focus,
.cid-tLjcLfji6E span:focus {
  outline: none;
}
.cid-tLjcLfji6E .item-wrapper {
  position: relative;
}
.cid-tLjcLfji6E .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-tLjcLfji6E .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tLjcLfji6E .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tLjcLfji6E .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-tLjcLfji6E .embla__slide .slide-content:hover .mbr-section-btn,
.cid-tLjcLfji6E .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-tLjcLfji6E .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tLjcLfji6E .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-tLjcLfji6E .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-tLjcLfji6E .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-tLjcLfji6E .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-tLjcLfji6E .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-tLjcLfji6E .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLjcLfji6E .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tLjcLfji6E .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-tLjcLfji6E .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tLjcLfji6E .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tLjcLfji6E .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-tLjcLfji6E .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tLjcLfji6E .embla__button--next,
.cid-tLjcLfji6E .embla__button--prev {
  display: flex;
}
.cid-tLjcLfji6E .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLjcLfji6E .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLjcLfji6E .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-tLjcLfji6E .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-tLjcLfji6E .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-tLjcLfji6E .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-tLjcLfji6E .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-tLjcLfji6E .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcLfji6E .embla__button {
    top: 50%;
  }
}
.cid-tLjcLfji6E .embla {
  position: relative;
  width: 100%;
}
.cid-tLjcLfji6E .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tLjcLfji6E .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLjcLfji6E .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLjcLfji6E .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLjcLfji6E .mbr-section-title {
  color: #000000;
}
.cid-tLjcLfji6E .mbr-card-title {
  color: #000000;
}
.cid-tLjcLfji6E .mbr-desc {
  color: #000000;
}
.cid-tLjcLygd30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18c28a;
}
.cid-tLjcLygd30 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLjcLygd30 .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcLygd30 .container {
    padding: 0 28px;
  }
}
.cid-tLjcLygd30 .item:focus,
.cid-tLjcLygd30 span:focus {
  outline: none;
}
.cid-tLjcLygd30 .item-wrapper {
  position: relative;
}
.cid-tLjcLygd30 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tLjcLygd30 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tLjcLygd30 .embla__slide .slide-content {
  width: 100%;
}
.cid-tLjcLygd30 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-tLjcLygd30 .embla__slide .slide-content .item-wrapper .item-img .mbr-card-title {
  pointer-events: visible;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.cid-tLjcLygd30 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 500px;
  height: 450px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tLjcLygd30 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tLjcLygd30 .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-tLjcLygd30 .embla__slide .slide-content .content-wrap .title-wrap {
  padding-right: 7rem;
}
@media (max-width: 768px) {
  .cid-tLjcLygd30 .embla__slide .slide-content .content-wrap .title-wrap {
    padding-right: 0;
  }
}
.cid-tLjcLygd30 .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-subtitle {
  margin-bottom: 20px;
}
.cid-tLjcLygd30 .embla__slide .slide-content .content-wrap .title-wrap .list {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.cid-tLjcLygd30 .embla__slide .slide-content .content-wrap .title-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-tLjcLygd30 .embla__slide .slide-content .content-wrap .title-wrap .list .item-wrap::marker {
  color: #f2d122;
}
.cid-tLjcLygd30 .embla__button--next,
.cid-tLjcLygd30 .embla__button--prev {
  display: flex;
}
.cid-tLjcLygd30 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLjcLygd30 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLjcLygd30 .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-tLjcLygd30 .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-tLjcLygd30 .embla__button.embla__button--prev {
  right: 55px;
}
.cid-tLjcLygd30 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-tLjcLygd30 .embla__button {
    bottom: -3rem;
  }
}
.cid-tLjcLygd30 .embla {
  position: relative;
  width: 100%;
}
.cid-tLjcLygd30 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tLjcLygd30 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLjcLygd30 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLjcLygd30 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLjcLygd30 .mbr-card-title {
  color: #F2D122;
  text-align: center;
}
.cid-tLjcLygd30 .mbr-card-subtitle {
  color: #000000;
}
.cid-tLjcLygd30 .list {
  color: #000000;
}
.cid-tLjcLUT9UQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dedede;
}
.cid-tLjcLUT9UQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLjcLUT9UQ .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLjcLUT9UQ .container {
    padding: 0 28px;
  }
}
.cid-tLjcLUT9UQ .item:focus,
.cid-tLjcLUT9UQ span:focus {
  outline: none;
}
.cid-tLjcLUT9UQ .item-wrapper {
  position: relative;
}
.cid-tLjcLUT9UQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 0 200px;
}
@media (max-width: 1200px) {
  .cid-tLjcLUT9UQ .embla__slide {
    padding: 0 130px;
  }
}
@media (max-width: 767px) {
  .cid-tLjcLUT9UQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.cid-tLjcLUT9UQ .embla__slide .slide-content {
  width: 100%;
}
.cid-tLjcLUT9UQ .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-tLjcLUT9UQ .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap {
  margin-bottom: 30px;
}
.cid-tLjcLUT9UQ .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 80px;
  color: #000000;
  display: inline-flex;
}
.cid-tLjcLUT9UQ .embla__slide .slide-content .item-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 40px;
}
.cid-tLjcLUT9UQ .embla__slide .slide-content .item-wrapper .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-tLjcLUT9UQ .embla__slide .slide-content .item-wrapper .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-tLjcLUT9UQ .embla__button--next,
.cid-tLjcLUT9UQ .embla__button--prev {
  display: flex;
}
.cid-tLjcLUT9UQ .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLjcLUT9UQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLjcLUT9UQ .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-tLjcLUT9UQ .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-tLjcLUT9UQ .embla__button.embla__button--prev {
  left: 20px;
}
.cid-tLjcLUT9UQ .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-tLjcLUT9UQ .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-tLjcLUT9UQ .embla {
  position: relative;
  width: 100%;
}
.cid-tLjcLUT9UQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tLjcLUT9UQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLjcLUT9UQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLjcLUT9UQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLjcLUT9UQ .mbr-card-title {
  color: #000000;
}
.cid-tLjcLUT9UQ .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-tLjcLUT9UQ .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-tLjcLUT9UQ .mbr-card-title,
.cid-tLjcLUT9UQ .icon-wrap {
  text-align: center;
}
.cid-tLjcMg45yo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLjcMg45yo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjcMg45yo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjcMg45yo .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcMg45yo .container-fluid {
    padding: 0;
  }
}
.cid-tLjcMg45yo .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-tLjcMg45yo .container {
    padding: 0 28px;
  }
}
.cid-tLjcMg45yo .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-tLjcMg45yo .item {
  padding: 40px;
  border-right: 1px solid #707070;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcMg45yo .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tLjcMg45yo .item {
    padding: 28px;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .cid-tLjcMg45yo .item:last-child {
    border-bottom: none;
  }
}
.cid-tLjcMg45yo .item:hover,
.cid-tLjcMg45yo .item:focus {
  background-color: #18c28a;
}
.cid-tLjcMg45yo .item:hover .item-wrapper .card-box .content-wrap .mbr-price,
.cid-tLjcMg45yo .item:focus .item-wrapper .card-box .content-wrap .mbr-price {
  color: #ffffff;
}
.cid-tLjcMg45yo .item .item-wrapper {
  display: block;
  height: 100%;
}
.cid-tLjcMg45yo .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tLjcMg45yo .item .item-wrapper .card-box .content-wrap .mbr-price {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tLjcMg45yo .item .item-wrapper .card-box .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-tLjcMg45yo .item .item-wrapper .card-box .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tLjcMg45yo .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLjcMg45yo .mbr-card-title {
  color: #000000;
}
.cid-tLjcMg45yo .mbr-price {
  color: #000000;
  text-align: center;
}
.cid-tLjcMg45yo .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tLjcMg45yo .mbr-card-title,
.cid-tLjcMg45yo .mbr-section-btn {
  text-align: center;
}
.cid-tLhI3PTBZy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-tLhI3PTBZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLhI3PTBZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLhI3PTBZy .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tLhI3PTBZy .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tLhI3PTBZy .container {
    padding: 0 28px;
  }
}
.cid-tLhI3PTBZy .content-wrapper .logo-wrapper {
  margin-bottom: 35px;
}
.cid-tLhI3PTBZy .content-wrapper .logo-wrapper img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.cid-tLhI3PTBZy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tLhI3PTBZy .content-wrapper .contact-wrap {
  margin-bottom: 35px;
}
.cid-tLhI3PTBZy .content-wrapper .contact-wrap .link-wrap {
  display: block;
}
.cid-tLhI3PTBZy .content-wrapper .contact-wrap .link-wrap:hover .mbr-cont::after,
.cid-tLhI3PTBZy .content-wrapper .contact-wrap .link-wrap:focus .mbr-cont::after {
  width: 100%;
}
.cid-tLhI3PTBZy .content-wrapper .contact-wrap .link-wrap .mbr-cont {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.cid-tLhI3PTBZy .content-wrapper .contact-wrap .link-wrap .mbr-cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-tLhI3PTBZy .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-tLhI3PTBZy .mbr-section-title {
  color: #000000;
}
.cid-tLhI3PTBZy .mbr-cont,
.cid-tLhI3PTBZy .link-wrap {
  color: #000000;
  text-align: center;
}
.cid-tLhI3PTBZy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-tLhI3PTBZy .mbr-section-title,
.cid-tLhI3PTBZy .logo-wrapper {
  text-align: center;
}
