body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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: #b18281 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #2c1616 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #b18281 !important;
  border-color: #b18281 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b18281 !important;
  border-color: #b18281 !important;
}
.btn-primary:before {
  background-color: #8e5958 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8e5958 !important;
  border-color: #8e5958 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #2c1616 !important;
  border-color: #2c1616 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #2c1616 !important;
  border-color: #2c1616 !important;
}
.btn-warning:before {
  background-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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,
.btn-primary-outline.active {
  background: none;
  border-color: #7e4f4e;
  color: #7e4f4e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #b18281;
}
.btn-primary-outline:before {
  background-color: #b18281;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b18281 !important;
  border-color: #b18281 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #2c1616;
}
.btn-warning-outline:before {
  background-color: #2c1616;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2c1616 !important;
  border-color: #2c1616 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
  border-radius: 100px;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #b18281;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #b18281 !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #2c1616 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7e4f4e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #7237a2;
}
.alert-warning {
  background-color: #2c1616;
}
.alert-danger {
  background-color: #efefef;
}
.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: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b18281;
  border-color: #b18281;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b18281;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2d0d0;
}
.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: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e2c5c5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #b18281;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #b18281;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #b18281;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b18281;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b18281;
  border-bottom-color: #b18281;
}
.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: #b18281 !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: #f27d7a !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='%23b18281' %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-sp89VI33Ej .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f9eded;
  background: none;
}
.cid-sp89VI33Ej .navbar.opened {
  transition: all 0.3s;
  background: #f9eded !important;
}
.cid-sp89VI33Ej .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sp89VI33Ej .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #0a0505;
  background: #2c1616 !important;
}
.cid-sp89VI33Ej .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sp89VI33Ej .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sp89VI33Ej .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sp89VI33Ej .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sp89VI33Ej .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #b18281;
}
.cid-sp89VI33Ej .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sp89VI33Ej .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sp89VI33Ej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sp89VI33Ej .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-sp89VI33Ej .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sp89VI33Ej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sp89VI33Ej .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sp89VI33Ej .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sp89VI33Ej .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-sp89VI33Ej .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sp89VI33Ej .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sp89VI33Ej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-sp89VI33Ej .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sp89VI33Ej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp89VI33Ej .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sp89VI33Ej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp89VI33Ej .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp89VI33Ej .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sp89VI33Ej .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-sp89VI33Ej .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sp89VI33Ej .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sp89VI33Ej .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp89VI33Ej .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sp89VI33Ej .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sp89VI33Ej .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sp89VI33Ej .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sp89VI33Ej .navbar.navbar-short {
  background: #f9eded !important;
  min-height: 60px;
}
.cid-sp89VI33Ej .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sp89VI33Ej .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sp89VI33Ej .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sp89VI33Ej .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sp89VI33Ej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sp89VI33Ej .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sp89VI33Ej .dropdown-item.active,
.cid-sp89VI33Ej .dropdown-item:active {
  background-color: transparent;
}
.cid-sp89VI33Ej .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sp89VI33Ej .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sp89VI33Ej .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sp89VI33Ej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9eded;
}
.cid-sp89VI33Ej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sp89VI33Ej .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sp89VI33Ej ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sp89VI33Ej .navbar-buttons {
  text-align: center;
}
.cid-sp89VI33Ej button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sp89VI33Ej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #951d19;
}
.cid-sp89VI33Ej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sp89VI33Ej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sp89VI33Ej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sp89VI33Ej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sp89VI33Ej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sp89VI33Ej nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sp89VI33Ej nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sp89VI33Ej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sp89VI33Ej .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sp89VI33Ej a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sp89VI33Ej .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sp89VI33Ej .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-sp89VI33Ej .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sp89VI33Ej .nav-link:hover,
.cid-sp89VI33Ej .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t6TzS1QrdY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f5d7;
}
.cid-t6TzS1QrdY .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-t6TzS1QrdY .modal-body .close {
  background: #1b1b1b;
}
.cid-t6TzS1QrdY .modal-body .close span {
  font-style: normal;
}
.cid-t6TzS1QrdY .carousel-inner > .active,
.cid-t6TzS1QrdY .carousel-inner > .next,
.cid-t6TzS1QrdY .carousel-inner > .prev {
  display: flex;
}
.cid-t6TzS1QrdY .carousel-control .icon-next,
.cid-t6TzS1QrdY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t6TzS1QrdY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6TzS1QrdY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6TzS1QrdY .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-t6TzS1QrdY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t6TzS1QrdY .boxed-slider > div {
  position: relative;
}
.cid-t6TzS1QrdY .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-t6TzS1QrdY .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-t6TzS1QrdY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t6TzS1QrdY .mbr-table-cell {
  padding: 0;
}
.cid-t6TzS1QrdY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6TzS1QrdY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t6TzS1QrdY .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-t6TzS1QrdY .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-t6TzS1QrdY .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-t6TzS1QrdY .carousel-item .container {
    width: 100%;
  }
}
.cid-t6TzS1QrdY .carousel-item-next.carousel-item-left,
.cid-t6TzS1QrdY .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t6TzS1QrdY .active.carousel-item-right,
.cid-t6TzS1QrdY .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-t6TzS1QrdY .active.carousel-item-left,
.cid-t6TzS1QrdY .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-t6TzS1QrdY .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-t6TzS1QrdY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6TzS1QrdY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6TzS1QrdY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-t6TzS1QrdY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6TzS1QrdY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6TzS1QrdY .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t6TzS1QrdY .mbr-slider .carousel-indicators li.active,
.cid-t6TzS1QrdY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t6TzS1QrdY .mbr-slider .carousel-indicators li::after,
.cid-t6TzS1QrdY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t6TzS1QrdY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t6TzS1QrdY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t6TzS1QrdY .mbr-slider > .container img {
  width: 100%;
}
.cid-t6TzS1QrdY .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-t6TzS1QrdY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t6TzS1QrdY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6TzS1QrdY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t6TzS1QrdY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t6TzS1QrdY .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-t6TzS1QrdY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t6TzS1QrdY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t6TzS1QrdY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t6TzS1QrdY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t6TzS1QrdY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t6TzS1QrdY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t6TzS1QrdY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t6TzS1QrdY .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-t6TzS1QrdY .carousel-inner {
  height: 100%;
}
.cid-t6TzS1QrdY .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-t6TzS1QrdY .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 610px;
  overflow: hidden;
}
.cid-t6TzS1QrdY .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-t6TzS1QrdY .content-slider-wrap {
  width: 100%;
}
.cid-t6TzS1QrdY H2 {
  color: #1a032d;
}
.cid-t6TJUAFeTZ {
  background: #f9eded;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-t6TJUAFeTZ .image-block {
  margin: auto;
}
.cid-t6TJUAFeTZ figcaption {
  position: relative;
}
.cid-t6TJUAFeTZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6TJUAFeTZ .image-block {
    width: 100% !important;
  }
}
.cid-sp8dj7ToAg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9eded;
}
.cid-sp8dj7ToAg h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sp8dj7ToAg .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sp8dj7ToAg .mbr-section-subtitle {
  color: #767676;
}
.cid-sp8dj7ToAg .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sp8dj7ToAg ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sp8dj7ToAg .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sp8dj7ToAg .progress1 path {
  stroke: #b18281;
}
.cid-sp8dj7ToAg .progress2 path {
  stroke: #f4cdcc;
}
.cid-sp8dj7ToAg .progress3 path {
  stroke: #f2f3ae;
}
.cid-sp8dj7ToAg .progress4 path {
  stroke: #55b4d4;
}
.cid-sp8dj7ToAg .card-text {
  color: #767676;
}
.cid-spq1wWdjkW {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-738x492.jpg");
}
.cid-spq1wWdjkW .media-content .btn-bgr {
  z-index: 0;
}
.cid-spq1wWdjkW .mbr-overlay {
  background: linear-gradient(90deg, #f9eded, #b18281);
}
.cid-spq1wWdjkW h3 {
  color: #000000;
  font-weight: 300;
}
.cid-spq1wWdjkW p {
  color: #464646;
}
.cid-spq1wWdjkW h2 {
  color: #000000;
}
.cid-spq1wWdjkW .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-spq1wWdjkW .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-spq1wWdjkW .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-spq1wWdjkW .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-spq1wWdjkW .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-spq1wWdjkW .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-spq1wWdjkW .mbr-text {
    text-align: center;
  }
}
.cid-t6TD4BjehR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpeg");
}
.cid-t6TD4BjehR .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t6TD4BjehR .wrap-block {
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-t6TD4BjehR .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-t6TD4BjehR .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-t6TD4BjehR .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-t6TD4BjehR .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-t6TD4BjehR .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-t6TD4BjehR .info-widget {
  padding: 0.5rem 3rem 1.875rem 2rem;
  display: flex;
}
.cid-t6TD4BjehR .info-widget:nth-child(odd) {
  padding: 0.5rem 3rem 1.875rem 0rem;
}
.cid-t6TD4BjehR .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 16px;
  background-color: #ffffff;
  font-size: 1.5rem;
  color: #4f87fb;
  margin-right: 15px;
  font-weight: bold;
}
.cid-t6TD4BjehR .info-widget .widget-content {
  display: inline-block;
  text-align: left;
  align-self: center;
}
.cid-t6TD4BjehR .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  line-height: 1.5;
  font-weight: 700;
  color: #130947;
}
.cid-t6TD4BjehR .menu-content-right {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t6TD4BjehR .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0rem !important;
  padding: 12px 40px;
  margin-right: 1rem !important;
}
.cid-t6TD4BjehR .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .cid-t6TD4BjehR .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t6TD4BjehR .mbr-section-title,
  .cid-t6TD4BjehR .mbr-section-subtitle,
  .cid-t6TD4BjehR .mbr-text {
    text-align: left !important;
  }
  .cid-t6TD4BjehR .social-list {
    text-align: center !important;
  }
  .cid-t6TD4BjehR .info-widget {
    padding: 0.5rem 3rem 1.875rem 0.5rem !important;
  }
}
.cid-t6TD4BjehR .info-widget .widget-content .widget-title,
.cid-t6TD4BjehR .widget-icon {
  color: #2c1616;
}
.cid-t6TD4BjehR .wrap-block .contents .mbr-section-title,
.cid-t6TD4BjehR .mbr-section-btn {
  color: #2c1616;
}
.cid-t6TD4BjehR .wrap-block .contents .mbr-section-text {
  color: #2c1616;
}
.cid-t87y7ugMA6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #b18281;
  background: linear-gradient(90deg, #b18281, #f9eded);
}
.cid-t87y7ugMA6 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-t87y7ugMA6 .plan-price {
  color: #b18281;
}
.cid-t87y7ugMA6 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-t87y7ugMA6 .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-t87y7ugMA6 .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-t87y7ugMA6 .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-t87y7ugMA6 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-t87y7ugMA6 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-t87y7ugMA6 .plan .list-group-item:last-child::after {
  display: none;
}
.cid-t87y7ugMA6 .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-t87y7ugMA6 .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-t87y7ugMA6 .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-t87y7ugMA6 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-t87yvvgz4I {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #b18281;
  background: linear-gradient(90deg, #b18281, #f9eded);
}
.cid-t87yvvgz4I .plan-body .btn-bgr {
  z-index: 0;
}
.cid-t87yvvgz4I .plan-price {
  color: #b18281;
}
.cid-t87yvvgz4I .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-t87yvvgz4I .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-t87yvvgz4I .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-t87yvvgz4I .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-t87yvvgz4I .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-t87yvvgz4I .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-t87yvvgz4I .plan .list-group-item:last-child::after {
  display: none;
}
.cid-t87yvvgz4I .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-t87yvvgz4I .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-t87yvvgz4I .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-t87yvvgz4I .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sp8dUeBHsf {
  padding-top: 80px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sp8dUeBHsf .container {
  margin-bottom: 15%;
}
.cid-sp8dUeBHsf .content-container .btn-bgr {
  z-index: 0;
}
.cid-sp8dUeBHsf .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f9eded;
}
.cid-sp8dUeBHsf .icon-block-top span {
  background-color: #b18281;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-sp8dUeBHsf .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-sp8dUeBHsf .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-sp8dUeBHsf .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-sp8dUeBHsf .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-sp8dUeBHsf .box-item-text,
.cid-sp8dUeBHsf .mbr-section-btn {
  color: #8d97ad;
}
.cid-sp8dUeBHsf .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sp8dUeBHsf .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sp8dUeBHsf .box-list li:last-child {
  border-bottom: none;
}
.cid-sp8dUeBHsf .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sp8dUeBHsf .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-sp8dUeBHsf .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sp8dUeBHsf .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sp8dUeBHsf .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-sp8dUeBHsf .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-sp8dUeBHsf .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-sp8dUeBHsf .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-sp8dUeBHsf .mbr-text {
  color: #efefef;
}
.cid-sp8dUeBHsf H1 {
  color: #ffffff;
}
.cid-sp8jknCitf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9eded;
}
.cid-sp8g7PGyuZ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9eded;
}
.cid-sp8g7PGyuZ .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sp8g7PGyuZ .mbr-section-title {
  margin: 0;
}
.cid-sp8g7PGyuZ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sp8g7PGyuZ .card-img span {
  color: #b18281;
}
.cid-sp8g7PGyuZ .row-item {
  margin-bottom: 2rem;
}
.cid-sp8g7PGyuZ .row-item:hover .wrapper {
  background: linear-gradient(90deg, #b18281, #f4cdcc);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sp8g7PGyuZ .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sp8g7PGyuZ .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sp8g7PGyuZ .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sp8jepY5Oy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sp8ksOKrmi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2-1920x1279.jpg");
}
.cid-sp8ksOKrmi .container-fluid {
  padding: 0 3rem;
}
.cid-sp8ksOKrmi .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #b18281 50%, #f27d7a 120%);
  display: inline-block;
}
.cid-sp8ksOKrmi .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sp8ksOKrmi .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sp8ksOKrmi .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sp8ksOKrmi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sp8ksOKrmi .card .card-header a.panel-title:hover .sign {
  background-color: #b18281 !important;
}
.cid-sp8ksOKrmi .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #b18281;
  padding: 2rem;
  padding-top: 26px;
  color: #ffffff;
}
.cid-sp8ksOKrmi .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sp8ksOKrmi .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-sp8ksOKrmi .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sp8ksOKrmi .container-fluid {
    padding: 0 1rem;
  }
  .cid-sp8ksOKrmi .header-text {
    padding: 1rem !important;
  }
  .cid-sp8ksOKrmi .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sp8ksOKrmi .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-sp8ksOKrmi .toggle-header,
