body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.13rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 3.9125rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 2.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.191rem;
    font-size: calc( 1.7454999999999998rem + (3.13 - 1.7454999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7454999999999998rem + (3.13 - 1.7454999999999998) * ((100vw - 20rem) / (48 - 20))));
    letter-spacing: -0.038em;
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #329d67 !important;
}
.bg-success {
  background-color: #4fb380 !important;
}
.bg-info {
  background-color: #4c82a2 !important;
}
.bg-warning {
  background-color: #e3d688 !important;
}
.bg-danger {
  background-color: #c04822 !important;
}
.btn-primary:after {
  background: linear-gradient(to right, #329d67 0 25%, transparent 25% 75%, #329d67 75% 100%);
}
.btn-primary,
.btn-primary:active {
  background-color: #77f1c8 !important;
  border-color: #77f1c8 !important;
  color: #329d67 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #77f1c8 !important;
  border-color: #77f1c8 !important;
  color: #329d67 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #329d67 !important;
  background-color: #77f1c8 !important;
  border-color: #77f1c8 !important;
}
.btn-secondary:after {
  background: linear-gradient(to right, #9b8db7 0 25%, transparent 25% 75%, #9b8db7 75% 100%);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
  color: #9b8db7 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
  color: #9b8db7 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #9b8db7 !important;
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
}
.btn-info:after {
  background: linear-gradient(to right, #4c82a2 0 25%, transparent 25% 75%, #4c82a2 75% 100%);
}
.btn-info,
.btn-info:active {
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
  color: #4c82a2 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
  color: #4c82a2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4c82a2 !important;
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
}
.btn-success:after {
  background: linear-gradient(to right, #4fb380 0 25%, transparent 25% 75%, #4fb380 75% 100%);
}
.btn-success,
.btn-success:active {
  background-color: #abf0d8 !important;
  border-color: #abf0d8 !important;
  color: #4fb380 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #abf0d8 !important;
  border-color: #abf0d8 !important;
  color: #4fb380 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4fb380 !important;
  background-color: #abf0d8 !important;
  border-color: #abf0d8 !important;
}
.btn-warning:after {
  background: linear-gradient(to right, #e3d688 0 25%, transparent 25% 75%, #e3d688 75% 100%);
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #e3d688 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #e3d688 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #e3d688 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:after {
  background: linear-gradient(to right, #c04822 0 25%, transparent 25% 75%, #c04822 75% 100%);
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb17c !important;
  border-color: #ffb17c !important;
  color: #c04822 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #ffb17c !important;
  border-color: #ffb17c !important;
  color: #c04822 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #c04822 !important;
  background-color: #ffb17c !important;
  border-color: #ffb17c !important;
}
.btn-white:after {
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #f6f6f6 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black:after {
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black,
.btn-black:active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #303030 !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-primary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #329d67 0 25%, transparent 25% 75%, #329d67 75% 100%);
}
.btn-primary-outline,
.btn-primary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #329d67;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #329d67 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #77f1c8 !important;
  border-color: #77f1c8 !important;
}
.btn-secondary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #9b8db7 0 25%, transparent 25% 75%, #9b8db7 75% 100%);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #9b8db7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9b8db7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
}
.btn-info-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #4c82a2 0 25%, transparent 25% 75%, #4c82a2 75% 100%);
}
.btn-info-outline,
.btn-info-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #4c82a2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4c82a2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
}
.btn-success-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #4fb380 0 25%, transparent 25% 75%, #4fb380 75% 100%);
}
.btn-success-outline,
.btn-success-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #4fb380;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4fb380 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #abf0d8 !important;
  border-color: #abf0d8 !important;
}
.btn-warning-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #e3d688 0 25%, transparent 25% 75%, #e3d688 75% 100%);
}
.btn-warning-outline,
.btn-warning-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #e3d688;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e3d688 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #574e15 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #c04822 0 25%, transparent 25% 75%, #c04822 75% 100%);
}
.btn-danger-outline,
.btn-danger-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #c04822;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c04822 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb17c !important;
  border-color: #ffb17c !important;
}
.btn-black-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black-outline,
.btn-black-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #303030;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #303030 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-white-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white-outline,
.btn-white-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #f6f6f6;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #329d67 !important;
}
.text-secondary {
  color: #9b8db7 !important;
}
.text-success {
  color: #4fb380 !important;
}
.text-info {
  color: #4c82a2 !important;
}
.text-warning {
  color: #e3d688 !important;
}
.text-danger {
  color: #c04822 !important;
}
.text-white {
  color: #f6f6f6 !important;
}
.text-black {
  color: #303030 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #195034 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #675688 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2f6d4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b4a5d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d0ba35 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #692813 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c3c3c3 !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: #329d67;
}
.nav-tabs .nav-link:not(.active) {
  color: #303030;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4c82a2;
}
.alert-warning {
  background-color: #e3d688;
}
.alert-danger {
  background-color: #c04822;
}
.mbr-gallery-filter li.active .btn {
  background-color: #329d67;
  border-color: #329d67;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #329d67;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7ad5a7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8d9c0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbdd1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e7947a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #329d67 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #329d67;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #329d67;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #329d67;
}
.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: #329d67;
  border-bottom-color: #329d67;
}
.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: #329d67 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #9b8db7 !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='%23329d67' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.mbr-fonts-style a:not(.mbr-fonts-style) {
  position: relative;
}
.mbr-fonts-style a:not(.mbr-fonts-style):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background: linear-gradient(to right, currentColor 0 25%, transparent 25% 75%, currentColor 75% 100%);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-fonts-style a:not(.mbr-fonts-style):hover:before {
  background-position: left;
}
.container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1439px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 86%;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 86%;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 10px 34px 15px;
  font-weight: 700 !important;
  transition: all 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  box-shadow: none !important;
  border-radius: 0 !important;
  letter-spacing: -0.025em;
}
.mbr-section-btn .btn:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  height: 2px;
  width: calc(100% - 34px * 2);
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-section-btn .btn.btn-primary {
  background-color: #6ad09b !important;
  border-color: #6ad09b !important;
}
.mbr-section-btn .btn.btn-black {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.mbr-section-btn .btn.btn-white {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.mbr-section-btn .btn:hover:after {
  background-position: left;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4SI3VAdh5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4SI3VAdh5 .menu_box .navbar.opened,
  .cid-u4SI3VAdh5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  position: relative !important;
}
.cid-u4SI3VAdh5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4SI3VAdh5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u4SI3VAdh5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4SI3VAdh5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-text,
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4SI3VAdh5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4SI3VAdh5 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-u4SI3VAdh5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4SI3VAdh5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u4SI3VAdh5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u4SI3VAdh5 .nav-item .nav-link:hover,
.cid-u4SI3VAdh5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #329d67 !important;
}
.cid-u4SI3VAdh5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box {
    display: none;
  }
}
.cid-u4SI3VAdh5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .container {
  display: flex;
  margin: auto;
}
.cid-u4SI3VAdh5 .iconfont-wrapper {
  color: #2b2b2b;
  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-u4SI3VAdh5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4SI3VAdh5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .navbar-caption {
  color: #2b2b2b;
}
.cid-u4SI3VAdh5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .navbar-nav {
    margin: 0;
  }
}
.cid-u4SI3VAdh5 .dropdown-menu,
.cid-u4SI3VAdh5 .navbar.opened {
  background-color: false !important;
}
.cid-u4SI3VAdh5 .nav-item:focus,
.cid-u4SI3VAdh5 .nav-link:focus {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4SI3VAdh5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4SI3VAdh5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4SI3VAdh5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4SI3VAdh5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u4SI3VAdh5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4SI3VAdh5 .navbar.collapsed {
  justify-content: center;
}
.cid-u4SI3VAdh5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4SI3VAdh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4SI3VAdh5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u4SI3VAdh5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4SI3VAdh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4SI3VAdh5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4SI3VAdh5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u4SI3VAdh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown-item.active,
.cid-u4SI3VAdh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4SI3VAdh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4SI3VAdh5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4SI3VAdh5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4SI3VAdh5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e3d688;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar {
    height: 70px;
  }
  .cid-u4SI3VAdh5 .navbar.opened {
    height: auto;
  }
  .cid-u4SI3VAdh5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4SI3VAdh5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u4SI3VAdh5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u4SI3VAdh5 .navbar-caption:hover {
  color: #329d67;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4SI3VAdh5 .text_widget {
  margin-bottom: 32px;
}
.cid-u4SI3VAdh5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4SI3VAdh5 .text_widget a:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle,
.cid-u4SI3VAdh5 .text_widget,
.cid-u4SI3VAdh5 .mbr-section-btn {
  text-align: center;
}
.cid-u4SI3VAdh5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2o81tol5c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2o81tol5c .item-img {
  position: relative;
}
.cid-u2o81tol5c .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2o81tol5c .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u2o81tol5c .image-wrapper {
    min-height: 400px;
  }
}
.cid-u2o81tol5c .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2o81tol5c .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u2o81tol5c .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u2o81tol5c .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u2o81tol5c .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-u2o81tol5c .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u2o81tol5c .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u2o81tol5c .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u2o81tol5c .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u2o81tol5c .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u2o81tol5c .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u2o81tol5c .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u2o81tol5c .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u2o81tol5c img,
.cid-u2o81tol5c .item-img {
  width: 100%;
}
.cid-uIDL4Hr6kQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIDL4Hr6kQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIDL4Hr6kQ .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uIDL4Hr6kQ img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIDL4Hr6kQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIDL4Hr6kQ .mbr-text {
  color: #373f46;
}
.cid-uIDL4Hr6kQ .mbr-section-title {
  color: #000000;
}
.cid-uIDL4Hr6kQ .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uFVeCQ8KAf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFVeCQ8KAf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVeCQ8KAf .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uFVeCQ8KAf img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFVeCQ8KAf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFVeCQ8KAf .mbr-text {
  color: #373f46;
}
.cid-uFVeCQ8KAf .mbr-section-title {
  color: #000000;
}
.cid-uFVeCQ8KAf .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uM21LAFBfg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uM21LAFBfg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uM21LAFBfg .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uM21LAFBfg img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uM21LAFBfg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uM21LAFBfg .mbr-text {
  color: #373f46;
}
.cid-uM21LAFBfg .mbr-section-title {
  color: #000000;
}
.cid-uM21LAFBfg .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-ttjhGLPdzJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ttjhGLPdzJ .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-ttjhGLPdzJ .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-ttjhGLPdzJ .row {
    row-gap: 40px;
  }
}
.cid-ttjhGLPdzJ .mbr-section-head {
  padding-bottom: 50px;
}
.cid-ttjhGLPdzJ .mbr-section-title {
  color: #515151;
}
.cid-ttjhGLPdzJ .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-ttjhGLPdzJ .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-ttjhGLPdzJ .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-ttjhGLPdzJ .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-ttjhGLPdzJ .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-ttjhGLPdzJ .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-ttjhGLPdzJ .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-ttjhGLPdzJ .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-ttjhGLPdzJ .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-ttjhGLPdzJ .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-ttjhGLPdzJ .item-content {
  margin-top: 32px;
}
.cid-ttjhGLPdzJ .item-title {
  color: #303030;
}
.cid-ttjhGLPdzJ .mbr-text {
  margin-top: 11px;
  color: #303030;
  text-align: center;
}
.cid-ttjhGLPdzJ .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-ttjhGLPdzJ .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #9b8db7;
}
.cid-ttjhGLPdzJ .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-ttjhGLPdzJ .item-text {
  color: #9b8db7;
}
.cid-tWt6KA9gPV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWt6KA9gPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWt6KA9gPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWt6KA9gPV .mbr-text {
  color: #303030;
}
.cid-tWt6KA9gPV .mbr-section-title {
  color: #515151;
}
.cid-tXiYhzh0Vc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tXiYhzh0Vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXiYhzh0Vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXiYhzh0Vc b,
.cid-tXiYhzh0Vc strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tXiYhzh0Vc img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tXiYhzh0Vc img {
    padding-bottom: 2rem;
  }
}
.cid-tXiYhzh0Vc .row {
  align-items: center;
}
.cid-tXiYhzh0Vc .mbr-section-title {
  color: #515151;
}
.cid-tXiYhzh0Vc .mbr-text,
.cid-tXiYhzh0Vc .mbr-section-btn {
  color: #17003b;
}
.cid-tXiYhzh0Vc .mbr-section-subtitle {
  color: #17003b;
}
.cid-ttjjAS0foH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttjjAS0foH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjjAS0foH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjjAS0foH .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-ttjjAS0foH .mbr-section-title {
  color: #515151;
  margin-bottom: 0;
}
.cid-ttjjAS0foH .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-ttjjAS0foH .col-text {
    margin-bottom: 50px;
  }
}
.cid-ttjjAS0foH .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-ttjjAS0foH .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-ttjjAS0foH .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-ttjjAS0foH .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-ttjjAS0foH .item-wrap {
    width: 100%;
  }
}
.cid-ttjjAS0foH .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-ttjjAS0foH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-ttjjAS0foH .item-text {
  margin-bottom: 6px;
}
.cid-ttjjAS0foH .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ttjjAS0foH form {
  width: 100%;
}
.cid-ttjjAS0foH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ttjjAS0foH form p {
  color: #353535;
}
.cid-ttjjAS0foH form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-ttjjAS0foH form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-ttjjAS0foH form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form select {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-ttjjAS0foH form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input,
.cid-ttjjAS0foH form textarea {
  transition: .3s all;
}
.cid-ttjjAS0foH form input:active,
.cid-ttjjAS0foH form textarea:active,
.cid-ttjjAS0foH form input:focus,
.cid-ttjjAS0foH form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-ttjjAS0foH form input:active::-webkit-input-placeholder,
.cid-ttjjAS0foH form textarea:active::-webkit-input-placeholder,
.cid-ttjjAS0foH form input:focus::-webkit-input-placeholder,
.cid-ttjjAS0foH form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input:active::-moz-placeholder,
.cid-ttjjAS0foH form textarea:active::-moz-placeholder,
.cid-ttjjAS0foH form input:focus::-moz-placeholder,
.cid-ttjjAS0foH form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input:active:-moz-placeholder,
.cid-ttjjAS0foH form textarea:active:-moz-placeholder,
.cid-ttjjAS0foH form input:focus:-moz-placeholder,
.cid-ttjjAS0foH form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input:active:-ms-input-placeholder,
.cid-ttjjAS0foH form textarea:active:-ms-input-placeholder,
.cid-ttjjAS0foH form input:focus:-ms-input-placeholder,
.cid-ttjjAS0foH form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ttjjAS0foH form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ttjjAS0foH form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-ttjjAS0foH form .form-check label {
  color: #303030;
}
.cid-ttjjAS0foH form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ttjjAS0foH form .form-check-input:focus,
.cid-ttjjAS0foH form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-ttjjAS0foH form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4ueCaptN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-u4ueCaptN5 .mbr-text {
  color: #303030;
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4SI3VAdh5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4SI3VAdh5 .menu_box .navbar.opened,
  .cid-u4SI3VAdh5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  position: relative !important;
}
.cid-u4SI3VAdh5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4SI3VAdh5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u4SI3VAdh5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4SI3VAdh5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-text,
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4SI3VAdh5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4SI3VAdh5 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-u4SI3VAdh5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4SI3VAdh5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u4SI3VAdh5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u4SI3VAdh5 .nav-item .nav-link:hover,
.cid-u4SI3VAdh5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #329d67 !important;
}
.cid-u4SI3VAdh5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box {
    display: none;
  }
}
.cid-u4SI3VAdh5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .container {
  display: flex;
  margin: auto;
}
.cid-u4SI3VAdh5 .iconfont-wrapper {
  color: #2b2b2b;
  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-u4SI3VAdh5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4SI3VAdh5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .navbar-caption {
  color: #2b2b2b;
}
.cid-u4SI3VAdh5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .navbar-nav {
    margin: 0;
  }
}
.cid-u4SI3VAdh5 .dropdown-menu,
.cid-u4SI3VAdh5 .navbar.opened {
  background-color: false !important;
}
.cid-u4SI3VAdh5 .nav-item:focus,
.cid-u4SI3VAdh5 .nav-link:focus {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4SI3VAdh5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4SI3VAdh5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4SI3VAdh5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4SI3VAdh5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u4SI3VAdh5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4SI3VAdh5 .navbar.collapsed {
  justify-content: center;
}
.cid-u4SI3VAdh5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4SI3VAdh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4SI3VAdh5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u4SI3VAdh5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4SI3VAdh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4SI3VAdh5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4SI3VAdh5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u4SI3VAdh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown-item.active,
.cid-u4SI3VAdh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4SI3VAdh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4SI3VAdh5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4SI3VAdh5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4SI3VAdh5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e3d688;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar {
    height: 70px;
  }
  .cid-u4SI3VAdh5 .navbar.opened {
    height: auto;
  }
  .cid-u4SI3VAdh5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4SI3VAdh5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u4SI3VAdh5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u4SI3VAdh5 .navbar-caption:hover {
  color: #329d67;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4SI3VAdh5 .text_widget {
  margin-bottom: 32px;
}
.cid-u4SI3VAdh5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4SI3VAdh5 .text_widget a:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle,
.cid-u4SI3VAdh5 .text_widget,
.cid-u4SI3VAdh5 .mbr-section-btn {
  text-align: center;
}
.cid-u4SI3VAdh5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2o7380JPb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2o7380JPb .item-img {
  position: relative;
}
.cid-u2o7380JPb .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2o7380JPb .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u2o7380JPb .image-wrapper {
    min-height: 400px;
  }
}
.cid-u2o7380JPb .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2o7380JPb .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u2o7380JPb .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u2o7380JPb .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u2o7380JPb .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-u2o7380JPb .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u2o7380JPb .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u2o7380JPb .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u2o7380JPb .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u2o7380JPb .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u2o7380JPb .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u2o7380JPb .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u2o7380JPb .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u2o7380JPb img,
.cid-u2o7380JPb .item-img {
  width: 100%;
}
.cid-u2v1zQJOEx {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2v1zQJOEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2v1zQJOEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2v1zQJOEx b,
.cid-u2v1zQJOEx strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-u2v1zQJOEx img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u2v1zQJOEx img {
    padding-bottom: 2rem;
  }
}
.cid-u2v1zQJOEx .row {
  align-items: center;
}
.cid-u2v1zQJOEx .mbr-section-title {
  color: #515151;
}
.cid-u2v1zQJOEx .mbr-text,
.cid-u2v1zQJOEx .mbr-section-btn {
  color: #17003b;
}
.cid-u2v1zQJOEx .mbr-section-subtitle {
  color: #17003b;
}
.cid-tWykULa6v8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWykULa6v8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWykULa6v8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWykULa6v8 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-tWykULa6v8 .mbr-section-title {
  color: #515151;
  margin-bottom: 0;
}
.cid-tWykULa6v8 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-tWykULa6v8 .col-text {
    margin-bottom: 50px;
  }
}
.cid-tWykULa6v8 .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-tWykULa6v8 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-tWykULa6v8 .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-tWykULa6v8 .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-tWykULa6v8 .item-wrap {
    width: 100%;
  }
}
.cid-tWykULa6v8 .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-tWykULa6v8 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-tWykULa6v8 .item-text {
  margin-bottom: 6px;
}
.cid-tWykULa6v8 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tWykULa6v8 form {
  width: 100%;
}
.cid-tWykULa6v8 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tWykULa6v8 form p {
  color: #353535;
}
.cid-tWykULa6v8 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tWykULa6v8 form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-tWykULa6v8 form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-tWykULa6v8 form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-tWykULa6v8 form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-tWykULa6v8 form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-tWykULa6v8 form select {
  color: #303030 !important;
}
.cid-tWykULa6v8 form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-tWykULa6v8 form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tWykULa6v8 form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-tWykULa6v8 form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-tWykULa6v8 form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tWykULa6v8 form input,
.cid-tWykULa6v8 form textarea {
  transition: .3s all;
}
.cid-tWykULa6v8 form input:active,
.cid-tWykULa6v8 form textarea:active,
.cid-tWykULa6v8 form input:focus,
.cid-tWykULa6v8 form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-tWykULa6v8 form input:active::-webkit-input-placeholder,
.cid-tWykULa6v8 form textarea:active::-webkit-input-placeholder,
.cid-tWykULa6v8 form input:focus::-webkit-input-placeholder,
.cid-tWykULa6v8 form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tWykULa6v8 form input:active::-moz-placeholder,
.cid-tWykULa6v8 form textarea:active::-moz-placeholder,
.cid-tWykULa6v8 form input:focus::-moz-placeholder,
.cid-tWykULa6v8 form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-tWykULa6v8 form input:active:-moz-placeholder,
.cid-tWykULa6v8 form textarea:active:-moz-placeholder,
.cid-tWykULa6v8 form input:focus:-moz-placeholder,
.cid-tWykULa6v8 form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-tWykULa6v8 form input:active:-ms-input-placeholder,
.cid-tWykULa6v8 form textarea:active:-ms-input-placeholder,
.cid-tWykULa6v8 form input:focus:-ms-input-placeholder,
.cid-tWykULa6v8 form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tWykULa6v8 form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tWykULa6v8 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tWykULa6v8 form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-tWykULa6v8 form .form-check label {
  color: #303030;
}
.cid-tWykULa6v8 form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tWykULa6v8 form .form-check-input:focus,
.cid-tWykULa6v8 form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-tWykULa6v8 form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4ueCaptN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-u4ueCaptN5 .mbr-text {
  color: #303030;
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4SI3VAdh5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4SI3VAdh5 .menu_box .navbar.opened,
  .cid-u4SI3VAdh5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  position: relative !important;
}
.cid-u4SI3VAdh5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4SI3VAdh5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u4SI3VAdh5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4SI3VAdh5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-text,
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4SI3VAdh5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4SI3VAdh5 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-u4SI3VAdh5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4SI3VAdh5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u4SI3VAdh5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u4SI3VAdh5 .nav-item .nav-link:hover,
.cid-u4SI3VAdh5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #329d67 !important;
}
.cid-u4SI3VAdh5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box {
    display: none;
  }
}
.cid-u4SI3VAdh5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .container {
  display: flex;
  margin: auto;
}
.cid-u4SI3VAdh5 .iconfont-wrapper {
  color: #2b2b2b;
  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-u4SI3VAdh5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4SI3VAdh5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .navbar-caption {
  color: #2b2b2b;
}
.cid-u4SI3VAdh5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .navbar-nav {
    margin: 0;
  }
}
.cid-u4SI3VAdh5 .dropdown-menu,
.cid-u4SI3VAdh5 .navbar.opened {
  background-color: false !important;
}
.cid-u4SI3VAdh5 .nav-item:focus,
.cid-u4SI3VAdh5 .nav-link:focus {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4SI3VAdh5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4SI3VAdh5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4SI3VAdh5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4SI3VAdh5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u4SI3VAdh5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4SI3VAdh5 .navbar.collapsed {
  justify-content: center;
}
.cid-u4SI3VAdh5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4SI3VAdh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4SI3VAdh5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u4SI3VAdh5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4SI3VAdh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4SI3VAdh5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4SI3VAdh5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u4SI3VAdh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown-item.active,
.cid-u4SI3VAdh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4SI3VAdh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4SI3VAdh5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4SI3VAdh5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4SI3VAdh5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e3d688;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar {
    height: 70px;
  }
  .cid-u4SI3VAdh5 .navbar.opened {
    height: auto;
  }
  .cid-u4SI3VAdh5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4SI3VAdh5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u4SI3VAdh5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u4SI3VAdh5 .navbar-caption:hover {
  color: #329d67;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4SI3VAdh5 .text_widget {
  margin-bottom: 32px;
}
.cid-u4SI3VAdh5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4SI3VAdh5 .text_widget a:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle,
.cid-u4SI3VAdh5 .text_widget,
.cid-u4SI3VAdh5 .mbr-section-btn {
  text-align: center;
}
.cid-u4SI3VAdh5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2o6g8wcr8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2o6g8wcr8 .item-img {
  position: relative;
}
.cid-u2o6g8wcr8 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2o6g8wcr8 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u2o6g8wcr8 .image-wrapper {
    min-height: 400px;
  }
}
.cid-u2o6g8wcr8 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2o6g8wcr8 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u2o6g8wcr8 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u2o6g8wcr8 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u2o6g8wcr8 .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-u2o6g8wcr8 .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u2o6g8wcr8 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u2o6g8wcr8 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u2o6g8wcr8 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u2o6g8wcr8 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u2o6g8wcr8 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u2o6g8wcr8 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u2o6g8wcr8 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u2o6g8wcr8 img,
.cid-u2o6g8wcr8 .item-img {
  width: 100%;
}
.cid-tXj0riKKZD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXj0riKKZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXj0riKKZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXj0riKKZD b,
.cid-tXj0riKKZD strong {
  font-weight: 900;
}
.cid-tXj0riKKZD .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tXj0riKKZD img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tXj0riKKZD img {
    padding-bottom: 2rem;
  }
}
.cid-tXj0riKKZD .row {
  align-items: center;
}
.cid-tXj0riKKZD .mbr-section-title {
  color: #515151;
}
.cid-tXj0riKKZD .mbr-text,
.cid-tXj0riKKZD .mbr-section-btn {
  color: #17003b;
}
.cid-tXj0riKKZD .mbr-section-subtitle {
  color: #17003b;
}
.cid-tXiZYrL1Cw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXiZYrL1Cw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXiZYrL1Cw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXiZYrL1Cw .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-tXiZYrL1Cw .mbr-section-title {
  color: #515151;
  margin-bottom: 0;
}
.cid-tXiZYrL1Cw .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-tXiZYrL1Cw .col-text {
    margin-bottom: 50px;
  }
}
.cid-tXiZYrL1Cw .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-tXiZYrL1Cw .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-tXiZYrL1Cw .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-tXiZYrL1Cw .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-tXiZYrL1Cw .item-wrap {
    width: 100%;
  }
}
.cid-tXiZYrL1Cw .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-tXiZYrL1Cw .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-tXiZYrL1Cw .item-text {
  margin-bottom: 6px;
}
.cid-tXiZYrL1Cw .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tXiZYrL1Cw form {
  width: 100%;
}
.cid-tXiZYrL1Cw form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tXiZYrL1Cw form p {
  color: #353535;
}
.cid-tXiZYrL1Cw form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tXiZYrL1Cw form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-tXiZYrL1Cw form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-tXiZYrL1Cw form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-tXiZYrL1Cw form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-tXiZYrL1Cw form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-tXiZYrL1Cw form select {
  color: #303030 !important;
}
.cid-tXiZYrL1Cw form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-tXiZYrL1Cw form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tXiZYrL1Cw form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-tXiZYrL1Cw form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-tXiZYrL1Cw form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tXiZYrL1Cw form input,
.cid-tXiZYrL1Cw form textarea {
  transition: .3s all;
}
.cid-tXiZYrL1Cw form input:active,
.cid-tXiZYrL1Cw form textarea:active,
.cid-tXiZYrL1Cw form input:focus,
.cid-tXiZYrL1Cw form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-tXiZYrL1Cw form input:active::-webkit-input-placeholder,
.cid-tXiZYrL1Cw form textarea:active::-webkit-input-placeholder,
.cid-tXiZYrL1Cw form input:focus::-webkit-input-placeholder,
.cid-tXiZYrL1Cw form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tXiZYrL1Cw form input:active::-moz-placeholder,
.cid-tXiZYrL1Cw form textarea:active::-moz-placeholder,
.cid-tXiZYrL1Cw form input:focus::-moz-placeholder,
.cid-tXiZYrL1Cw form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-tXiZYrL1Cw form input:active:-moz-placeholder,
.cid-tXiZYrL1Cw form textarea:active:-moz-placeholder,
.cid-tXiZYrL1Cw form input:focus:-moz-placeholder,
.cid-tXiZYrL1Cw form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-tXiZYrL1Cw form input:active:-ms-input-placeholder,
.cid-tXiZYrL1Cw form textarea:active:-ms-input-placeholder,
.cid-tXiZYrL1Cw form input:focus:-ms-input-placeholder,
.cid-tXiZYrL1Cw form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tXiZYrL1Cw form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tXiZYrL1Cw form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tXiZYrL1Cw form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-tXiZYrL1Cw form .form-check label {
  color: #303030;
}
.cid-tXiZYrL1Cw form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tXiZYrL1Cw form .form-check-input:focus,
.cid-tXiZYrL1Cw form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-tXiZYrL1Cw form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4ueCaptN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-u4ueCaptN5 .mbr-text {
  color: #303030;
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4SI3VAdh5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4SI3VAdh5 .menu_box .navbar.opened,
  .cid-u4SI3VAdh5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  position: relative !important;
}
.cid-u4SI3VAdh5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4SI3VAdh5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u4SI3VAdh5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4SI3VAdh5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-text,
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4SI3VAdh5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4SI3VAdh5 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-u4SI3VAdh5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4SI3VAdh5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u4SI3VAdh5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u4SI3VAdh5 .nav-item .nav-link:hover,
.cid-u4SI3VAdh5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #329d67 !important;
}
.cid-u4SI3VAdh5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box {
    display: none;
  }
}
.cid-u4SI3VAdh5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .container {
  display: flex;
  margin: auto;
}
.cid-u4SI3VAdh5 .iconfont-wrapper {
  color: #2b2b2b;
  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-u4SI3VAdh5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4SI3VAdh5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .navbar-caption {
  color: #2b2b2b;
}
.cid-u4SI3VAdh5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .navbar-nav {
    margin: 0;
  }
}
.cid-u4SI3VAdh5 .dropdown-menu,
.cid-u4SI3VAdh5 .navbar.opened {
  background-color: false !important;
}
.cid-u4SI3VAdh5 .nav-item:focus,
.cid-u4SI3VAdh5 .nav-link:focus {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4SI3VAdh5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4SI3VAdh5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4SI3VAdh5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4SI3VAdh5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u4SI3VAdh5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4SI3VAdh5 .navbar.collapsed {
  justify-content: center;
}
.cid-u4SI3VAdh5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4SI3VAdh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4SI3VAdh5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u4SI3VAdh5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4SI3VAdh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4SI3VAdh5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4SI3VAdh5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u4SI3VAdh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown-item.active,
.cid-u4SI3VAdh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4SI3VAdh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4SI3VAdh5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4SI3VAdh5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4SI3VAdh5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e3d688;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar {
    height: 70px;
  }
  .cid-u4SI3VAdh5 .navbar.opened {
    height: auto;
  }
  .cid-u4SI3VAdh5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4SI3VAdh5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u4SI3VAdh5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u4SI3VAdh5 .navbar-caption:hover {
  color: #329d67;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4SI3VAdh5 .text_widget {
  margin-bottom: 32px;
}
.cid-u4SI3VAdh5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4SI3VAdh5 .text_widget a:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle,
.cid-u4SI3VAdh5 .text_widget,
.cid-u4SI3VAdh5 .mbr-section-btn {
  text-align: center;
}
.cid-u4SI3VAdh5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2o6sFHszS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2o6sFHszS .item-img {
  position: relative;
}
.cid-u2o6sFHszS .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2o6sFHszS .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u2o6sFHszS .image-wrapper {
    min-height: 400px;
  }
}
.cid-u2o6sFHszS .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2o6sFHszS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u2o6sFHszS .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u2o6sFHszS .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u2o6sFHszS .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-u2o6sFHszS .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u2o6sFHszS .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u2o6sFHszS .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u2o6sFHszS .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u2o6sFHszS .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u2o6sFHszS .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u2o6sFHszS .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u2o6sFHszS .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u2o6sFHszS img,
.cid-u2o6sFHszS .item-img {
  width: 100%;
}
.cid-tYglRGX6Ke {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYglRGX6Ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYglRGX6Ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYglRGX6Ke .mbr-text {
  color: #232323;
}
.cid-tYglRGX6Ke .mbr-section-title {
  color: #515151;
}
.cid-tYglRGX6Ke .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tYgwqqUd0A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tYgwqqUd0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYgwqqUd0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYgwqqUd0A .mbr-section-title {
  color: #515151;
}
.cid-tYgwqqUd0A .mbr-section-subtitle {
  color: #303030;
}
.cid-u2FFRvAdWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u2FFRvAdWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2FFRvAdWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2FFRvAdWQ .mbr-section-title {
  color: #515151;
}
.cid-u2FFRvAdWQ .mbr-section-subtitle {
  color: #303030;
}
.cid-tYgxlGpINk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tYgxlGpINk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYgxlGpINk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYgxlGpINk .mbr-section-title {
  color: #515151;
}
.cid-tYgxlGpINk .mbr-section-subtitle {
  color: #303030;
}
.cid-tWymVFSTMg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWymVFSTMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWymVFSTMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWymVFSTMg .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-tWymVFSTMg .mbr-section-title {
  color: #515151;
  margin-bottom: 0;
}
.cid-tWymVFSTMg .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-tWymVFSTMg .col-text {
    margin-bottom: 50px;
  }
}
.cid-tWymVFSTMg .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-tWymVFSTMg .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-tWymVFSTMg .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-tWymVFSTMg .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-tWymVFSTMg .item-wrap {
    width: 100%;
  }
}
.cid-tWymVFSTMg .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-tWymVFSTMg .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-tWymVFSTMg .item-text {
  margin-bottom: 6px;
}
.cid-tWymVFSTMg .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tWymVFSTMg form {
  width: 100%;
}
.cid-tWymVFSTMg form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tWymVFSTMg form p {
  color: #353535;
}
.cid-tWymVFSTMg form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tWymVFSTMg form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-tWymVFSTMg form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-tWymVFSTMg form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-tWymVFSTMg form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-tWymVFSTMg form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-tWymVFSTMg form select {
  color: #303030 !important;
}
.cid-tWymVFSTMg form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-tWymVFSTMg form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tWymVFSTMg form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-tWymVFSTMg form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-tWymVFSTMg form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tWymVFSTMg form input,
.cid-tWymVFSTMg form textarea {
  transition: .3s all;
}
.cid-tWymVFSTMg form input:active,
.cid-tWymVFSTMg form textarea:active,
.cid-tWymVFSTMg form input:focus,
.cid-tWymVFSTMg form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-tWymVFSTMg form input:active::-webkit-input-placeholder,
.cid-tWymVFSTMg form textarea:active::-webkit-input-placeholder,
.cid-tWymVFSTMg form input:focus::-webkit-input-placeholder,
.cid-tWymVFSTMg form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tWymVFSTMg form input:active::-moz-placeholder,
.cid-tWymVFSTMg form textarea:active::-moz-placeholder,
.cid-tWymVFSTMg form input:focus::-moz-placeholder,
.cid-tWymVFSTMg form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-tWymVFSTMg form input:active:-moz-placeholder,
.cid-tWymVFSTMg form textarea:active:-moz-placeholder,
.cid-tWymVFSTMg form input:focus:-moz-placeholder,
.cid-tWymVFSTMg form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-tWymVFSTMg form input:active:-ms-input-placeholder,
.cid-tWymVFSTMg form textarea:active:-ms-input-placeholder,
.cid-tWymVFSTMg form input:focus:-ms-input-placeholder,
.cid-tWymVFSTMg form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tWymVFSTMg form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tWymVFSTMg form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tWymVFSTMg form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-tWymVFSTMg form .form-check label {
  color: #303030;
}
.cid-tWymVFSTMg form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tWymVFSTMg form .form-check-input:focus,
.cid-tWymVFSTMg form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-tWymVFSTMg form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4ueCaptN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-u4ueCaptN5 .mbr-text {
  color: #303030;
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4SI3VAdh5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4SI3VAdh5 .menu_box .navbar.opened,
  .cid-u4SI3VAdh5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  position: relative !important;
}
.cid-u4SI3VAdh5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4SI3VAdh5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u4SI3VAdh5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4SI3VAdh5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-text,
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4SI3VAdh5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4SI3VAdh5 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-u4SI3VAdh5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4SI3VAdh5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u4SI3VAdh5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u4SI3VAdh5 .nav-item .nav-link:hover,
.cid-u4SI3VAdh5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #329d67 !important;
}
.cid-u4SI3VAdh5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box {
    display: none;
  }
}
.cid-u4SI3VAdh5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .container {
  display: flex;
  margin: auto;
}
.cid-u4SI3VAdh5 .iconfont-wrapper {
  color: #2b2b2b;
  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-u4SI3VAdh5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4SI3VAdh5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .navbar-caption {
  color: #2b2b2b;
}
.cid-u4SI3VAdh5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .navbar-nav {
    margin: 0;
  }
}
.cid-u4SI3VAdh5 .dropdown-menu,
.cid-u4SI3VAdh5 .navbar.opened {
  background-color: false !important;
}
.cid-u4SI3VAdh5 .nav-item:focus,
.cid-u4SI3VAdh5 .nav-link:focus {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4SI3VAdh5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4SI3VAdh5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4SI3VAdh5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4SI3VAdh5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u4SI3VAdh5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4SI3VAdh5 .navbar.collapsed {
  justify-content: center;
}
.cid-u4SI3VAdh5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4SI3VAdh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4SI3VAdh5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u4SI3VAdh5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4SI3VAdh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4SI3VAdh5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4SI3VAdh5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u4SI3VAdh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown-item.active,
.cid-u4SI3VAdh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4SI3VAdh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4SI3VAdh5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4SI3VAdh5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4SI3VAdh5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e3d688;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar {
    height: 70px;
  }
  .cid-u4SI3VAdh5 .navbar.opened {
    height: auto;
  }
  .cid-u4SI3VAdh5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4SI3VAdh5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u4SI3VAdh5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u4SI3VAdh5 .navbar-caption:hover {
  color: #329d67;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4SI3VAdh5 .text_widget {
  margin-bottom: 32px;
}
.cid-u4SI3VAdh5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4SI3VAdh5 .text_widget a:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle,
.cid-u4SI3VAdh5 .text_widget,
.cid-u4SI3VAdh5 .mbr-section-btn {
  text-align: center;
}
.cid-u4SI3VAdh5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2o6Lz7FC9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2o6Lz7FC9 .item-img {
  position: relative;
}
.cid-u2o6Lz7FC9 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2o6Lz7FC9 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u2o6Lz7FC9 .image-wrapper {
    min-height: 400px;
  }
}
.cid-u2o6Lz7FC9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2o6Lz7FC9 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u2o6Lz7FC9 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u2o6Lz7FC9 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u2o6Lz7FC9 .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-u2o6Lz7FC9 .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u2o6Lz7FC9 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u2o6Lz7FC9 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u2o6Lz7FC9 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u2o6Lz7FC9 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u2o6Lz7FC9 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u2o6Lz7FC9 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u2o6Lz7FC9 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u2o6Lz7FC9 img,
.cid-u2o6Lz7FC9 .item-img {
  width: 100%;
}
.cid-tWymleORzU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWymleORzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWymleORzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWymleORzU b,
.cid-tWymleORzU strong {
  font-weight: 900;
}
.cid-tWymleORzU .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tWymleORzU img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tWymleORzU img {
    padding-bottom: 2rem;
  }
}
.cid-tWymleORzU .row {
  align-items: center;
}
.cid-tWymleORzU .mbr-section-title {
  color: #515151;
}
.cid-tWymleORzU .mbr-text,
.cid-tWymleORzU .mbr-section-btn {
  color: #17003b;
}
.cid-tWymleORzU .mbr-section-subtitle {
  color: #17003b;
}
.cid-tWymlnCKUW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWymlnCKUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWymlnCKUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWymlnCKUW .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-tWymlnCKUW .mbr-section-title {
  color: #515151;
  margin-bottom: 0;
}
.cid-tWymlnCKUW .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-tWymlnCKUW .col-text {
    margin-bottom: 50px;
  }
}
.cid-tWymlnCKUW .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-tWymlnCKUW .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-tWymlnCKUW .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-tWymlnCKUW .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-tWymlnCKUW .item-wrap {
    width: 100%;
  }
}
.cid-tWymlnCKUW .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-tWymlnCKUW .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-tWymlnCKUW .item-text {
  margin-bottom: 6px;
}
.cid-tWymlnCKUW .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tWymlnCKUW form {
  width: 100%;
}
.cid-tWymlnCKUW form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tWymlnCKUW form p {
  color: #353535;
}
.cid-tWymlnCKUW form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tWymlnCKUW form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-tWymlnCKUW form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-tWymlnCKUW form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-tWymlnCKUW form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-tWymlnCKUW form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-tWymlnCKUW form select {
  color: #303030 !important;
}
.cid-tWymlnCKUW form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-tWymlnCKUW form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tWymlnCKUW form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-tWymlnCKUW form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-tWymlnCKUW form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tWymlnCKUW form input,
.cid-tWymlnCKUW form textarea {
  transition: .3s all;
}
.cid-tWymlnCKUW form input:active,
.cid-tWymlnCKUW form textarea:active,
.cid-tWymlnCKUW form input:focus,
.cid-tWymlnCKUW form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-tWymlnCKUW form input:active::-webkit-input-placeholder,
.cid-tWymlnCKUW form textarea:active::-webkit-input-placeholder,
.cid-tWymlnCKUW form input:focus::-webkit-input-placeholder,
.cid-tWymlnCKUW form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tWymlnCKUW form input:active::-moz-placeholder,
.cid-tWymlnCKUW form textarea:active::-moz-placeholder,
.cid-tWymlnCKUW form input:focus::-moz-placeholder,
.cid-tWymlnCKUW form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-tWymlnCKUW form input:active:-moz-placeholder,
.cid-tWymlnCKUW form textarea:active:-moz-placeholder,
.cid-tWymlnCKUW form input:focus:-moz-placeholder,
.cid-tWymlnCKUW form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-tWymlnCKUW form input:active:-ms-input-placeholder,
.cid-tWymlnCKUW form textarea:active:-ms-input-placeholder,
.cid-tWymlnCKUW form input:focus:-ms-input-placeholder,
.cid-tWymlnCKUW form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tWymlnCKUW form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tWymlnCKUW form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tWymlnCKUW form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-tWymlnCKUW form .form-check label {
  color: #303030;
}
.cid-tWymlnCKUW form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tWymlnCKUW form .form-check-input:focus,
.cid-tWymlnCKUW form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-tWymlnCKUW form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4ueCaptN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-u4ueCaptN5 .mbr-text {
  color: #303030;
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4SI3VAdh5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4SI3VAdh5 .menu_box .navbar.opened,
  .cid-u4SI3VAdh5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  position: relative !important;
}
.cid-u4SI3VAdh5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4SI3VAdh5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u4SI3VAdh5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4SI3VAdh5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-text,
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4SI3VAdh5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4SI3VAdh5 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-u4SI3VAdh5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4SI3VAdh5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u4SI3VAdh5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u4SI3VAdh5 .nav-item .nav-link:hover,
.cid-u4SI3VAdh5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #329d67 !important;
}
.cid-u4SI3VAdh5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box {
    display: none;
  }
}
.cid-u4SI3VAdh5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .container {
  display: flex;
  margin: auto;
}
.cid-u4SI3VAdh5 .iconfont-wrapper {
  color: #2b2b2b;
  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-u4SI3VAdh5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4SI3VAdh5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .navbar-caption {
  color: #2b2b2b;
}
.cid-u4SI3VAdh5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .navbar-nav {
    margin: 0;
  }
}
.cid-u4SI3VAdh5 .dropdown-menu,
.cid-u4SI3VAdh5 .navbar.opened {
  background-color: false !important;
}
.cid-u4SI3VAdh5 .nav-item:focus,
.cid-u4SI3VAdh5 .nav-link:focus {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4SI3VAdh5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4SI3VAdh5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4SI3VAdh5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4SI3VAdh5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u4SI3VAdh5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4SI3VAdh5 .navbar.collapsed {
  justify-content: center;
}
.cid-u4SI3VAdh5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4SI3VAdh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4SI3VAdh5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u4SI3VAdh5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4SI3VAdh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4SI3VAdh5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4SI3VAdh5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u4SI3VAdh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown-item.active,
.cid-u4SI3VAdh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4SI3VAdh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4SI3VAdh5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4SI3VAdh5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4SI3VAdh5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e3d688;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar {
    height: 70px;
  }
  .cid-u4SI3VAdh5 .navbar.opened {
    height: auto;
  }
  .cid-u4SI3VAdh5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4SI3VAdh5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u4SI3VAdh5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u4SI3VAdh5 .navbar-caption:hover {
  color: #329d67;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4SI3VAdh5 .text_widget {
  margin-bottom: 32px;
}
.cid-u4SI3VAdh5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4SI3VAdh5 .text_widget a:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle,
.cid-u4SI3VAdh5 .text_widget,
.cid-u4SI3VAdh5 .mbr-section-btn {
  text-align: center;
}
.cid-u4SI3VAdh5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tYl88OjLTb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYl88OjLTb .item-img {
  position: relative;
}
.cid-tYl88OjLTb .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYl88OjLTb .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tYl88OjLTb .image-wrapper {
    min-height: 400px;
  }
}
.cid-tYl88OjLTb .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYl88OjLTb .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tYl88OjLTb .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-tYl88OjLTb .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-tYl88OjLTb .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-tYl88OjLTb .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tYl88OjLTb .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tYl88OjLTb .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tYl88OjLTb .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYl88OjLTb .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tYl88OjLTb .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tYl88OjLTb .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tYl88OjLTb .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tYl88OjLTb img,
.cid-tYl88OjLTb .item-img {
  width: 100%;
}
.cid-tYgjNKqEvn {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYgjNKqEvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYgjNKqEvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYgjNKqEvn b,
.cid-tYgjNKqEvn strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tYgjNKqEvn img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tYgjNKqEvn img {
    padding-bottom: 2rem;
  }
}
.cid-tYgjNKqEvn .row {
  align-items: center;
}
.cid-tYgjNKqEvn .mbr-section-title {
  color: #515151;
}
.cid-tYgjNKqEvn .mbr-text,
.cid-tYgjNKqEvn .mbr-section-btn {
  color: #17003b;
}
.cid-tYgjNKqEvn .mbr-section-subtitle {
  color: #18874f;
}
.cid-tYgjNNP9o1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYgjNNP9o1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYgjNNP9o1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYgjNNP9o1 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-tYgjNNP9o1 .mbr-section-title {
  color: #515151;
  margin-bottom: 0;
}
.cid-tYgjNNP9o1 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-tYgjNNP9o1 .col-text {
    margin-bottom: 50px;
  }
}
.cid-tYgjNNP9o1 .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-tYgjNNP9o1 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-tYgjNNP9o1 .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-tYgjNNP9o1 .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-tYgjNNP9o1 .item-wrap {
    width: 100%;
  }
}
.cid-tYgjNNP9o1 .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-tYgjNNP9o1 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-tYgjNNP9o1 .item-text {
  margin-bottom: 6px;
}
.cid-tYgjNNP9o1 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tYgjNNP9o1 form {
  width: 100%;
}
.cid-tYgjNNP9o1 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tYgjNNP9o1 form p {
  color: #353535;
}
.cid-tYgjNNP9o1 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tYgjNNP9o1 form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-tYgjNNP9o1 form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-tYgjNNP9o1 form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-tYgjNNP9o1 form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-tYgjNNP9o1 form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-tYgjNNP9o1 form select {
  color: #303030 !important;
}
.cid-tYgjNNP9o1 form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-tYgjNNP9o1 form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tYgjNNP9o1 form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-tYgjNNP9o1 form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-tYgjNNP9o1 form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tYgjNNP9o1 form input,
.cid-tYgjNNP9o1 form textarea {
  transition: .3s all;
}
.cid-tYgjNNP9o1 form input:active,
.cid-tYgjNNP9o1 form textarea:active,
.cid-tYgjNNP9o1 form input:focus,
.cid-tYgjNNP9o1 form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-tYgjNNP9o1 form input:active::-webkit-input-placeholder,
.cid-tYgjNNP9o1 form textarea:active::-webkit-input-placeholder,
.cid-tYgjNNP9o1 form input:focus::-webkit-input-placeholder,
.cid-tYgjNNP9o1 form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tYgjNNP9o1 form input:active::-moz-placeholder,
.cid-tYgjNNP9o1 form textarea:active::-moz-placeholder,
.cid-tYgjNNP9o1 form input:focus::-moz-placeholder,
.cid-tYgjNNP9o1 form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-tYgjNNP9o1 form input:active:-moz-placeholder,
.cid-tYgjNNP9o1 form textarea:active:-moz-placeholder,
.cid-tYgjNNP9o1 form input:focus:-moz-placeholder,
.cid-tYgjNNP9o1 form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-tYgjNNP9o1 form input:active:-ms-input-placeholder,
.cid-tYgjNNP9o1 form textarea:active:-ms-input-placeholder,
.cid-tYgjNNP9o1 form input:focus:-ms-input-placeholder,
.cid-tYgjNNP9o1 form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tYgjNNP9o1 form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tYgjNNP9o1 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tYgjNNP9o1 form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-tYgjNNP9o1 form .form-check label {
  color: #303030;
}
.cid-tYgjNNP9o1 form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tYgjNNP9o1 form .form-check-input:focus,
.cid-tYgjNNP9o1 form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-tYgjNNP9o1 form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4ueCaptN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-u4ueCaptN5 .mbr-text {
  color: #303030;
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4SI3VAdh5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4SI3VAdh5 .menu_box .navbar.opened,
  .cid-u4SI3VAdh5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  position: relative !important;
}
.cid-u4SI3VAdh5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4SI3VAdh5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u4SI3VAdh5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4SI3VAdh5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-text,
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4SI3VAdh5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4SI3VAdh5 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-u4SI3VAdh5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4SI3VAdh5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u4SI3VAdh5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u4SI3VAdh5 .nav-item .nav-link:hover,
.cid-u4SI3VAdh5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #329d67 !important;
}
.cid-u4SI3VAdh5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box {
    display: none;
  }
}
.cid-u4SI3VAdh5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .container {
  display: flex;
  margin: auto;
}
.cid-u4SI3VAdh5 .iconfont-wrapper {
  color: #2b2b2b;
  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-u4SI3VAdh5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4SI3VAdh5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .navbar-caption {
  color: #2b2b2b;
}
.cid-u4SI3VAdh5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .navbar-nav {
    margin: 0;
  }
}
.cid-u4SI3VAdh5 .dropdown-menu,
.cid-u4SI3VAdh5 .navbar.opened {
  background-color: false !important;
}
.cid-u4SI3VAdh5 .nav-item:focus,
.cid-u4SI3VAdh5 .nav-link:focus {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4SI3VAdh5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4SI3VAdh5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4SI3VAdh5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4SI3VAdh5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u4SI3VAdh5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4SI3VAdh5 .navbar.collapsed {
  justify-content: center;
}
.cid-u4SI3VAdh5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4SI3VAdh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4SI3VAdh5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u4SI3VAdh5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4SI3VAdh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4SI3VAdh5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4SI3VAdh5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u4SI3VAdh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown-item.active,
.cid-u4SI3VAdh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4SI3VAdh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4SI3VAdh5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4SI3VAdh5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4SI3VAdh5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e3d688;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar {
    height: 70px;
  }
  .cid-u4SI3VAdh5 .navbar.opened {
    height: auto;
  }
  .cid-u4SI3VAdh5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4SI3VAdh5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u4SI3VAdh5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u4SI3VAdh5 .navbar-caption:hover {
  color: #329d67;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4SI3VAdh5 .text_widget {
  margin-bottom: 32px;
}
.cid-u4SI3VAdh5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4SI3VAdh5 .text_widget a:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle,
.cid-u4SI3VAdh5 .text_widget,
.cid-u4SI3VAdh5 .mbr-section-btn {
  text-align: center;
}
.cid-u4SI3VAdh5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2o7NTvqwL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2o7NTvqwL .item-img {
  position: relative;
}
.cid-u2o7NTvqwL .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2o7NTvqwL .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u2o7NTvqwL .image-wrapper {
    min-height: 400px;
  }
}
.cid-u2o7NTvqwL .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2o7NTvqwL .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u2o7NTvqwL .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u2o7NTvqwL .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u2o7NTvqwL .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-u2o7NTvqwL .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u2o7NTvqwL .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u2o7NTvqwL .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u2o7NTvqwL .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u2o7NTvqwL .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u2o7NTvqwL .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u2o7NTvqwL .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u2o7NTvqwL .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u2o7NTvqwL img,
.cid-u2o7NTvqwL .item-img {
  width: 100%;
}
.cid-tYr9in9Oif {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYr9in9Oif .row {
  flex-directiion: row-reverse;
}
.cid-tYr9in9Oif .card-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tYr9in9Oif .card-wrapper img {
  height: 600px;
  object-fit: cover;
}
.cid-tYr9in9Oif .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-tYr9in9Oif .second-card-subtitle {
  text-align: center;
}
.cid-tYr9in9Oif .second-card {
  background-color: #ffffff;
}
.cid-tYr9in9Oif .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-tYr9in9Oif [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tYr9in9Oif .second-card-subtitle,
.cid-tYr9in9Oif .second-btn {
  text-align: center;
}
.cid-tYr9in9Oif .card {
  border-radius: 0 !important;
}
.cid-tYr9in9Oif .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYr9in9Oif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYr9in9Oif .second-card-subtitle,
.cid-tYr9in9Oif .second-btn DIV {
  text-align: left;
}
.cid-tYr9ipRAfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYr9ipRAfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYr9ipRAfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYr9ipRAfG .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-tYr9ipRAfG .mbr-section-title {
  color: #515151;
  margin-bottom: 0;
}
.cid-tYr9ipRAfG .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-tYr9ipRAfG .col-text {
    margin-bottom: 50px;
  }
}
.cid-tYr9ipRAfG .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-tYr9ipRAfG .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-tYr9ipRAfG .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-tYr9ipRAfG .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-tYr9ipRAfG .item-wrap {
    width: 100%;
  }
}
.cid-tYr9ipRAfG .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-tYr9ipRAfG .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-tYr9ipRAfG .item-text {
  margin-bottom: 6px;
}
.cid-tYr9ipRAfG .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tYr9ipRAfG form {
  width: 100%;
}
.cid-tYr9ipRAfG form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tYr9ipRAfG form p {
  color: #353535;
}
.cid-tYr9ipRAfG form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tYr9ipRAfG form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-tYr9ipRAfG form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-tYr9ipRAfG form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-tYr9ipRAfG form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-tYr9ipRAfG form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-tYr9ipRAfG form select {
  color: #303030 !important;
}
.cid-tYr9ipRAfG form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-tYr9ipRAfG form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tYr9ipRAfG form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-tYr9ipRAfG form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-tYr9ipRAfG form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tYr9ipRAfG form input,
.cid-tYr9ipRAfG form textarea {
  transition: .3s all;
}
.cid-tYr9ipRAfG form input:active,
.cid-tYr9ipRAfG form textarea:active,
.cid-tYr9ipRAfG form input:focus,
.cid-tYr9ipRAfG form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-tYr9ipRAfG form input:active::-webkit-input-placeholder,
.cid-tYr9ipRAfG form textarea:active::-webkit-input-placeholder,
.cid-tYr9ipRAfG form input:focus::-webkit-input-placeholder,
.cid-tYr9ipRAfG form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-tYr9ipRAfG form input:active::-moz-placeholder,
.cid-tYr9ipRAfG form textarea:active::-moz-placeholder,
.cid-tYr9ipRAfG form input:focus::-moz-placeholder,
.cid-tYr9ipRAfG form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-tYr9ipRAfG form input:active:-moz-placeholder,
.cid-tYr9ipRAfG form textarea:active:-moz-placeholder,
.cid-tYr9ipRAfG form input:focus:-moz-placeholder,
.cid-tYr9ipRAfG form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-tYr9ipRAfG form input:active:-ms-input-placeholder,
.cid-tYr9ipRAfG form textarea:active:-ms-input-placeholder,
.cid-tYr9ipRAfG form input:focus:-ms-input-placeholder,
.cid-tYr9ipRAfG form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-tYr9ipRAfG form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tYr9ipRAfG form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tYr9ipRAfG form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-tYr9ipRAfG form .form-check label {
  color: #303030;
}
.cid-tYr9ipRAfG form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tYr9ipRAfG form .form-check-input:focus,
.cid-tYr9ipRAfG form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-tYr9ipRAfG form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4ueCaptN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-u4ueCaptN5 .mbr-text {
  color: #303030;
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u4SI3VAdh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4SI3VAdh5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4SI3VAdh5 .menu_box .navbar.opened,
  .cid-u4SI3VAdh5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown {
  position: relative !important;
}
.cid-u4SI3VAdh5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4SI3VAdh5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u4SI3VAdh5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4SI3VAdh5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-text,
  .cid-u4SI3VAdh5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4SI3VAdh5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4SI3VAdh5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4SI3VAdh5 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-u4SI3VAdh5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4SI3VAdh5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u4SI3VAdh5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u4SI3VAdh5 .nav-item .nav-link:hover,
.cid-u4SI3VAdh5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #329d67 !important;
}
.cid-u4SI3VAdh5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4SI3VAdh5 .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-u4SI3VAdh5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4SI3VAdh5 .offcanvas_box {
    display: none;
  }
}
.cid-u4SI3VAdh5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4SI3VAdh5 .container {
  display: flex;
  margin: auto;
}
.cid-u4SI3VAdh5 .iconfont-wrapper {
  color: #2b2b2b;
  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-u4SI3VAdh5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4SI3VAdh5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .navbar-caption {
  color: #2b2b2b;
}
.cid-u4SI3VAdh5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .navbar-nav {
    margin: 0;
  }
}
.cid-u4SI3VAdh5 .dropdown-menu,
.cid-u4SI3VAdh5 .navbar.opened {
  background-color: false !important;
}
.cid-u4SI3VAdh5 .nav-item:focus,
.cid-u4SI3VAdh5 .nav-link:focus {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4SI3VAdh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4SI3VAdh5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4SI3VAdh5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4SI3VAdh5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4SI3VAdh5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4SI3VAdh5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4SI3VAdh5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u4SI3VAdh5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4SI3VAdh5 .navbar.collapsed {
  justify-content: center;
}
.cid-u4SI3VAdh5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4SI3VAdh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4SI3VAdh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4SI3VAdh5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4SI3VAdh5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u4SI3VAdh5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4SI3VAdh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4SI3VAdh5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4SI3VAdh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4SI3VAdh5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4SI3VAdh5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4SI3VAdh5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4SI3VAdh5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u4SI3VAdh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4SI3VAdh5 .dropdown-item.active,
.cid-u4SI3VAdh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4SI3VAdh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4SI3VAdh5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4SI3VAdh5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4SI3VAdh5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4SI3VAdh5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4SI3VAdh5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e3d688;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4SI3VAdh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4SI3VAdh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4SI3VAdh5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4SI3VAdh5 .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-u4SI3VAdh5 .navbar {
    height: 70px;
  }
  .cid-u4SI3VAdh5 .navbar.opened {
    height: auto;
  }
  .cid-u4SI3VAdh5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4SI3VAdh5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4SI3VAdh5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u4SI3VAdh5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u4SI3VAdh5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u4SI3VAdh5 .navbar-caption:hover {
  color: #329d67;
}
@media (min-width: 992px) {
  .cid-u4SI3VAdh5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4SI3VAdh5 .text_widget {
  margin-bottom: 32px;
}
.cid-u4SI3VAdh5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4SI3VAdh5 .text_widget a:hover {
  opacity: .5;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u4SI3VAdh5 .mbr-section-subtitle,
.cid-u4SI3VAdh5 .text_widget,
.cid-u4SI3VAdh5 .mbr-section-btn {
  text-align: center;
}
.cid-u4SI3VAdh5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u33eDkr6wG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u33eDkr6wG .item-img {
  position: relative;
}
.cid-u33eDkr6wG .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u33eDkr6wG .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u33eDkr6wG .image-wrapper {
    min-height: 400px;
  }
}
.cid-u33eDkr6wG .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u33eDkr6wG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u33eDkr6wG .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u33eDkr6wG .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u33eDkr6wG .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-u33eDkr6wG .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u33eDkr6wG .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u33eDkr6wG .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u33eDkr6wG .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u33eDkr6wG .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u33eDkr6wG .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u33eDkr6wG .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u33eDkr6wG .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u33eDkr6wG img,
.cid-u33eDkr6wG .item-img {
  width: 100%;
}
.cid-u33eDlspxu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u33eDlspxu .row {
  flex-directiion: row-reverse;
}
.cid-u33eDlspxu .card-wrapper {
  width: 100%;
  height: 100%;
}
.cid-u33eDlspxu .card-wrapper img {
  height: 600px;
  object-fit: cover;
}
.cid-u33eDlspxu .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-u33eDlspxu .second-card-subtitle {
  text-align: center;
}
.cid-u33eDlspxu .second-card {
  background-color: #ffffff;
}
.cid-u33eDlspxu .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-u33eDlspxu [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-u33eDlspxu .second-card-subtitle,
.cid-u33eDlspxu .second-btn {
  text-align: center;
}
.cid-u33eDlspxu .card {
  border-radius: 0 !important;
}
.cid-u33eDlspxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u33eDlspxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u33eDlspxu .second-card-subtitle,
.cid-u33eDlspxu .second-btn DIV {
  text-align: left;
}
.cid-u33eDn3FYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u33eDn3FYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u33eDn3FYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u33eDn3FYG .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u33eDn3FYG .mbr-section-title {
  color: #515151;
  margin-bottom: 0;
}
.cid-u33eDn3FYG .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u33eDn3FYG .col-text {
    margin-bottom: 50px;
  }
}
.cid-u33eDn3FYG .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u33eDn3FYG .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u33eDn3FYG .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u33eDn3FYG .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u33eDn3FYG .item-wrap {
    width: 100%;
  }
}
.cid-u33eDn3FYG .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-u33eDn3FYG .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u33eDn3FYG .item-text {
  margin-bottom: 6px;
}
.cid-u33eDn3FYG .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u33eDn3FYG form {
  width: 100%;
}
.cid-u33eDn3FYG form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u33eDn3FYG form p {
  color: #353535;
}
.cid-u33eDn3FYG form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u33eDn3FYG form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u33eDn3FYG form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u33eDn3FYG form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u33eDn3FYG form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u33eDn3FYG form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u33eDn3FYG form select {
  color: #303030 !important;
}
.cid-u33eDn3FYG form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u33eDn3FYG form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u33eDn3FYG form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u33eDn3FYG form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u33eDn3FYG form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u33eDn3FYG form input,
.cid-u33eDn3FYG form textarea {
  transition: .3s all;
}
.cid-u33eDn3FYG form input:active,
.cid-u33eDn3FYG form textarea:active,
.cid-u33eDn3FYG form input:focus,
.cid-u33eDn3FYG form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u33eDn3FYG form input:active::-webkit-input-placeholder,
.cid-u33eDn3FYG form textarea:active::-webkit-input-placeholder,
.cid-u33eDn3FYG form input:focus::-webkit-input-placeholder,
.cid-u33eDn3FYG form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u33eDn3FYG form input:active::-moz-placeholder,
.cid-u33eDn3FYG form textarea:active::-moz-placeholder,
.cid-u33eDn3FYG form input:focus::-moz-placeholder,
.cid-u33eDn3FYG form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u33eDn3FYG form input:active:-moz-placeholder,
.cid-u33eDn3FYG form textarea:active:-moz-placeholder,
.cid-u33eDn3FYG form input:focus:-moz-placeholder,
.cid-u33eDn3FYG form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u33eDn3FYG form input:active:-ms-input-placeholder,
.cid-u33eDn3FYG form textarea:active:-ms-input-placeholder,
.cid-u33eDn3FYG form input:focus:-ms-input-placeholder,
.cid-u33eDn3FYG form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u33eDn3FYG form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u33eDn3FYG form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u33eDn3FYG form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u33eDn3FYG form .form-check label {
  color: #303030;
}
.cid-u33eDn3FYG form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u33eDn3FYG form .form-check-input:focus,
.cid-u33eDn3FYG form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u33eDn3FYG form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4ueCaptN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-u4ueCaptN5 .mbr-text {
  color: #303030;
}
