body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.984375rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.046875rem;
}
.display-7 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ea960f !important;
}
.bg-success {
  background-color: #10854d !important;
}
.bg-info {
  background-color: #f24d94 !important;
}
.bg-warning {
  background-color: #e53712 !important;
}
.bg-danger {
  background-color: #1a191d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ea960f !important;
  border-color: #ea960f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ba770c !important;
  border-color: #ba770c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ba770c !important;
  border-color: #ba770c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-success,
.btn-success:active {
  background-color: #10854d !important;
  border-color: #10854d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0b5733 !important;
  border-color: #0b5733 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0b5733 !important;
  border-color: #0b5733 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1a191d !important;
  border-color: #1a191d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #010102 !important;
  border-color: #010102 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #010102 !important;
  border-color: #010102 !important;
}
.btn-white {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ea960f;
  color: #ea960f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ea960f !important;
  border-color: #ea960f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea960f !important;
  border-color: #ea960f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f24d94;
  color: #f24d94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #10854d;
  color: #10854d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #10854d !important;
  border-color: #10854d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #10854d !important;
  border-color: #10854d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e53712;
  color: #e53712;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1a191d;
  color: #1a191d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #1a191d !important;
  border-color: #1a191d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a191d !important;
  border-color: #1a191d !important;
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #4d4d4d !important;
  background-color: transparent;
  border-color: #4d4d4d !important;
}
.btn-white-outline {
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cccccc !important;
  background-color: transparent;
  border-color: #cccccc !important;
}
.text-primary {
  color: #ea960f !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #10854d !important;
}
.text-info {
  color: #f24d94 !important;
}
.text-warning {
  color: #e53712 !important;
}
.text-danger {
  color: #1a191d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8a5909 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #052a18 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ca0f5f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #86200b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #ea960f;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #34b794;
}
.alert-info {
  background-color: #f24d94;
}
.alert-warning {
  background-color: #e53712;
}
.alert-danger {
  background-color: #1a191d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ea960f;
  border-color: #ea960f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ea960f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fce8c9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #2fe68e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd1c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cccad1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #ea960f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ea960f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ea960f;
}
.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: #ea960f;
  border-bottom-color: #ea960f;
}
.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: #000000 !important;
  background-color: #ea960f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23ea960f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.4s;
}
.cid-uFVcOy7E4w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #10854d;
}
.cid-uFVcOy7E4w .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uFVcOy7E4w .mbr-section-btn .btn-secondary-outline:hover,
.cid-uFVcOy7E4w .mbr-section-btn .btn-secondary-outline .active,
.cid-uFVcOy7E4w .mbr-section-btn .btn-secondary-outline:focus {
  color: #ea960f !important;
}
.cid-uFVcOy7E4w img,
.cid-uFVcOy7E4w .item-img {
  border-radius: 4px;
}
.cid-uFVcOy7E4w .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-uFVcOy7E4w .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-uFVcOy7E4w .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #232323;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-uFVcOy7E4w .item:focus,
.cid-uFVcOy7E4w span:focus {
  outline: none;
}
.cid-uFVcOy7E4w .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uFVcOy7E4w .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uFVcOy7E4w .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-uFVcOy7E4w .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uFVcOy7E4w .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uFVcOy7E4w .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uFVcOy7E4w .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-uFVcOy7E4w .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uFVcOy7E4w .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uFVcOy7E4w .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uFVcOy7E4w .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-uFVcOy7E4w .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uFVcOy7E4w .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-uFVcOy7E4w .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-uFVcOy7E4w .category_content {
  opacity: .8;
}
.cid-uFVcOy7E4w .mbr-section-subtitle,
.cid-uFVcOy7E4w .card_topic {
  margin-bottom: 12px;
}
.cid-uFVcOy7E4w .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f14105;
}
.cid-uFVcOy7E4w .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-uFVcOy7E4w .item-content,
  .cid-uFVcOy7E4w .card_post {
    padding: 20px;
  }
}
.cid-uFVcOy7E4w .mbr-section-title {
  color: #ffffff;
}
.cid-uA4uOT40Hk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-uA4uOT40Hk .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uA4uOT40Hk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA4uOT40Hk .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA4uOT40Hk .mbr-section-btn .btn-secondary-outline .active,
.cid-uA4uOT40Hk .mbr-section-btn .btn-secondary-outline:focus {
  color: #ea960f !important;
}
.cid-uA4uOT40Hk .item-img {
  overflow: hidden;
}
.cid-uA4uOT40Hk img,
.cid-uA4uOT40Hk .item-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100.5%;
  will-change: transform;
}
.cid-uA4uOT40Hk .item-content {
  padding: 40px;
  background: #010a44;
}
@media (max-width: 767px) {
  .cid-uA4uOT40Hk .item-content {
    padding: 20px;
  }
}
.cid-uA4uOT40Hk .mbr-text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uA4uOT40Hk .item:focus,
.cid-uA4uOT40Hk span:focus {
  outline: none;
}
.cid-uA4uOT40Hk .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uA4uOT40Hk .item {
    margin-bottom: 5rem;
  }
  .cid-uA4uOT40Hk .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uA4uOT40Hk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA4uOT40Hk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uA4uOT40Hk .item {
  padding: 0;
  margin: 0;
}
.cid-uA4uOT40Hk .item-title,
.cid-uA4uOT40Hk .card_topic {
  margin-bottom: 12px;
}
.cid-uA4uOT40Hk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uA4uOT40Hk .item-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uA4uOT40Hk .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA4uOT40Hk .category_content {
  opacity: .8;
}
.cid-uA4uOT40Hk .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uA4uOT40Hk .mbr-section-title {
  color: #ffffff;
}
.cid-uAyYkVGb0m {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uAyYkVGb0m .container-fluid {
  padding: 0 !important;
}
.cid-uAyYkVGb0m .col-md-12 {
  padding: 0;
}
.cid-uAyYkVGb0m .row {
  margin: 0;
  flex-wrap: nowrap;
}
.cid-uAyYkVGb0m .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uAyYkVGb0m .mbr-section-title {
  margin-bottom: 3rem;
  color: #10854d;
}
.cid-uAyYkVGb0m .number-wrap {
  color: #12265a;
  border: 2px dashed #10854d;
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 1rem;
  width: 210px;
}
@media (min-width: 1199px) {
  .cid-uAyYkVGb0m .number-wrap {
    min-width: 250px;
  }
}
.cid-uAyYkVGb0m .number {
  font-style: normal;
  font-weight: 900;
  font-size: 6.9rem;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1;
  color: #ea960f;
}
.cid-uAyYkVGb0m .period {
  display: block;
  line-height: 1;
}
.cid-uAyYkVGb0m .dot {
  display: none;
}
@media (max-width: 991px) {
  .cid-uAyYkVGb0m .wrapper {
    padding: 0 0.5rem;
  }
  .cid-uAyYkVGb0m .number-wrap {
    width: 150px;
  }
  .cid-uAyYkVGb0m .col-xs-3 {
    padding: 0 0.5rem;
  }
  .cid-uAyYkVGb0m .number {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAyYkVGb0m {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .cid-uAyYkVGb0m .number-wrap {
    padding: 0.4rem;
    width: 100px;
    border-radius: 20px;
  }
  .cid-uAyYkVGb0m .col-xs-3 {
    padding: 0 0.3rem;
  }
  .cid-uAyYkVGb0m .number {
    font-size: 2rem;
  }
}
@media (max-width: 440px) {
  .cid-uAyYkVGb0m .number-wrap {
    padding: 0.1rem 0;
    width: 75px;
  }
  .cid-uAyYkVGb0m .col-xs-3 {
    padding: 0 0.2rem;
  }
}
@media (max-width: 380px) {
  .cid-uAyYkVGb0m .period {
    font-size: 0.8rem;
  }
}
.cid-uFhvQdU36L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f14105;
}
.cid-uFhvQdU36L .item-wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uFhvQdU36L .mbr-section-title,
.cid-uFhvQdU36L .card_topic {
  margin-bottom: 12px;
}
.cid-uFhvQdU36L .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-uFhvQdU36L .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-uFhvQdU36L .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uFhvQdU36L .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-uFhvQdU36L .category_content,
.cid-uFhvQdU36L .date,
.cid-uFhvQdU36L .name_author {
  opacity: .8;
}
.cid-uFhvQdU36L .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uFhvQdU36L .mbr-section-title,
.cid-uFhvQdU36L .post_wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uFhvQdU36L .category_content,
.cid-uFhvQdU36L .card_topic {
  color: #ffffff;
}
.cid-uA4x7k4ZMl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #10854d;
}
.cid-uA4x7k4ZMl .wrap {
  overflow: hidden;
  background-color: #10854d;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uA4x7k4ZMl .wrap {
    height: auto;
  }
}
.cid-uA4x7k4ZMl .wrap:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uA4x7k4ZMl .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uA4x7k4ZMl .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uA4x7k4ZMl .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uA4x7k4ZMl .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uA4x7k4ZMl .text-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA4x7k4ZMl .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uA4x7k4ZMl .text-wrapper {
    padding: 20px;
  }
}
.cid-uA4x7k4ZMl .mbr-section-subtitle,
.cid-uA4x7k4ZMl .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uA4x7k4ZMl .image {
  width: 100%;
}
.cid-uA4x7k4ZMl .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-uA4x7k4ZMl .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA4x7k4ZMl .mbr-section-title {
  color: #ea960f;
}
.cid-uA4x7k4ZMl .mbr-text,
.cid-uA4x7k4ZMl .mbr-section-btn {
  color: #ffffff;
}
.cid-uEPr1diA98 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uEPr1diA98 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uEPr1diA98 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uEPr1diA98 .mbr-section-btn .btn-secondary-outline .active,
.cid-uEPr1diA98 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ea960f !important;
}
@media (min-width: 991px) {
  .cid-uEPr1diA98 .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-uEPr1diA98 img,
.cid-uEPr1diA98 .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-uEPr1diA98 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-uEPr1diA98 .item-wrapper:hover .item-title a {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uEPr1diA98 .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-uEPr1diA98 .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-uEPr1diA98 .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-uEPr1diA98 .item-content {
    padding-top: 20px;
  }
}
.cid-uEPr1diA98 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uEPr1diA98 .card_post {
    padding: 20px;
  }
}
.cid-uEPr1diA98 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uEPr1diA98 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uEPr1diA98 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uEPr1diA98 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-uEPr1diA98 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uEPr1diA98 .item:focus,
.cid-uEPr1diA98 span:focus {
  outline: none;
}
.cid-uEPr1diA98 .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uEPr1diA98 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uEPr1diA98 .item-title,
.cid-uEPr1diA98 .card_topic,
.cid-uEPr1diA98 .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-uEPr1diA98 .category_content {
  opacity: .8;
}
.cid-uEPr1diA98 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uEPr1diA98 .mbr-section-title {
  color: #ea960f;
}
.cid-uEPr1diA98 .item-title {
  color: #ea960f;
}
.cid-uDWqW0xpSU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uDWqW0xpSU .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uDWqW0xpSU .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uDWqW0xpSU .mbr-section-btn .btn-secondary-outline:hover,
.cid-uDWqW0xpSU .mbr-section-btn .btn-secondary-outline .active,
.cid-uDWqW0xpSU .mbr-section-btn .btn-secondary-outline:focus {
  color: #ea960f !important;
}
.cid-uDWqW0xpSU .item-img {
  overflow: hidden;
}
.cid-uDWqW0xpSU img,
.cid-uDWqW0xpSU .item-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100.5%;
  will-change: transform;
}
.cid-uDWqW0xpSU .item-content {
  padding: 40px;
  background: #010a44;
}
@media (max-width: 767px) {
  .cid-uDWqW0xpSU .item-content {
    padding: 20px;
  }
}
.cid-uDWqW0xpSU .mbr-text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uDWqW0xpSU .item:focus,
.cid-uDWqW0xpSU span:focus {
  outline: none;
}
.cid-uDWqW0xpSU .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uDWqW0xpSU .item {
    margin-bottom: 5rem;
  }
  .cid-uDWqW0xpSU .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDWqW0xpSU .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uDWqW0xpSU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uDWqW0xpSU .item {
  padding: 0;
  margin: 0;
}
.cid-uDWqW0xpSU .item-title,
.cid-uDWqW0xpSU .card_topic {
  margin-bottom: 12px;
}
.cid-uDWqW0xpSU .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDWqW0xpSU .item-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uDWqW0xpSU .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uDWqW0xpSU .category_content {
  opacity: .8;
}
.cid-uDWqW0xpSU .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uDWqW0xpSU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sa6jXKqAqJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-sa6jXKqAqJ .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-sa6jXKqAqJ .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-sa6jXKqAqJ .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-sa6jXKqAqJ .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-sa6jXKqAqJ .footer_items a:hover {
  color: #ffffff !important;
}
.cid-sa6jXKqAqJ .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sa6jXKqAqJ .privacy {
    text-align: left;
  }
}
.cid-sa6jXKqAqJ .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sa6jXKqAqJ .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-sa6jXKqAqJ .divider {
    margin: 20px 0;
  }
  .cid-sa6jXKqAqJ .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-sa6jXKqAqJ .footer_wrap img {
    margin: auto;
  }
  .cid-sa6jXKqAqJ .privacy {
    text-align: center;
  }
}
.cid-uzdjAn8agq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzdjAn8agq .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uzdjAn8agq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uzdjAn8agq .mbr-section-btn .btn-secondary-outline:hover,
.cid-uzdjAn8agq .mbr-section-btn .btn-secondary-outline .active,
.cid-uzdjAn8agq .mbr-section-btn .btn-secondary-outline:focus {
  color: #ea960f !important;
}
.cid-uzdjAn8agq img,
.cid-uzdjAn8agq .item-img {
  border-radius: 4px;
}
.cid-uzdjAn8agq .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-uzdjAn8agq .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0;
  will-change: transform;
}
.cid-uzdjAn8agq .item:focus,
.cid-uzdjAn8agq span:focus {
  outline: none;
}
.cid-uzdjAn8agq .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uzdjAn8agq .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzdjAn8agq .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #10854d;
}
.cid-uzdjAn8agq .item-wrapper:hover .author,
.cid-uzdjAn8agq .item-wrapper:hover .date,
.cid-uzdjAn8agq .item-wrapper:hover .category_content,
.cid-uzdjAn8agq .item-wrapper:hover .card_topic .mbr-iconfont,
.cid-uzdjAn8agq .item-wrapper:hover .category_estimate,
.cid-uzdjAn8agq .item-wrapper:hover .item-title,
.cid-uzdjAn8agq .item-wrapper:hover .mbr-text {
  color: #ffffff !important;
}
.cid-uzdjAn8agq .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
  opacity: 1;
}
.cid-uzdjAn8agq .item-wrapper:hover .category_content {
  opacity: 1;
}
.cid-uzdjAn8agq .item-wrapper:hover .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background: #232323;
  z-index: 5;
  pointer-events: none;
}
.cid-uzdjAn8agq .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uzdjAn8agq .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
  position: relative;
  z-index: 5;
}
.cid-uzdjAn8agq .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uzdjAn8agq .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-uzdjAn8agq .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uzdjAn8agq .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uzdjAn8agq .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-uzdjAn8agq .item-title,
.cid-uzdjAn8agq .card_topic {
  margin-bottom: 12px;
}
.cid-uzdjAn8agq .category_content,
.cid-uzdjAn8agq .mbr-section-subtitle {
  opacity: .8;
}
.cid-uzdjAn8agq .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-uzdjAn8agq .item-content {
    padding: 20px;
  }
  .cid-uzdjAn8agq .card_post {
    padding: 20px;
    padding-bottom: 0;
  }
}
.cid-uzdjAn8agq .mbr-section-title {
  color: #ea960f;
}
.cid-uze2n14p3K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #10854d;
}
.cid-uze2n14p3K .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uze2n14p3K .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uze2n14p3K .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uze2n14p3K .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uze2n14p3K .item:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uze2n14p3K .mbr-section-title,
.cid-uze2n14p3K .card_topic,
.cid-uze2n14p3K .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uze2n14p3K .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-uze2n14p3K .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uze2n14p3K .card_post {
    margin-top: 15px;
  }
}
.cid-uze2n14p3K .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uze2n14p3K .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-uze2n14p3K .category_content,
.cid-uze2n14p3K .date,
.cid-uze2n14p3K .name_author {
  opacity: .8;
}
.cid-uze2n14p3K .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uze2n14p3K .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uze2n14p3K .mbr-section-btn .btn-secondary-outline:hover,
.cid-uze2n14p3K .mbr-section-btn .btn-secondary-outline .active,
.cid-uze2n14p3K .mbr-section-btn .btn-secondary-outline:focus {
  color: #ea960f !important;
}
.cid-uze2n14p3K .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uze2n14p3K .item-img {
    margin-bottom: 20px;
  }
}
.cid-uze2n14p3K img,
.cid-uze2n14p3K .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uze2n14p3K .item:focus,
.cid-uze2n14p3K span:focus {
  outline: none;
}
.cid-uze2n14p3K .mbr-section-subtitle {
  color: #ea960f;
}
.cid-uze2n14p3K .mbr-text,
.cid-uze2n14p3K .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uze51tUBlh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uze51tUBlh .item-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uze51tUBlh .item-title,
.cid-uze51tUBlh .card_topic {
  margin-bottom: 12px;
}
.cid-uze51tUBlh .category_content {
  opacity: .8;
}
.cid-uze51tUBlh .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uze51tUBlh .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ea960f;
}
.cid-uze51tUBlh .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uze51tUBlh .mbr-section-btn .btn-secondary-outline:hover,
.cid-uze51tUBlh .mbr-section-btn .btn-secondary-outline .active,
.cid-uze51tUBlh .mbr-section-btn .btn-secondary-outline:focus {
  color: #ea960f !important;
}
.cid-uze51tUBlh .mbr-text,
.cid-uze51tUBlh .mbr-section-btn {
  color: #010a44;
}
.cid-uze51tUBlh H5 {
  color: #ea960f;
}
.cid-uze30QKgK5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uze30QKgK5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uze30QKgK5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uze30QKgK5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uze30QKgK5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA3ZlyflQQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uA3ZlyflQQ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uA3ZlyflQQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA3ZlyflQQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA3ZlyflQQ .mbr-section-btn .btn-secondary-outline .active,
.cid-uA3ZlyflQQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ea960f !important;
}
.cid-uA3ZlyflQQ .item-img {
  overflow: hidden;
}
.cid-uA3ZlyflQQ img,
.cid-uA3ZlyflQQ .item-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100.5%;
  will-change: transform;
}
.cid-uA3ZlyflQQ .item-content {
  padding: 40px;
  background: #010a44;
}
@media (max-width: 767px) {
  .cid-uA3ZlyflQQ .item-content {
    padding: 20px;
  }
}
.cid-uA3ZlyflQQ .mbr-text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uA3ZlyflQQ .item:focus,
.cid-uA3ZlyflQQ span:focus {
  outline: none;
}
.cid-uA3ZlyflQQ .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uA3ZlyflQQ .item {
    margin-bottom: 5rem;
  }
  .cid-uA3ZlyflQQ .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uA3ZlyflQQ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA3ZlyflQQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uA3ZlyflQQ .item {
  padding: 0;
  margin: 0;
}
.cid-uA3ZlyflQQ .item-title,
.cid-uA3ZlyflQQ .card_topic {
  margin-bottom: 12px;
}
.cid-uA3ZlyflQQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uA3ZlyflQQ .item-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uA3ZlyflQQ .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA3ZlyflQQ .category_content {
  opacity: .8;
}
.cid-uA3ZlyflQQ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uA3ZlyflQQ .mbr-section-title {
  color: #ea960f;
  text-align: center;
}
.cid-uA43RUDCt5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #10854d;
}
.cid-uA43RUDCt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA43RUDCt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA43RUDCt5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
}
.cid-uA43RUDCt5 .item .icon-wrap {
  text-align: center;
}
.cid-uA43RUDCt5 .item:last-child:before {
  display: none;
}
.cid-uA43RUDCt5 .item.last::before {
  display: none;
}
.cid-uA43RUDCt5 .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uA43RUDCt5 .text-box {
  text-align: center;
}
.cid-uA43RUDCt5 span {
  font-size: 2rem;
  color: #808080;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-uA43RUDCt5 .card {
    margin-bottom: 2rem;
  }
  .cid-uA43RUDCt5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uA43RUDCt5 .card-title,
