body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.2rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Comfortaa', display;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #c6bbab !important;
}
.bg-success {
  background-color: #beccc4 !important;
}
.bg-info {
  background-color: #fdfaf6 !important;
}
.bg-warning {
  background-color: #e4ddd5 !important;
}
.bg-danger {
  background-color: #c6bbab !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c6bbab !important;
  border-color: #c6bbab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a7967d !important;
  border-color: #a7967d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a7967d !important;
  border-color: #a7967d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e918a !important;
  border-color: #7e918a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5a6963 !important;
  border-color: #5a6963 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5a6963 !important;
  border-color: #5a6963 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdfaf6 !important;
  border-color: #fdfaf6 !important;
  color: #c8852c !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #c8852c !important;
  background-color: #efd7b7 !important;
  border-color: #efd7b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #c8852c !important;
  background-color: #efd7b7 !important;
  border-color: #efd7b7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #beccc4 !important;
  border-color: #beccc4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #93aa9d !important;
  border-color: #93aa9d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #93aa9d !important;
  border-color: #93aa9d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e4ddd5 !important;
  border-color: #e4ddd5 !important;
  color: #715e49 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #715e49 !important;
  background-color: #c6b7a6 !important;
  border-color: #c6b7a6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #715e49 !important;
  background-color: #c6b7a6 !important;
  border-color: #c6b7a6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c6bbab !important;
  border-color: #c6bbab !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a7967d !important;
  border-color: #a7967d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a7967d !important;
  border-color: #a7967d !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: #c6bbab;
  color: #c6bbab;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c6bbab;
  border-color: #c6bbab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c6bbab !important;
  border-color: #c6bbab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7e918a;
  color: #7e918a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e918a;
  border-color: #7e918a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e918a !important;
  border-color: #7e918a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fdfaf6;
  color: #fdfaf6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c8852c;
  background-color: #fdfaf6;
  border-color: #fdfaf6;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #c8852c !important;
  background-color: #fdfaf6 !important;
  border-color: #fdfaf6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #beccc4;
  color: #beccc4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #beccc4;
  border-color: #beccc4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #beccc4 !important;
  border-color: #beccc4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #e4ddd5;
  color: #e4ddd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #715e49;
  background-color: #e4ddd5;
  border-color: #e4ddd5;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #715e49 !important;
  background-color: #e4ddd5 !important;
  border-color: #e4ddd5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c6bbab;
  color: #c6bbab;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c6bbab;
  border-color: #c6bbab;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c6bbab !important;
  border-color: #c6bbab !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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;
}
.text-primary {
  color: #c6bbab !important;
}
.text-secondary {
  color: #7e918a !important;
}
.text-success {
  color: #beccc4 !important;
}
.text-info {
  color: #fdfaf6 !important;
}
.text-warning {
  color: #e4ddd5 !important;
}
.text-danger {
  color: #c6bbab !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #efece8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b5c0bc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f7f9f8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #efece8 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fdfaf6;
}
.alert-warning {
  background-color: #e4ddd5;
}
.alert-danger {
  background-color: #c6bbab;
}
.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;
  -webkit-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: #c6bbab;
  border-color: #c6bbab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c6bbab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #faf8f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #faf8f7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #c6bbab;
}
/* 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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c6bbab;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c6bbab;
  border-bottom-color: #c6bbab;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c6bbab !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: #7e918a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c6bbab' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sPRCu9sZ1T .navbar {
  background: #7e918a;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPRCu9sZ1T .navbar-dropdown.bg-color.transparent.opened {
  background: #7e918a;
}
.cid-sPRCu9sZ1T a {
  font-style: normal;
}
.cid-sPRCu9sZ1T .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sPRCu9sZ1T .show {
  overflow: visible;
}
.cid-sPRCu9sZ1T .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sPRCu9sZ1T .dropdown-item:active {
  background-color: transparent;
}
.cid-sPRCu9sZ1T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sPRCu9sZ1T .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sPRCu9sZ1T .nav-item:focus,
.cid-sPRCu9sZ1T .nav-link:focus {
  outline: none;
}
.cid-sPRCu9sZ1T .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sPRCu9sZ1T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sPRCu9sZ1T .menu-logo {
  margin-right: auto;
}
.cid-sPRCu9sZ1T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPRCu9sZ1T .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-sPRCu9sZ1T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sPRCu9sZ1T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sPRCu9sZ1T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sPRCu9sZ1T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sPRCu9sZ1T .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sPRCu9sZ1T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sPRCu9sZ1T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sPRCu9sZ1T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPRCu9sZ1T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sPRCu9sZ1T .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sPRCu9sZ1T .dropdown .dropdown-menu {
  background: #7e918a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sPRCu9sZ1T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sPRCu9sZ1T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPRCu9sZ1T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sPRCu9sZ1T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPRCu9sZ1T .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sPRCu9sZ1T .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sPRCu9sZ1T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sPRCu9sZ1T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sPRCu9sZ1T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sPRCu9sZ1T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sPRCu9sZ1T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sPRCu9sZ1T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sPRCu9sZ1T button.navbar-toggler:focus {
  outline: none;
}
.cid-sPRCu9sZ1T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c6bbab;
}
.cid-sPRCu9sZ1T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPRCu9sZ1T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPRCu9sZ1T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPRCu9sZ1T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPRCu9sZ1T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPRCu9sZ1T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPRCu9sZ1T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPRCu9sZ1T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sPRCu9sZ1T .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sPRCu9sZ1T .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPRCu9sZ1T .collapsed .btn {
  display: -webkit-flex;
}
.cid-sPRCu9sZ1T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sPRCu9sZ1T .collapsed .navbar-collapse.collapsing,
.cid-sPRCu9sZ1T .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sPRCu9sZ1T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sPRCu9sZ1T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sPRCu9sZ1T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sPRCu9sZ1T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sPRCu9sZ1T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sPRCu9sZ1T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sPRCu9sZ1T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sPRCu9sZ1T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sPRCu9sZ1T .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-sPRCu9sZ1T .collapsed button.navbar-toggler {
  display: block;
}
.cid-sPRCu9sZ1T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sPRCu9sZ1T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPRCu9sZ1T .collapsed .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-sPRCu9sZ1T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sPRCu9sZ1T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sPRCu9sZ1T .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;
}
@media (max-width: 991px) {
  .cid-sPRCu9sZ1T.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPRCu9sZ1T img {
    height: 3.8rem !important;
  }
  .cid-sPRCu9sZ1T .btn {
    display: -webkit-flex;
  }
  .cid-sPRCu9sZ1T button.navbar-toggler {
    display: block;
  }
  .cid-sPRCu9sZ1T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sPRCu9sZ1T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPRCu9sZ1T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sPRCu9sZ1T .navbar-collapse.collapsing,
  .cid-sPRCu9sZ1T .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sPRCu9sZ1T .navbar-collapse.collapsing .navbar-nav,
  .cid-sPRCu9sZ1T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sPRCu9sZ1T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sPRCu9sZ1T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sPRCu9sZ1T .navbar-collapse.collapsing .navbar-buttons,
  .cid-sPRCu9sZ1T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sPRCu9sZ1T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sPRCu9sZ1T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sPRCu9sZ1T .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-sPRCu9sZ1T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sPRCu9sZ1T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sPRCu9sZ1T .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;
  }
}
@media (max-width: 767px) {
  .cid-sPRCu9sZ1T .nav-link {
    justify-content: start !important;
  }
  .cid-sPRCu9sZ1T .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sPRCu9sZ1T .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sPRCu9sZ1T .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sPRCu9sZ1T .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sPRCu9sZ1T .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sPRCu9sZ1T .nav-link:hover,
.cid-sPRCu9sZ1T .dropdown-item:hover {
  color: #fdfaf6 !important;
}
@media (min-width: 1500px) {
  .cid-sPRCu9sZ1T .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sPRCu9sZ1T .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sPRSFe0oD6 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sPRSFe0oD6 .mbr-text {
  color: #767676;
}
.cid-sPRSFe0oD6 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sPRSFe0oD6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sPRSFe0oD6 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-vh2IIfQyV7 {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/branding-melina-2-2000x1333.jpg");
}
.cid-vh2IIfQyV7 H2 {
  color: #d58f76;
}
.cid-vh2IIfQyV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2IIfQyV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2IIfQyV7 H1 {
  color: #93a39d;
}
.cid-vh2IIfQyV7 .mbr-text,
.cid-vh2IIfQyV7 .mbr-section-btn {
  color: #e4ddd5;
}
.cid-vh2JZi4G9c {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #93a39d;
}
.cid-vh2JZi4G9c .card-wrapper {
  display: flex;
}
.cid-vh2JZi4G9c .mbr-iconfont {
  font-size: 1.4rem;
  color: #e4ddd5;
}
.cid-vh2JZi4G9c .icon-wrapper {
  margin-right: 1.5rem;
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #60736c;
}
.cid-vh2JZi4G9c .card-text {
  color: #e4ddd5;
}
.cid-vh2JZi4G9c .mbr-text {
  color: #200960;
}
.cid-vh2JZi4G9c .card-title {
  color: #e4ddd5;
}
@media (min-width: 1200px) {
  .cid-vh2JZi4G9c .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vh2JZi4G9c .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-vh2JZi4G9c .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vh2JZi4G9c .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-vh2JZi4G9c H3 {
  color: #d58f76;
}
.cid-vh2JZi4G9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2JZi4G9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2JZi4G9c H4 {
  color: #e4ddd5;
}
.cid-vh3cujDfge {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fdfaf6;
}
.cid-vh3cujDfge img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-vh3cujDfge .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-vh3cujDfge .card-phone:hover {
  color: #c6bbab;
}
.cid-vh3cujDfge .mbr-text,
.cid-vh3cujDfge .mbr-section-btn {
  color: #93a39d;
}
.cid-vh3cujDfge .card-title,
.cid-vh3cujDfge .card-box {
  color: #93a39d;
}
@media (max-width: 992px) {
  .cid-vh3cujDfge .img-col {
    margin-bottom: 3rem;
  }
}
.cid-vh3cujDfge .mbr-section-subtitle {
  color: #d58f76;
}
.cid-vh3cujDfge .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3cujDfge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh3fa6Fvgo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fdfaf6;
}
@media (min-width: 1500px) {
  .cid-vh3fa6Fvgo .container {
    max-width: 1400px;
  }
}
.cid-vh3fa6Fvgo img {
  width: 100%;
  border-radius: 0.25rem;
}
.cid-vh3fa6Fvgo .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vh3fa6Fvgo .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #d58f76;
}
.cid-vh3fa6Fvgo .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-vh3fa6Fvgo .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-vh3fa6Fvgo .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-vh3fa6Fvgo .mbr-text,
.cid-vh3fa6Fvgo .link-align {
  color: #93a39d;
}
.cid-vh3fa6Fvgo .card-title,
.cid-vh3fa6Fvgo .card-box {
  color: #d58f76;
}
.cid-vh3fa6Fvgo .mbr-section-subtitle,
.cid-vh3fa6Fvgo .card-box {
  color: #93a39d;
}
.cid-vh3fa6Fvgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3fa6Fvgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sRFZ8APpyI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #93a39d;
}
.cid-sRFZ8APpyI .mbr-text,
.cid-sRFZ8APpyI .ornament {
  color: #e4ddd5;
}
.cid-tWIHzantUJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #93a39d;
}
.cid-tWIHzantUJ .mbr-iconfont {
  font-size: 3rem;
  color: #e4ddd5;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media (min-width: 1400px) {
  .cid-tWIHzantUJ .card-wrapper {
    padding: 0 2rem;
  }
}
.cid-tWIHzantUJ .card {
  border-radius: 0;
  width: 100%;
}
.cid-tWIHzantUJ .card2 {
  border-right: 1px solid #fdfaf6;
}
.cid-tWIHzantUJ .card1 {
  border-right: 1px solid #fdfaf6;
}
.cid-tWIHzantUJ h4 {
  margin: 0;
}
.cid-tWIHzantUJ .card-text {
  color: #e4ddd5;
  text-align: center;
}
.cid-tWIHzantUJ .mbr-text {
  color: #200960;
}
.cid-tWIHzantUJ .card-title {
  color: #e4ddd5;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWIHzantUJ .card {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-tXADfbvqZV {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #93a39d;
}
@media (min-width: 1500px) {
  .cid-tXADfbvqZV .container {
    max-width: 1400px;
  }
}
.cid-tXADfbvqZV img {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 5px;
}
.cid-tXADfbvqZV .content {
  margin: auto;
}
.cid-tXADfbvqZV .mbr-text,
.cid-tXADfbvqZV .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-tXADfbvqZV img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tXADfbvqZV .img-col {
    padding-bottom: 2rem;
  }
}
.cid-tXADfbvqZV .quote {
  color: #200960;
}
.cid-tXADfbvqZV H3 {
  color: #e4ddd5;
}
.cid-tXADfbvqZV H4 {
  color: #d58f76;
}
.cid-tXADfbvqZV .mbr-text {
  color: #e4ddd5;
}
.cid-tgDQkFyy67 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #93a39d;
}
.cid-tgDQkFyy67 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tgDQkFyy67 .card-img {
  padding-bottom: 2rem;
  border-radius: 5px;
}
.cid-tgDQkFyy67 .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(250, 250, 250, 0.3);
  box-shadow: 0px 0px 30px rgba(250, 250, 250, 0.3);
}
.cid-tgDQkFyy67 .section-text,
.cid-tgDQkFyy67 .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-tgDQkFyy67 .section-text,
  .cid-tgDQkFyy67 .card-text,
  .cid-tgDQkFyy67 .card-title,
  .cid-tgDQkFyy67 .mbr-section-title {
    text-align: center;
  }
}
.cid-tgDQkFyy67 H2 {
  color: #e4ddd5;
}
.cid-tgDQkFyy67 .section-text {
  color: #e4ddd5;
}
.cid-tgDQkFyy67 .card-text,
.cid-tgDQkFyy67 .mbr-section-btn {
  color: #e4ddd5;
}
.cid-tgDQkFyy67 .card-title,
.cid-tgDQkFyy67 .card-img {
  color: #e4ddd5;
}
.cid-uuuFRSG7lp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #93a39d;
}
@media (min-width: 1500px) {
  .cid-uuuFRSG7lp .container {
    max-width: 1400px;
  }
}
.cid-uuuFRSG7lp img {
  width: 100%;
  border-radius: 5px;
}
.cid-uuuFRSG7lp .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uuuFRSG7lp .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #d58f76;
}
.cid-uuuFRSG7lp .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uuuFRSG7lp .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uuuFRSG7lp .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uuuFRSG7lp .mbr-text,
.cid-uuuFRSG7lp .link-align {
  color: #200960;
}
.cid-uuuFRSG7lp .card-title,
.cid-uuuFRSG7lp .card-box {
  color: #d58f76;
}
.cid-uuuFRSG7lp .mbr-section-subtitle,
.cid-uuuFRSG7lp .card-box {
  color: #d58f76;
}
.cid-tY9SIZsd24 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #93a39d;
}
@media (min-width: 1500px) {
  .cid-tY9SIZsd24 .container {
    max-width: 1400px;
  }
}
.cid-tY9SIZsd24 .mbr-text,
.cid-tY9SIZsd24 .mbr-section-btn {
  color: #999999;
}
.cid-tY9SIZsd24 .quote {
  color: #e4ddd5;
}
.cid-tY9SIZsd24 .mbr-text {
  color: #e4ddd5;
}
.cid-sRG9PogH0w {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fdfaf6;
}
.cid-sRG9PogH0w .mbr-text,
.cid-sRG9PogH0w .ornament {
  text-align: center;
  color: #7e918a;
}
.cid-sRG9WZkZWf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fdfaf6;
}
.cid-sRG9WZkZWf .mbr-text,
.cid-sRG9WZkZWf .ornament {
  text-align: center;
  color: #7e918a;
}
.cid-tgE42O3Trv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #93a39d;
}
.cid-tgE42O3Trv .mbr-text,
.cid-tgE42O3Trv .ornament {
  color: #e4ddd5;
}
.cid-tgE4dCgps5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #93a39d;
}
.cid-tgE4dCgps5 .card-wrapper {
  display: flex;
}
.cid-tgE4dCgps5 .card {
  border-radius: 0;
}
.cid-tgE4dCgps5 .mbr-iconfont {
  font-size: 4rem;
  color: #f6f3ee;
  margin-right: 2rem;
  margin-left: 2.5rem;
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgE4dCgps5 .card2 {
  border-right: 1px solid #f6f3ee;
}
.cid-tgE4dCgps5 .card1 {
  border-right: 1px solid #f6f3ee;
}
.cid-tgE4dCgps5 .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tgE4dCgps5 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #60736c;
}
.cid-tgE4dCgps5 .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-tgE4dCgps5 .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-tgE4dCgps5 h4 {
  margin: 0;
}
.cid-tgE4dCgps5 .card-text {
  color: #999999;
}
.cid-tgE4dCgps5 .mbr-text {
  color: #200960;
}
.cid-tgE4dCgps5 .card-title {
  color: #e4ddd5;
}
@media (min-width: 1200px) {
  .cid-tgE4dCgps5 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tgE4dCgps5 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
  .cid-tgE4dCgps5 .card {
    margin-bottom: 2rem;
    border: 0px;
  }
}
@media (max-width: 767px) {
  .cid-tgE4dCgps5 .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tgE4dCgps5 .mbr-iconfont {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tgE4dCgps5 .card-text,
.cid-tgE4dCgps5 .link-align {
  color: #e4ddd5;
}
.cid-tYYWo9CF8S {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fdfaf6;
}
.cid-tYYWo9CF8S .mbr-text,
.cid-tYYWo9CF8S .ornament {
  text-align: center;
  color: #7e918a;
}
.cid-tYYWjDDHpH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fdfaf6;
}
.cid-tYYWjDDHpH .mbr-text,
.cid-tYYWjDDHpH .ornament {
  text-align: center;
  color: #7e918a;
}
.cid-tYYKngwEsu {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #fdfaf6;
}
.cid-tYYKngwEsu .carousel {
  z-index: 2;
  position: relative;
}
.cid-tYYKngwEsu .user {
  padding: 0 !important;
}
.cid-tYYKngwEsu .mbr-iconfont {
  font-size: 3rem;
  color: #60736c !important;
}
.cid-tYYKngwEsu .user_name {
  margin: 0;
  color: #7e918a;
}
.cid-tYYKngwEsu .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-tYYKngwEsu .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tYYKngwEsu .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-tYYKngwEsu .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tYYKngwEsu .carousel-item.active,
.cid-tYYKngwEsu .carousel-item-next,
.cid-tYYKngwEsu .carousel-item-prev {
  display: flex;
}
.cid-tYYKngwEsu .carousel-controls a {
  font-size: 2rem;
}
.cid-tYYKngwEsu .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #60736c !important;
  background: transparent;
  opacity: 0.8 !important;
}
.cid-tYYKngwEsu .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-tYYKngwEsu ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-tYYKngwEsu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #60736c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-tYYKngwEsu .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tYYKngwEsu .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-tYYKngwEsu .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-tYYKngwEsu .user_text {
  color: #7e918a;
}
@media (max-width: 992px) {
  .cid-tYYKngwEsu .carousel-controls a span {
    top: auto;
    bottom: -40px;
  }
}
.cid-tYYKngwEsu .title,
.cid-tYYKngwEsu .line-align {
  color: #7e918a;
}
.cid-tYYZjr8rxZ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #93a39d;
}
.cid-tYYZjr8rxZ .carousel {
  z-index: 2;
  position: relative;
}
.cid-tYYZjr8rxZ .user {
  padding: 0 !important;
}
.cid-tYYZjr8rxZ .mbr-iconfont {
  font-size: 3rem;
  color: #c6bbab !important;
}
.cid-tYYZjr8rxZ .user_name {
  margin: 0;
  color: #7e918a;
}
.cid-tYYZjr8rxZ .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-tYYZjr8rxZ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tYYZjr8rxZ .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-tYYZjr8rxZ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tYYZjr8rxZ .carousel-item.active,
.cid-tYYZjr8rxZ .carousel-item-next,
.cid-tYYZjr8rxZ .carousel-item-prev {
  display: flex;
}
.cid-tYYZjr8rxZ .carousel-controls a {
  font-size: 2rem;
}
.cid-tYYZjr8rxZ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #c6bbab !important;
  background: transparent;
  opacity: 0.8 !important;
}
.cid-tYYZjr8rxZ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-tYYZjr8rxZ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-tYYZjr8rxZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #c6bbab;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-tYYZjr8rxZ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tYYZjr8rxZ .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-tYYZjr8rxZ .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-tYYZjr8rxZ .user_text {
  color: #e4ddd5;
}
@media (max-width: 992px) {
  .cid-tYYZjr8rxZ .carousel-controls a span {
    top: auto;
    bottom: -40px;
  }
}
.cid-tYYZjr8rxZ .title,
.cid-tYYZjr8rxZ .line-align {
  color: #e4ddd5;
}
.cid-tYZ2ygYOXL {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #fdfaf6, #fdfaf6);
}
.cid-tYZ2ygYOXL a {
  text-align: center;
}
.cid-tYZ2ygYOXL p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tYZ2ygYOXL span {
  font-size: 2rem;
}
.cid-tYZ2ygYOXL .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tYZ2ygYOXL .socicon-twitter {
  color: #4da7de;
}
.cid-tYZ2ygYOXL .socicon-facebook {
  color: #3e5b98;
}
.cid-tYZ2ygYOXL .socicon-googleplus {
  color: #dd4b39;
}
.cid-tYZ2ygYOXL .socicon-instagram {
  color: #3f729b;
}
.cid-tYZ2ygYOXL .social-list a:focus {
  text-decoration: none;
}
.cid-tYZ2ygYOXL .text-copyright {
  width: 100%;
}
.cid-tYZ2ygYOXL .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tYZ2ygYOXL .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tYZ2ygYOXL .logo-footer {
  line-height: normal;
}
.cid-tYZ2ygYOXL .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYZ2ygYOXL .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYZ2ygYOXL .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYZ2ygYOXL .media-container-row a {
  margin: 0 1rem;
}
.cid-tYZ2ygYOXL P {
  color: #7e918a;
}
.cid-sQlRf7JAJ1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #7e918a;
}
@media (max-width: 767px) {
  .cid-sQlRf7JAJ1 .content {
    text-align: center;
  }
  .cid-sQlRf7JAJ1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sQlRf7JAJ1 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sQlRf7JAJ1 textarea.form-control {
  resize: none;
}
.cid-sQlRf7JAJ1 .input-group-btn {
  display: inline-block;
}
.cid-sQlRf7JAJ1 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sQlRf7JAJ1 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQlRf7JAJ1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQlRf7JAJ1 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sQlRf7JAJ1 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sQlRf7JAJ1 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sQlRf7JAJ1 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQlRf7JAJ1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sQlRf7JAJ1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sQlRf7JAJ1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sQlRf7JAJ1 .form-control,
.cid-sQlRf7JAJ1 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sQlRf7JAJ1 .foot-title,
.cid-sQlRf7JAJ1 .img-logo {
  color: #e4ddd5;
}
.cid-sQlRf7JAJ1 P {
  color: #e4ddd5;
}
