body {
  font-family: Anybody;
}
.display-1 {
  font-family: 'Anybody', display;
  font-size: 8.125rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Anybody', display;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.9375rem;
}
.display-5 {
  font-family: 'Anybody', display;
  font-size: 3.125rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Anybody', display;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0875rem + (1.25 - 1.0875) * ((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: #dab647 !important;
}
.bg-success {
  background-color: #78ec80 !important;
}
.bg-info {
  background-color: #77bbdf !important;
}
.bg-warning {
  background-color: #fff6b1 !important;
}
.bg-danger {
  background-color: #ffe40e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dab647 !important;
  border-color: #dab647 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a88722 !important;
  border-color: #a88722 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a88722 !important;
  border-color: #a88722 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dab647 !important;
  border-color: #dab647 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a88722 !important;
  border-color: #a88722 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a88722 !important;
  border-color: #a88722 !important;
}
.btn-info,
.btn-info:active {
  background-color: #77bbdf !important;
  border-color: #77bbdf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3198ce !important;
  border-color: #3198ce !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3198ce !important;
  border-color: #3198ce !important;
}
.btn-success,
.btn-success:active {
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
  color: #0c5912 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2ce139 !important;
  border-color: #2ce139 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0c5912 !important;
  background-color: #2ce139 !important;
  border-color: #2ce139 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
  color: #b19d00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5a5000 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b19d00 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffe40e !important;
  border-color: #ffe40e !important;
  color: #0e0c00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b6a200 !important;
  border-color: #b6a200 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0e0c00 !important;
  background-color: #b6a200 !important;
  border-color: #b6a200 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dab647;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a88722 !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: #dab647 !important;
  border-color: #dab647 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dab647;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a88722 !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: #dab647 !important;
  border-color: #dab647 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #77bbdf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3198ce !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: #77bbdf !important;
  border-color: #77bbdf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #78ec80;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2ce139 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0c5912 !important;
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff6b1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffec5a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b19d00 !important;
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe40e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b6a200 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0e0c00 !important;
  background-color: #ffe40e !important;
  border-color: #ffe40e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b2b2b;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #dab647 !important;
}
.text-secondary {
  color: #dab647 !important;
}
.text-success {
  color: #78ec80 !important;
}
.text-info {
  color: #77bbdf !important;
}
.text-warning {
  color: #fff6b1 !important;
}
.text-danger {
  color: #ffe40e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #2B2B2B !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9c7d1f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9c7d1f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1fdf2d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2e8fc2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffea4b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a79400 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #dab647;
}
.nav-tabs .nav-link:not(.active) {
  color: #2B2B2B;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #77bbdf;
}
.alert-warning {
  background-color: #fff6b1;
}
.alert-danger {
  background-color: #ffe40e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dab647;
  border-color: #dab647;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #dab647;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf9f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffbda;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.9375rem;
}
.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: #dab647 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.9375rem;
}
blockquote {
  border-color: #dab647;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dab647;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dab647;
}
.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: #dab647;
  border-bottom-color: #dab647;
}
.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: #dab647 !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: #dab647 !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='%23dab647' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 660px;
  }
}
@media (max-width: 639px) {
  .container {
    max-width: 500px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
  padding: 12px 35px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.5px;
  border-radius: 10px;
  box-shadow: none !important;
  border: none !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-black-outline {
  color: #2b2b2b !important;
  border: 2px solid #cecec1 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
  border: 2px solid #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content !important;
  }
}
b {
  font-weight: 600 !important;
}
.cid-t8Pd6ltnkS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-t8Pd6ltnkS nav.navbar {
  position: fixed;
}
.cid-t8Pd6ltnkS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8Pd6ltnkS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8Pd6ltnkS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8Pd6ltnkS .dropdown-item:hover,
.cid-t8Pd6ltnkS .dropdown-item:focus {
  background: #dab647 !important;
  color: #1d191f !important;
}
.cid-t8Pd6ltnkS .dropdown-item:hover span {
  color: white;
}
.cid-t8Pd6ltnkS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8Pd6ltnkS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8Pd6ltnkS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8Pd6ltnkS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8Pd6ltnkS .nav-link {
  position: relative;
}
.cid-t8Pd6ltnkS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8Pd6ltnkS .container {
    flex-wrap: nowrap;
  }
}
.cid-t8Pd6ltnkS .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8Pd6ltnkS .dropdown-menu,
.cid-t8Pd6ltnkS .navbar.opened {
  background: #fafaf6 !important;
}
.cid-t8Pd6ltnkS .nav-item:focus,
.cid-t8Pd6ltnkS .nav-link:focus {
  outline: none;
}
.cid-t8Pd6ltnkS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8Pd6ltnkS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8Pd6ltnkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8Pd6ltnkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8Pd6ltnkS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8Pd6ltnkS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8Pd6ltnkS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-t8Pd6ltnkS .navbar.opened {
  transition: all 0.3s;
}
.cid-t8Pd6ltnkS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8Pd6ltnkS .navbar .navbar-logo img {
  width: auto;
}
.cid-t8Pd6ltnkS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8Pd6ltnkS .navbar.collapsed {
  justify-content: center;
}
.cid-t8Pd6ltnkS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8Pd6ltnkS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8Pd6ltnkS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t8Pd6ltnkS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8Pd6ltnkS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8Pd6ltnkS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8Pd6ltnkS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8Pd6ltnkS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8Pd6ltnkS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8Pd6ltnkS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8Pd6ltnkS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8Pd6ltnkS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8Pd6ltnkS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8Pd6ltnkS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8Pd6ltnkS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8Pd6ltnkS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8Pd6ltnkS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8Pd6ltnkS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t8Pd6ltnkS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8Pd6ltnkS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8Pd6ltnkS .navbar.navbar-short {
  min-height: 70px;
}
.cid-t8Pd6ltnkS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8Pd6ltnkS .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t8Pd6ltnkS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-t8Pd6ltnkS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8Pd6ltnkS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8Pd6ltnkS .dropdown-item.active,
.cid-t8Pd6ltnkS .dropdown-item:active {
  background-color: transparent;
}
.cid-t8Pd6ltnkS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8Pd6ltnkS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8Pd6ltnkS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8Pd6ltnkS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-t8Pd6ltnkS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8Pd6ltnkS .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-t8Pd6ltnkS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8Pd6ltnkS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8Pd6ltnkS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8Pd6ltnkS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8Pd6ltnkS button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #dab647;
  transition: all 0.2s;
}
.cid-t8Pd6ltnkS .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-t8Pd6ltnkS .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8Pd6ltnkS .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8Pd6ltnkS .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8Pd6ltnkS .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8Pd6ltnkS .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-t8Pd6ltnkS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8Pd6ltnkS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8Pd6ltnkS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8Pd6ltnkS .navbar {
    height: 70px;
  }
  .cid-t8Pd6ltnkS .navbar.opened {
    height: auto;
  }
  .cid-t8Pd6ltnkS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8Pd6ltnkS .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-t8Pd6ltnkS .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-t8Pd6ltnkS .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-t8Pd6ltnkS .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-t8Pd6ltnkS .navbar-nav-main .nav-item .nav-link:hover {
  color: #dab647 !important;
}
.cid-t8Pd6ltnkS .navbar-nav-right {
  justify-content: flex-end;
}
.cid-t8Pd6ltnkS .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-t8Pd6ltnkS .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-t8Pd6ltnkS .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-t8Pd6ltnkS .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-t8Pd6ltnkS {
    min-height: 0;
    height: 0;
  }
  .cid-t8Pd6ltnkS .navbar,
  .cid-t8Pd6ltnkS .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-t8Pd6ltnkS .container,
  .cid-t8Pd6ltnkS .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-t8Pd6ltnkS .navbar-brand-main {
    display: none !important;
  }
  .cid-t8Pd6ltnkS .navbar-nav-main {
    display: none !important;
  }
  .cid-t8Pd6ltnkS .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-t8Pd6ltnkS .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-t8Pd6ltnkS .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-t8Pd6ltnkS .sidbar-nav .nav-item .nav-link:hover {
    color: #dab647 !important;
  }
  .cid-t8Pd6ltnkS .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-t8Pd6ltnkS .mbr-section-btn {
    margin-top: auto;
  }
  .cid-t8Pd6ltnkS .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-t8Pd6ltnkS .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-t8Pd6ltnkS .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-t8Pd6ltnkS .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-t8Pd7peBUI {
  overflow: hidden;
}
.cid-t8Pd7peBUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8Pd7peBUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t8Pd7peBUI .container,
.cid-t8Pd7peBUI .container-fluid {
  position: relative;
}
.cid-t8Pd7peBUI .row {
  justify-content: left;
}
.cid-t8Pd7peBUI .col-content {
  position: relative;
  z-index: 10;
}
.cid-t8Pd7peBUI .mbr-section-title {
  color: #dfdfd8;
}
.cid-t8Pd7peBUI .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-t8Pd7peBUI .mbr-text {
  color: #2B2B2B;
}
.cid-t8Pd7peBUI .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-t8Pd7peBUI .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-t8Pd7peBUI .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-t8Pd7peBUI .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-t8Pd7peBUI .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-t8Pd7peBUI .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-t8Pd7peBUI .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uk7pQYziRk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uk7pQYziRk .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uk7pQYziRk .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uk7pQYziRk .card .wrapper {
  overflow: hidden;
}
.cid-uk7pQYziRk .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-uk7pQYziRk .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #dab647;
  background: linear-gradient(#dab647 0%, #dab647 69%, #dab647 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uk7pQYziRk .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-uk7pQYziRk .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uk7pQYziRk .card .wrapper .mbr-text {
  color: #77bbdf;
  font-weight: 300;
}
.cid-uk7pQYziRk .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-uk7pQYziRk .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-uk7pQYziRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7pQYziRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7pQYziRk .card .wrapper .mbr-text {
  color: #000000;
}
.cid-uk7r4WNysU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1300.jpg");
}
.cid-uk7r4WNysU .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-uk7r4WNysU .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-uk7r4WNysU .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-uk7r4WNysU .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uk7r4WNysU .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #dab647;
  background: linear-gradient(#dab647 0%, #dab647 69%, #dab647 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uk7r4WNysU .mbr-text,
.cid-uk7r4WNysU .mbr-section-btn {
  color: #ffffff;
}
.cid-uk7r4WNysU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk7r4WNysU .card .card-wrapper {
  text-align: center;
}
.cid-uk7r4WNysU .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #dab647;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-uk7r4WNysU .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-uk7r4WNysU .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-uk7r4WNysU .buttons-wrap {
  text-align: center;
}
.cid-uk7r4WNysU .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-uk7r4WNysU .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-uk7r4WNysU .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-uk7r4WNysU .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-uk7r4WNysU .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-uk7r4WNysU .buttons-wrap .or {
    display: none;
  }
}
.cid-uk7r4WNysU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7r4WNysU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7t6ahNt8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uk7t6ahNt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7t6ahNt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7t6ahNt8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uk7t6ahNt8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uk7t6ahNt8 .container {
    padding: 0 30px;
  }
}
.cid-uk7t6ahNt8 .row {
  justify-content: center;
}
.cid-uk7t6ahNt8 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uk7t6ahNt8 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uk7t6ahNt8 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uk7t6ahNt8 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uk7t6ahNt8 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uk7t6ahNt8 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uk7t6ahNt8 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uk7t6ahNt8 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uk7t6ahNt8 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uk7t6ahNt8 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uk7t6ahNt8 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uk7t6ahNt8 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uk7t6ahNt8 .mbr-desc {
  color: #22654E;
}
.cid-uk7r5Mjwwj {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-uk7r5Mjwwj .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uk7r5Mjwwj .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-uk7r5Mjwwj .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #dab647;
  background: linear-gradient(#dab647 0%, #dab647 69%, #dab647 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uk7r5Mjwwj .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk7r5Mjwwj .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uk7r5Mjwwj .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-uk7r5Mjwwj .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-uk7r5Mjwwj .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-uk7r5Mjwwj .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-uk7r5Mjwwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7r5Mjwwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7tWanhyT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uk7tWanhyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7tWanhyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7tWanhyT .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uk7tWanhyT .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-uk7tWanhyT .container {
    max-width: 1400px;
  }
}
.cid-uk7tWanhyT .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-uk7tWanhyT .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-uk7tWanhyT .row {
  justify-content: center;
}
.cid-uk7tWanhyT .card-title,
.cid-uk7tWanhyT .iconfont-wrapper,
.cid-uk7tWanhyT .dot {
  color: #000000;
}
.cid-t8Pd8pLmAE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a2a2a;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-t8Pd8pLmAE .mbr-text {
  color: #efefec;
}
