body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #3e5172 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3e5172 !important;
  border-color: #3e5172 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #232e40 !important;
  border-color: #232e40 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #232e40 !important;
  border-color: #232e40 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1a2230;
  color: #1a2230;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3e5172;
  border-color: #3e5172;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e5172 !important;
  border-color: #3e5172 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #3e5172 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1a2230 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3e5172;
  border-color: #3e5172;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3e5172;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7990b6;
}
.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: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #3e5172;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #3e5172 !important;
  -webkit-box-shadow: 0 6px 16px 0 #3e5172 !important;
  background-color: #3e5172 !important;
  border-color: #3e5172 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3e5172;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3e5172;
  border-bottom-color: #3e5172;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3e5172 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !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%;
}
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='%233e5172' %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;
}
.cid-smcZlh3gNv .modal-body .close {
  background: #1b1b1b;
}
.cid-smcZlh3gNv .modal-body .close span {
  font-style: normal;
}
.cid-smcZlh3gNv .carousel-inner > .active,
.cid-smcZlh3gNv .carousel-inner > .next,
.cid-smcZlh3gNv .carousel-inner > .prev {
  display: table;
}
.cid-smcZlh3gNv .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-smcZlh3gNv .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-smcZlh3gNv .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-smcZlh3gNv .carousel-control,
.cid-smcZlh3gNv .carousel-indicators li {
  background-color: #3e5172 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-smcZlh3gNv .carousel-control:hover,
.cid-smcZlh3gNv .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-smcZlh3gNv .carousel-control .active,
.cid-smcZlh3gNv .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-smcZlh3gNv .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-smcZlh3gNv .carousel-control .icon-next,
.cid-smcZlh3gNv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-smcZlh3gNv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-smcZlh3gNv .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-smcZlh3gNv .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-smcZlh3gNv .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-smcZlh3gNv .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-smcZlh3gNv .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smcZlh3gNv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-smcZlh3gNv .boxed-slider > div {
  position: relative;
}
.cid-smcZlh3gNv .container img {
  width: 100%;
}
.cid-smcZlh3gNv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-smcZlh3gNv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-smcZlh3gNv .mbr-table-cell {
  padding: 0;
}
.cid-smcZlh3gNv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-smcZlh3gNv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-smcZlh3gNv .mbr-overlay {
  z-index: 1;
}
.cid-smcZlh3gNv .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-smcZlh3gNv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-smcZlh3gNv .carousel-item .container {
    width: 100%;
  }
}
.cid-smcZlh3gNv .carousel-item-next.carousel-item-left,
.cid-smcZlh3gNv .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-smcZlh3gNv .active.carousel-item-right,
.cid-smcZlh3gNv .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-smcZlh3gNv .active.carousel-item-left,
.cid-smcZlh3gNv .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-smcZlh3gNv .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-smcZlh3gNv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smcZlh3gNv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smcZlh3gNv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-smcZlh3gNv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smcZlh3gNv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-smcZlh3gNv .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-smcZlh3gNv .mbr-slider .carousel-indicators li.active,
.cid-smcZlh3gNv .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-smcZlh3gNv .mbr-slider .carousel-indicators li::after,
.cid-smcZlh3gNv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-smcZlh3gNv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-smcZlh3gNv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-smcZlh3gNv .mbr-slider > .container img {
  width: 100%;
}
.cid-smcZlh3gNv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-smcZlh3gNv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-smcZlh3gNv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smcZlh3gNv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-smcZlh3gNv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-smcZlh3gNv .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-smcZlh3gNv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-smcZlh3gNv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-smcZlh3gNv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-smcZlh3gNv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-smcZlh3gNv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-smcZlh3gNv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-smcZlh3gNv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-smcZlh3gNv P {
  text-align: center;
}
.cid-smcZlh3gNv H2 {
  text-align: center;
}
.cid-smd9xm8Uqh .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-smd9xm8Uqh .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-smd9xm8Uqh .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-smd9xm8Uqh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smd9xm8Uqh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-smd9xm8Uqh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-smd9xm8Uqh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-smd9xm8Uqh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-smd9xm8Uqh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-smd9xm8Uqh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-smd9xm8Uqh a {
  font-style: normal;
}
.cid-smd9xm8Uqh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-smd9xm8Uqh .dropdown-item:after {
  display: none;
}
.cid-smd9xm8Uqh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smd9xm8Uqh .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-smd9xm8Uqh .content-text {
  margin-bottom: 0;
}
.cid-smd9xm8Uqh .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-smd9xm8Uqh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3e5172;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-smd9xm8Uqh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-smd9xm8Uqh .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-smd9xm8Uqh .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-smd9xm8Uqh .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-smd9xm8Uqh .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-smd9xm8Uqh .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smd9xm8Uqh .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smd9xm8Uqh .nav-dropdown .link {
  font-weight: 400;
}
.cid-smd9xm8Uqh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-smd9xm8Uqh .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-smd9xm8Uqh .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-smd9xm8Uqh .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-smd9xm8Uqh .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-smd9xm8Uqh .menu-content-top.show {
  display: block;
}
.cid-smd9xm8Uqh .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-smd9xm8Uqh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-smd9xm8Uqh .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-smd9xm8Uqh .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-smd9xm8Uqh .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-smd9xm8Uqh .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-smd9xm8Uqh img {
    height: 3.8rem !important;
  }
  .cid-smd9xm8Uqh .btn {
    display: flex;
  }
  .cid-smd9xm8Uqh button.navbar-toggler {
    display: block;
  }
  .cid-smd9xm8Uqh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-smd9xm8Uqh .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-smd9xm8Uqh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-smd9xm8Uqh .navbar-collapse.collapsing,
  .cid-smd9xm8Uqh .navbar-collapse.show {
    display: block !important;
  }
  .cid-smd9xm8Uqh .navbar-collapse.collapsing .navbar-nav,
  .cid-smd9xm8Uqh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-smd9xm8Uqh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-smd9xm8Uqh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-smd9xm8Uqh .navbar-collapse.collapsing .navbar-buttons,
  .cid-smd9xm8Uqh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-smd9xm8Uqh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-smd9xm8Uqh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-smd9xm8Uqh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-smd9xm8Uqh .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-smd9xm8Uqh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-smd9xm8Uqh .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-smd9xm8Uqh .navbar .menu-content-top {
    display: block;
  }
  .cid-smd9xm8Uqh .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-smd9xm8Uqh .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-smd9xm8Uqh .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-smd9xm8Uqh .menu-bottom {
    display: flex;
  }
  .cid-smd9xm8Uqh .navbar {
    display: block;
    padding: 0;
  }
  .cid-smd9xm8Uqh .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-smd9xm8Uqh .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-smd9xm8Uqh .navbar-toggler {
    display: none;
  }
}
.cid-smd9xm8Uqh .navbar-short .menu-content-top {
  border: none;
}
.cid-smd9xm8Uqh .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smd9xm8Uqh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-smd9xm8Uqh .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-smd9xm8Uqh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-smd9xm8Uqh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-smd9xm8Uqh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-smd9xm8Uqh .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-smd9xm8Uqh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-smd9xm8Uqh .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smd9xm8Uqh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-smd9xm8Uqh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smd9xm8Uqh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smd9xm8Uqh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smd9xm8Uqh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-smd9xm8Uqh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smd9xm8Uqh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-smd9xm8Uqh .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-smd9xm8Uqh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-smd9xm8Uqh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-smd9xm8Uqh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-smd9xm8Uqh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-smd9xm8Uqh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-smd9xm8Uqh button.navbar-toggler:focus {
  outline: none;
}
.cid-smd9xm8Uqh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3e5172;
}
.cid-smd9xm8Uqh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smd9xm8Uqh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smd9xm8Uqh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smd9xm8Uqh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smd9xm8Uqh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smd9xm8Uqh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smd9xm8Uqh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smd9xm8Uqh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smd9xm8Uqh .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smd9xm8Uqh .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smd9xm8Uqh .collapsed .menu-logo {
  margin-right: 0;
}
.cid-smd9xm8Uqh .collapsed .btn {
  display: flex;
}
.cid-smd9xm8Uqh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-smd9xm8Uqh .collapsed .navbar-collapse.collapsing,
.cid-smd9xm8Uqh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-smd9xm8Uqh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-smd9xm8Uqh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-smd9xm8Uqh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-smd9xm8Uqh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-smd9xm8Uqh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-smd9xm8Uqh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-smd9xm8Uqh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-smd9xm8Uqh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-smd9xm8Uqh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.5rem  - 1rem);
  }
  .cid-smd9xm8Uqh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-smd9xm8Uqh .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smd9xm8Uqh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-smd9xm8Uqh .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smd9xm8Uqh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-smd9xm8Uqh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-smd9xm8Uqh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-smd9xm8Uqh .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-smd9xm8Uqh .collapsed .dropdown-item:before {
  display: none;
}
.cid-smd9xm8Uqh .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-smd9xm8Uqh .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-smd9xm8Uqh .nav-link:focus {
  outline: none;
}
.cid-smd9xm8Uqh .navbar-toggler {
  position: relative;
}
.cid-smd9xm8Uqh .dropdown-item.active,
.cid-smd9xm8Uqh .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-smd9xm8Uqh .nav-link:hover,
.cid-smd9xm8Uqh .dropdown-item:hover {
  color: #3e5172;
}
.cid-smdhb0E2tF {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
  position: relative;
  overflow: hidden;
}
.cid-smdhb0E2tF svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-smdhb0E2tF #e1_ellipse {
  fill: #b1a374 !important;
}
.cid-smdhb0E2tF img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-smdhb0E2tF img {
    width: 100%;
    left: 0;
  }
}
.cid-smdhb0E2tF H1 {
  color: #ffffff;
}
.cid-smdhb0E2tF .mbr-text,
.cid-smdhb0E2tF .mbr-section-btn {
  color: #ffffff;
}
.cid-smdh2EVwHE {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpeg");
}
.cid-smdh2EVwHE H1 {
  color: #232323;
}
.cid-smdh2EVwHE .mbr-text,
.cid-smdh2EVwHE .mbr-section-btn {
  color: #767676;
}
.cid-smdh2EVwHE .img-box {
  position: relative;
}
.cid-smdh2EVwHE .card-ico span {
  font-size: 96px;
  color: #3e5172;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-smdh2EVwHE .card-ico .ico1 {
  background-color: #3e5172;
}
.cid-smdh2EVwHE .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-smdh2EVwHE .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-smdh2EVwHE img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-smdh2EVwHE .author-box {
    justify-content: center;
  }
  .cid-smdh2EVwHE .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-smdh2EVwHE .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-smdh2EVwHE .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-smdh2EVwHE .card-ico span {
    margin-right: 0rem;
  }
}
.cid-smdh2EVwHE .author-box {
  display: flex;
  flex-direction: row;
}
.cid-smdh2EVwHE .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-smdh2EVwHE .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-smdh2EVwHE h3,
.cid-smdh2EVwHE h4 {
  margin: 0;
  padding: 0;
}
.cid-smdh2EVwHE .card-title,
.cid-smdh2EVwHE .mbr-section-subtitle {
  color: #232323;
}
.cid-smdh2EVwHE .mbr-text {
  color: #000000;
}
.cid-smdpqnU1OX {
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-smdpqnU1OX .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-smdpqnU1OX .text-content .btn-bgr {
  z-index: 0;
}
.cid-smdpqnU1OX .mbr-overlay {
  background: linear-gradient(#ffffff -10%, #ffffff 75%);
}
.cid-smdpqnU1OX .container-full-width {
  position: relative;
}
.cid-smdpqnU1OX .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-smdpqnU1OX .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-smdpqnU1OX .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-smdpqnU1OX .text-content {
    width: 540px;
  }
  .cid-smdpqnU1OX .column-content {
    width: 100%;
  }
  .cid-smdpqnU1OX .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-smdpqnU1OX .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-smdpqnU1OX .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-smdpqnU1OX .column-content {
    width: 50%;
  }
  .cid-smdpqnU1OX .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-smdpqnU1OX .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smdpqnU1OX .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-smdpqnU1OX .column-content {
    height: 33rem;
  }
}
.cid-smdpqnU1OX .mbr-text,
.cid-smdpqnU1OX .mbr-section-btn {
  color: #000000;
}
.cid-smdpqnU1OX H1 {
  color: #3e5172;
}
.cid-smdntbUO5X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-smdntbUO5X .container-fluid {
  padding: 0 3rem;
}
.cid-smdntbUO5X .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-smdntbUO5X .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #3e5172;
}
.cid-smdntbUO5X .table-wrap:hover .table-pricing,
.cid-smdntbUO5X .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-smdntbUO5X .table-wrap:hover .table-heading,
.cid-smdntbUO5X .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-smdntbUO5X .section-heading {
  margin-bottom: 2rem;
}
.cid-smdntbUO5X .table-heading {
  margin-bottom: 2em;
}
.cid-smdntbUO5X .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-smdntbUO5X .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #3e5172, #5580ff);
  display: inline-block;
}
.cid-smdntbUO5X ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-smdntbUO5X ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-smdntbUO5X ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-smdntbUO5X hr {
  display: none;
  background: #efefef;
}
.cid-smdntbUO5X hr {
  display: block;
}
.cid-smdntbUO5X .table-heading,
.cid-smdntbUO5X .table-pricing,
.cid-smdntbUO5X .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-smdntbUO5X .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-smdntbUO5X .mbr-section-btn {
  padding-top: 1rem;
}
.cid-smdntbUO5X .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-smdntbUO5X .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-smdntbUO5X .container-fluid {
    padding: 0 0rem;
  }
}
.cid-smdntbUO5X .mbr-section-title,
.cid-smdntbUO5X .underline {
  color: #3e5172;
}
.cid-smdntbUO5X .mbr-section-subtitle,
.cid-smdntbUO5X .mbr-section-btn {
  color: #000000;
}
.cid-smdrFSwQuw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-smdrFSwQuw .container-fluid {
  padding: 0 3rem;
}
.cid-smdrFSwQuw .mbr-section-subtitle {
  color: #767676;
}
.cid-smdrFSwQuw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-smdrFSwQuw .table-wrapper {
  margin: 0 auto;
}
.cid-smdrFSwQuw table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-smdrFSwQuw table thead tr {
  border: none !important;
}
.cid-smdrFSwQuw table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-smdrFSwQuw table tr td {
  border-color: #c1c1c1;
}
.cid-smdrFSwQuw table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-smdrFSwQuw tr:hover {
  background-color: #e4d295 !important;
}
.cid-smdrFSwQuw th:after,
.cid-smdrFSwQuw th:before {
  display: none !important;
}
.cid-smdrFSwQuw .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-smdrFSwQuw .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-smdrFSwQuw table th,
  .cid-smdrFSwQuw table td {
    padding: .75rem;
  }
}
.cid-smdrFSwQuw .body-item {
  text-align: left;
  color: #3e5172;
}
.cid-smdrFSwQuw .mbr-text {
  color: #767676;
}
.cid-smdrFSwQuw .head-item {
  color: #3e5172;
  text-align: left;
}
.cid-smduuNMHow {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-smduuNMHow .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-smduuNMHow #e1_circle,
.cid-smduuNMHow #e3_circle,
.cid-smduuNMHow #e4_circle,
.cid-smduuNMHow #e5_circle {
  fill: #b1a374 !important;
}
.cid-smduuNMHow #e6_circle {
  fill: #3e5172 !important;
}
.cid-smduuNMHow .mbr-text {
  color: #716c80;
}
.cid-smduuNMHow h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-smduuNMHow .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-smduuNMHow .card-img .img1 {
  background-color: #3e5172;
}
.cid-smduuNMHow .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-smduuNMHow .round {
  border-radius: 100%;
  position: absolute;
  background-color: #b1a374;
  animation: orbit 4s linear infinite;
}
.cid-smduuNMHow .rev {
  animation: rev 4s linear infinite;
}
.cid-smduuNMHow .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-smduuNMHow .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-smduuNMHow .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-smduuNMHow .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-smduuNMHow .card-title,
.cid-smduuNMHow .card-img {
  color: #57468b;
}
.cid-smduuNMHow img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-smduuNMHow svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-smduuNMHow img {
    margin-top: 1rem;
  }
  .cid-smduuNMHow svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-smduuNMHow .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-smduuNMHow svg {
    bottom: -3rem !important;
  }
  .cid-smduuNMHow .round1 {
    display: none;
  }
}
.cid-smduuNMHow .title {
  line-height: 1.3;
  color: #3e5172;
}
.cid-smduuNMHow .card-img {
  width: auto;
}
.cid-smduuNMHow .card-title {
  color: #3e5172;
}
.cid-smdx2JefRf {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x828.jpg");
  overflow: hidden;
}
.cid-smdx2JefRf svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-smdx2JefRf #e2_shape {
  fill: #ffffff !important;
}
.cid-smdx2JefRf img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-smdx2JefRf img {
    width: 90%!important;
  }
}
.cid-smdx2JefRf H1 {
  color: #ffffff;
}
.cid-smdCNCUBUL {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smdCNCUBUL H1 {
  color: #3e5172;
}
.cid-smdCNCUBUL .mbr-text,
.cid-smdCNCUBUL .mbr-section-btn {
  color: #716c80;
}
.cid-smdCNCUBUL H3 {
  color: #716c80;
}
.cid-smdBE3wB7r {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-smdBE3wB7r H1 {
  color: #57468b;
}
.cid-smdBE3wB7r .mbr-text,
.cid-smdBE3wB7r .mbr-section-btn {
  color: #716c80;
}
.cid-smdBE3wB7r H3 {
  color: #716c80;
}
.cid-smdBE3wB7r .row {
  justify-content: space-between;
}
.cid-smdBE3wB7r .col-lg-6 {
  max-width: 500px;
}
.cid-smdBE3wB7r .text2,
.cid-smdBE3wB7r .btn2 {
  text-align: left;
  color: #ffffff;
}
.cid-smdBE3wB7r .title2 {
  text-align: left;
  color: #ffffff;
}
.cid-smdBE3wB7r .text1,
.cid-smdBE3wB7r .btn1 {
  color: #ffffff;
}
.cid-smdBE3wB7r .title1 {
  color: #ffffff;
}
.cid-smdC6bGRFG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-smdC6bGRFG H1 {
  color: #ffffff;
}
.cid-smdC6bGRFG .mbr-text,
.cid-smdC6bGRFG .mbr-section-btn {
  color: #ffffff;
}
.cid-smdC6bGRFG H3 {
  color: #716c80;
}
