body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Gloock', serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 24px;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Gloock', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #0d67f6 !important;
}
.bg-success {
  background-color: #f2c4b3 !important;
}
.bg-info {
  background-color: #a1e5cf !important;
}
.bg-warning {
  background-color: #ffb99b !important;
}
.bg-danger {
  background-color: #f1f4e9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0d67f6 !important;
  border-color: #0d67f6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0644a6 !important;
  border-color: #0644a6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0644a6 !important;
  border-color: #0644a6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1f4e9 !important;
  border-color: #f1f4e9 !important;
  color: #80944a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4e5a2d !important;
  background-color: #ccd7af !important;
  border-color: #ccd7af !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #80944a !important;
  background-color: #ccd7af !important;
  border-color: #ccd7af !important;
}
.btn-info,
.btn-info:active {
  background-color: #a1e5cf !important;
  border-color: #a1e5cf !important;
  color: #1d6a51 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5dd2ac !important;
  border-color: #5dd2ac !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #1d6a51 !important;
  background-color: #5dd2ac !important;
  border-color: #5dd2ac !important;
}
.btn-success,
.btn-success:active {
  background-color: #f2c4b3 !important;
  border-color: #f2c4b3 !important;
  color: #8e3818 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e58b69 !important;
  border-color: #e58b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #8e3818 !important;
  background-color: #e58b69 !important;
  border-color: #e58b69 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb99b !important;
  border-color: #ffb99b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff7c44 !important;
  border-color: #ff7c44 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff7c44 !important;
  border-color: #ff7c44 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f1f4e9 !important;
  border-color: #f1f4e9 !important;
  color: #80944a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #4e5a2d !important;
  background-color: #ccd7af !important;
  border-color: #ccd7af !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #80944a !important;
  background-color: #ccd7af !important;
  border-color: #ccd7af !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0d67f6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0644a6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d67f6 !important;
  border-color: #0d67f6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1f4e9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ccd7af !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #80944a !important;
  background-color: #f1f4e9 !important;
  border-color: #f1f4e9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a1e5cf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5dd2ac !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #1d6a51 !important;
  background-color: #a1e5cf !important;
  border-color: #a1e5cf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f2c4b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e58b69 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #8e3818 !important;
  background-color: #f2c4b3 !important;
  border-color: #f2c4b3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb99b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff7c44 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb99b !important;
  border-color: #ffb99b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1f4e9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ccd7af !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #80944a !important;
  background-color: #f1f4e9 !important;
  border-color: #f1f4e9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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;
  border-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;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0d67f6 !important;
}
.text-secondary {
  color: #f1f4e9 !important;
}
.text-success {
  color: #f2c4b3 !important;
}
.text-info {
  color: #a1e5cf !important;
}
.text-warning {
  color: #ffb99b !important;
}
.text-danger {
  color: #f1f4e9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #063e97 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c6d2a5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e3805c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #51cfa6 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff7235 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c6d2a5 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0d67f6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a1e5cf;
}
.alert-warning {
  background-color: #ffb99b;
}
.alert-danger {
  background-color: #f1f4e9;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0d67f6;
  border-color: #0d67f6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0d67f6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d2e3fd;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0d67f6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #0d67f6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0d67f6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0d67f6;
}
.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: #0d67f6;
  border-bottom-color: #0d67f6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0d67f6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f1f4e9 !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='%230d67f6' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: 1px solid #0d67f6 !important;
  padding: 13px 58px;
  font-weight: 800 !important;
  min-height: 60px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 13.5px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: 1px solid #0d67f6 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  color: #0d67f6 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  color: #f1f4e9 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  text-decoration: underline;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border: none !important;
}
.cid-tNLxDyiu2u .navbar-dropdown {
  position: relative !important;
}
.cid-tNLxDyiu2u .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNLxDyiu2u .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-tNLxDyiu2u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNLxDyiu2u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNLxDyiu2u .dropdown-item:hover,
.cid-tNLxDyiu2u .dropdown-item:focus {
  background: #0d67f6 !important;
  color: white !important;
}
.cid-tNLxDyiu2u .dropdown-item:hover span {
  color: white;
}
.cid-tNLxDyiu2u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNLxDyiu2u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNLxDyiu2u .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNLxDyiu2u .nav-link {
  position: relative;
}
.cid-tNLxDyiu2u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNLxDyiu2u .container {
    flex-wrap: nowrap;
  }
}
.cid-tNLxDyiu2u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNLxDyiu2u .dropdown-menu,
.cid-tNLxDyiu2u .navbar.opened {
  background: #ffffff !important;
}
.cid-tNLxDyiu2u .nav-item:focus,
.cid-tNLxDyiu2u .nav-link:focus {
  outline: none;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNLxDyiu2u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNLxDyiu2u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNLxDyiu2u .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNLxDyiu2u .navbar.opened {
  transition: all 0.3s;
}
.cid-tNLxDyiu2u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNLxDyiu2u .navbar .navbar-logo img {
  width: auto;
}
.cid-tNLxDyiu2u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNLxDyiu2u .navbar.collapsed {
  justify-content: center;
}
.cid-tNLxDyiu2u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNLxDyiu2u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNLxDyiu2u .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-tNLxDyiu2u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNLxDyiu2u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNLxDyiu2u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNLxDyiu2u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNLxDyiu2u .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-tNLxDyiu2u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNLxDyiu2u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNLxDyiu2u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNLxDyiu2u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNLxDyiu2u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNLxDyiu2u .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNLxDyiu2u .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNLxDyiu2u .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNLxDyiu2u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNLxDyiu2u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNLxDyiu2u .dropdown-item.active,
.cid-tNLxDyiu2u .dropdown-item:active {
  background-color: transparent;
}
.cid-tNLxDyiu2u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNLxDyiu2u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNLxDyiu2u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNLxDyiu2u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNLxDyiu2u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNLxDyiu2u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNLxDyiu2u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNLxDyiu2u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNLxDyiu2u .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-tNLxDyiu2u .navbar {
    height: 70px;
  }
  .cid-tNLxDyiu2u .navbar.opened {
    height: auto;
  }
  .cid-tNLxDyiu2u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWeAfIYnIn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeAfIYnIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeAfIYnIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeAfIYnIn .container {
    padding: 0 30px;
  }
}
.cid-tWeAfIYnIn .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-tWeAfIYnIn .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-tWeAfIYnIn .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tWeAfIYnIn .image-wrapper img {
    height: 300px;
  }
}
.cid-tWeAfIYnIn .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWeAfIYnIn .title-wrapper {
    height: auto;
  }
}
.cid-tWeAfIYnIn .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-tWeAfIYnIn .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-tWeAfIYnIn .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-tWeAfIYnIn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tWeAfIYnIn .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWeAfIYnIn .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tWeAfIYnIn .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-tWeAfIYnIn .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-tWeAfIYnIn .mbr-section-subtitle {
  color: #212529;
}
.cid-tWeAfIYnIn .mbr-section-title {
  color: #212529;
}
.cid-tWeAfIYnIn .mbr-text {
  color: #212529;
}
.cid-tWeDR5bkxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeDR5bkxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeDR5bkxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeDR5bkxQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWeDR5bkxQ .container {
    padding: 0 12px;
  }
}
.cid-tWeDR5bkxQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWeDR5bkxQ .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWeDR5bkxQ .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWeDR5bkxQ .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e3b4fa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWeDR5bkxQ .mbr-section-title {
  color: #222222;
}
.cid-tWgpnzycQG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f1f4e9;
  overflow: hidden;
  position: relative;
}
.cid-tWgpnzycQG .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #ffffff 30%, rgba(0, 37, 73, 0));
}
.cid-tWgpnzycQG .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tWgpnzycQG .mbr-section-title {
  color: #ffffff;
}
.cid-tWgpnzycQG .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tWgpnzycQG .mbr-section-title,
.cid-tWgpnzycQG .mbr-section-btn {
  color: #000000;
}
.cid-tWgpnzycQG .mbr-section-title,
.cid-tWgpnzycQG .mbr-section-btn DIV {
  text-align: left;
}
.cid-tNLHcgrG7S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/window-cleaning1-612x408.jpg");
}
.cid-tNLHcgrG7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLHcgrG7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLHcgrG7S .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNLHcgrG7S .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNLHcgrG7S .container {
    padding: 0 30px;
  }
}
.cid-tNLHcgrG7S .row {
  justify-content: center;
}
.cid-tNLHcgrG7S .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-right: 60px;
  margin-right: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tNLHcgrG7S .title-wrapper {
    height: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tNLHcgrG7S .title-wrapper {
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-tNLHcgrG7S .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tNLHcgrG7S .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tNLHcgrG7S .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tNLHcgrG7S .image-wrapper {
  padding: 0 10px;
}
.cid-tNLHcgrG7S .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNLHcgrG7S .image-wrapper img {
    height: 300px;
  }
}
.cid-tNLHcgrG7S .mbr-section-title {
  color: #010101;
  text-align: left;
}
.cid-tNLHcgrG7S .mbr-text {
  color: #010101;
  text-align: left;
}
.cid-tNLHcgrG7S .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tE2tQpzWbp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f4e9;
}
.cid-tE2tQpzWbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2tQpzWbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tE2tQpzWbp .container {
    padding: 0 30px;
  }
}
.cid-tE2tQpzWbp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tE2tQpzWbp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tE2tQpzWbp .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tE2tQpzWbp .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-tE2tDl7VWM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tE2tDl7VWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2tDl7VWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tE2tDl7VWM .container {
    padding: 0 30px;
  }
}
.cid-tE2tDl7VWM .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tE2tDl7VWM .row {
    margin: 0 -34px;
  }
}
.cid-tE2tDl7VWM .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tE2tDl7VWM .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tE2tDl7VWM .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-tE2tDl7VWM .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tE2tDl7VWM .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE2tDl7VWM .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tE2tDl7VWM .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-tE2tDl7VWM .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-tP8UDk1uGR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tP8UDk1uGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP8UDk1uGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tP8UDk1uGR .container {
    padding: 0 30px;
  }
}
.cid-tP8UDk1uGR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tP8UDk1uGR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tP8UDk1uGR .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tP8UDk1uGR .mbr-text {
  color: #212529;
}
.cid-tE2u0ovUUZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tE2u0ovUUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2u0ovUUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tE2u0ovUUZ .container {
    padding: 0 30px;
  }
}
.cid-tE2u0ovUUZ .title-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-tE2u0ovUUZ .title-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tE2u0ovUUZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tE2u0ovUUZ .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-tE2u0ovUUZ .icon-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tE2u0ovUUZ .icon-wrap {
    margin-bottom: 40px;
  }
}
.cid-tE2u0ovUUZ .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #deb350;
  border-radius: 100%;
}
.cid-tE2u0ovUUZ .image-wrapper {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-tE2u0ovUUZ .image-wrapper {
    padding: 0;
  }
}
.cid-tE2u0ovUUZ .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tE2u0ovUUZ .image-wrapper .image_1 {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-tE2u0ovUUZ .image-wrapper .image_2 {
  height: 380px;
  object-fit: cover;
  margin: -18% 0 0 -12%;
}
@media (max-width: 992px) {
  .cid-tE2u0ovUUZ .image-wrapper .image_2 {
    height: 250px;
    margin: 0 0 40px 0;
  }
}
.cid-tE2u0ovUUZ .mbr-section-title {
  color: #212529;
}
.cid-tE2u0ovUUZ .mbr-text {
  color: #000000;
}
.cid-tWdOCKyStM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWdOCKyStM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdOCKyStM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWdOCKyStM .container {
    padding: 0 20px;
  }
}
.cid-tWdOCKyStM .row {
  margin: 0;
}
.cid-tWdOCKyStM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWdOCKyStM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWdOCKyStM .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tWdOCKyStM .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tWdOCKyStM .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWdOCKyStM .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tWdOCKyStM .mbr-section-title {
  color: #010101;
  text-align: center;
}
.cid-tWeAuqGCqs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeAuqGCqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeAuqGCqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeAuqGCqs .container {
    padding: 0 30px;
  }
}
.cid-tWeAuqGCqs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWeAuqGCqs .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWeAuqGCqs .row.content {
  padding: 30px 0;
  border-top: 1px solid #533633;
  border-bottom: 1px solid #533633;
}
.cid-tWeAuqGCqs .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWeAuqGCqs .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tWeAuqGCqs .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tWeAuqGCqs .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tWeAuqGCqs .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tWeAuqGCqs .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tWeAuqGCqs .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tWeAuqGCqs .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tWeAuqGCqs .mbr-section-btn {
  margin-top: 30px;
}
.cid-tWeAuqGCqs .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tWeAuqGCqs .mbr-section-title {
  color: #f1f4e9;
}
.cid-tWeAuqGCqs .mbr-desc {
  color: #f1f4e9;
}
.cid-tWeAuqGCqs .mbr-text {
  color: #010101;
  text-align: left;
}
.cid-tWeAuqGCqs .mbr-name {
  color: #f1f4e9;
}
.cid-tWeAuqGCqs .mbr-section-title,
.cid-tWeAuqGCqs .mbr-section-btn {
  text-align: center;
}
.cid-tWeAuqGCqs .mbr-desc,
.cid-tWeAuqGCqs .rating-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tWgpJG60ng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWgpJG60ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWgpJG60ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWgpJG60ng .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWgpJG60ng .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWgpJG60ng .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWgpJG60ng .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWgpJG60ng .container {
    padding: 0 12px;
  }
}
.cid-tWgpJG60ng .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWgpJG60ng .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWgpJG60ng .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWgpJG60ng .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWgpJG60ng .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWgpJG60ng .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWgpJG60ng .mbr-section-title,
.cid-tWgpJG60ng .mbr-section-btn {
  text-align: center;
}
.cid-tNMdAOiDvy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f4e9;
}
.cid-tNMdAOiDvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMdAOiDvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNMdAOiDvy .row {
  margin: 0 !important;
}
.cid-tNMdAOiDvy .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tNMdAOiDvy .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tNMdAOiDvy .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tNMdAOiDvy .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-tNMdAOiDvy .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tNMdAOiDvy .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tNMdAOiDvy .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tNMdAOiDvy .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tNMdAOiDvy .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tNMdAOiDvy .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNMdAOiDvy .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNMdAOiDvy .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tNMdAOiDvy .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tNMdAOiDvy .panel-group {
  border: none;
}
.cid-tNMdAOiDvy .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tNMdAOiDvy .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNMdAOiDvy .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNMdAOiDvy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tNMdAOiDvy .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tNMdAOiDvy .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tNMdAOiDvy .panel-title-edit {
  color: #131313;
}
.cid-tNMdAOiDvy .panel-body {
  padding: 0 0 20px;
}
.cid-tNMdAOiDvy .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tNLGt3jjBz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNLGt3jjBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLGt3jjBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNLGt3jjBz .container {
    padding: 0 30px;
  }
}
.cid-tNLGt3jjBz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNLGt3jjBz .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNLGt3jjBz .row.content {
  padding: 30px 0;
  border-top: 1px solid #533633;
  border-bottom: 1px solid #533633;
}
.cid-tNLGt3jjBz .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNLGt3jjBz .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tNLGt3jjBz .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tNLGt3jjBz .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tNLGt3jjBz .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tNLGt3jjBz .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tNLGt3jjBz .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tNLGt3jjBz .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tNLGt3jjBz .mbr-section-btn {
  margin-top: 30px;
}
.cid-tNLGt3jjBz .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tNLGt3jjBz .mbr-section-title {
  color: #f1f4e9;
}
.cid-tNLGt3jjBz .mbr-desc {
  color: #f1f4e9;
}
.cid-tNLGt3jjBz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tNLGt3jjBz .mbr-name {
  color: #f1f4e9;
}
.cid-tNLGt3jjBz .mbr-section-title,
.cid-tNLGt3jjBz .mbr-section-btn {
  text-align: center;
}
.cid-tNLGt3jjBz .mbr-desc,
.cid-tNLGt3jjBz .rating-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tE2ugSmHLU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tE2ugSmHLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2ugSmHLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tE2ugSmHLU .container {
    padding: 0 30px;
  }
}
.cid-tE2ugSmHLU .row {
  justify-content: center;
}
.cid-tE2ugSmHLU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tE2ugSmHLU .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 25px 100px;
}
.cid-tE2ugSmHLU .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-tE2ugSmHLU .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-tE2ugSmHLU .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tE2ugSmHLU .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tE2ugSmHLU .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tP9hGvgDP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP9hGvgDP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP9hGvgDP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tP9hGvgDP0 .container {
    padding: 0 30px;
  }
}
.cid-tP9hGvgDP0 .image-wrapper {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-tP9hGvgDP0 .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tP9hGvgDP0 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tP9hGvgDP0 .image-wrapper img {
    height: 300px;
  }
}
.cid-tP9hGvgDP0 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tP9hGvgDP0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tP9hGvgDP0 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-tP9hGvgDP0 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 24px;
}
.cid-tP9hGvgDP0 .mbr-section-subtitle {
  color: #212529;
}
.cid-tP9hGvgDP0 .mbr-section-title {
  color: #212529;
}
.cid-tP9hGvgDP0 .mbr-text {
  color: #212529;
}
.cid-tNLG92CJXa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNLG92CJXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLG92CJXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLG92CJXa .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tNLG92CJXa .container-fluid {
    padding: 0 12px;
  }
}
.cid-tNLG92CJXa .container-fluid .row {
  padding: 0;
}
.cid-tNLG92CJXa .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tNLG92CJXa .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tNLG92CJXa .card {
    padding: 48px 20px;
  }
}
.cid-tNLG92CJXa .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tNLG92CJXa .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNLG92CJXa .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tNLG92CJXa .card .google-map {
    height: 250px;
  }
}
.cid-tNLG92CJXa .card .google-map iframe {
  height: 100%;
}
.cid-tNLG92CJXa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWdwvHzCPz .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWdwvHzCPz .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f1f4e9;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .img-bg {
    display: none;
  }
}
.cid-tWdwvHzCPz .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .container {
    padding: 0 !important;
  }
}
.cid-tWdwvHzCPz .row {
  width: 100%;
  align-items: center;
}
.cid-tWdwvHzCPz .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f1f4e9;
  }
}
.cid-tWdwvHzCPz .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWdwvHzCPz .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWdwvHzCPz .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .brand-text {
    margin-top: 45px;
  }
}
.cid-tWdwvHzCPz .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWdwvHzCPz .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWdwvHzCPz .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tWdwvHzCPz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWdwvHzCPz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWdwvHzCPz .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWdwvHzCPz .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWdwvHzCPz .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWdwvHzCPz .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWdwvHzCPz .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWdwvHzCPz .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWdwvHzCPz .col-link3 {
    padding-left: 0;
  }
}
.cid-tWdwvHzCPz .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tWdwvHzCPz .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWdwvHzCPz .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWdwvHzCPz .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tWdwvHzCPz .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWdwvHzCPz .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .copyright {
    text-align: center !important;
  }
}
.cid-tNLxDyiu2u .navbar-dropdown {
  position: relative !important;
}
.cid-tNLxDyiu2u .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNLxDyiu2u .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-tNLxDyiu2u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNLxDyiu2u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNLxDyiu2u .dropdown-item:hover,
.cid-tNLxDyiu2u .dropdown-item:focus {
  background: #0d67f6 !important;
  color: white !important;
}
.cid-tNLxDyiu2u .dropdown-item:hover span {
  color: white;
}
.cid-tNLxDyiu2u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNLxDyiu2u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNLxDyiu2u .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNLxDyiu2u .nav-link {
  position: relative;
}
.cid-tNLxDyiu2u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNLxDyiu2u .container {
    flex-wrap: nowrap;
  }
}
.cid-tNLxDyiu2u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNLxDyiu2u .dropdown-menu,
.cid-tNLxDyiu2u .navbar.opened {
  background: #ffffff !important;
}
.cid-tNLxDyiu2u .nav-item:focus,
.cid-tNLxDyiu2u .nav-link:focus {
  outline: none;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNLxDyiu2u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNLxDyiu2u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNLxDyiu2u .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNLxDyiu2u .navbar.opened {
  transition: all 0.3s;
}
.cid-tNLxDyiu2u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNLxDyiu2u .navbar .navbar-logo img {
  width: auto;
}
.cid-tNLxDyiu2u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNLxDyiu2u .navbar.collapsed {
  justify-content: center;
}
.cid-tNLxDyiu2u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNLxDyiu2u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNLxDyiu2u .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-tNLxDyiu2u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNLxDyiu2u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNLxDyiu2u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNLxDyiu2u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNLxDyiu2u .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-tNLxDyiu2u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNLxDyiu2u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNLxDyiu2u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNLxDyiu2u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNLxDyiu2u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNLxDyiu2u .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNLxDyiu2u .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNLxDyiu2u .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNLxDyiu2u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNLxDyiu2u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNLxDyiu2u .dropdown-item.active,
.cid-tNLxDyiu2u .dropdown-item:active {
  background-color: transparent;
}
.cid-tNLxDyiu2u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNLxDyiu2u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNLxDyiu2u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNLxDyiu2u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNLxDyiu2u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNLxDyiu2u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNLxDyiu2u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNLxDyiu2u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNLxDyiu2u .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-tNLxDyiu2u .navbar {
    height: 70px;
  }
  .cid-tNLxDyiu2u .navbar.opened {
    height: auto;
  }
  .cid-tNLxDyiu2u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNLoYWOXNX {
  background-image: url("../../../assets/images/istockphoto-1016523356-612x408.jpg");
}
.cid-tNLoYWOXNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLoYWOXNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNLoYWOXNX .container {
    padding: 0 30px;
  }
}
.cid-tNLoYWOXNX .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNLoYWOXNX .title-wrapper {
    height: auto;
    margin-bottom: 40px;
  }
}
.cid-tNLoYWOXNX .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 40px;
}
.cid-tNLoYWOXNX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-tNLoYWOXNX .image-wrapper {
  padding: 0 55px 0 68px;
}
@media (max-width: 992px) {
  .cid-tNLoYWOXNX .image-wrapper {
    padding: 0;
  }
}
.cid-tNLoYWOXNX .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNLoYWOXNX .image-wrapper img {
    height: 350px;
  }
}
.cid-tNLoYWOXNX .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNLoYWOXNX .mbr-section-title {
  color: #212529;
}
.cid-tNLoYWOXNX .mbr-section-title,
.cid-tNLoYWOXNX .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-tNLKEX3CHd {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNLKEX3CHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLKEX3CHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNLKEX3CHd .container {
    padding: 0 30px;
  }
}
.cid-tNLKEX3CHd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNLKEX3CHd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNLKEX3CHd .mbr-section-title {
  color: #212529;
}
.cid-tNLKEX3CHd .mbr-text {
  color: #212529;
}
.cid-tNLL9MjOva {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNLL9MjOva .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLL9MjOva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLL9MjOva .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tNLL9MjOva .container-fluid {
    padding: 0 12px;
  }
}
.cid-tNLL9MjOva .container-fluid .row {
  padding: 0;
}
.cid-tNLL9MjOva .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tNLL9MjOva .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tNLL9MjOva .card {
    padding: 48px 20px;
  }
}
.cid-tNLL9MjOva .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tNLL9MjOva .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNLL9MjOva .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tNLL9MjOva .card .google-map {
    height: 250px;
  }
}
.cid-tNLL9MjOva .card .google-map iframe {
  height: 100%;
}
.cid-tNLL9MjOva .mbr-section-title {
  color: #d2d2d2;
  text-align: center;
}
.cid-tWdwvHzCPz .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWdwvHzCPz .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f1f4e9;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .img-bg {
    display: none;
  }
}
.cid-tWdwvHzCPz .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .container {
    padding: 0 !important;
  }
}
.cid-tWdwvHzCPz .row {
  width: 100%;
  align-items: center;
}
.cid-tWdwvHzCPz .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f1f4e9;
  }
}
.cid-tWdwvHzCPz .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWdwvHzCPz .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWdwvHzCPz .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .brand-text {
    margin-top: 45px;
  }
}
.cid-tWdwvHzCPz .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWdwvHzCPz .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWdwvHzCPz .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tWdwvHzCPz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWdwvHzCPz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWdwvHzCPz .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWdwvHzCPz .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWdwvHzCPz .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWdwvHzCPz .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWdwvHzCPz .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWdwvHzCPz .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWdwvHzCPz .col-link3 {
    padding-left: 0;
  }
}
.cid-tWdwvHzCPz .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tWdwvHzCPz .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWdwvHzCPz .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWdwvHzCPz .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tWdwvHzCPz .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWdwvHzCPz .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .copyright {
    text-align: center !important;
  }
}
.cid-tNLLoczKaN .navbar-dropdown {
  position: relative !important;
}
.cid-tNLLoczKaN .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNLLoczKaN .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-tNLLoczKaN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNLLoczKaN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNLLoczKaN .dropdown-item:hover,
.cid-tNLLoczKaN .dropdown-item:focus {
  background: #0d67f6 !important;
  color: white !important;
}
.cid-tNLLoczKaN .dropdown-item:hover span {
  color: white;
}
.cid-tNLLoczKaN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNLLoczKaN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNLLoczKaN .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNLLoczKaN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNLLoczKaN .nav-link {
  position: relative;
}
.cid-tNLLoczKaN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNLLoczKaN .container {
    flex-wrap: nowrap;
  }
}
.cid-tNLLoczKaN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNLLoczKaN .dropdown-menu,
.cid-tNLLoczKaN .navbar.opened {
  background: #ffffff !important;
}
.cid-tNLLoczKaN .nav-item:focus,
.cid-tNLLoczKaN .nav-link:focus {
  outline: none;
}
.cid-tNLLoczKaN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNLLoczKaN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNLLoczKaN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNLLoczKaN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNLLoczKaN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNLLoczKaN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNLLoczKaN .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNLLoczKaN .navbar.opened {
  transition: all 0.3s;
}
.cid-tNLLoczKaN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNLLoczKaN .navbar .navbar-logo img {
  width: auto;
}
.cid-tNLLoczKaN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNLLoczKaN .navbar.collapsed {
  justify-content: center;
}
.cid-tNLLoczKaN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNLLoczKaN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNLLoczKaN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNLLoczKaN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNLLoczKaN .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-tNLLoczKaN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNLLoczKaN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNLLoczKaN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNLLoczKaN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNLLoczKaN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNLLoczKaN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNLLoczKaN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNLLoczKaN .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-tNLLoczKaN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNLLoczKaN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNLLoczKaN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNLLoczKaN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNLLoczKaN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNLLoczKaN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNLLoczKaN .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNLLoczKaN .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNLLoczKaN .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNLLoczKaN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNLLoczKaN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNLLoczKaN .dropdown-item.active,
.cid-tNLLoczKaN .dropdown-item:active {
  background-color: transparent;
}
.cid-tNLLoczKaN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNLLoczKaN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNLLoczKaN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNLLoczKaN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNLLoczKaN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNLLoczKaN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNLLoczKaN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNLLoczKaN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNLLoczKaN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNLLoczKaN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNLLoczKaN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNLLoczKaN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLLoczKaN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLLoczKaN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNLLoczKaN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLLoczKaN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNLLoczKaN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNLLoczKaN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLLoczKaN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNLLoczKaN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNLLoczKaN .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-tNLLoczKaN .navbar {
    height: 70px;
  }
  .cid-tNLLoczKaN .navbar.opened {
    height: auto;
  }
  .cid-tNLLoczKaN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNLLo8v7oL {
  background-image: url("../../../assets/images/window-cleaning14-612x328.jpg");
}
.cid-tNLLo8v7oL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLLo8v7oL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNLLo8v7oL .container {
    padding: 0 30px;
  }
}
.cid-tNLLo8v7oL .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNLLo8v7oL .title-wrapper {
    height: auto;
    margin-bottom: 40px;
  }
}
.cid-tNLLo8v7oL .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 40px;
}
.cid-tNLLo8v7oL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-tNLLo8v7oL .image-wrapper {
  padding: 0 55px 0 68px;
}
@media (max-width: 992px) {
  .cid-tNLLo8v7oL .image-wrapper {
    padding: 0;
  }
}
.cid-tNLLo8v7oL .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNLLo8v7oL .image-wrapper img {
    height: 350px;
  }
}
.cid-tNLLo8v7oL .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNLLo8v7oL .mbr-section-title {
  color: #212529;
}
.cid-tNLLo8v7oL .mbr-section-title,
.cid-tNLLo8v7oL .mbr-section-btn {
  text-align: right;
}
.cid-tNLLo9HcTw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNLLo9HcTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLLo9HcTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNLLo9HcTw .container {
    padding: 0 30px;
  }
}
.cid-tNLLo9HcTw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNLLo9HcTw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNLLo9HcTw .mbr-section-title {
  color: #212529;
}
.cid-tNLLo9HcTw .mbr-text {
  color: #212529;
}
.cid-tNLLoaI8wt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNLLoaI8wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLLoaI8wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLLoaI8wt .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tNLLoaI8wt .container-fluid {
    padding: 0 12px;
  }
}
.cid-tNLLoaI8wt .container-fluid .row {
  padding: 0;
}
.cid-tNLLoaI8wt .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tNLLoaI8wt .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tNLLoaI8wt .card {
    padding: 48px 20px;
  }
}
.cid-tNLLoaI8wt .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tNLLoaI8wt .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNLLoaI8wt .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tNLLoaI8wt .card .google-map {
    height: 250px;
  }
}
.cid-tNLLoaI8wt .card .google-map iframe {
  height: 100%;
}
.cid-tNLLoaI8wt .mbr-section-title {
  color: #d2d2d2;
  text-align: center;
}
.cid-tWdwvHzCPz .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWdwvHzCPz .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f1f4e9;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .img-bg {
    display: none;
  }
}
.cid-tWdwvHzCPz .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .container {
    padding: 0 !important;
  }
}
.cid-tWdwvHzCPz .row {
  width: 100%;
  align-items: center;
}
.cid-tWdwvHzCPz .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f1f4e9;
  }
}
.cid-tWdwvHzCPz .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWdwvHzCPz .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWdwvHzCPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWdwvHzCPz .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .brand-text {
    margin-top: 45px;
  }
}
.cid-tWdwvHzCPz .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWdwvHzCPz .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWdwvHzCPz .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tWdwvHzCPz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWdwvHzCPz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWdwvHzCPz .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWdwvHzCPz .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWdwvHzCPz .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWdwvHzCPz .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWdwvHzCPz .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWdwvHzCPz .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWdwvHzCPz .col-link3 {
    padding-left: 0;
  }
}
.cid-tWdwvHzCPz .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tWdwvHzCPz .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWdwvHzCPz .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWdwvHzCPz .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tWdwvHzCPz .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWdwvHzCPz .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWdwvHzCPz .copyright {
    text-align: center !important;
  }
}
.cid-tWeH0PybEQ .navbar-dropdown {
  position: relative !important;
}
.cid-tWeH0PybEQ .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tWeH0PybEQ .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-tWeH0PybEQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWeH0PybEQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWeH0PybEQ .dropdown-item:hover,
.cid-tWeH0PybEQ .dropdown-item:focus {
  background: #0d67f6 !important;
  color: white !important;
}
.cid-tWeH0PybEQ .dropdown-item:hover span {
  color: white;
}
.cid-tWeH0PybEQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWeH0PybEQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWeH0PybEQ .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWeH0PybEQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWeH0PybEQ .nav-link {
  position: relative;
}
.cid-tWeH0PybEQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWeH0PybEQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tWeH0PybEQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWeH0PybEQ .dropdown-menu,
.cid-tWeH0PybEQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tWeH0PybEQ .nav-item:focus,
.cid-tWeH0PybEQ .nav-link:focus {
  outline: none;
}
.cid-tWeH0PybEQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWeH0PybEQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWeH0PybEQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWeH0PybEQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWeH0PybEQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWeH0PybEQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWeH0PybEQ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWeH0PybEQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tWeH0PybEQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWeH0PybEQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tWeH0PybEQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWeH0PybEQ .navbar.collapsed {
  justify-content: center;
}
.cid-tWeH0PybEQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWeH0PybEQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWeH0PybEQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWeH0PybEQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWeH0PybEQ .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-tWeH0PybEQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWeH0PybEQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWeH0PybEQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWeH0PybEQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWeH0PybEQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWeH0PybEQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWeH0PybEQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWeH0PybEQ .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-tWeH0PybEQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWeH0PybEQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWeH0PybEQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWeH0PybEQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWeH0PybEQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWeH0PybEQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWeH0PybEQ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tWeH0PybEQ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tWeH0PybEQ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWeH0PybEQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWeH0PybEQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWeH0PybEQ .dropdown-item.active,
.cid-tWeH0PybEQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tWeH0PybEQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWeH0PybEQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWeH0PybEQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWeH0PybEQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWeH0PybEQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWeH0PybEQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWeH0PybEQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWeH0PybEQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWeH0PybEQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWeH0PybEQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWeH0PybEQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWeH0PybEQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWeH0PybEQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWeH0PybEQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWeH0PybEQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWeH0PybEQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWeH0PybEQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWeH0PybEQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWeH0PybEQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWeH0PybEQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWeH0PybEQ .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-tWeH0PybEQ .navbar {
    height: 70px;
  }
  .cid-tWeH0PybEQ .navbar.opened {
    height: auto;
  }
  .cid-tWeH0PybEQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWeH0Qk01Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeH0Qk01Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH0Qk01Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeH0Qk01Z .container {
    padding: 0 30px;
  }
}
.cid-tWeH0Qk01Z .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-tWeH0Qk01Z .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-tWeH0Qk01Z .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tWeH0Qk01Z .image-wrapper img {
    height: 300px;
  }
}
.cid-tWeH0Qk01Z .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWeH0Qk01Z .title-wrapper {
    height: auto;
  }
}
.cid-tWeH0Qk01Z .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-tWeH0Qk01Z .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-tWeH0Qk01Z .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-tWeH0Qk01Z .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tWeH0Qk01Z .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWeH0Qk01Z .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tWeH0Qk01Z .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-tWeH0Qk01Z .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-tWeH0Qk01Z .mbr-section-subtitle {
  color: #212529;
}
.cid-tWeH0Qk01Z .mbr-section-title {
  color: #212529;
}
.cid-tWeH0Qk01Z .mbr-text {
  color: #212529;
}
.cid-tWeH0Rx7vJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeH0Rx7vJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH0Rx7vJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeH0Rx7vJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWeH0Rx7vJ .container {
    padding: 0 12px;
  }
}
.cid-tWeH0Rx7vJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWeH0Rx7vJ .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWeH0Rx7vJ .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWeH0Rx7vJ .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e3b4fa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWeH0Rx7vJ .mbr-section-title {
  color: #222222;
}
.cid-tWeHxnWWJh {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #f1f4e9;
}
.cid-tWeHxnWWJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeHxnWWJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeH0T0mLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/window-cleaning9-612x408.jpg");
}
.cid-tWeH0T0mLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH0T0mLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeH0T0mLE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWeH0T0mLE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWeH0T0mLE .container {
    padding: 0 30px;
  }
}
.cid-tWeH0T0mLE .row {
  justify-content: center;
}
.cid-tWeH0T0mLE .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-right: 60px;
  margin-right: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tWeH0T0mLE .title-wrapper {
    height: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tWeH0T0mLE .title-wrapper {
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-tWeH0T0mLE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tWeH0T0mLE .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tWeH0T0mLE .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tWeH0T0mLE .image-wrapper {
  padding: 0 10px;
}
.cid-tWeH0T0mLE .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWeH0T0mLE .image-wrapper img {
    height: 300px;
  }
}
.cid-tWeH0T0mLE .mbr-section-title {
  color: #010101;
  text-align: left;
}
.cid-tWeH0T0mLE .mbr-text {
  color: #010101;
  text-align: left;
}
.cid-tWeH0T0mLE .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tWeH0TPfCK {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f4e9;
}
.cid-tWeH0TPfCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH0TPfCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeH0TPfCK .container {
    padding: 0 30px;
  }
}
.cid-tWeH0TPfCK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWeH0TPfCK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWeH0TPfCK .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tWeH0TPfCK .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-tWeH0Uy70u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeH0Uy70u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH0Uy70u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeH0Uy70u .container {
    padding: 0 30px;
  }
}
.cid-tWeH0Uy70u .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tWeH0Uy70u .row {
    margin: 0 -34px;
  }
}
.cid-tWeH0Uy70u .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tWeH0Uy70u .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tWeH0Uy70u .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-tWeH0Uy70u .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tWeH0Uy70u .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWeH0Uy70u .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tWeH0Uy70u .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-tWeH0Uy70u .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-tWeH0VtHzM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeH0VtHzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH0VtHzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeH0VtHzM .container {
    padding: 0 30px;
  }
}
.cid-tWeH0VtHzM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tWeH0VtHzM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWeH0VtHzM .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWeH0VtHzM .mbr-text {
  color: #212529;
}
.cid-tWeH0Wh8wV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWeH0Wh8wV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH0Wh8wV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeH0Wh8wV .container {
    padding: 0 30px;
  }
}
.cid-tWeH0Wh8wV .title-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-tWeH0Wh8wV .title-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tWeH0Wh8wV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tWeH0Wh8wV .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-tWeH0Wh8wV .icon-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tWeH0Wh8wV .icon-wrap {
    margin-bottom: 40px;
  }
}
.cid-tWeH0Wh8wV .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #deb350;
  border-radius: 100%;
}
.cid-tWeH0Wh8wV .image-wrapper {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-tWeH0Wh8wV .image-wrapper {
    padding: 0;
  }
}
.cid-tWeH0Wh8wV .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWeH0Wh8wV .image-wrapper .image_1 {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-tWeH0Wh8wV .image-wrapper .image_2 {
  height: 380px;
  object-fit: cover;
  margin: -18% 0 0 -12%;
}
@media (max-width: 992px) {
  .cid-tWeH0Wh8wV .image-wrapper .image_2 {
    height: 250px;
    margin: 0 0 40px 0;
  }
}
.cid-tWeH0Wh8wV .mbr-section-title {
  color: #212529;
}
.cid-tWeH0Wh8wV .mbr-text {
  color: #000000;
}
.cid-tWeH0XSR8V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeH0XSR8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH0XSR8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeH0XSR8V .container {
    padding: 0 30px;
  }
}
.cid-tWeH0XSR8V .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWeH0XSR8V .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWeH0XSR8V .row.content {
  padding: 30px 0;
  border-top: 1px solid #533633;
  border-bottom: 1px solid #533633;
}
.cid-tWeH0XSR8V .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWeH0XSR8V .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tWeH0XSR8V .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tWeH0XSR8V .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tWeH0XSR8V .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tWeH0XSR8V .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tWeH0XSR8V .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tWeH0XSR8V .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tWeH0XSR8V .mbr-section-btn {
  margin-top: 30px;
}
.cid-tWeH0XSR8V .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tWeH0XSR8V .mbr-section-title {
  color: #f1f4e9;
}
.cid-tWeH0XSR8V .mbr-desc {
  color: #f1f4e9;
}
.cid-tWeH0XSR8V .mbr-text {
  color: #010101;
  text-align: left;
}
.cid-tWeH0XSR8V .mbr-name {
  color: #f1f4e9;
}
.cid-tWeH0XSR8V .mbr-section-title,
.cid-tWeH0XSR8V .mbr-section-btn {
  text-align: center;
}
.cid-tWeH0XSR8V .mbr-desc,
.cid-tWeH0XSR8V .rating-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tWgq5OvdAa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWgq5OvdAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWgq5OvdAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWgq5OvdAa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWgq5OvdAa .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWgq5OvdAa .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWgq5OvdAa .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWgq5OvdAa .container {
    padding: 0 12px;
  }
}
.cid-tWgq5OvdAa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWgq5OvdAa .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWgq5OvdAa .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWgq5OvdAa .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWgq5OvdAa .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWgq5OvdAa .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWgq5OvdAa .mbr-section-title,
.cid-tWgq5OvdAa .mbr-section-btn {
  text-align: center;
}
.cid-tWeH0YHpWs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f4e9;
}
.cid-tWeH0YHpWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH0YHpWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeH0YHpWs .row {
  margin: 0 !important;
}
.cid-tWeH0YHpWs .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tWeH0YHpWs .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tWeH0YHpWs .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tWeH0YHpWs .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-tWeH0YHpWs .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tWeH0YHpWs .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tWeH0YHpWs .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tWeH0YHpWs .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tWeH0YHpWs .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tWeH0YHpWs .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tWeH0YHpWs .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tWeH0YHpWs .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tWeH0YHpWs .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tWeH0YHpWs .panel-group {
  border: none;
}
.cid-tWeH0YHpWs .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tWeH0YHpWs .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWeH0YHpWs .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tWeH0YHpWs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tWeH0YHpWs .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tWeH0YHpWs .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tWeH0YHpWs .panel-title-edit {
  color: #131313;
}
.cid-tWeH0YHpWs .panel-body {
  padding: 0 0 20px;
}
.cid-tWeH0YHpWs .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tWeH0ZNGC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeH0ZNGC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH0ZNGC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeH0ZNGC7 .container {
    padding: 0 30px;
  }
}
.cid-tWeH0ZNGC7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWeH0ZNGC7 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWeH0ZNGC7 .row.content {
  padding: 30px 0;
  border-top: 1px solid #533633;
  border-bottom: 1px solid #533633;
}
.cid-tWeH0ZNGC7 .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWeH0ZNGC7 .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tWeH0ZNGC7 .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tWeH0ZNGC7 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tWeH0ZNGC7 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tWeH0ZNGC7 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tWeH0ZNGC7 .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tWeH0ZNGC7 .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tWeH0ZNGC7 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tWeH0ZNGC7 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tWeH0ZNGC7 .mbr-section-title {
  color: #f1f4e9;
}
.cid-tWeH0ZNGC7 .mbr-desc {
  color: #f1f4e9;
}
.cid-tWeH0ZNGC7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tWeH0ZNGC7 .mbr-name {
  color: #f1f4e9;
}
.cid-tWeH0ZNGC7 .mbr-section-title,
.cid-tWeH0ZNGC7 .mbr-section-btn {
  text-align: center;
}
.cid-tWeH0ZNGC7 .mbr-desc,
.cid-tWeH0ZNGC7 .rating-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tWeH10Ep8h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeH10Ep8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH10Ep8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeH10Ep8h .container {
    padding: 0 30px;
  }
}
.cid-tWeH10Ep8h .row {
  justify-content: center;
}
.cid-tWeH10Ep8h .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tWeH10Ep8h .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 25px 100px;
}
.cid-tWeH10Ep8h .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-tWeH10Ep8h .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-tWeH10Ep8h .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWeH10Ep8h .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tWeH10Ep8h .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tWeH11EgxN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeH11EgxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH11EgxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeH11EgxN .container {
    padding: 0 30px;
  }
}
.cid-tWeH11EgxN .image-wrapper {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-tWeH11EgxN .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tWeH11EgxN .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWeH11EgxN .image-wrapper img {
    height: 300px;
  }
}
.cid-tWeH11EgxN .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tWeH11EgxN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWeH11EgxN .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-tWeH11EgxN .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 24px;
}
.cid-tWeH11EgxN .mbr-section-subtitle {
  color: #212529;
}
.cid-tWeH11EgxN .mbr-section-title {
  color: #212529;
}
.cid-tWeH11EgxN .mbr-text {
  color: #212529;
}
.cid-tWeH11EgxN .mbr-section-title,
.cid-tWeH11EgxN .mbr-section-btn {
  text-align: center;
}
.cid-tWeJNr9B15 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeJNr9B15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeJNr9B15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeJNr9B15 .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
}
.cid-tWeJNr9B15 .mbr-section-title {
  color: #010101;
}
.cid-tWeJNr9B15 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tWeJNr9B15 .panel-group {
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
}
.cid-tWeJNr9B15 .card {
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-tWeJNr9B15 .card:not(:first-child) {
  border-top: 1px solid #bbbbbb;
}
.cid-tWeJNr9B15 .mbr-iconfont {
  font-size: 10px !important;
  font-family: 'Moririse2' !important;
  color: #1f1d1a;
  margin-left: 1rem;
  padding: 17px;
  background-color: #f1f4e9;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tWeJNr9B15 .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tWeJNr9B15 .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tWeJNr9B15 .panel-title {
  padding: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tWeJNr9B15 .panel-title {
    padding: 20px !important;
  }
}
.cid-tWeJNr9B15 .panel-title:hover {
  text-decoration-line: none !important;
}
.cid-tWeJNr9B15 .panel-title:hover .panel-title-edit {
  text-decoration: underline !important;
}
.cid-tWeJNr9B15 .panel-body {
  padding: 0 2rem 2rem 2rem;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .cid-tWeJNr9B15 .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-tWeJNr9B15 .panel-text {
  margin-bottom: 16px;
  color: #353535;
}
.cid-tWeJNr9B15 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWeJNr9B15 .panel-title-edit {
  color: #1F1D1A;
  padding-right: 12px;
}
.cid-tWeH12Dfzw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWeH12Dfzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeH12Dfzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeH12Dfzw .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tWeH12Dfzw .container-fluid {
    padding: 0 12px;
  }
}
.cid-tWeH12Dfzw .container-fluid .row {
  padding: 0;
}
.cid-tWeH12Dfzw .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tWeH12Dfzw .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tWeH12Dfzw .card {
    padding: 48px 20px;
  }
}
.cid-tWeH12Dfzw .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tWeH12Dfzw .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWeH12Dfzw .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tWeH12Dfzw .card .google-map {
    height: 250px;
  }
}
.cid-tWeH12Dfzw .card .google-map iframe {
  height: 100%;
}
.cid-tWeH12Dfzw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWeH13B89n .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWeH13B89n .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f1f4e9;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWeH13B89n .img-bg {
    display: none;
  }
}
.cid-tWeH13B89n .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWeH13B89n .container {
    padding: 0 !important;
  }
}
.cid-tWeH13B89n .row {
  width: 100%;
  align-items: center;
}
.cid-tWeH13B89n .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWeH13B89n .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tWeH13B89n .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f1f4e9;
  }
}
.cid-tWeH13B89n .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWeH13B89n .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWeH13B89n .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWeH13B89n .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWeH13B89n .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWeH13B89n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWeH13B89n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWeH13B89n .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWeH13B89n .brand-text {
    margin-top: 45px;
  }
}
.cid-tWeH13B89n .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWeH13B89n .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWeH13B89n .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tWeH13B89n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWeH13B89n .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWeH13B89n .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tWeH13B89n .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWeH13B89n .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWeH13B89n .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWeH13B89n .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWeH13B89n .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWeH13B89n .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWeH13B89n .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWeH13B89n .col-link3 {
    padding-left: 0;
  }
}
.cid-tWeH13B89n .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tWeH13B89n .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWeH13B89n .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWeH13B89n .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tWeH13B89n .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWeH13B89n .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWeH13B89n .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWeH13B89n .copyright {
    text-align: center !important;
  }
}
.cid-tWeN6NL1I7 .navbar-dropdown {
  position: relative !important;
}
.cid-tWeN6NL1I7 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tWeN6NL1I7 .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-tWeN6NL1I7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWeN6NL1I7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWeN6NL1I7 .dropdown-item:hover,
.cid-tWeN6NL1I7 .dropdown-item:focus {
  background: #0d67f6 !important;
  color: white !important;
}
.cid-tWeN6NL1I7 .dropdown-item:hover span {
  color: white;
}
.cid-tWeN6NL1I7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWeN6NL1I7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWeN6NL1I7 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWeN6NL1I7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWeN6NL1I7 .nav-link {
  position: relative;
}
.cid-tWeN6NL1I7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWeN6NL1I7 .container {
    flex-wrap: nowrap;
  }
}
.cid-tWeN6NL1I7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWeN6NL1I7 .dropdown-menu,
.cid-tWeN6NL1I7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tWeN6NL1I7 .nav-item:focus,
.cid-tWeN6NL1I7 .nav-link:focus {
  outline: none;
}
.cid-tWeN6NL1I7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWeN6NL1I7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWeN6NL1I7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWeN6NL1I7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWeN6NL1I7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWeN6NL1I7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWeN6NL1I7 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWeN6NL1I7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWeN6NL1I7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWeN6NL1I7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWeN6NL1I7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWeN6NL1I7 .navbar.collapsed {
  justify-content: center;
}
.cid-tWeN6NL1I7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWeN6NL1I7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWeN6NL1I7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWeN6NL1I7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWeN6NL1I7 .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-tWeN6NL1I7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWeN6NL1I7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWeN6NL1I7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWeN6NL1I7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWeN6NL1I7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWeN6NL1I7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWeN6NL1I7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWeN6NL1I7 .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-tWeN6NL1I7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWeN6NL1I7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWeN6NL1I7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWeN6NL1I7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWeN6NL1I7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWeN6NL1I7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWeN6NL1I7 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tWeN6NL1I7 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tWeN6NL1I7 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWeN6NL1I7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWeN6NL1I7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWeN6NL1I7 .dropdown-item.active,
.cid-tWeN6NL1I7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWeN6NL1I7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWeN6NL1I7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWeN6NL1I7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWeN6NL1I7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWeN6NL1I7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWeN6NL1I7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWeN6NL1I7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWeN6NL1I7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWeN6NL1I7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWeN6NL1I7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWeN6NL1I7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWeN6NL1I7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWeN6NL1I7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWeN6NL1I7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWeN6NL1I7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWeN6NL1I7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWeN6NL1I7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWeN6NL1I7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWeN6NL1I7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWeN6NL1I7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWeN6NL1I7 .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-tWeN6NL1I7 .navbar {
    height: 70px;
  }
  .cid-tWeN6NL1I7 .navbar.opened {
    height: auto;
  }
  .cid-tWeN6NL1I7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWeN6OXfuK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeN6OXfuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6OXfuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeN6OXfuK .container {
    padding: 0 30px;
  }
}
.cid-tWeN6OXfuK .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-tWeN6OXfuK .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-tWeN6OXfuK .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tWeN6OXfuK .image-wrapper img {
    height: 300px;
  }
}
.cid-tWeN6OXfuK .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWeN6OXfuK .title-wrapper {
    height: auto;
  }
}
.cid-tWeN6OXfuK .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-tWeN6OXfuK .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-tWeN6OXfuK .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-tWeN6OXfuK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tWeN6OXfuK .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWeN6OXfuK .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tWeN6OXfuK .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-tWeN6OXfuK .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-tWeN6OXfuK .mbr-section-subtitle {
  color: #212529;
}
.cid-tWeN6OXfuK .mbr-section-title {
  color: #212529;
}
.cid-tWeN6OXfuK .mbr-text {
  color: #212529;
}
.cid-tWeN6PQjNZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeN6PQjNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6PQjNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeN6PQjNZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWeN6PQjNZ .container {
    padding: 0 12px;
  }
}
.cid-tWeN6PQjNZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWeN6PQjNZ .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWeN6PQjNZ .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWeN6PQjNZ .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e3b4fa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWeN6PQjNZ .mbr-section-title {
  color: #222222;
}
.cid-tWeN6QHQ8N {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f1f4e9;
}
.cid-tWeN6QHQ8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6QHQ8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeN6RykEx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/window-cleaning-5-612x398.jpg");
}
.cid-tWeN6RykEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6RykEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeN6RykEx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWeN6RykEx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWeN6RykEx .container {
    padding: 0 30px;
  }
}
.cid-tWeN6RykEx .row {
  justify-content: center;
}
.cid-tWeN6RykEx .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-right: 60px;
  margin-right: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tWeN6RykEx .title-wrapper {
    height: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tWeN6RykEx .title-wrapper {
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-tWeN6RykEx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tWeN6RykEx .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tWeN6RykEx .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tWeN6RykEx .image-wrapper {
  padding: 0 10px;
}
.cid-tWeN6RykEx .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWeN6RykEx .image-wrapper img {
    height: 300px;
  }
}
.cid-tWeN6RykEx .mbr-section-title {
  color: #010101;
  text-align: left;
}
.cid-tWeN6RykEx .mbr-text {
  color: #010101;
  text-align: left;
}
.cid-tWeN6RykEx .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tWeN6SG01i {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f4e9;
}
.cid-tWeN6SG01i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6SG01i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeN6SG01i .container {
    padding: 0 30px;
  }
}
.cid-tWeN6SG01i .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWeN6SG01i .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWeN6SG01i .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tWeN6SG01i .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-tWeN6TxzZq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeN6TxzZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6TxzZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeN6TxzZq .container {
    padding: 0 30px;
  }
}
.cid-tWeN6TxzZq .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tWeN6TxzZq .row {
    margin: 0 -34px;
  }
}
.cid-tWeN6TxzZq .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tWeN6TxzZq .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tWeN6TxzZq .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-tWeN6TxzZq .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tWeN6TxzZq .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWeN6TxzZq .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tWeN6TxzZq .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-tWeN6TxzZq .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-tWeN6UHvxK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeN6UHvxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6UHvxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeN6UHvxK .container {
    padding: 0 30px;
  }
}
.cid-tWeN6UHvxK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tWeN6UHvxK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWeN6UHvxK .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWeN6UHvxK .mbr-text {
  color: #212529;
}
.cid-tWeN6Vzmqj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWeN6Vzmqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6Vzmqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeN6Vzmqj .container {
    padding: 0 30px;
  }
}
.cid-tWeN6Vzmqj .title-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-tWeN6Vzmqj .title-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tWeN6Vzmqj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tWeN6Vzmqj .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-tWeN6Vzmqj .icon-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tWeN6Vzmqj .icon-wrap {
    margin-bottom: 40px;
  }
}
.cid-tWeN6Vzmqj .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #deb350;
  border-radius: 100%;
}
.cid-tWeN6Vzmqj .image-wrapper {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-tWeN6Vzmqj .image-wrapper {
    padding: 0;
  }
}
.cid-tWeN6Vzmqj .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWeN6Vzmqj .image-wrapper .image_1 {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-tWeN6Vzmqj .image-wrapper .image_2 {
  height: 380px;
  object-fit: cover;
  margin: -18% 0 0 -12%;
}
@media (max-width: 992px) {
  .cid-tWeN6Vzmqj .image-wrapper .image_2 {
    height: 250px;
    margin: 0 0 40px 0;
  }
}
.cid-tWeN6Vzmqj .mbr-section-title {
  color: #212529;
}
.cid-tWeN6Vzmqj .mbr-text {
  color: #000000;
}
.cid-tWeN6Vzmqj .mbr-section-title,
.cid-tWeN6Vzmqj .icon-wrap {
  text-align: center;
}
.cid-tWeN6WwYIh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeN6WwYIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6WwYIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeN6WwYIh .container {
    padding: 0 20px;
  }
}
.cid-tWeN6WwYIh .row {
  margin: 0;
}
.cid-tWeN6WwYIh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWeN6WwYIh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWeN6WwYIh .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tWeN6WwYIh .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tWeN6WwYIh .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWeN6WwYIh .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tWeN6WwYIh .mbr-section-title {
  color: #010101;
  text-align: center;
}
.cid-tWgqeFxW9h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWgqeFxW9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWgqeFxW9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWgqeFxW9h .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWgqeFxW9h .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWgqeFxW9h .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWgqeFxW9h .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWgqeFxW9h .container {
    padding: 0 12px;
  }
}
.cid-tWgqeFxW9h .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWgqeFxW9h .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWgqeFxW9h .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWgqeFxW9h .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWgqeFxW9h .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWgqeFxW9h .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWgqeFxW9h .mbr-section-title,
.cid-tWgqeFxW9h .mbr-section-btn {
  text-align: center;
}
.cid-tWeN6Xp0Os {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeN6Xp0Os .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6Xp0Os .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeN6Xp0Os .container {
    padding: 0 30px;
  }
}
.cid-tWeN6Xp0Os .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWeN6Xp0Os .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWeN6Xp0Os .row.content {
  padding: 30px 0;
  border-top: 1px solid #533633;
  border-bottom: 1px solid #533633;
}
.cid-tWeN6Xp0Os .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWeN6Xp0Os .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tWeN6Xp0Os .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tWeN6Xp0Os .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tWeN6Xp0Os .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tWeN6Xp0Os .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tWeN6Xp0Os .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tWeN6Xp0Os .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tWeN6Xp0Os .mbr-section-btn {
  margin-top: 30px;
}
.cid-tWeN6Xp0Os .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tWeN6Xp0Os .mbr-section-title {
  color: #f1f4e9;
}
.cid-tWeN6Xp0Os .mbr-desc {
  color: #f1f4e9;
}
.cid-tWeN6Xp0Os .mbr-text {
  color: #010101;
  text-align: left;
}
.cid-tWeN6Xp0Os .mbr-name {
  color: #f1f4e9;
}
.cid-tWeN6Xp0Os .mbr-section-title,
.cid-tWeN6Xp0Os .mbr-section-btn {
  text-align: center;
  color: #010101;
}
.cid-tWeN6Xp0Os .mbr-desc,
.cid-tWeN6Xp0Os .rating-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tWeN6YlSwp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f4e9;
}
.cid-tWeN6YlSwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6YlSwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeN6YlSwp .row {
  margin: 0 !important;
}
.cid-tWeN6YlSwp .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tWeN6YlSwp .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tWeN6YlSwp .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tWeN6YlSwp .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-tWeN6YlSwp .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tWeN6YlSwp .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tWeN6YlSwp .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tWeN6YlSwp .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tWeN6YlSwp .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tWeN6YlSwp .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tWeN6YlSwp .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tWeN6YlSwp .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tWeN6YlSwp .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tWeN6YlSwp .panel-group {
  border: none;
}
.cid-tWeN6YlSwp .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tWeN6YlSwp .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWeN6YlSwp .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tWeN6YlSwp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tWeN6YlSwp .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tWeN6YlSwp .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tWeN6YlSwp .panel-title-edit {
  color: #131313;
}
.cid-tWeN6YlSwp .panel-body {
  padding: 0 0 20px;
}
.cid-tWeN6YlSwp .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tWeN6ZC6GL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeN6ZC6GL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN6ZC6GL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeN6ZC6GL .container {
    padding: 0 30px;
  }
}
.cid-tWeN6ZC6GL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWeN6ZC6GL .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWeN6ZC6GL .row.content {
  padding: 30px 0;
  border-top: 1px solid #533633;
  border-bottom: 1px solid #533633;
}
.cid-tWeN6ZC6GL .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWeN6ZC6GL .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tWeN6ZC6GL .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tWeN6ZC6GL .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tWeN6ZC6GL .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tWeN6ZC6GL .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tWeN6ZC6GL .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tWeN6ZC6GL .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tWeN6ZC6GL .mbr-section-btn {
  margin-top: 30px;
}
.cid-tWeN6ZC6GL .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tWeN6ZC6GL .mbr-section-title {
  color: #f1f4e9;
}
.cid-tWeN6ZC6GL .mbr-desc {
  color: #f1f4e9;
}
.cid-tWeN6ZC6GL .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tWeN6ZC6GL .mbr-name {
  color: #f1f4e9;
}
.cid-tWeN6ZC6GL .mbr-section-title,
.cid-tWeN6ZC6GL .mbr-section-btn {
  text-align: center;
}
.cid-tWeN6ZC6GL .mbr-desc,
.cid-tWeN6ZC6GL .rating-wrapper {
  text-align: center;
  color: #000000;
}
.cid-tWeN70Ed6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeN70Ed6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN70Ed6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeN70Ed6x .container {
    padding: 0 30px;
  }
}
.cid-tWeN70Ed6x .row {
  justify-content: center;
}
.cid-tWeN70Ed6x .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tWeN70Ed6x .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 25px 100px;
}
.cid-tWeN70Ed6x .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-tWeN70Ed6x .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-tWeN70Ed6x .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWeN70Ed6x .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tWeN70Ed6x .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tWeN71NlYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeN71NlYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN71NlYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeN71NlYq .container {
    padding: 0 30px;
  }
}
.cid-tWeN71NlYq .image-wrapper {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-tWeN71NlYq .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tWeN71NlYq .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWeN71NlYq .image-wrapper img {
    height: 300px;
  }
}
.cid-tWeN71NlYq .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tWeN71NlYq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWeN71NlYq .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-tWeN71NlYq .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 24px;
}
.cid-tWeN71NlYq .mbr-section-subtitle {
  color: #212529;
}
.cid-tWeN71NlYq .mbr-section-title {
  color: #212529;
}
.cid-tWeN71NlYq .mbr-text {
  color: #212529;
}
.cid-tWeN71NlYq .mbr-section-title,
.cid-tWeN71NlYq .mbr-section-btn {
  text-align: center;
}
.cid-tWeN72Mtwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeN72Mtwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN72Mtwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeN72Mtwd .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
}
.cid-tWeN72Mtwd .mbr-section-title {
  color: #010101;
}
.cid-tWeN72Mtwd .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tWeN72Mtwd .panel-group {
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
}
.cid-tWeN72Mtwd .card {
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-tWeN72Mtwd .card:not(:first-child) {
  border-top: 1px solid #bbbbbb;
}
.cid-tWeN72Mtwd .mbr-iconfont {
  font-size: 10px !important;
  font-family: 'Moririse2' !important;
  color: #1f1d1a;
  margin-left: 1rem;
  padding: 17px;
  background-color: #f1f4e9;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tWeN72Mtwd .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tWeN72Mtwd .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tWeN72Mtwd .panel-title {
  padding: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tWeN72Mtwd .panel-title {
    padding: 20px !important;
  }
}
.cid-tWeN72Mtwd .panel-title:hover {
  text-decoration-line: none !important;
}
.cid-tWeN72Mtwd .panel-title:hover .panel-title-edit {
  text-decoration: underline !important;
}
.cid-tWeN72Mtwd .panel-body {
  padding: 0 2rem 2rem 2rem;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .cid-tWeN72Mtwd .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-tWeN72Mtwd .panel-text {
  margin-bottom: 16px;
  color: #353535;
}
.cid-tWeN72Mtwd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWeN72Mtwd .panel-title-edit {
  color: #1F1D1A;
  padding-right: 12px;
}
.cid-tWeN74121t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWeN74121t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeN74121t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeN74121t .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tWeN74121t .container-fluid {
    padding: 0 12px;
  }
}
.cid-tWeN74121t .container-fluid .row {
  padding: 0;
}
.cid-tWeN74121t .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tWeN74121t .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tWeN74121t .card {
    padding: 48px 20px;
  }
}
.cid-tWeN74121t .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tWeN74121t .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWeN74121t .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tWeN74121t .card .google-map {
    height: 250px;
  }
}
.cid-tWeN74121t .card .google-map iframe {
  height: 100%;
}
.cid-tWeN74121t .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWeN7562Zj .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWeN7562Zj .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f1f4e9;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWeN7562Zj .img-bg {
    display: none;
  }
}
.cid-tWeN7562Zj .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWeN7562Zj .container {
    padding: 0 !important;
  }
}
.cid-tWeN7562Zj .row {
  width: 100%;
  align-items: center;
}
.cid-tWeN7562Zj .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWeN7562Zj .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tWeN7562Zj .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f1f4e9;
  }
}
.cid-tWeN7562Zj .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWeN7562Zj .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWeN7562Zj .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWeN7562Zj .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWeN7562Zj .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWeN7562Zj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWeN7562Zj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWeN7562Zj .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWeN7562Zj .brand-text {
    margin-top: 45px;
  }
}
.cid-tWeN7562Zj .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWeN7562Zj .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWeN7562Zj .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tWeN7562Zj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWeN7562Zj .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWeN7562Zj .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tWeN7562Zj .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWeN7562Zj .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWeN7562Zj .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWeN7562Zj .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWeN7562Zj .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWeN7562Zj .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWeN7562Zj .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWeN7562Zj .col-link3 {
    padding-left: 0;
  }
}
.cid-tWeN7562Zj .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tWeN7562Zj .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWeN7562Zj .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWeN7562Zj .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tWeN7562Zj .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWeN7562Zj .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWeN7562Zj .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWeN7562Zj .copyright {
    text-align: center !important;
  }
}
.cid-tWeQLHPHgT .navbar-dropdown {
  position: relative !important;
}
.cid-tWeQLHPHgT .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tWeQLHPHgT .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-tWeQLHPHgT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWeQLHPHgT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWeQLHPHgT .dropdown-item:hover,
.cid-tWeQLHPHgT .dropdown-item:focus {
  background: #0d67f6 !important;
  color: white !important;
}
.cid-tWeQLHPHgT .dropdown-item:hover span {
  color: white;
}
.cid-tWeQLHPHgT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWeQLHPHgT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWeQLHPHgT .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWeQLHPHgT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWeQLHPHgT .nav-link {
  position: relative;
}
.cid-tWeQLHPHgT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWeQLHPHgT .container {
    flex-wrap: nowrap;
  }
}
.cid-tWeQLHPHgT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWeQLHPHgT .dropdown-menu,
.cid-tWeQLHPHgT .navbar.opened {
  background: #ffffff !important;
}
.cid-tWeQLHPHgT .nav-item:focus,
.cid-tWeQLHPHgT .nav-link:focus {
  outline: none;
}
.cid-tWeQLHPHgT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWeQLHPHgT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWeQLHPHgT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWeQLHPHgT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWeQLHPHgT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWeQLHPHgT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWeQLHPHgT .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWeQLHPHgT .navbar.opened {
  transition: all 0.3s;
}
.cid-tWeQLHPHgT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWeQLHPHgT .navbar .navbar-logo img {
  width: auto;
}
.cid-tWeQLHPHgT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWeQLHPHgT .navbar.collapsed {
  justify-content: center;
}
.cid-tWeQLHPHgT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWeQLHPHgT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWeQLHPHgT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWeQLHPHgT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWeQLHPHgT .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-tWeQLHPHgT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWeQLHPHgT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWeQLHPHgT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWeQLHPHgT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWeQLHPHgT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWeQLHPHgT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWeQLHPHgT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWeQLHPHgT .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-tWeQLHPHgT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWeQLHPHgT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWeQLHPHgT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWeQLHPHgT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWeQLHPHgT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWeQLHPHgT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWeQLHPHgT .navbar.navbar-short {
  min-height: 80px;
}
.cid-tWeQLHPHgT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tWeQLHPHgT .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWeQLHPHgT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWeQLHPHgT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWeQLHPHgT .dropdown-item.active,
.cid-tWeQLHPHgT .dropdown-item:active {
  background-color: transparent;
}
.cid-tWeQLHPHgT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWeQLHPHgT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWeQLHPHgT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWeQLHPHgT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWeQLHPHgT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWeQLHPHgT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWeQLHPHgT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWeQLHPHgT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWeQLHPHgT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWeQLHPHgT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWeQLHPHgT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWeQLHPHgT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWeQLHPHgT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWeQLHPHgT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWeQLHPHgT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWeQLHPHgT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWeQLHPHgT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWeQLHPHgT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWeQLHPHgT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWeQLHPHgT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWeQLHPHgT .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-tWeQLHPHgT .navbar {
    height: 70px;
  }
  .cid-tWeQLHPHgT .navbar.opened {
    height: auto;
  }
  .cid-tWeQLHPHgT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWeQLIUMfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeQLIUMfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLIUMfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLIUMfO .container {
    padding: 0 30px;
  }
}
.cid-tWeQLIUMfO .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-tWeQLIUMfO .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-tWeQLIUMfO .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tWeQLIUMfO .image-wrapper img {
    height: 300px;
  }
}
.cid-tWeQLIUMfO .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWeQLIUMfO .title-wrapper {
    height: auto;
  }
}
.cid-tWeQLIUMfO .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-tWeQLIUMfO .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-tWeQLIUMfO .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-tWeQLIUMfO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tWeQLIUMfO .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWeQLIUMfO .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tWeQLIUMfO .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-tWeQLIUMfO .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-tWeQLIUMfO .mbr-section-subtitle {
  color: #212529;
}
.cid-tWeQLIUMfO .mbr-section-title {
  color: #212529;
}
.cid-tWeQLIUMfO .mbr-text {
  color: #212529;
}
.cid-tWeQLJVBrz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeQLJVBrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLJVBrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLJVBrz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWeQLJVBrz .container {
    padding: 0 12px;
  }
}
.cid-tWeQLJVBrz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWeQLJVBrz .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWeQLJVBrz .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWeQLJVBrz .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e3b4fa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWeQLJVBrz .mbr-section-title {
  color: #222222;
}
.cid-tWeQLKKkLh {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f1f4e9;
}
.cid-tWeQLKKkLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLKKkLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeQLLyV2R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeQLLyV2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLLyV2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeQLLyV2R .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWeQLLyV2R .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWeQLLyV2R .container {
    padding: 0 30px;
  }
}
.cid-tWeQLLyV2R .row {
  justify-content: center;
}
.cid-tWeQLLyV2R .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-right: 60px;
  margin-right: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tWeQLLyV2R .title-wrapper {
    height: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tWeQLLyV2R .title-wrapper {
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-tWeQLLyV2R .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tWeQLLyV2R .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tWeQLLyV2R .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tWeQLLyV2R .image-wrapper {
  padding: 0 10px;
}
.cid-tWeQLLyV2R .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWeQLLyV2R .image-wrapper img {
    height: 300px;
  }
}
.cid-tWeQLLyV2R .mbr-section-title {
  color: #010101;
  text-align: left;
}
.cid-tWeQLLyV2R .mbr-text {
  color: #010101;
  text-align: left;
}
.cid-tWeQLLyV2R .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tWeQLMx1Uz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/window-cleaning26-612x460.jpg");
}
.cid-tWeQLMx1Uz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLMx1Uz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLMx1Uz .container {
    padding: 0 30px;
  }
}
.cid-tWeQLMx1Uz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWeQLMx1Uz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWeQLMx1Uz .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tWeQLMx1Uz .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-tWeQLNj59Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeQLNj59Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLNj59Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLNj59Z .container {
    padding: 0 30px;
  }
}
.cid-tWeQLNj59Z .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tWeQLNj59Z .row {
    margin: 0 -34px;
  }
}
.cid-tWeQLNj59Z .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tWeQLNj59Z .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tWeQLNj59Z .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-tWeQLNj59Z .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tWeQLNj59Z .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWeQLNj59Z .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tWeQLNj59Z .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-tWeQLNj59Z .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-tWeQLOiUaz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeQLOiUaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLOiUaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLOiUaz .container {
    padding: 0 30px;
  }
}
.cid-tWeQLOiUaz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tWeQLOiUaz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWeQLOiUaz .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWeQLOiUaz .mbr-text {
  color: #212529;
}
.cid-tWeQLPf0pa {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWeQLPf0pa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLPf0pa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLPf0pa .container {
    padding: 0 30px;
  }
}
.cid-tWeQLPf0pa .title-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-tWeQLPf0pa .title-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tWeQLPf0pa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tWeQLPf0pa .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-tWeQLPf0pa .icon-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tWeQLPf0pa .icon-wrap {
    margin-bottom: 40px;
  }
}
.cid-tWeQLPf0pa .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #deb350;
  border-radius: 100%;
}
.cid-tWeQLPf0pa .image-wrapper {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-tWeQLPf0pa .image-wrapper {
    padding: 0;
  }
}
.cid-tWeQLPf0pa .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWeQLPf0pa .image-wrapper .image_1 {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-tWeQLPf0pa .image-wrapper .image_2 {
  height: 380px;
  object-fit: cover;
  margin: -18% 0 0 -12%;
}
@media (max-width: 992px) {
  .cid-tWeQLPf0pa .image-wrapper .image_2 {
    height: 250px;
    margin: 0 0 40px 0;
  }
}
.cid-tWeQLPf0pa .mbr-section-title {
  color: #212529;
}
.cid-tWeQLPf0pa .mbr-text {
  color: #000000;
}
.cid-tWeQLPf0pa .mbr-section-title,
.cid-tWeQLPf0pa .icon-wrap {
  text-align: center;
}
.cid-tWeQLQ876O {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeQLQ876O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLQ876O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLQ876O .container {
    padding: 0 20px;
  }
}
.cid-tWeQLQ876O .row {
  margin: 0;
}
.cid-tWeQLQ876O .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWeQLQ876O .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWeQLQ876O .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tWeQLQ876O .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tWeQLQ876O .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWeQLQ876O .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tWeQLQ876O .mbr-section-title {
  color: #010101;
  text-align: center;
}
.cid-tWeQLR2gyW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeQLR2gyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLR2gyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLR2gyW .container {
    padding: 0 30px;
  }
}
.cid-tWeQLR2gyW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWeQLR2gyW .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWeQLR2gyW .row.content {
  padding: 30px 0;
  border-top: 1px solid #533633;
  border-bottom: 1px solid #533633;
}
.cid-tWeQLR2gyW .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWeQLR2gyW .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tWeQLR2gyW .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tWeQLR2gyW .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tWeQLR2gyW .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tWeQLR2gyW .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tWeQLR2gyW .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tWeQLR2gyW .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tWeQLR2gyW .mbr-section-btn {
  margin-top: 30px;
}
.cid-tWeQLR2gyW .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tWeQLR2gyW .mbr-section-title {
  color: #f1f4e9;
}
.cid-tWeQLR2gyW .mbr-desc {
  color: #f1f4e9;
}
.cid-tWeQLR2gyW .mbr-text {
  color: #010101;
  text-align: left;
}
.cid-tWeQLR2gyW .mbr-name {
  color: #f1f4e9;
}
.cid-tWeQLR2gyW .mbr-section-title,
.cid-tWeQLR2gyW .mbr-section-btn {
  text-align: center;
}
.cid-tWeQLR2gyW .mbr-desc,
.cid-tWeQLR2gyW .rating-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tWeQLRU35E {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f4e9;
}
.cid-tWeQLRU35E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLRU35E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeQLRU35E .row {
  margin: 0 !important;
}
.cid-tWeQLRU35E .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tWeQLRU35E .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tWeQLRU35E .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tWeQLRU35E .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-tWeQLRU35E .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tWeQLRU35E .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tWeQLRU35E .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tWeQLRU35E .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tWeQLRU35E .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tWeQLRU35E .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tWeQLRU35E .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tWeQLRU35E .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tWeQLRU35E .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tWeQLRU35E .panel-group {
  border: none;
}
.cid-tWeQLRU35E .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tWeQLRU35E .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWeQLRU35E .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tWeQLRU35E .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tWeQLRU35E .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tWeQLRU35E .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tWeQLRU35E .panel-title-edit {
  color: #131313;
}
.cid-tWeQLRU35E .panel-body {
  padding: 0 0 20px;
}
.cid-tWeQLRU35E .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tWgqjCQDNW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWgqjCQDNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWgqjCQDNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWgqjCQDNW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWgqjCQDNW .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWgqjCQDNW .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWgqjCQDNW .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWgqjCQDNW .container {
    padding: 0 12px;
  }
}
.cid-tWgqjCQDNW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWgqjCQDNW .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tWgqjCQDNW .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWgqjCQDNW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWgqjCQDNW .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWgqjCQDNW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWgqjCQDNW .mbr-section-title,
.cid-tWgqjCQDNW .mbr-section-btn {
  text-align: center;
}
.cid-tWeQLThfi6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeQLThfi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLThfi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLThfi6 .container {
    padding: 0 30px;
  }
}
.cid-tWeQLThfi6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWeQLThfi6 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWeQLThfi6 .row.content {
  padding: 30px 0;
  border-top: 1px solid #533633;
  border-bottom: 1px solid #533633;
}
.cid-tWeQLThfi6 .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWeQLThfi6 .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tWeQLThfi6 .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tWeQLThfi6 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tWeQLThfi6 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tWeQLThfi6 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tWeQLThfi6 .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tWeQLThfi6 .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tWeQLThfi6 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tWeQLThfi6 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tWeQLThfi6 .mbr-section-title {
  color: #f1f4e9;
}
.cid-tWeQLThfi6 .mbr-desc {
  color: #f1f4e9;
}
.cid-tWeQLThfi6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tWeQLThfi6 .mbr-name {
  color: #f1f4e9;
}
.cid-tWeQLThfi6 .mbr-section-title,
.cid-tWeQLThfi6 .mbr-section-btn {
  text-align: center;
}
.cid-tWeQLThfi6 .mbr-desc,
.cid-tWeQLThfi6 .rating-wrapper {
  text-align: center;
  color: #000000;
}
.cid-tWeQLUgCit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeQLUgCit .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLUgCit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLUgCit .container {
    padding: 0 30px;
  }
}
.cid-tWeQLUgCit .row {
  justify-content: center;
}
.cid-tWeQLUgCit .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tWeQLUgCit .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 25px 100px;
}
.cid-tWeQLUgCit .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-tWeQLUgCit .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-tWeQLUgCit .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWeQLUgCit .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tWeQLUgCit .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tWeQLVjdUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeQLVjdUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLVjdUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLVjdUF .container {
    padding: 0 30px;
  }
}
.cid-tWeQLVjdUF .image-wrapper {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-tWeQLVjdUF .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tWeQLVjdUF .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWeQLVjdUF .image-wrapper img {
    height: 300px;
  }
}
.cid-tWeQLVjdUF .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tWeQLVjdUF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWeQLVjdUF .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-tWeQLVjdUF .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 24px;
}
.cid-tWeQLVjdUF .mbr-section-subtitle {
  color: #212529;
}
.cid-tWeQLVjdUF .mbr-section-title {
  color: #212529;
}
.cid-tWeQLVjdUF .mbr-text {
  color: #212529;
}
.cid-tWeQLVjdUF .mbr-section-title,
.cid-tWeQLVjdUF .mbr-section-btn {
  text-align: center;
}
.cid-tWeQLWi0Dc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-tWeQLWi0Dc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLWi0Dc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeQLWi0Dc .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
}
.cid-tWeQLWi0Dc .mbr-section-title {
  color: #010101;
}
.cid-tWeQLWi0Dc .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tWeQLWi0Dc .panel-group {
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
}
.cid-tWeQLWi0Dc .card {
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-tWeQLWi0Dc .card:not(:first-child) {
  border-top: 1px solid #bbbbbb;
}
.cid-tWeQLWi0Dc .mbr-iconfont {
  font-size: 10px !important;
  font-family: 'Moririse2' !important;
  color: #1f1d1a;
  margin-left: 1rem;
  padding: 17px;
  background-color: #f1f4e9;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tWeQLWi0Dc .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tWeQLWi0Dc .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tWeQLWi0Dc .panel-title {
  padding: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tWeQLWi0Dc .panel-title {
    padding: 20px !important;
  }
}
.cid-tWeQLWi0Dc .panel-title:hover {
  text-decoration-line: none !important;
}
.cid-tWeQLWi0Dc .panel-title:hover .panel-title-edit {
  text-decoration: underline !important;
}
.cid-tWeQLWi0Dc .panel-body {
  padding: 0 2rem 2rem 2rem;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .cid-tWeQLWi0Dc .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-tWeQLWi0Dc .panel-text {
  margin-bottom: 16px;
  color: #353535;
}
.cid-tWeQLWi0Dc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWeQLWi0Dc .panel-title-edit {
  color: #1F1D1A;
  padding-right: 12px;
}
.cid-tWeQLXkrOx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWeQLXkrOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQLXkrOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeQLXkrOx .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tWeQLXkrOx .container-fluid {
    padding: 0 12px;
  }
}
.cid-tWeQLXkrOx .container-fluid .row {
  padding: 0;
}
.cid-tWeQLXkrOx .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tWeQLXkrOx .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tWeQLXkrOx .card {
    padding: 48px 20px;
  }
}
.cid-tWeQLXkrOx .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tWeQLXkrOx .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWeQLXkrOx .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tWeQLXkrOx .card .google-map {
    height: 250px;
  }
}
.cid-tWeQLXkrOx .card .google-map iframe {
  height: 100%;
}
.cid-tWeQLXkrOx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWeQLYq3qn .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWeQLYq3qn .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f1f4e9;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWeQLYq3qn .img-bg {
    display: none;
  }
}
.cid-tWeQLYq3qn .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWeQLYq3qn .container {
    padding: 0 !important;
  }
}
.cid-tWeQLYq3qn .row {
  width: 100%;
  align-items: center;
}
.cid-tWeQLYq3qn .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWeQLYq3qn .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-tWeQLYq3qn .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f1f4e9;
  }
}
.cid-tWeQLYq3qn .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWeQLYq3qn .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWeQLYq3qn .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWeQLYq3qn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWeQLYq3qn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWeQLYq3qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWeQLYq3qn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWeQLYq3qn .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWeQLYq3qn .brand-text {
    margin-top: 45px;
  }
}
.cid-tWeQLYq3qn .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWeQLYq3qn .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWeQLYq3qn .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tWeQLYq3qn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWeQLYq3qn .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWeQLYq3qn .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tWeQLYq3qn .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWeQLYq3qn .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWeQLYq3qn .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWeQLYq3qn .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWeQLYq3qn .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWeQLYq3qn .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWeQLYq3qn .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWeQLYq3qn .col-link3 {
    padding-left: 0;
  }
}
.cid-tWeQLYq3qn .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tWeQLYq3qn .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWeQLYq3qn .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWeQLYq3qn .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tWeQLYq3qn .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWeQLYq3qn .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWeQLYq3qn .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWeQLYq3qn .copyright {
    text-align: center !important;
  }
}
