body {
  font-family: 'Dancing Script', handwriting;
}
.display-1 {
  font-family: 'Poiret One', display;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Poiret One', display;
  font-size: 1.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-4 {
  font-family: 'Poiret One', display;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Poiret One', display;
  font-size: 0.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 1rem;
}
.display-7 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    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: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ddc9c4 !important;
}
.bg-success {
  background-color: #ddc9c4 !important;
}
.bg-info {
  background-color: #77777a !important;
}
.bg-warning {
  background-color: #77777a !important;
}
.bg-danger {
  background-color: #ddc9c4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ddc9c4 !important;
  border-color: #ddc9c4 !important;
  color: #67443b !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #bd978d !important;
  border-color: #bd978d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #67443b !important;
  background-color: #bd978d !important;
  border-color: #bd978d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #77777a !important;
  border-color: #77777a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4c4c4e !important;
  border-color: #4c4c4e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4c4c4e !important;
  border-color: #4c4c4e !important;
}
.btn-info,
.btn-info:active {
  background-color: #77777a !important;
  border-color: #77777a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4c4c4e !important;
  border-color: #4c4c4e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c4c4e !important;
  border-color: #4c4c4e !important;
}
.btn-success,
.btn-success:active {
  background-color: #ddc9c4 !important;
  border-color: #ddc9c4 !important;
  color: #67443b !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #bd978d !important;
  border-color: #bd978d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #67443b !important;
  background-color: #bd978d !important;
  border-color: #bd978d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #77777a !important;
  border-color: #77777a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4c4c4e !important;
  border-color: #4c4c4e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4c4c4e !important;
  border-color: #4c4c4e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ddc9c4 !important;
  border-color: #ddc9c4 !important;
  color: #67443b !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #bd978d !important;
  border-color: #bd978d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #67443b !important;
  background-color: #bd978d !important;
  border-color: #bd978d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #ddc9c4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bd978d !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #67443b !important;
  background-color: #ddc9c4 !important;
  border-color: #ddc9c4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #77777a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4c4c4e !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #77777a !important;
  border-color: #77777a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #77777a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4c4c4e !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #77777a !important;
  border-color: #77777a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #ddc9c4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bd978d !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #67443b !important;
  background-color: #ddc9c4 !important;
  border-color: #ddc9c4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #77777a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4c4c4e !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #77777a !important;
  border-color: #77777a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #ddc9c4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bd978d !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #67443b !important;
  background-color: #ddc9c4 !important;
  border-color: #ddc9c4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ddc9c4 !important;
}
.text-secondary {
  color: #77777a !important;
}
.text-success {
  color: #ddc9c4 !important;
}
.text-info {
  color: #77777a !important;
}
.text-warning {
  color: #77777a !important;
}
.text-danger {
  color: #ddc9c4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #dbc6c1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #747477 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dbc6c1 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #747477 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #747477 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dbc6c1 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #ddc9c4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #77777a;
}
.alert-warning {
  background-color: #77777a;
}
.alert-danger {
  background-color: #ddc9c4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ddc9c4;
  border-color: #ddc9c4;
  color: #774f45;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ddc9c4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #b7b7b9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b7b7b9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poiret One', display;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poiret One', display;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #ddc9c4;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ddc9c4;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ddc9c4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ddc9c4;
  border-bottom-color: #ddc9c4;
}
.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: #ddc9c4 !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: #77777a !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='%23ddc9c4' %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[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%2377777a' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.cid-sWY8T4by9E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc9c4;
}
.cid-sWY8T4by9E .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-sWY8T4by9E .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-sWY8T4by9E .mbr-media:hover .text_video {
  width: 11rem;
  height: 11rem;
  cursor: pointer;
}
.cid-sWY8T4by9E .mbr-section-subtitle {
  left: 0;
  top: 0;
  line-height: 1;
  position: absolute;
  margin-left: -1.75rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .cid-sWY8T4by9E .mbr-section-subtitle {
    display: none;
  }
}
.cid-sWY8T4by9E .text_video {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #77777a;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .cid-sWY8T4by9E .text_video {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-sWY8T4by9E .descr_video {
  max-width: 160px;
  line-height: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.cid-sWY8T4by9E .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ddc9c4;
  margin: -1.25rem;
  width: 16rem;
  height: 16rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-sWY8T4by9E .shape {
    display: none;
  }
}
.cid-sWY8T4by9E .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sWY8T4by9E .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sWY8T4by9E .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sWY8T4by9E .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sWY8T4by9E .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sWY8T4by9E .mbr-section-title {
  text-align: center;
  color: #77777a;
}
.cid-sQaV2N4WsK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQaV2N4WsK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQaV2N4WsK .nav-item {
    margin: 0 !important;
  }
}
.cid-sQaV2N4WsK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQaV2N4WsK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sQaV2N4WsK .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sQaV2N4WsK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sQaV2N4WsK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQaV2N4WsK .nav-link {
  position: relative;
}
.cid-sQaV2N4WsK .container {
  display: flex;
  margin: auto;
}
.cid-sQaV2N4WsK .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQaV2N4WsK .dropdown-menu,
.cid-sQaV2N4WsK .navbar.opened {
  background: #ddc9c4 !important;
}
.cid-sQaV2N4WsK .nav-item:focus,
.cid-sQaV2N4WsK .nav-link:focus {
  outline: none;
}
.cid-sQaV2N4WsK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQaV2N4WsK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQaV2N4WsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQaV2N4WsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQaV2N4WsK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQaV2N4WsK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQaV2N4WsK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ddc9c4;
}
.cid-sQaV2N4WsK .navbar.opened {
  transition: all 0.3s;
}
.cid-sQaV2N4WsK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQaV2N4WsK .navbar .navbar-logo img {
  width: auto;
}
.cid-sQaV2N4WsK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQaV2N4WsK .navbar.collapsed {
  justify-content: center;
}
.cid-sQaV2N4WsK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQaV2N4WsK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQaV2N4WsK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sQaV2N4WsK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQaV2N4WsK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQaV2N4WsK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sQaV2N4WsK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQaV2N4WsK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQaV2N4WsK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQaV2N4WsK .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sQaV2N4WsK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQaV2N4WsK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQaV2N4WsK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQaV2N4WsK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQaV2N4WsK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sQaV2N4WsK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQaV2N4WsK .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sQaV2N4WsK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sQaV2N4WsK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQaV2N4WsK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQaV2N4WsK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQaV2N4WsK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQaV2N4WsK .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQaV2N4WsK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQaV2N4WsK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQaV2N4WsK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQaV2N4WsK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQaV2N4WsK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQaV2N4WsK .dropdown-item.active,
.cid-sQaV2N4WsK .dropdown-item:active {
  background-color: transparent;
}
.cid-sQaV2N4WsK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQaV2N4WsK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQaV2N4WsK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQaV2N4WsK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ddc9c4;
}
.cid-sQaV2N4WsK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQaV2N4WsK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQaV2N4WsK ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sQaV2N4WsK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQaV2N4WsK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ddc9c4;
}
.cid-sQaV2N4WsK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sQaV2N4WsK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQaV2N4WsK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQaV2N4WsK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQaV2N4WsK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQaV2N4WsK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQaV2N4WsK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQaV2N4WsK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQaV2N4WsK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQaV2N4WsK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQaV2N4WsK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQaV2N4WsK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQaV2N4WsK .navbar {
    height: 70px;
  }
  .cid-sQaV2N4WsK .navbar.opened {
    height: auto;
  }
  .cid-sQaV2N4WsK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQcvfZmqV0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-sQcvfZmqV0 .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-sQcvfZmqV0 .mbr-text {
  line-height: 1.15;
}
.cid-sQcvfZmqV0 .bottom_box {
  margin-top: 4rem;
}
.cid-sQcvfZmqV0 .title {
  position: relative;
  z-index: 1;
}
.cid-sQcvfZmqV0 .name {
  margin-bottom: 1rem;
}
.cid-sQcvfZmqV0 b,
.cid-sQcvfZmqV0 strong {
  font-weight: 500;
  color: #77777a;
}
.cid-sQcvfZmqV0 .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: #ddc9c4;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.cid-sQcvfZmqV0 .linkBtn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sQcvfZmqV0 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-sQcvfZmqV0 .bottom_box {
    margin-top: 2rem;
    text-align: left;
  }
  .cid-sQcvfZmqV0 .linkBtn {
    margin-top: 1.5rem;
  }
  .cid-sQcvfZmqV0 .name {
    margin-bottom: .5rem;
  }
}
.cid-sQcvfZmqV0 .mbr-text,
.cid-sQcvfZmqV0 .linkBtn {
  text-align: center;
  color: #4f8680;
}
.cid-sQbIacFh9S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sQbIacFh9S h3,
.cid-sQbIacFh9S p {
  margin: 0;
}
.cid-sQbIacFh9S .heading {
  margin-bottom: 50px;
}
.cid-sQbIacFh9S .mbr-section-title {
  color: #000000;
}
.cid-sQbIacFh9S .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sQbIacFh9S .tile-wrap {
  position: relative;
  width: 100%;
  padding-top: 25%;
}
@media (max-width: 1024px) {
  .cid-sQbIacFh9S .tile-wrap {
    padding-top: 100%;
  }
}
@media (max-width: 680px) {
  .cid-sQbIacFh9S .tile-wrap {
    padding-top: 400%;
  }
}
.cid-sQbIacFh9S .tile {
  position: absolute;
  margin: 0 -9px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #4f8680;
  border-radius: 100%;
}
.cid-sQbIacFh9S .tile1 {
  top: 0;
  left: 2%;
  bottom: 0;
  right: 73%;
}
@media (max-width: 1024px) {
  .cid-sQbIacFh9S .tile1 {
    top: 1%;
    left: 2%;
    bottom: 48%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sQbIacFh9S .tile1 {
    top: 0;
    left: 0;
    bottom: 73%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sQbIacFh9S .tile1 {
    top: 0;
    left: 12px;
    bottom: 75%;
    right: 12px;
  }
}
.cid-sQbIacFh9S .tile2 {
  top: 0;
  left: 26%;
  bottom: 0;
  right: 49%;
}
@media (max-width: 1024px) {
  .cid-sQbIacFh9S .tile2 {
    top: 1%;
    left: 50%;
    bottom: 48%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-sQbIacFh9S .tile2 {
    top: 25%;
    left: 0;
    bottom: 48%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sQbIacFh9S .tile2 {
    top: 23%;
    left: 12px;
    bottom: 52%;
    right: 12px;
  }
}
.cid-sQbIacFh9S .tile3 {
  top: 0;
  left: 50%;
  bottom: 0;
  right: 25%;
}
@media (max-width: 1024px) {
  .cid-sQbIacFh9S .tile3 {
    top: 49%;
    left: 2%;
    bottom: 1%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sQbIacFh9S .tile3 {
    top: 50%;
    left: 0;
    bottom: 23%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sQbIacFh9S .tile3 {
    top: 46%;
    left: 12px;
    bottom: 29%;
    right: 12px;
  }
}
.cid-sQbIacFh9S .tile4 {
  top: 0;
  left: 74%;
  bottom: 0;
  right: 1%;
}
@media (max-width: 1024px) {
  .cid-sQbIacFh9S .tile4 {
    top: 49%;
    left: 50%;
    bottom: 1%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-sQbIacFh9S .tile4 {
    top: 75%;
    left: 0;
    bottom: -2%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sQbIacFh9S .tile4 {
    top: 69%;
    left: 12px;
    bottom: 6%;
    right: 12px;
  }
}
.cid-sQbIacFh9S .mbr-card-title {
  color: #4f8680;
  margin: 10px 0;
  text-align: center;
}
.cid-sQbIacFh9S .tile:nth-of-type(1):before {
  content: "1";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #d7c0c0;
  border-radius: 50%;
  z-index: 2;
}
.cid-sQbIacFh9S .tile:nth-of-type(2):before {
  content: "2";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #d7c0c0;
  border-radius: 50%;
  z-index: 2;
}
.cid-sQbIacFh9S .tile:nth-of-type(3):before {
  content: "3";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #d7c0c0;
  border-radius: 50%;
  z-index: 2;
}
.cid-sQbIacFh9S .tile:nth-of-type(4):before {
  content: "4";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #d7c0c0;
  border-radius: 50%;
  z-index: 2;
}
.cid-sQaWJH83wk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-sQaWJH83wk .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sQaWJH83wk .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #ddc9c4;
}
.cid-sQaWJH83wk .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ddc9c4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sQaWJH83wk .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sQaWJH83wk .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sQaWJH83wk .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sQaWJH83wk .main_title {
  margin-bottom: 2.5rem;
}
.cid-sQaWJH83wk .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sQaWJH83wk .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sQaWJH83wk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sQaWJH83wk .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sQaWJH83wk .row {
    flex-direction: column-reverse;
  }
  .cid-sQaWJH83wk .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sQaWJH83wk .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sQaWJH83wk .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sQaWJH83wk .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sQaWJH83wk .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sQaWJH83wk .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sQaWJH83wk .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-sQaWJH83wk .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-sQaWJH83wk .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sQaWJH83wk .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sQaWJH83wk .card:hover .square_fill {
    transform: none;
  }
  .cid-sQaWJH83wk .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sQaWJH83wk .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sQaWJH83wk .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sQaWJH83wk .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sQaWJH83wk .card-title {
  color: #535353;
  text-align: left;
}
.cid-sQbIckLvGq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQbIckLvGq .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sQbIckLvGq .mbr-section-title {
  color: #c2b6a9;
  margin-bottom: 20.4px;
}
.cid-sQbIckLvGq .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sQbIckLvGq .star {
  color: #4f8680;
  fill: currentColor;
  overflow: hidden;
}
.cid-sQbIckLvGq .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-sQbIckLvGq .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-tEmnx7pKeO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaeaea;
}
.cid-tEmnx7pKeO img,
.cid-tEmnx7pKeO .item-img {
  width: 100%;
}
.cid-tEmnx7pKeO .item:focus,
.cid-tEmnx7pKeO span:focus {
  outline: none;
}
.cid-tEmnx7pKeO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEmnx7pKeO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tEmnx7pKeO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tEmnx7pKeO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEmnx7pKeO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tEmnx7pKeO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tEmnx7pKeO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEmnx7pKeO .mbr-section-title {
  color: #232323;
}
.cid-tEmnx7pKeO .mbr-text,
.cid-tEmnx7pKeO .mbr-section-btn {
  text-align: left;
}
.cid-tEmnx7pKeO .item-title {
  text-align: center;
  color: #4f8680;
}
.cid-tEmnx7pKeO .item-subtitle {
  text-align: left;
}
.cid-sQbpcB1TRO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #eaeaea;
}
.cid-sQbpcB1TRO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sQbpcB1TRO .team-card:hover {
  transform: translateY(-10px);
}
.cid-sQbpcB1TRO .card-wrap {
  background: #ddc9c4;
  border-radius: 5px;
}
.cid-sQbpcB1TRO .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sQbpcB1TRO .social-row {
  padding-top: 20px;
  text-align: center;
}
.cid-sQbpcB1TRO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #373c42;
  transition: all 0.3s;
}
.cid-sQbpcB1TRO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #373c42;
  font-size: 1.5rem;
}
.cid-sQbpcB1TRO .social-row .soc-item:hover {
  background-color: #373c42;
}
.cid-sQbpcB1TRO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sQbpcB1TRO img {
  border-radius: 10px;
}
.cid-sQbpcB1TRO .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-sQbpcB1TRO .content-wrap {
  padding: 0;
}
.cid-sQbpcB1TRO .mbr-role {
  color: #a3a6b2;
  margin: 0;
  padding-top: 20px;
}
.cid-sQbpcB1TRO .card-title {
  margin: 0;
  padding-top: 20px;
}
.cid-sQbpcB1TRO .card-text {
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .cid-sQbpcB1TRO .social-row {
    margin-bottom: 25px;
  }
}
.cid-sQbpcB1TRO .mbr-role,
.cid-sQbpcB1TRO .social-row {
  color: #4f8680;
}
.cid-sQbpcB1TRO .card-text,
.cid-sQbpcB1TRO .mbr-section-btn,
.cid-sQbpcB1TRO .social-row {
  text-align: center;
}
.cid-sQbpcB1TRO .mbr-section-title {
  color: #4f8680;
}
.cid-sQaXCEHQQJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddc9c4;
}
.cid-sQaXCEHQQJ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sQaXCEHQQJ .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #4f8680;
}
@media (max-width: 767px) {
  .cid-sQaXCEHQQJ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sQaXCEHQQJ .mbr-text {
    margin-top: .75rem;
  }
}
.cid-sQbygHVs2x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eaeaea;
}
.cid-sQbygHVs2x .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sQbygHVs2x .map {
  width: 100%;
  height: 30rem;
}
.cid-sQbygHVs2x .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sQbygHVs2x .icon-block {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQbygHVs2x .icon-block .icon-block__icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQbygHVs2x .icon-block .icon-block__title {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sQbygHVs2x .mbr-text {
  color: #767676;
}
.cid-sQbygHVs2x a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sQbygHVs2x .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sQbygHVs2x .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sQbygHVs2x textarea.form-control {
  resize: none;
}
.cid-sQbygHVs2x .google-map {
  height: 25rem;
  position: relative;
}
.cid-sQbygHVs2x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQbygHVs2x .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-sQbygHVs2x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQbygHVs2x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sQbygHVs2x h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sQbygHVs2x .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sQbygHVs2x .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sQbygHVs2x .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sQbygHVs2x H2 {
  color: #4f8680;
}
.cid-sQd80dX40S {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #eaeaea;
}
.cid-sQd80dX40S .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sQd80dX40S .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sQd80dX40S .col + .mbr-section-btn .btn,
.cid-sQd80dX40S .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sQd80dX40S .col + .mbr-section-btn .btn,
  .cid-sQd80dX40S .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sQd80dX40S .dragArea > *:nth-last-child(2).col,
  .cid-sQd80dX40S .dragArea > *:nth-last-child(2).col-auto,
  .cid-sQd80dX40S .col + .mbr-section-btn,
  .cid-sQd80dX40S .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sQd80dX40S .dragArea {
    flex-direction: column;
  }
}
.cid-sQd80dX40S .btn-primary {
  border: 1px solid #ddc9c4 !important;
}
.cid-sQd80dX40S .btn-primary:hover {
  border: 1px solid #ddc9c4 !important;
}
.cid-sQd80dX40S .stripe {
  border-bottom: 1px solid #4f8680;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sQd80dX40S .form-group {
  max-width: 220px;
}
.cid-sQd80dX40S .mbr-section-btn {
  padding-left: 0;
}
.cid-sQd80dX40S .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sQd80dX40S .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sQd80dX40S .mbr-text {
  color: #444;
}
.cid-sQd80dX40S h5 {
  margin-bottom: 0;
}
.cid-sQd80dX40S .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sQd80dX40S .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQd80dX40S .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sQd80dX40S .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQd80dX40S .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sQd80dX40S .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sQd80dX40S .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sQd80dX40S .social-list a:hover {
  opacity: 0.4;
}
.cid-sQd80dX40S .media-container-row > div {
  padding: 0px;
}
.cid-sQd80dX40S .text2 {
  color: #535353;
  text-align: left;
}
.cid-sQd80dX40S .group-title {
  text-align: left;
  color: #77777a;
  padding-bottom: 0.2rem;
}
.cid-sQd80dX40S .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQd80dX40S .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sQd80dX40S .social-list,
  .cid-sQd80dX40S .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQd80dX40S h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sQd80dX40S .form-group {
    max-width: 180px;
  }
}
.cid-sQd80dX40S .links span {
  color: #9e9e9e;
}
.cid-sQd80dX40S .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sQd80dX40S .logo-title {
  text-align: center;
}
.cid-sQdouC9rDJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ddc9c4;
}
.cid-sQdouC9rDJ .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sQdouC9rDJ section {
  position: relative;
}
.cid-sQdouC9rDJ h4 {
  margin: 0;
}
.cid-sQdouC9rDJ a {
  font-weight: 300;
}
.cid-sQdouC9rDJ .row {
  align-items: center;
}
.cid-sQdouC9rDJ .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sQdouC9rDJ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sQdouC9rDJ .img1 {
  color: #77777a;
}
.cid-sQdouC9rDJ .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-sQdouC9rDJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sQdouC9rDJ .align-left,
  .cid-sQdouC9rDJ .align-right {
    text-align: center;
  }
  .cid-sQdouC9rDJ .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sQdouC9rDJ .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sQdouC9rDJ .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sQdouC9rDJ .item-title {
  color: #77777a;
}
.cid-sQdouC9rDJ H4 {
  color: #77777a;
}