.cid-sp8ksOKrmi .sign {
  color: #232323;
}
.cid-sp8m3mXZLH {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1459.jpg");
}
.cid-sp8m3mXZLH .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sp8m3mXZLH .mbr-text,
.cid-sp8m3mXZLH .mbr-section-btn {
  text-align: center;
  color: #130947;
}
.cid-sp8m3mXZLH H1 {
  text-align: center;
  color: #130947;
}
.cid-sp8mDKanOX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1317.jpg");
}
.cid-sp8mDKanOX .main,
.cid-sp8mDKanOX .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-sp8mDKanOX .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sp8mDKanOX .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sp8mDKanOX .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sp8mDKanOX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sp8mDKanOX .text-element {
  padding: 3rem 2rem;
}
.cid-sp8mDKanOX .mbr-iconfont {
  font-size: 3rem;
  color: #7237a2;
}
.cid-sp8mDKanOX .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sp8mDKanOX .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sp8mDKanOX .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sp8mDKanOX .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sp8mDKanOX .image-element,
  .cid-sp8mDKanOX .text-element {
    margin-bottom: 0;
  }
  .cid-sp8mDKanOX .main:first-child {
    padding-top: 0;
  }
}
.cid-sp8mDKanOX .mbr-section-subtitle,
.cid-sp8mDKanOX .card-text,
.cid-sp8mDKanOX .mbr-section-btn {
  color: #8d97ad;
}
.cid-sp8mDKanOX .card-text,
.cid-sp8mDKanOX .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sp8mDKanOX .mbr-section-subtitle {
  color: #767676;
}
.cid-sp8ns9vUnl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sp8pkSTaJR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sp8pkSTaJR .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sp8pkSTaJR .content {
    padding: 0 2rem;
  }
}
.cid-sp8pkSTaJR .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sp8pkSTaJR .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sp8pkSTaJR .mbr-iconfont {
  font-size: 3.5rem;
  color: #b18281 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sp8pkSTaJR .icon-title,
.cid-sp8pkSTaJR .mbr-iconfont {
  color: #2c1616;
}
.cid-sp8pkSTaJR .icons-wrap {
  display: flex;
}
.cid-sp8pkSTaJR .google-map {
  height: 100%;
  position: relative;
}
.cid-sp8pkSTaJR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sp8pkSTaJR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sp8pkSTaJR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sp8pkSTaJR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-sp8pkSTaJR .content {
    margin: auto;
  }
  .cid-sp8pkSTaJR .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-sp8pkSTaJR .icons-wrap {
    flex-direction: column;
  }
  .cid-sp8pkSTaJR .icon-wrap {
    margin-right: 0rem;
  }
  .cid-sp8pkSTaJR .google-map {
    height: 20rem;
  }
}
.cid-t87REQ171I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sp8nLePblU {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #866161;
}
@media (max-width: 767px) {
  .cid-sp8nLePblU .content {
    text-align: center;
  }
  .cid-sp8nLePblU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sp8nLePblU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sp8nLePblU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sp8nLePblU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sp8nLePblU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sp8nLePblU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sp8nLePblU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sp8nLePblU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sp8nLePblU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sp8nLePblU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sp8nLePblU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sp8nLePblU .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sp8nLePblU P {
  text-align: center;
  color: #ffffff;
}
.cid-sp8nLePblU .copyright > p {
  text-align: center;
}
.cid-sp8nLePblU H5 {
  color: #2c1616;
}
.cid-spq5SILeUs .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f9eded;
  background: none;
}
.cid-spq5SILeUs .navbar.opened {
  transition: all 0.3s;
  background: #f9eded !important;
}
.cid-spq5SILeUs .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-spq5SILeUs .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #0a0505;
  background: #2c1616 !important;
}
.cid-spq5SILeUs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spq5SILeUs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-spq5SILeUs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spq5SILeUs .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-spq5SILeUs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #b18281;
}
.cid-spq5SILeUs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-spq5SILeUs .navbar.collapsed {
  flex-direction: row !important;
}
.cid-spq5SILeUs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spq5SILeUs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-spq5SILeUs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-spq5SILeUs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spq5SILeUs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spq5SILeUs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spq5SILeUs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-spq5SILeUs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-spq5SILeUs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spq5SILeUs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-spq5SILeUs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-spq5SILeUs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spq5SILeUs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-spq5SILeUs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spq5SILeUs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spq5SILeUs .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spq5SILeUs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-spq5SILeUs .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-spq5SILeUs .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-spq5SILeUs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spq5SILeUs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-spq5SILeUs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-spq5SILeUs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spq5SILeUs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-spq5SILeUs .navbar.navbar-short {
  background: #f9eded !important;
  min-height: 60px;
}
.cid-spq5SILeUs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-spq5SILeUs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spq5SILeUs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spq5SILeUs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spq5SILeUs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spq5SILeUs .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spq5SILeUs .dropdown-item.active,
.cid-spq5SILeUs .dropdown-item:active {
  background-color: transparent;
}
.cid-spq5SILeUs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spq5SILeUs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spq5SILeUs .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spq5SILeUs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9eded;
}
.cid-spq5SILeUs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-spq5SILeUs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spq5SILeUs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-spq5SILeUs .navbar-buttons {
  text-align: center;
}
.cid-spq5SILeUs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spq5SILeUs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #951d19;
}
.cid-spq5SILeUs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spq5SILeUs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spq5SILeUs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spq5SILeUs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spq5SILeUs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spq5SILeUs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spq5SILeUs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spq5SILeUs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spq5SILeUs .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-spq5SILeUs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-spq5SILeUs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spq5SILeUs .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-spq5SILeUs .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-spq5SILeUs .nav-link:hover,
.cid-spq5SILeUs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spq6kv6Sfn {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-738x492.jpg");
}
.cid-spq6kv6Sfn .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-spq6kv6Sfn .mbr-overlay {
  background: linear-gradient(#ffffff -10%, #ffffff 75%);
}
.cid-spq6kv6Sfn H1 {
  color: #2c1616;
}
.cid-spq6kv6Sfn .mbr-text,
.cid-spq6kv6Sfn .mbr-section-btn {
  color: #2c1616;
}
.cid-t8Rx2KX6N9 {
  background-image: url("../../../assets/images/blog4.0-825x495.jpeg");
}
.cid-t8Rx2KX6N9 .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-t8Rx2KX6N9 .text-content .btn-bgr {
  z-index: 0;
}
.cid-t8Rx2KX6N9 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-t8Rx2KX6N9 .container-full-width {
  position: relative;
}
.cid-t8Rx2KX6N9 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-t8Rx2KX6N9 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-t8Rx2KX6N9 .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-t8Rx2KX6N9 .text-content {
    width: 540px;
  }
  .cid-t8Rx2KX6N9 .column-content {
    width: 100%;
  }
  .cid-t8Rx2KX6N9 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-t8Rx2KX6N9 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-t8Rx2KX6N9 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-t8Rx2KX6N9 .column-content {
    width: 50%;
  }
  .cid-t8Rx2KX6N9 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-t8Rx2KX6N9 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8Rx2KX6N9 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-t8Rx2KX6N9 .column-content {
    height: 33rem;
  }
}
.cid-t8Rzycz5iU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8RAu06SFR {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8RAu06SFR .media-content .btn-bgr {
  z-index: 0;
}
.cid-t8RAu06SFR .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t8RAu06SFR h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t8RAu06SFR p {
  color: #464646;
}
.cid-t8RAu06SFR h2 {
  color: #000000;
}
.cid-t8RAu06SFR .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-t8RAu06SFR .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t8RAu06SFR .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-t8RAu06SFR .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t8RAu06SFR .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t8RAu06SFR .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t8RAu06SFR .mbr-text {
    text-align: center;
  }
}
.cid-t8RAu06SFR .mbr-section-title,
.cid-t8RAu06SFR .mbr-section-btn {
  text-align: center;
}
.cid-t8RAJ0x3gZ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-t8RAJ0x3gZ .block-text {
  text-align: left;
}
.cid-spq5SLbIeC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-spq5SLbIeC h3 {
  text-align: center;
  font-weight: 300;
}
.cid-spq5SLbIeC .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-spq5SLbIeC .mbr-section-subtitle {
  color: #767676;
}
.cid-spq5SLbIeC .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-spq5SLbIeC ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-spq5SLbIeC .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-spq5SLbIeC .progress1 path {
  stroke: #46d23f;
}
.cid-spq5SLbIeC .progress2 path {
  stroke: #149dcc;
}
.cid-spq5SLbIeC .progress3 path {
  stroke: #7237a2;
}
.cid-spq5SLbIeC .progress4 path {
  stroke: #55b4d4;
}
.cid-spq5SLbIeC .card-text {
  color: #767676;
}
.cid-spq5SRJEu0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #866161;
}
@media (max-width: 767px) {
  .cid-spq5SRJEu0 .content {
    text-align: center;
  }
  .cid-spq5SRJEu0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spq5SRJEu0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-spq5SRJEu0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-spq5SRJEu0 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-spq5SRJEu0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spq5SRJEu0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-spq5SRJEu0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-spq5SRJEu0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-spq5SRJEu0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spq5SRJEu0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spq5SRJEu0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spq5SRJEu0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-spq5SRJEu0 P {
  text-align: center;
  color: #ffffff;
}
.cid-spq5SRJEu0 .copyright > p {
  text-align: center;
}
.cid-spq5SRJEu0 H5 {
  color: #2c1616;
}
.cid-t8RuEEFKyw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f9eded;
  background: none;
}
.cid-t8RuEEFKyw .navbar.opened {
  transition: all 0.3s;
  background: #f9eded !important;
}
.cid-t8RuEEFKyw .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-t8RuEEFKyw .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #0a0505;
  background: #2c1616 !important;
}
.cid-t8RuEEFKyw .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-t8RuEEFKyw .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-t8RuEEFKyw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8RuEEFKyw .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-t8RuEEFKyw .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #b18281;
}
.cid-t8RuEEFKyw .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-t8RuEEFKyw .navbar.collapsed {
  flex-direction: row !important;
}
.cid-t8RuEEFKyw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8RuEEFKyw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-t8RuEEFKyw .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-t8RuEEFKyw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8RuEEFKyw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8RuEEFKyw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t8RuEEFKyw .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-t8RuEEFKyw .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-t8RuEEFKyw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8RuEEFKyw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-t8RuEEFKyw .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-t8RuEEFKyw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8RuEEFKyw .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-t8RuEEFKyw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8RuEEFKyw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8RuEEFKyw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t8RuEEFKyw .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-t8RuEEFKyw .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-t8RuEEFKyw .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t8RuEEFKyw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8RuEEFKyw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-t8RuEEFKyw .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-t8RuEEFKyw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t8RuEEFKyw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t8RuEEFKyw .navbar.navbar-short {
  background: #f9eded !important;
  min-height: 60px;
}
.cid-t8RuEEFKyw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t8RuEEFKyw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t8RuEEFKyw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8RuEEFKyw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8RuEEFKyw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8RuEEFKyw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t8RuEEFKyw .dropdown-item.active,
.cid-t8RuEEFKyw .dropdown-item:active {
  background-color: transparent;
}
.cid-t8RuEEFKyw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8RuEEFKyw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8RuEEFKyw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8RuEEFKyw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9eded;
}
.cid-t8RuEEFKyw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-t8RuEEFKyw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8RuEEFKyw ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-t8RuEEFKyw .navbar-buttons {
  text-align: center;
}
.cid-t8RuEEFKyw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8RuEEFKyw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #951d19;
}
.cid-t8RuEEFKyw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8RuEEFKyw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8RuEEFKyw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8RuEEFKyw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8RuEEFKyw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8RuEEFKyw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8RuEEFKyw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8RuEEFKyw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8RuEEFKyw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t8RuEEFKyw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-t8RuEEFKyw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8RuEEFKyw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-t8RuEEFKyw .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-t8RuEEFKyw .nav-link:hover,
.cid-t8RuEEFKyw .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t8RuEFdPSE {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-738x492.jpg");
}
.cid-t8RuEFdPSE .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t8RuEFdPSE .mbr-overlay {
  background: linear-gradient(#ffffff -10%, #ffffff 75%);
}
.cid-t8RuEFdPSE H1 {
  color: #2c1616;
}
.cid-t8RuEFdPSE .mbr-text,
.cid-t8RuEFdPSE .mbr-section-btn {
  color: #2c1616;
}
.cid-t8RuOsaOcJ {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8RuEFIe0K {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-t8RuEFIe0K h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t8RuEFIe0K .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-t8RuEFIe0K .mbr-section-subtitle {
  color: #767676;
}
.cid-t8RuEFIe0K .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-t8RuEFIe0K ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t8RuEFIe0K .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-t8RuEFIe0K .progress1 path {
  stroke: #46d23f;
}
.cid-t8RuEFIe0K .progress2 path {
  stroke: #149dcc;
}
.cid-t8RuEFIe0K .progress3 path {
  stroke: #7237a2;
}
.cid-t8RuEFIe0K .progress4 path {
  stroke: #55b4d4;
}
.cid-t8RuEFIe0K .card-text {
  color: #767676;
}
.cid-t8RuEGgJXS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #866161;
}
@media (max-width: 767px) {
  .cid-t8RuEGgJXS .content {
    text-align: center;
  }
  .cid-t8RuEGgJXS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8RuEGgJXS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t8RuEGgJXS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t8RuEGgJXS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t8RuEGgJXS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8RuEGgJXS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t8RuEGgJXS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t8RuEGgJXS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t8RuEGgJXS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8RuEGgJXS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8RuEGgJXS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8RuEGgJXS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t8RuEGgJXS P {
  text-align: center;
  color: #ffffff;
}
.cid-t8RuEGgJXS .copyright > p {
  text-align: center;
}
.cid-t8RuEGgJXS H5 {
  color: #2c1616;
}