.cid-uA43RUDCt5 .card-box {
  color: #ea960f;
}
.cid-uA43RUDCt5 .icon-text {
  color: #ffffff;
}
.cid-uA4oWASpqZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr {
  z-index: 0;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-primary-outline {
  border: 1px solid #ea960f;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-primary-outline:hover {
  background-color: #ea960f !important;
  color: #ffffff !important;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-secondary-outline {
  border: 1px solid #ffffff;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-secondary-outline:hover {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-success-outline {
  border: 1px solid #10854d;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-success-outline:hover {
  background-color: #10854d !important;
  color: #ffffff !important;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-info-outline {
  border: 1px solid #f24d94;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-info-outline:hover {
  background-color: #f24d94 !important;
  color: #ffffff !important;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-warning-outline {
  border: 1px solid #e53712;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-warning-outline:hover {
  background-color: #e53712 !important;
  color: #ffffff !important;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-danger-outline {
  border: 1px solid #1a191d;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-danger-outline:hover {
  background-color: #1a191d !important;
  color: #ffffff !important;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uA4oWASpqZ .plan-body .btn-bgr.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uA4oWASpqZ .plan-header {
  overflow: hidden;
  background-color: #10854d;
  margin-left: -24px;
  margin-right: -24px;
  padding: 32px;
  background: linear-gradient(45deg, #10854d, #34b794);
}
.cid-uA4oWASpqZ .plan-header .plan-price .price-figure {
  color: #ffffff;
  margin-right: -10px;
  display: block;
  width: 100%;
}
.cid-uA4oWASpqZ .plan-header .plan-price .price-term {
  display: block;
  line-height: 1;
  color: #ffffff;
}
.cid-uA4oWASpqZ .plan-header .plan-price .price-free {
  color: #ffffff;
  margin-top: 20px;
  display: block;
}
.cid-uA4oWASpqZ .plan {
  position: relative;
  max-width: 330px;
  padding-right: 15px;
  padding-left: 15px;
  color: #232323;
}
.cid-uA4oWASpqZ .plan:hover .plan-wrap {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s;
}
.cid-uA4oWASpqZ .plan .plan-wrap {
  border: 1px solid #e5e5e5;
  border-radius: .25rem;
  padding-right: 24px;
  padding-left: 24px;
}
.cid-uA4oWASpqZ .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 1rem 1.25rem;
}
.cid-uA4oWASpqZ .plan .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-uA4oWASpqZ .plan .mbr-section-btn .btn {
  width: 100%;
  margin: 0;
}
.cid-uA4oWASpqZ .plan-wrap {
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .cid-uA4oWASpqZ .plan .list-group-item {
    padding: 1rem 0rem;
  }
}
@media (max-width: 550px) {
  .cid-uA4oWASpqZ .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uA4oWASpqZ .mbr-section-title,
.cid-uA4oWASpqZ .mbr-section-btn {
  color: #ea960f;
}
.cid-uA4oWASpqZ .list-group,
.cid-uA4oWASpqZ .mbr-section-btn {
  color: #010a44;
}
.cid-uA4oWASpqZ .mbr-text,
.cid-uA4oWASpqZ .mbr-section-btn {
  color: #010a44;
}
.cid-uA4rbjOheM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uA4rbjOheM .plan-body .btn-bgr {
  z-index: 0;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-primary-outline {
  border: 1px solid #ea960f;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-primary-outline:hover {
  background-color: #ea960f !important;
  color: #ffffff !important;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-secondary-outline {
  border: 1px solid #ffffff;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-secondary-outline:hover {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-success-outline {
  border: 1px solid #10854d;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-success-outline:hover {
  background-color: #10854d !important;
  color: #ffffff !important;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-info-outline {
  border: 1px solid #f24d94;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-info-outline:hover {
  background-color: #f24d94 !important;
  color: #ffffff !important;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-warning-outline {
  border: 1px solid #e53712;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-warning-outline:hover {
  background-color: #e53712 !important;
  color: #ffffff !important;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-danger-outline {
  border: 1px solid #1a191d;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-danger-outline:hover {
  background-color: #1a191d !important;
  color: #ffffff !important;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uA4rbjOheM .plan-body .btn-bgr.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uA4rbjOheM .plan-header {
  overflow: hidden;
  background-color: #10854d;
  margin-left: -24px;
  margin-right: -24px;
  padding: 32px;
  background: linear-gradient(45deg, #10854d, #34b794);
}
.cid-uA4rbjOheM .plan-header .plan-price .price-figure {
  color: #ffffff;
  margin-right: -10px;
  display: block;
  width: 100%;
}
.cid-uA4rbjOheM .plan-header .plan-price .price-term {
  display: block;
  line-height: 1;
  color: #ffffff;
}
.cid-uA4rbjOheM .plan-header .plan-price .price-free {
  color: #ffffff;
  margin-top: 20px;
  display: block;
}
.cid-uA4rbjOheM .plan {
  position: relative;
  max-width: 330px;
  padding-right: 15px;
  padding-left: 15px;
  color: #232323;
}
.cid-uA4rbjOheM .plan:hover .plan-wrap {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s;
}
.cid-uA4rbjOheM .plan .plan-wrap {
  border: 1px solid #e5e5e5;
  border-radius: .25rem;
  padding-right: 24px;
  padding-left: 24px;
}
.cid-uA4rbjOheM .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 1rem 1.25rem;
}
.cid-uA4rbjOheM .plan .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-uA4rbjOheM .plan .mbr-section-btn .btn {
  width: 100%;
  margin: 0;
}
.cid-uA4rbjOheM .plan-wrap {
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .cid-uA4rbjOheM .plan .list-group-item {
    padding: 1rem 0rem;
  }
}
@media (max-width: 550px) {
  .cid-uA4rbjOheM .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uA4rbjOheM .mbr-section-title,
.cid-uA4rbjOheM .mbr-section-btn {
  color: #10854d;
}
.cid-uA4rbjOheM .list-group,
.cid-uA4rbjOheM .mbr-section-btn {
  color: #010a44;
}
.cid-uA4s8sZYep {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #10854d;
}
.cid-uA4s8sZYep .item-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uA4s8sZYep .item-title,
.cid-uA4s8sZYep .card_topic {
  margin-bottom: 12px;
}
.cid-uA4s8sZYep .category_content {
  opacity: .8;
}
.cid-uA4s8sZYep .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uA4s8sZYep .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ea960f;
}
.cid-uA4s8sZYep .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA4s8sZYep .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA4s8sZYep .mbr-section-btn .btn-secondary-outline .active,
.cid-uA4s8sZYep .mbr-section-btn .btn-secondary-outline:focus {
  color: #ea960f !important;
}
.cid-uA4s8sZYep .mbr-text,
.cid-uA4s8sZYep .mbr-section-btn {
  color: #ffffff;
}
.cid-uA4s8sZYep H5 {
  color: #ea960f;
}
.cid-uA4sAhSFUF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA4sAhSFUF .item-wrapper {
  background: #ffffff;
  padding: 70px 40px 70px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uA4sAhSFUF .item-wrapper {
    padding: 70px 20px 70px;
  }
}
.cid-uA4sAhSFUF .item-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uA4sAhSFUF .item-title,
.cid-uA4sAhSFUF .card_topic {
  margin-bottom: 12px;
}
.cid-uA4sAhSFUF .category_content {
  opacity: .8;
}
.cid-uA4sAhSFUF .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uA4sAhSFUF .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ea960f;
}
.cid-uA4sAhSFUF .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA4sAhSFUF H5 {
  color: #ea960f;
}
.cid-uA4sAhSFUF .mbr-text,
.cid-uA4sAhSFUF .mbr-section-btn {
  color: #010a44;
}
.cid-uA4N9kLmtP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #10854d;
}
.cid-uA4N9kLmtP .item-subtitle,
.cid-uA4N9kLmtP .item-title,
.cid-uA4N9kLmtP .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uA4N9kLmtP .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA4N9kLmtP .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-uA4N9kLmtP .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-uA4N9kLmtP .item-img,
.cid-uA4N9kLmtP img {
  border-radius: 4px;
}
.cid-uA4N9kLmtP .item:focus,
.cid-uA4N9kLmtP span:focus {
  outline: none;
}
.cid-uA4N9kLmtP .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uA4N9kLmtP .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA4N9kLmtP .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
}
.cid-uA4N9kLmtP .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-uA4N9kLmtP .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-uA4N9kLmtP .item-content > div,
.cid-uA4N9kLmtP .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uA4N9kLmtP .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-uA4N9kLmtP .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-uA4N9kLmtP .item-content {
    padding: 30px 20px;
  }
}
.cid-uA4N9kLmtP .mbr-section-title {
  color: #ea960f;
}
.cid-uA4N9kLmtP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA4PvEHOdA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #10854d;
}
.cid-uA4PvEHOdA .item:focus,
.cid-uA4PvEHOdA span:focus {
  outline: none;
}
.cid-uA4PvEHOdA .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uA4PvEHOdA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA4PvEHOdA .item-subtitle {
  margin-bottom: 12px;
}
.cid-uA4PvEHOdA .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  will-change: transform;
}
.cid-uA4PvEHOdA .item-wrapper:hover .item-img img {
  transform: scale(1.2);
}
.cid-uA4PvEHOdA .item-content {
  padding: 0 1.5rem;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-uA4PvEHOdA .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA4PvEHOdA .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA4PvEHOdA .mbr-section-btn .btn-secondary-outline .active,
.cid-uA4PvEHOdA .mbr-section-btn .btn-secondary-outline:focus {
  color: #ea960f !important;
}
.cid-uA4PvEHOdA .item-img {
  overflow: hidden;
  width: calc(100% - 120px);
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-uA4PvEHOdA .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uA4PvEHOdA .item-content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uA4PvEHOdA .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-uA4PvEHOdA .item-img {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .cid-uA4PvEHOdA .item-img img {
    max-height: 300px;
  }
  .cid-uA4PvEHOdA .item-content {
    position: static;
    padding: 0;
    width: 100%;
    max-width: none ;
    height: auto;
  }
  .cid-uA4PvEHOdA .item-wrapper {
    height: auto;
  }
}
.cid-uA4SE2HsHL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fef2ed;
}
.cid-uA4SE2HsHL .card_block {
  border-radius: 10px;
  padding: 40px;
  background-color: #fef2ed;
}
.cid-uA4SE2HsHL .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uA4SE2HsHL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA4SE2HsHL .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA4SE2HsHL .mbr-section-btn .btn-secondary-outline .active,
.cid-uA4SE2HsHL .mbr-section-btn .btn-secondary-outline:focus {
  color: #ea960f !important;
}
.cid-uA4SE2HsHL .content_block:hover .mbr-section-subtitle a {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uA4SE2HsHL .card_block {
    margin-bottom: 1.5rem;
    padding: 20px;
  }
}
.cid-uA4SE2HsHL .card_text {
  color: #10854d;
}
.cid-uFmdbwOtvq.popup-builder {
  background-color: #ffffff;
}
.cid-uFmdbwOtvq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFmdbwOtvq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFmdbwOtvq .modal-content,
.cid-uFmdbwOtvq .modal-dialog {
  height: auto;
}
.cid-uFmdbwOtvq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFmdbwOtvq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFmdbwOtvq .form-wrapper .mbr-form .form-group,
  .cid-uFmdbwOtvq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFmdbwOtvq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFmdbwOtvq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFmdbwOtvq .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uFmdbwOtvq .pt-0 {
  padding-top: 0 !important;
}
.cid-uFmdbwOtvq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFmdbwOtvq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFmdbwOtvq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFmdbwOtvq .modal-open {
  overflow: hidden;
}
.cid-uFmdbwOtvq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFmdbwOtvq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFmdbwOtvq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFmdbwOtvq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFmdbwOtvq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFmdbwOtvq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFmdbwOtvq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFmdbwOtvq .modal-content {
  background: #10854d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFmdbwOtvq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFmdbwOtvq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFmdbwOtvq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFmdbwOtvq .modal-backdrop.show {
  opacity: .5;
}
.cid-uFmdbwOtvq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFmdbwOtvq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFmdbwOtvq .modal-header {
    padding: 1rem;
  }
}
.cid-uFmdbwOtvq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFmdbwOtvq .modal-header .close svg {
  fill: #353535;
}
.cid-uFmdbwOtvq .modal-header .close:hover {
  opacity: 1;
}
.cid-uFmdbwOtvq .modal-header .close:focus {
  outline: none;
}
.cid-uFmdbwOtvq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uFmdbwOtvq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFmdbwOtvq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFmdbwOtvq .modal-body {
    padding: 1rem;
  }
}
.cid-uFmdbwOtvq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFmdbwOtvq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFmdbwOtvq .modal-footer {
    padding: 1rem;
  }
}
.cid-uFmdbwOtvq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFmdbwOtvq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFmdbwOtvq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFmdbwOtvq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFmdbwOtvq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFmdbwOtvq .modal-lg,
  .cid-uFmdbwOtvq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFmdbwOtvq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFmdbwOtvq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFmdbwOtvq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFmdbwOtvq .form-group {
  margin-bottom: 1rem;
}
.cid-uFmdbwOtvq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFmdbwOtvq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFmdbwOtvq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFmdbwOtvq .mbr-section-btn {
  margin: 0;
}
.cid-uFmdbwOtvq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFns5iA3ZM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-11.jpg");
}
.cid-uFns5iA3ZM .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uFns5iA3ZM .head_wrap:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-sa6jXKqAqJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-sa6jXKqAqJ .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-sa6jXKqAqJ .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-sa6jXKqAqJ .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-sa6jXKqAqJ .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-sa6jXKqAqJ .footer_items a:hover {
  color: #ffffff !important;
}
.cid-sa6jXKqAqJ .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sa6jXKqAqJ .privacy {
    text-align: left;
  }
}
.cid-sa6jXKqAqJ .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sa6jXKqAqJ .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-sa6jXKqAqJ .divider {
    margin: 20px 0;
  }
  .cid-sa6jXKqAqJ .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-sa6jXKqAqJ .footer_wrap img {
    margin: auto;
  }
  .cid-sa6jXKqAqJ .privacy {
    text-align: center;
  }
}
