body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Gloock', serif;
  font-size: 2.25rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 24px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Gloock', serif;
  font-size: 1.875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((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: #f45a6c !important;
}
.bg-success {
  background-color: #f2c4b3 !important;
}
.bg-info {
  background-color: #a1e5cf !important;
}
.bg-warning {
  background-color: #ffb99b !important;
}
.bg-danger {
  background-color: #deb350 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f45a6c !important;
  border-color: #f45a6c !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: #e80f29 !important;
  border-color: #e80f29 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e80f29 !important;
  border-color: #e80f29 !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: #deb350 !important;
  border-color: #deb350 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #b58922 !important;
  border-color: #b58922 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b58922 !important;
  border-color: #b58922 !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: #f45a6c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e80f29 !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: #f45a6c !important;
  border-color: #f45a6c !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: #deb350;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b58922 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #deb350 !important;
  border-color: #deb350 !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: #f45a6c !important;
}
.text-secondary {
  color: #f1f4e9 !important;
}
.text-success {
  color: #f2c4b3 !important;
}
.text-info {
  color: #a1e5cf !important;
}
.text-warning {
  color: #ffb99b !important;
}
.text-danger {
  color: #deb350 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #da0e26 !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: #a87f20 !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: #f45a6c;
}
.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: #deb350;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f45a6c;
  border-color: #f45a6c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f45a6c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: #fefefc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #f45a6c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f45a6c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f45a6c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f45a6c;
}
.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: #f45a6c;
  border-bottom-color: #f45a6c;
}
.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: #f45a6c !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='%23f45a6c' %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 #f45a6c !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 #f45a6c !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: #f45a6c !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: #f45a6c !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: #151515 !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: #151515;
}
.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: #151515;
}
.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-tE2tzh0IWc {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tE2tzh0IWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2tzh0IWc .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-tE2tzh0IWc .container {
    padding: 0 30px;
  }
}
.cid-tE2tzh0IWc .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-tE2tzh0IWc .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-tE2tzh0IWc .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tE2tzh0IWc .image-wrapper img {
    height: 300px;
  }
}
.cid-tE2tzh0IWc .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tE2tzh0IWc .title-wrapper {
    height: auto;
  }
}
.cid-tE2tzh0IWc .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-tE2tzh0IWc .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-tE2tzh0IWc .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-tE2tzh0IWc .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-tE2tzh0IWc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tE2tzh0IWc .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tE2tzh0IWc .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tE2tzh0IWc .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-tE2tzh0IWc .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-tE2tzh0IWc .mbr-section-subtitle {
  color: #212529;
}
.cid-tE2tzh0IWc .mbr-section-title {
  color: #212529;
}
.cid-tE2tzh0IWc .mbr-text {
  color: #212529;
}
.cid-tNM8Zvo66a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNM8Zvo66a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNM8Zvo66a .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-tNM8Zvo66a .container {
    padding: 0 16px;
  }
}
.cid-tNM8Zvo66a .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNM8Zvo66a .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tNM8Zvo66a .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tNM8Zvo66a .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNM8Zvo66a .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tNM8Zvo66a .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNM8Zvo66a .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tNM8Zvo66a .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNM8Zvo66a .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNM8Zvo66a .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-tNM8Zvo66a .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tNM8Zvo66a .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tNM8Zvo66a .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tNM8Zvo66a .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tNM8Zvo66a .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNM8Zvo66a .image-wrapper {
    padding: 0;
  }
}
.cid-tNM8Zvo66a .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tNM8Zvo66a .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-tNM8Zvo66a .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tNM8Zvo66a .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tNM8Zvo66a .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #08323c;
  border-top: 2px solid #08323c;
  border-right: 2px solid #08323c;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tNM8Zvo66a .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tNM8Zvo66a .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tNM8Zvo66a .mbr-section-subtitle {
  color: #08323C;
}
.cid-tNM8Zvo66a .mbr-text {
  color: #08323C;
}
.cid-tNM8Zvo66a .mbr-list-title {
  color: #08323C;
}
.cid-tNM8Zvo66a .list {
  color: #08323C;
}
.cid-tNLCYJpyed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNLCYJpyed .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLCYJpyed .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-tNLCYJpyed .container {
    padding: 0 30px;
  }
}
.cid-tNLCYJpyed .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNLCYJpyed .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNLCYJpyed .mbr-section-title {
  color: #212529;
}
.cid-tNLCYJpyed .mbr-text {
  color: #212529;
}
.cid-tE2tDl7VWM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.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: #F1F4E9;
  text-align: center;
}
.cid-tE2tDl7VWM .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-tE2tDl7VWM .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-tE2tQpzWbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.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: left;
}
.cid-tE2tQpzWbp .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-tNLIergWHh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #533633;
}
.cid-tNLIergWHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLIergWHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLIergWHh .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tNLIergWHh .mbr-section-title {
  color: #24262b;
}
.cid-tNLIergWHh .mbr-section-subtitle {
  color: #24262b;
}
.cid-tNLIergWHh .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tNLIergWHh .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #d6f094;
}
@media (max-width: 767px) {
  .cid-tNLIergWHh .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tNLIergWHh .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tNLIergWHh .card-subtitle {
  color: #24262b;
}
.cid-tNLIergWHh .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tNLIergWHh .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNLIergWHh .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tNLIergWHh .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tE2tWNyln2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tE2tWNyln2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2tWNyln2 .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-tE2tWNyln2 .container {
    padding: 0 30px;
  }
}
.cid-tE2tWNyln2 .row {
  justify-content: center;
}
.cid-tE2tWNyln2 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tE2tWNyln2 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tE2tWNyln2 .title-wrapper .list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.cid-tE2tWNyln2 .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-tE2tWNyln2 .mbr-section-title {
  color: #212529;
}
.cid-tE2tWNyln2 .mbr-text {
  color: #212529;
}
.cid-tE2tWNyln2 .list {
  color: #212529;
}
.cid-tNLHcgrG7S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.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;
}
@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: #ffffff;
  text-align: center;
}
.cid-tNLHcgrG7S .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNLHcgrG7S .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tE2u0ovUUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.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-tE2ugSmHLU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010101;
}
.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: #d6f094;
  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-tE2u1sHdqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tE2u1sHdqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2u1sHdqc .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-tE2u1sHdqc .container {
    padding: 0 30px;
  }
}
.cid-tE2u1sHdqc .row {
  position: relative;
}
.cid-tE2u1sHdqc .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tE2u1sHdqc .row img {
    top: auto;
    width: 100%;
  }
}
.cid-tE2u1sHdqc .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tE2u1sHdqc .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-tE2u1sHdqc .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tE2u1sHdqc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE2u1sHdqc .mbr-text {
  color: #000000;
}
.cid-tE2u1sHdqc .mbr-link,
.cid-tE2u1sHdqc .mbr-iconfont {
  color: #212529;
}
.cid-tNMdAOiDvy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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: #d6f094;
}
.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: #533633;
  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-tNLGo2lfzn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNLGo2lfzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLGo2lfzn .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-tNLGo2lfzn .container {
    padding: 0 30px;
  }
}
.cid-tNLGo2lfzn .row {
  justify-content: center;
}
.cid-tNLGo2lfzn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNLGo2lfzn .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNLGo2lfzn .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tNLGo2lfzn .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-tNLGo2lfzn .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNLGo2lfzn .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNLGo2lfzn .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNM4RGC9ZE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNM4RGC9ZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNM4RGC9ZE .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-tNM4RGC9ZE .container {
    padding: 0 30px;
  }
}
.cid-tNM4RGC9ZE .text-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 152px 0;
}
@media (max-width: 992px) {
  .cid-tNM4RGC9ZE .text-wrapper {
    padding: 50px 0;
  }
}
.cid-tNM4RGC9ZE .text-wrapper img {
  position: absolute;
  width: 700px;
  height: 700px;
  object-fit: contain;
  top: -30%;
  opacity: .75;
}
.cid-tNM4RGC9ZE .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.cid-tNM4RGC9ZE .text-wrapper .mbr-desc {
  width: 100%;
  margin: 40px 0 0 0;
  position: relative;
}
.cid-tNM4RGC9ZE .mbr-text {
  color: #212529;
  text-align: left;
}
.cid-tNM4RGC9ZE .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tNM4RGC9ZE .mbr-desc DIV {
  text-align: left;
}
.cid-tNLG92CJXa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #010101;
}
.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-tNLprFGhXc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNLprFGhXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLprFGhXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLprFGhXc .row {
  justify-content: space-between;
}
.cid-tNLprFGhXc .mbr-section-title {
  margin: 0;
  color: #010101;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNLprFGhXc .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNLprFGhXc .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNLprFGhXc .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNLprFGhXc .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #010101;
}
.cid-tNLprFGhXc .list li {
  margin-bottom: 25px;
}
.cid-tNLprFGhXc .list li:last-child {
  margin-bottom: 0;
}
.cid-tNLprFGhXc .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNLprFGhXc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNLprFGhXc .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNLprFGhXc .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-tNLprFGhXc .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #010101;
  transition: all .3s ease;
}
.cid-tNLprFGhXc .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNLprFGhXc .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #010101;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNLprFGhXc .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNLprFGhXc .mbr-desc,
.cid-tNLprFGhXc .mbr-iconfont {
  color: #010101;
}
.cid-tNLprFGhXc .mbr-text,
.cid-tNLprFGhXc .mbr-section-btn {
  color: #010101;
}
.cid-tNLoYWOXNX {
  background-image: url("../../../assets/images/las-vegas-oral-hygiene20-1500x1005.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: 5rem;
  padding-bottom: 5rem;
  background-color: #fdd4c5;
}
.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-tNLprFGhXc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNLprFGhXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLprFGhXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLprFGhXc .row {
  justify-content: space-between;
}
.cid-tNLprFGhXc .mbr-section-title {
  margin: 0;
  color: #010101;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNLprFGhXc .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNLprFGhXc .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNLprFGhXc .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNLprFGhXc .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #010101;
}
.cid-tNLprFGhXc .list li {
  margin-bottom: 25px;
}
.cid-tNLprFGhXc .list li:last-child {
  margin-bottom: 0;
}
.cid-tNLprFGhXc .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNLprFGhXc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNLprFGhXc .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNLprFGhXc .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-tNLprFGhXc .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #010101;
  transition: all .3s ease;
}
.cid-tNLprFGhXc .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNLprFGhXc .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #010101;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNLprFGhXc .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNLprFGhXc .mbr-desc,
.cid-tNLprFGhXc .mbr-iconfont {
  color: #010101;
}
.cid-tNLprFGhXc .mbr-text,
.cid-tNLprFGhXc .mbr-section-btn {
  color: #010101;
}
.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: #f45a6c !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: #151515 !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: #151515;
}
.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: #151515;
}
.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-tNPmZFk7wG .navbar-dropdown {
  position: relative !important;
}
.cid-tNPmZFk7wG .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNPmZFk7wG .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-tNPmZFk7wG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNPmZFk7wG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNPmZFk7wG .dropdown-item:hover,
.cid-tNPmZFk7wG .dropdown-item:focus {
  background: #f45a6c !important;
  color: white !important;
}
.cid-tNPmZFk7wG .dropdown-item:hover span {
  color: white;
}
.cid-tNPmZFk7wG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNPmZFk7wG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNPmZFk7wG .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNPmZFk7wG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNPmZFk7wG .nav-link {
  position: relative;
}
.cid-tNPmZFk7wG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNPmZFk7wG .container {
    flex-wrap: nowrap;
  }
}
.cid-tNPmZFk7wG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNPmZFk7wG .dropdown-menu,
.cid-tNPmZFk7wG .navbar.opened {
  background: #151515 !important;
}
.cid-tNPmZFk7wG .nav-item:focus,
.cid-tNPmZFk7wG .nav-link:focus {
  outline: none;
}
.cid-tNPmZFk7wG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNPmZFk7wG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNPmZFk7wG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNPmZFk7wG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNPmZFk7wG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNPmZFk7wG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNPmZFk7wG .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: #151515;
}
.cid-tNPmZFk7wG .navbar.opened {
  transition: all 0.3s;
}
.cid-tNPmZFk7wG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNPmZFk7wG .navbar .navbar-logo img {
  width: auto;
}
.cid-tNPmZFk7wG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNPmZFk7wG .navbar.collapsed {
  justify-content: center;
}
.cid-tNPmZFk7wG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNPmZFk7wG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNPmZFk7wG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNPmZFk7wG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNPmZFk7wG .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-tNPmZFk7wG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNPmZFk7wG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNPmZFk7wG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNPmZFk7wG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNPmZFk7wG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNPmZFk7wG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNPmZFk7wG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNPmZFk7wG .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-tNPmZFk7wG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNPmZFk7wG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNPmZFk7wG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNPmZFk7wG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNPmZFk7wG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNPmZFk7wG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNPmZFk7wG .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNPmZFk7wG .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNPmZFk7wG .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-tNPmZFk7wG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNPmZFk7wG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNPmZFk7wG .dropdown-item.active,
.cid-tNPmZFk7wG .dropdown-item:active {
  background-color: transparent;
}
.cid-tNPmZFk7wG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNPmZFk7wG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNPmZFk7wG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNPmZFk7wG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
}
.cid-tNPmZFk7wG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNPmZFk7wG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNPmZFk7wG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNPmZFk7wG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNPmZFk7wG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNPmZFk7wG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNPmZFk7wG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNPmZFk7wG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPmZFk7wG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPmZFk7wG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNPmZFk7wG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPmZFk7wG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNPmZFk7wG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNPmZFk7wG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPmZFk7wG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNPmZFk7wG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNPmZFk7wG .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-tNPmZFk7wG .navbar {
    height: 70px;
  }
  .cid-tNPmZFk7wG .navbar.opened {
    height: auto;
  }
  .cid-tNPmZFk7wG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNPmZGqgGf {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPmZGqgGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZGqgGf .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-tNPmZGqgGf .container {
    padding: 0 30px;
  }
}
.cid-tNPmZGqgGf .image-wrapper {
  margin-right: 120px;
  margin-right: 0;
  margin-left: 120px;
}
@media (max-width: 992px) {
  .cid-tNPmZGqgGf .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNPmZGqgGf .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-tNPmZGqgGf .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tNPmZGqgGf .image-wrapper img {
    height: 300px;
  }
}
.cid-tNPmZGqgGf .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNPmZGqgGf .title-wrapper {
    height: auto;
  }
}
.cid-tNPmZGqgGf .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-tNPmZGqgGf .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-tNPmZGqgGf .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-tNPmZGqgGf .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-tNPmZGqgGf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tNPmZGqgGf .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tNPmZGqgGf .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tNPmZGqgGf .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-tNPmZGqgGf .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-tNPmZGqgGf .mbr-section-subtitle {
  color: #212529;
}
.cid-tNPmZGqgGf .mbr-section-title {
  color: #212529;
}
.cid-tNPmZGqgGf .mbr-text {
  color: #212529;
}
.cid-tNPmZH916Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPmZH916Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZH916Q .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-tNPmZH916Q .container {
    padding: 0 16px;
  }
}
.cid-tNPmZH916Q .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNPmZH916Q .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tNPmZH916Q .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tNPmZH916Q .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNPmZH916Q .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tNPmZH916Q .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNPmZH916Q .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tNPmZH916Q .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNPmZH916Q .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNPmZH916Q .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-tNPmZH916Q .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tNPmZH916Q .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tNPmZH916Q .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tNPmZH916Q .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tNPmZH916Q .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNPmZH916Q .image-wrapper {
    padding: 0;
  }
}
.cid-tNPmZH916Q .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tNPmZH916Q .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-tNPmZH916Q .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tNPmZH916Q .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tNPmZH916Q .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #08323c;
  border-top: 2px solid #08323c;
  border-right: 2px solid #08323c;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tNPmZH916Q .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tNPmZH916Q .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tNPmZH916Q .mbr-section-subtitle {
  color: #08323C;
}
.cid-tNPmZH916Q .mbr-text {
  color: #08323C;
}
.cid-tNPmZH916Q .mbr-list-title {
  color: #08323C;
}
.cid-tNPmZH916Q .list {
  color: #08323C;
}
.cid-tNPmZHIfUt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPmZHIfUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZHIfUt .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-tNPmZHIfUt .container {
    padding: 0 30px;
  }
}
.cid-tNPmZHIfUt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNPmZHIfUt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNPmZHIfUt .mbr-section-title {
  color: #212529;
}
.cid-tNPmZHIfUt .mbr-text {
  color: #212529;
}
.cid-tNPmZIhhVI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-tNPmZIhhVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZIhhVI .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-tNPmZIhhVI .container {
    padding: 0 30px;
  }
}
.cid-tNPmZIhhVI .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tNPmZIhhVI .row {
    margin: 0 -34px;
  }
}
.cid-tNPmZIhhVI .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tNPmZIhhVI .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tNPmZIhhVI .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-tNPmZIhhVI .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tNPmZIhhVI .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNPmZIhhVI .mbr-number {
  color: #F1F4E9;
  text-align: center;
}
.cid-tNPmZIhhVI .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-tNPmZIhhVI .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-tNPmZJ09ao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPmZJ09ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZJ09ao .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-tNPmZJ09ao .container {
    padding: 0 30px;
  }
}
.cid-tNPmZJ09ao .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNPmZJ09ao .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNPmZJ09ao .mbr-section-subtitle {
  color: #212529;
  text-align: left;
}
.cid-tNPmZJ09ao .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-tNPmZJAXt5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #533633;
}
.cid-tNPmZJAXt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZJAXt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPmZJAXt5 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tNPmZJAXt5 .mbr-section-title {
  color: #24262b;
}
.cid-tNPmZJAXt5 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tNPmZJAXt5 .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tNPmZJAXt5 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #d6f094;
}
@media (max-width: 767px) {
  .cid-tNPmZJAXt5 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tNPmZJAXt5 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tNPmZJAXt5 .card-subtitle {
  color: #24262b;
  text-align: center;
}
.cid-tNPmZJAXt5 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tNPmZJAXt5 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNPmZJAXt5 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tNPmZJAXt5 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tNPmZKcWnY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNPmZKcWnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZKcWnY .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-tNPmZKcWnY .container {
    padding: 0 30px;
  }
}
.cid-tNPmZKcWnY .row {
  justify-content: center;
}
.cid-tNPmZKcWnY .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNPmZKcWnY .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tNPmZKcWnY .title-wrapper .list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.cid-tNPmZKcWnY .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-tNPmZKcWnY .mbr-section-title {
  color: #212529;
}
.cid-tNPmZKcWnY .mbr-text {
  color: #212529;
}
.cid-tNPmZKcWnY .list {
  color: #212529;
}
.cid-tNPmZKLdPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.cid-tNPmZKLdPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZKLdPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPmZKLdPJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNPmZKLdPJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNPmZKLdPJ .container {
    padding: 0 30px;
  }
}
.cid-tNPmZKLdPJ .row {
  justify-content: center;
}
.cid-tNPmZKLdPJ .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-tNPmZKLdPJ .title-wrapper {
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-tNPmZKLdPJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tNPmZKLdPJ .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tNPmZKLdPJ .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tNPmZKLdPJ .image-wrapper {
  padding: 0 10px;
}
.cid-tNPmZKLdPJ .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPmZKLdPJ .image-wrapper img {
    height: 300px;
  }
}
.cid-tNPmZKLdPJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNPmZKLdPJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNPmZKLdPJ .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tNPmZLqoQr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPmZLqoQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZLqoQr .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-tNPmZLqoQr .container {
    padding: 0 30px;
  }
}
.cid-tNPmZLqoQr .title-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-tNPmZLqoQr .title-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tNPmZLqoQr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNPmZLqoQr .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-tNPmZLqoQr .icon-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tNPmZLqoQr .icon-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNPmZLqoQr .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-tNPmZLqoQr .image-wrapper {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-tNPmZLqoQr .image-wrapper {
    padding: 0;
  }
}
.cid-tNPmZLqoQr .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPmZLqoQr .image-wrapper .image_1 {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-tNPmZLqoQr .image-wrapper .image_2 {
  height: 380px;
  object-fit: cover;
  margin: -18% 0 0 -12%;
}
@media (max-width: 992px) {
  .cid-tNPmZLqoQr .image-wrapper .image_2 {
    height: 250px;
    margin: 0 0 40px 0;
  }
}
.cid-tNPmZLqoQr .mbr-section-title {
  color: #212529;
}
.cid-tNPmZLqoQr .mbr-text {
  color: #000000;
}
.cid-tNPmZM05xi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010101;
}
.cid-tNPmZM05xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZM05xi .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-tNPmZM05xi .container {
    padding: 0 30px;
  }
}
.cid-tNPmZM05xi .row {
  justify-content: center;
}
.cid-tNPmZM05xi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNPmZM05xi .card-wrapper {
  background-color: #d6f094;
  margin-bottom: 30px;
  padding: 25px 100px;
}
.cid-tNPmZM05xi .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-tNPmZM05xi .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-tNPmZM05xi .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNPmZM05xi .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tNPmZM05xi .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tNPmZMH5t1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNPmZMH5t1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZMH5t1 .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-tNPmZMH5t1 .container {
    padding: 0 30px;
  }
}
.cid-tNPmZMH5t1 .row {
  position: relative;
}
.cid-tNPmZMH5t1 .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tNPmZMH5t1 .row img {
    top: auto;
    width: 100%;
  }
}
.cid-tNPmZMH5t1 .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tNPmZMH5t1 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-tNPmZMH5t1 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNPmZMH5t1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNPmZMH5t1 .mbr-text {
  color: #000000;
}
.cid-tNPmZMH5t1 .mbr-link,
.cid-tNPmZMH5t1 .mbr-iconfont {
  color: #212529;
}
.cid-tNPmZNikSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPmZNikSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZNikSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPmZNikSv .row {
  margin: 0 !important;
}
.cid-tNPmZNikSv .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tNPmZNikSv .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tNPmZNikSv .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tNPmZNikSv .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-tNPmZNikSv .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tNPmZNikSv .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tNPmZNikSv .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tNPmZNikSv .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tNPmZNikSv .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tNPmZNikSv .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNPmZNikSv .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNPmZNikSv .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tNPmZNikSv .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tNPmZNikSv .panel-group {
  border: none;
}
.cid-tNPmZNikSv .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tNPmZNikSv .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNPmZNikSv .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNPmZNikSv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tNPmZNikSv .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tNPmZNikSv .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tNPmZNikSv .panel-title-edit {
  color: #131313;
}
.cid-tNPmZNikSv .panel-body {
  padding: 0 0 20px;
}
.cid-tNPmZNikSv .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tNPmZO5bTa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPmZO5bTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZO5bTa .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-tNPmZO5bTa .container {
    padding: 0 30px;
  }
}
.cid-tNPmZO5bTa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNPmZO5bTa .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNPmZO5bTa .row.content {
  padding: 30px 0;
  border-top: 1px solid #533633;
  border-bottom: 1px solid #533633;
}
.cid-tNPmZO5bTa .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNPmZO5bTa .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tNPmZO5bTa .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tNPmZO5bTa .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tNPmZO5bTa .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tNPmZO5bTa .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tNPmZO5bTa .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tNPmZO5bTa .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tNPmZO5bTa .mbr-section-btn {
  margin-top: 30px;
}
.cid-tNPmZO5bTa .mbr-section-subtitle {
  color: #010101;
  text-align: left;
}
.cid-tNPmZO5bTa .mbr-section-title {
  color: #f1f4e9;
}
.cid-tNPmZO5bTa .mbr-desc {
  color: #f1f4e9;
}
.cid-tNPmZO5bTa .mbr-text {
  color: #533633;
  text-align: left;
}
.cid-tNPmZO5bTa .mbr-name {
  color: #f1f4e9;
}
.cid-tNPmZO5bTa .mbr-section-title,
.cid-tNPmZO5bTa .mbr-section-btn {
  text-align: center;
}
.cid-tNPmZO5bTa .mbr-desc,
.cid-tNPmZO5bTa .rating-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tNPmZOJYrY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPmZOJYrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZOJYrY .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-tNPmZOJYrY .container {
    padding: 0 30px;
  }
}
.cid-tNPmZOJYrY .row {
  justify-content: center;
}
.cid-tNPmZOJYrY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNPmZOJYrY .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPmZOJYrY .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tNPmZOJYrY .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-tNPmZOJYrY .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPmZOJYrY .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNPmZOJYrY .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNPmZPlQiy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNPmZPlQiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZPlQiy .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-tNPmZPlQiy .container {
    padding: 0 30px;
  }
}
.cid-tNPmZPlQiy .text-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 152px 0;
}
@media (max-width: 992px) {
  .cid-tNPmZPlQiy .text-wrapper {
    padding: 50px 0;
  }
}
.cid-tNPmZPlQiy .text-wrapper img {
  position: absolute;
  width: 700px;
  height: 700px;
  object-fit: contain;
  top: -30%;
  opacity: .75;
}
.cid-tNPmZPlQiy .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.cid-tNPmZPlQiy .text-wrapper .mbr-desc {
  width: 100%;
  margin: 40px 0 0 0;
  position: relative;
}
.cid-tNPmZPlQiy .mbr-text {
  color: #212529;
  text-align: left;
}
.cid-tNPmZPlQiy .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tNPmZPlQiy .mbr-desc DIV {
  text-align: left;
}
.cid-tNPujsNk8k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPujsNk8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPujsNk8k .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-tNPujsNk8k .container {
    padding: 0 30px;
  }
}
.cid-tNPujsNk8k .row {
  justify-content: center;
}
.cid-tNPujsNk8k .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNPujsNk8k .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-tNPujsNk8k .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-tNPujsNk8k .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-tNPujsNk8k .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNPujsNk8k .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNPujsNk8k .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-tNPujsNk8k .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNPujsNk8k .mbr-section-btn {
  text-align: center;
}
.cid-tNPujsNk8k .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-tNPujsNk8k .mbr-section-btn .btn:hover,
.cid-tNPujsNk8k .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-tNPujsNk8k .mbr-section-title {
  color: #212529;
}
.cid-tNPujsNk8k .panel-title-edit {
  color: #212529;
}
.cid-tNPujsNk8k .panel-text {
  color: #212529;
}
.cid-tNPujsNk8k .mbr-section-title,
.cid-tNPujsNk8k .mbr-section-btn {
  text-align: center;
}
.cid-tNPmZPZRJo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #010101;
}
.cid-tNPmZPZRJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZPZRJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPmZPZRJo .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tNPmZPZRJo .container-fluid {
    padding: 0 12px;
  }
}
.cid-tNPmZPZRJo .container-fluid .row {
  padding: 0;
}
.cid-tNPmZPZRJo .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tNPmZPZRJo .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tNPmZPZRJo .card {
    padding: 48px 20px;
  }
}
.cid-tNPmZPZRJo .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tNPmZPZRJo .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNPmZPZRJo .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tNPmZPZRJo .card .google-map {
    height: 250px;
  }
}
.cid-tNPmZPZRJo .card .google-map iframe {
  height: 100%;
}
.cid-tNPmZPZRJo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNPmZQIEtN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNPmZQIEtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPmZQIEtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPmZQIEtN .row {
  justify-content: space-between;
}
.cid-tNPmZQIEtN .mbr-section-title {
  margin: 0;
  color: #010101;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNPmZQIEtN .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNPmZQIEtN .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNPmZQIEtN .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNPmZQIEtN .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #010101;
}
.cid-tNPmZQIEtN .list li {
  margin-bottom: 25px;
}
.cid-tNPmZQIEtN .list li:last-child {
  margin-bottom: 0;
}
.cid-tNPmZQIEtN .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNPmZQIEtN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNPmZQIEtN .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNPmZQIEtN .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-tNPmZQIEtN .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #010101;
  transition: all .3s ease;
}
.cid-tNPmZQIEtN .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNPmZQIEtN .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #010101;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNPmZQIEtN .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNPmZQIEtN .mbr-desc,
.cid-tNPmZQIEtN .mbr-iconfont {
  color: #010101;
}
.cid-tNPmZQIEtN .mbr-text,
.cid-tNPmZQIEtN .mbr-section-btn {
  color: #010101;
}
.cid-tNLLo8v7oL {
  background-image: url("../../../assets/images/las-vegas-oral-hygiene11-1200x675.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: #fdd4c5;
}
.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-tNLLobttha {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNLLobttha .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLLobttha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLLobttha .row {
  justify-content: space-between;
}
.cid-tNLLobttha .mbr-section-title {
  margin: 0;
  color: #010101;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNLLobttha .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNLLobttha .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNLLobttha .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNLLobttha .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #010101;
}
.cid-tNLLobttha .list li {
  margin-bottom: 25px;
}
.cid-tNLLobttha .list li:last-child {
  margin-bottom: 0;
}
.cid-tNLLobttha .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNLLobttha .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNLLobttha .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNLLobttha .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-tNLLobttha .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #010101;
  transition: all .3s ease;
}
.cid-tNLLobttha .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNLLobttha .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #010101;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNLLobttha .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNLLobttha .mbr-desc,
.cid-tNLLobttha .mbr-iconfont {
  color: #010101;
}
.cid-tNLLobttha .mbr-text,
.cid-tNLLobttha .mbr-section-btn {
  color: #010101;
}
.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: #f45a6c !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: #151515 !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: #151515;
}
.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: #151515;
}
.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-tNPvMp30Yk .navbar-dropdown {
  position: relative !important;
}
.cid-tNPvMp30Yk .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNPvMp30Yk .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-tNPvMp30Yk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNPvMp30Yk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNPvMp30Yk .dropdown-item:hover,
.cid-tNPvMp30Yk .dropdown-item:focus {
  background: #f45a6c !important;
  color: white !important;
}
.cid-tNPvMp30Yk .dropdown-item:hover span {
  color: white;
}
.cid-tNPvMp30Yk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNPvMp30Yk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNPvMp30Yk .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNPvMp30Yk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNPvMp30Yk .nav-link {
  position: relative;
}
.cid-tNPvMp30Yk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNPvMp30Yk .container {
    flex-wrap: nowrap;
  }
}
.cid-tNPvMp30Yk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNPvMp30Yk .dropdown-menu,
.cid-tNPvMp30Yk .navbar.opened {
  background: #151515 !important;
}
.cid-tNPvMp30Yk .nav-item:focus,
.cid-tNPvMp30Yk .nav-link:focus {
  outline: none;
}
.cid-tNPvMp30Yk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNPvMp30Yk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNPvMp30Yk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNPvMp30Yk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNPvMp30Yk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNPvMp30Yk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNPvMp30Yk .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: #151515;
}
.cid-tNPvMp30Yk .navbar.opened {
  transition: all 0.3s;
}
.cid-tNPvMp30Yk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNPvMp30Yk .navbar .navbar-logo img {
  width: auto;
}
.cid-tNPvMp30Yk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNPvMp30Yk .navbar.collapsed {
  justify-content: center;
}
.cid-tNPvMp30Yk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNPvMp30Yk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNPvMp30Yk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNPvMp30Yk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNPvMp30Yk .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-tNPvMp30Yk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNPvMp30Yk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNPvMp30Yk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNPvMp30Yk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNPvMp30Yk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNPvMp30Yk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNPvMp30Yk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNPvMp30Yk .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-tNPvMp30Yk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNPvMp30Yk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNPvMp30Yk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNPvMp30Yk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNPvMp30Yk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNPvMp30Yk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNPvMp30Yk .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNPvMp30Yk .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNPvMp30Yk .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-tNPvMp30Yk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNPvMp30Yk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNPvMp30Yk .dropdown-item.active,
.cid-tNPvMp30Yk .dropdown-item:active {
  background-color: transparent;
}
.cid-tNPvMp30Yk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNPvMp30Yk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNPvMp30Yk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNPvMp30Yk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
}
.cid-tNPvMp30Yk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNPvMp30Yk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNPvMp30Yk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNPvMp30Yk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNPvMp30Yk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNPvMp30Yk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNPvMp30Yk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNPvMp30Yk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPvMp30Yk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPvMp30Yk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNPvMp30Yk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPvMp30Yk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNPvMp30Yk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNPvMp30Yk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPvMp30Yk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNPvMp30Yk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNPvMp30Yk .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-tNPvMp30Yk .navbar {
    height: 70px;
  }
  .cid-tNPvMp30Yk .navbar.opened {
    height: auto;
  }
  .cid-tNPvMp30Yk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNPvMq36GR {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPvMq36GR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMq36GR .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-tNPvMq36GR .container {
    padding: 0 30px;
  }
}
.cid-tNPvMq36GR .image-wrapper {
  margin-right: 120px;
  margin-right: 0;
  margin-left: 120px;
}
@media (max-width: 992px) {
  .cid-tNPvMq36GR .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNPvMq36GR .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-tNPvMq36GR .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tNPvMq36GR .image-wrapper img {
    height: 300px;
  }
}
.cid-tNPvMq36GR .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNPvMq36GR .title-wrapper {
    height: auto;
  }
}
.cid-tNPvMq36GR .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-tNPvMq36GR .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-tNPvMq36GR .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-tNPvMq36GR .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-tNPvMq36GR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tNPvMq36GR .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tNPvMq36GR .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tNPvMq36GR .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-tNPvMq36GR .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-tNPvMq36GR .mbr-section-subtitle {
  color: #212529;
}
.cid-tNPvMq36GR .mbr-section-title {
  color: #212529;
}
.cid-tNPvMq36GR .mbr-text {
  color: #212529;
}
.cid-tNPvMqKldN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPvMqKldN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMqKldN .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-tNPvMqKldN .container {
    padding: 0 16px;
  }
}
.cid-tNPvMqKldN .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNPvMqKldN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tNPvMqKldN .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tNPvMqKldN .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNPvMqKldN .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tNPvMqKldN .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNPvMqKldN .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tNPvMqKldN .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNPvMqKldN .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNPvMqKldN .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-tNPvMqKldN .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tNPvMqKldN .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tNPvMqKldN .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tNPvMqKldN .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tNPvMqKldN .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNPvMqKldN .image-wrapper {
    padding: 0;
  }
}
.cid-tNPvMqKldN .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tNPvMqKldN .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-tNPvMqKldN .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tNPvMqKldN .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tNPvMqKldN .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #08323c;
  border-top: 2px solid #08323c;
  border-right: 2px solid #08323c;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tNPvMqKldN .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tNPvMqKldN .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tNPvMqKldN .mbr-section-subtitle {
  color: #08323C;
}
.cid-tNPvMqKldN .mbr-text {
  color: #08323C;
}
.cid-tNPvMqKldN .mbr-list-title {
  color: #08323C;
}
.cid-tNPvMqKldN .list {
  color: #08323C;
}
.cid-tNPvMrnVzj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPvMrnVzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMrnVzj .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-tNPvMrnVzj .container {
    padding: 0 30px;
  }
}
.cid-tNPvMrnVzj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNPvMrnVzj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNPvMrnVzj .mbr-section-title {
  color: #212529;
}
.cid-tNPvMrnVzj .mbr-text {
  color: #212529;
}
.cid-tNPvMrWRMH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-tNPvMrWRMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMrWRMH .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-tNPvMrWRMH .container {
    padding: 0 30px;
  }
}
.cid-tNPvMrWRMH .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tNPvMrWRMH .row {
    margin: 0 -34px;
  }
}
.cid-tNPvMrWRMH .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tNPvMrWRMH .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tNPvMrWRMH .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-tNPvMrWRMH .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tNPvMrWRMH .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNPvMrWRMH .mbr-number {
  color: #F1F4E9;
  text-align: center;
}
.cid-tNPvMrWRMH .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-tNPvMrWRMH .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-tNPvMsK09o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPvMsK09o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMsK09o .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-tNPvMsK09o .container {
    padding: 0 30px;
  }
}
.cid-tNPvMsK09o .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNPvMsK09o .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNPvMsK09o .mbr-section-subtitle {
  color: #212529;
  text-align: left;
}
.cid-tNPvMsK09o .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-tNPvMtmkUB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #533633;
}
.cid-tNPvMtmkUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMtmkUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPvMtmkUB .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tNPvMtmkUB .mbr-section-title {
  color: #24262b;
}
.cid-tNPvMtmkUB .mbr-section-subtitle {
  color: #24262b;
}
.cid-tNPvMtmkUB .cards-row {
  row-gap: 32px;
}
.cid-tNPvMtmkUB .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #d6f094;
}
@media (max-width: 767px) {
  .cid-tNPvMtmkUB .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tNPvMtmkUB .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tNPvMtmkUB .card-subtitle {
  color: #24262b;
  text-align: center;
}
.cid-tNPvMtmkUB .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tNPvMtmkUB .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNPvMtmkUB .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tNPvMtmkUB .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tNPvMu5OsF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNPvMu5OsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMu5OsF .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-tNPvMu5OsF .container {
    padding: 0 30px;
  }
}
.cid-tNPvMu5OsF .row {
  justify-content: center;
}
.cid-tNPvMu5OsF .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNPvMu5OsF .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tNPvMu5OsF .title-wrapper .list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.cid-tNPvMu5OsF .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-tNPvMu5OsF .mbr-section-title {
  color: #212529;
}
.cid-tNPvMu5OsF .mbr-text {
  color: #212529;
}
.cid-tNPvMu5OsF .list {
  color: #212529;
}
.cid-tNPvMuK3we {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.cid-tNPvMuK3we .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMuK3we .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPvMuK3we .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNPvMuK3we .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNPvMuK3we .container {
    padding: 0 30px;
  }
}
.cid-tNPvMuK3we .row {
  justify-content: center;
}
.cid-tNPvMuK3we .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-tNPvMuK3we .title-wrapper {
    height: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tNPvMuK3we .title-wrapper {
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-tNPvMuK3we .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tNPvMuK3we .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tNPvMuK3we .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tNPvMuK3we .image-wrapper {
  padding: 0 10px;
}
.cid-tNPvMuK3we .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPvMuK3we .image-wrapper img {
    height: 300px;
  }
}
.cid-tNPvMuK3we .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNPvMuK3we .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNPvMuK3we .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tNPvMvphTe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPvMvphTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMvphTe .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-tNPvMvphTe .container {
    padding: 0 30px;
  }
}
.cid-tNPvMvphTe .title-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-tNPvMvphTe .title-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tNPvMvphTe .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNPvMvphTe .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-tNPvMvphTe .icon-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tNPvMvphTe .icon-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNPvMvphTe .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-tNPvMvphTe .image-wrapper {
  padding-left: 120px;
  padding-left: 0;
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-tNPvMvphTe .image-wrapper {
    padding: 0;
  }
}
.cid-tNPvMvphTe .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPvMvphTe .image-wrapper .image_1 {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-tNPvMvphTe .image-wrapper .image_2 {
  height: 380px;
  object-fit: cover;
  margin: -18% 0 0 -12%;
}
@media (max-width: 992px) {
  .cid-tNPvMvphTe .image-wrapper .image_2 {
    height: 250px;
    margin: 0 0 40px 0;
  }
}
.cid-tNPvMvphTe .mbr-section-title {
  color: #212529;
}
.cid-tNPvMvphTe .mbr-text {
  color: #000000;
}
.cid-tNPvMw3aBH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010101;
}
.cid-tNPvMw3aBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMw3aBH .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-tNPvMw3aBH .container {
    padding: 0 30px;
  }
}
.cid-tNPvMw3aBH .row {
  justify-content: center;
}
.cid-tNPvMw3aBH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNPvMw3aBH .card-wrapper {
  background-color: #d6f094;
  margin-bottom: 30px;
  padding: 25px 100px;
}
.cid-tNPvMw3aBH .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-tNPvMw3aBH .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-tNPvMw3aBH .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNPvMw3aBH .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tNPvMw3aBH .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tNPvMwQ834 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNPvMwQ834 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMwQ834 .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-tNPvMwQ834 .container {
    padding: 0 30px;
  }
}
.cid-tNPvMwQ834 .row {
  position: relative;
}
.cid-tNPvMwQ834 .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tNPvMwQ834 .row img {
    top: auto;
    width: 100%;
  }
}
.cid-tNPvMwQ834 .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tNPvMwQ834 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-tNPvMwQ834 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNPvMwQ834 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNPvMwQ834 .mbr-text {
  color: #000000;
}
.cid-tNPvMwQ834 .mbr-link,
.cid-tNPvMwQ834 .mbr-iconfont {
  color: #212529;
}
.cid-tNPvMxsmod {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPvMxsmod .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMxsmod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPvMxsmod .row {
  margin: 0 !important;
}
.cid-tNPvMxsmod .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tNPvMxsmod .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tNPvMxsmod .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tNPvMxsmod .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-tNPvMxsmod .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tNPvMxsmod .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tNPvMxsmod .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tNPvMxsmod .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tNPvMxsmod .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tNPvMxsmod .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNPvMxsmod .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNPvMxsmod .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tNPvMxsmod .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tNPvMxsmod .panel-group {
  border: none;
}
.cid-tNPvMxsmod .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tNPvMxsmod .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNPvMxsmod .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNPvMxsmod .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tNPvMxsmod .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tNPvMxsmod .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tNPvMxsmod .panel-title-edit {
  color: #131313;
}
.cid-tNPvMxsmod .panel-body {
  padding: 0 0 20px;
}
.cid-tNPvMxsmod .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tNPvMyqEk9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPvMyqEk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMyqEk9 .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-tNPvMyqEk9 .container {
    padding: 0 30px;
  }
}
.cid-tNPvMyqEk9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNPvMyqEk9 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNPvMyqEk9 .row.content {
  padding: 30px 0;
  border-top: 1px solid #533633;
  border-bottom: 1px solid #533633;
}
.cid-tNPvMyqEk9 .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNPvMyqEk9 .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tNPvMyqEk9 .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tNPvMyqEk9 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tNPvMyqEk9 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tNPvMyqEk9 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tNPvMyqEk9 .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tNPvMyqEk9 .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tNPvMyqEk9 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tNPvMyqEk9 .mbr-section-subtitle {
  color: #010101;
  text-align: left;
}
.cid-tNPvMyqEk9 .mbr-section-title {
  color: #f1f4e9;
}
.cid-tNPvMyqEk9 .mbr-desc {
  color: #f1f4e9;
}
.cid-tNPvMyqEk9 .mbr-text {
  color: #533633;
  text-align: left;
}
.cid-tNPvMyqEk9 .mbr-name {
  color: #f1f4e9;
}
.cid-tNPvMyqEk9 .mbr-section-title,
.cid-tNPvMyqEk9 .mbr-section-btn {
  text-align: center;
}
.cid-tNPvMyqEk9 .mbr-desc,
.cid-tNPvMyqEk9 .rating-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tNPvMzlzFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPvMzlzFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMzlzFs .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-tNPvMzlzFs .container {
    padding: 0 30px;
  }
}
.cid-tNPvMzlzFs .row {
  justify-content: center;
}
.cid-tNPvMzlzFs .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNPvMzlzFs .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPvMzlzFs .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tNPvMzlzFs .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-tNPvMzlzFs .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPvMzlzFs .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNPvMzlzFs .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNPvMA4DLb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNPvMA4DLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMA4DLb .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-tNPvMA4DLb .container {
    padding: 0 30px;
  }
}
.cid-tNPvMA4DLb .text-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 152px 0;
}
@media (max-width: 992px) {
  .cid-tNPvMA4DLb .text-wrapper {
    padding: 50px 0;
  }
}
.cid-tNPvMA4DLb .text-wrapper img {
  position: absolute;
  width: 700px;
  height: 700px;
  object-fit: contain;
  top: -30%;
  opacity: .75;
}
.cid-tNPvMA4DLb .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.cid-tNPvMA4DLb .text-wrapper .mbr-desc {
  width: 100%;
  margin: 40px 0 0 0;
  position: relative;
}
.cid-tNPvMA4DLb .mbr-text {
  color: #212529;
  text-align: left;
}
.cid-tNPvMA4DLb .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tNPvMA4DLb .mbr-desc DIV {
  text-align: left;
}
.cid-tNPvMALYML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPvMALYML .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMALYML .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-tNPvMALYML .container {
    padding: 0 30px;
  }
}
.cid-tNPvMALYML .row {
  justify-content: center;
}
.cid-tNPvMALYML .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNPvMALYML .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-tNPvMALYML .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-tNPvMALYML .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-tNPvMALYML .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNPvMALYML .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNPvMALYML .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-tNPvMALYML .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNPvMALYML .mbr-section-btn {
  text-align: center;
}
.cid-tNPvMALYML .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-tNPvMALYML .mbr-section-btn .btn:hover,
.cid-tNPvMALYML .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-tNPvMALYML .mbr-section-title {
  color: #212529;
}
.cid-tNPvMALYML .panel-title-edit {
  color: #212529;
}
.cid-tNPvMALYML .panel-text {
  color: #212529;
}
.cid-tNPvMALYML .mbr-section-title,
.cid-tNPvMALYML .mbr-section-btn {
  text-align: center;
}
.cid-tNPvMBylrN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #010101;
}
.cid-tNPvMBylrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMBylrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPvMBylrN .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tNPvMBylrN .container-fluid {
    padding: 0 12px;
  }
}
.cid-tNPvMBylrN .container-fluid .row {
  padding: 0;
}
.cid-tNPvMBylrN .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tNPvMBylrN .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tNPvMBylrN .card {
    padding: 48px 20px;
  }
}
.cid-tNPvMBylrN .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tNPvMBylrN .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNPvMBylrN .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tNPvMBylrN .card .google-map {
    height: 250px;
  }
}
.cid-tNPvMBylrN .card .google-map iframe {
  height: 100%;
}
.cid-tNPvMBylrN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNPvMCkm5l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNPvMCkm5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPvMCkm5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPvMCkm5l .row {
  justify-content: space-between;
}
.cid-tNPvMCkm5l .mbr-section-title {
  margin: 0;
  color: #010101;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNPvMCkm5l .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNPvMCkm5l .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNPvMCkm5l .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNPvMCkm5l .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #010101;
}
.cid-tNPvMCkm5l .list li {
  margin-bottom: 25px;
}
.cid-tNPvMCkm5l .list li:last-child {
  margin-bottom: 0;
}
.cid-tNPvMCkm5l .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNPvMCkm5l .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNPvMCkm5l .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNPvMCkm5l .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-tNPvMCkm5l .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #010101;
  transition: all .3s ease;
}
.cid-tNPvMCkm5l .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNPvMCkm5l .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #010101;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNPvMCkm5l .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNPvMCkm5l .mbr-desc,
.cid-tNPvMCkm5l .mbr-iconfont {
  color: #010101;
}
.cid-tNPvMCkm5l .mbr-text,
.cid-tNPvMCkm5l .mbr-section-btn {
  color: #010101;
}
.cid-tNPCt05Ui8 .navbar-dropdown {
  position: relative !important;
}
.cid-tNPCt05Ui8 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNPCt05Ui8 .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-tNPCt05Ui8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNPCt05Ui8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNPCt05Ui8 .dropdown-item:hover,
.cid-tNPCt05Ui8 .dropdown-item:focus {
  background: #f45a6c !important;
  color: white !important;
}
.cid-tNPCt05Ui8 .dropdown-item:hover span {
  color: white;
}
.cid-tNPCt05Ui8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNPCt05Ui8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNPCt05Ui8 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNPCt05Ui8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNPCt05Ui8 .nav-link {
  position: relative;
}
.cid-tNPCt05Ui8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNPCt05Ui8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tNPCt05Ui8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNPCt05Ui8 .dropdown-menu,
.cid-tNPCt05Ui8 .navbar.opened {
  background: #151515 !important;
}
.cid-tNPCt05Ui8 .nav-item:focus,
.cid-tNPCt05Ui8 .nav-link:focus {
  outline: none;
}
.cid-tNPCt05Ui8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNPCt05Ui8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNPCt05Ui8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNPCt05Ui8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNPCt05Ui8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNPCt05Ui8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNPCt05Ui8 .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: #151515;
}
.cid-tNPCt05Ui8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tNPCt05Ui8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNPCt05Ui8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tNPCt05Ui8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNPCt05Ui8 .navbar.collapsed {
  justify-content: center;
}
.cid-tNPCt05Ui8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNPCt05Ui8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNPCt05Ui8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNPCt05Ui8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNPCt05Ui8 .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-tNPCt05Ui8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNPCt05Ui8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNPCt05Ui8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNPCt05Ui8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNPCt05Ui8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNPCt05Ui8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNPCt05Ui8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNPCt05Ui8 .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-tNPCt05Ui8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNPCt05Ui8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNPCt05Ui8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNPCt05Ui8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNPCt05Ui8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNPCt05Ui8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNPCt05Ui8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNPCt05Ui8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNPCt05Ui8 .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-tNPCt05Ui8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNPCt05Ui8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNPCt05Ui8 .dropdown-item.active,
.cid-tNPCt05Ui8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tNPCt05Ui8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNPCt05Ui8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNPCt05Ui8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNPCt05Ui8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
}
.cid-tNPCt05Ui8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNPCt05Ui8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNPCt05Ui8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNPCt05Ui8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNPCt05Ui8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNPCt05Ui8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNPCt05Ui8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNPCt05Ui8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPCt05Ui8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPCt05Ui8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNPCt05Ui8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPCt05Ui8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNPCt05Ui8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNPCt05Ui8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPCt05Ui8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNPCt05Ui8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNPCt05Ui8 .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-tNPCt05Ui8 .navbar {
    height: 70px;
  }
  .cid-tNPCt05Ui8 .navbar.opened {
    height: auto;
  }
  .cid-tNPCt05Ui8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNPCt0Ykpm {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPCt0Ykpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt0Ykpm .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-tNPCt0Ykpm .container {
    padding: 0 30px;
  }
}
.cid-tNPCt0Ykpm .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-tNPCt0Ykpm .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-tNPCt0Ykpm .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tNPCt0Ykpm .image-wrapper img {
    height: 300px;
  }
}
.cid-tNPCt0Ykpm .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNPCt0Ykpm .title-wrapper {
    height: auto;
  }
}
.cid-tNPCt0Ykpm .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-tNPCt0Ykpm .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-tNPCt0Ykpm .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-tNPCt0Ykpm .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-tNPCt0Ykpm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tNPCt0Ykpm .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tNPCt0Ykpm .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tNPCt0Ykpm .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-tNPCt0Ykpm .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-tNPCt0Ykpm .mbr-section-subtitle {
  color: #212529;
}
.cid-tNPCt0Ykpm .mbr-section-title {
  color: #212529;
}
.cid-tNPCt0Ykpm .mbr-text {
  color: #212529;
}
.cid-tNPCt1LNcI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPCt1LNcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt1LNcI .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-tNPCt1LNcI .container {
    padding: 0 16px;
  }
}
.cid-tNPCt1LNcI .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNPCt1LNcI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tNPCt1LNcI .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tNPCt1LNcI .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNPCt1LNcI .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tNPCt1LNcI .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNPCt1LNcI .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tNPCt1LNcI .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNPCt1LNcI .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNPCt1LNcI .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-tNPCt1LNcI .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tNPCt1LNcI .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tNPCt1LNcI .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tNPCt1LNcI .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tNPCt1LNcI .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNPCt1LNcI .image-wrapper {
    padding: 0;
  }
}
.cid-tNPCt1LNcI .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tNPCt1LNcI .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-tNPCt1LNcI .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tNPCt1LNcI .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tNPCt1LNcI .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #08323c;
  border-top: 2px solid #08323c;
  border-right: 2px solid #08323c;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tNPCt1LNcI .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tNPCt1LNcI .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tNPCt1LNcI .mbr-section-subtitle {
  color: #08323C;
}
.cid-tNPCt1LNcI .mbr-text {
  color: #08323C;
}
.cid-tNPCt1LNcI .mbr-list-title {
  color: #08323C;
}
.cid-tNPCt1LNcI .list {
  color: #08323C;
}
.cid-tNPCt2p58I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPCt2p58I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt2p58I .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-tNPCt2p58I .container {
    padding: 0 30px;
  }
}
.cid-tNPCt2p58I .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNPCt2p58I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNPCt2p58I .mbr-section-title {
  color: #212529;
}
.cid-tNPCt2p58I .mbr-text {
  color: #212529;
}
.cid-tNPCt34dZv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-tNPCt34dZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt34dZv .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-tNPCt34dZv .container {
    padding: 0 30px;
  }
}
.cid-tNPCt34dZv .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tNPCt34dZv .row {
    margin: 0 -34px;
  }
}
.cid-tNPCt34dZv .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tNPCt34dZv .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tNPCt34dZv .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-tNPCt34dZv .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tNPCt34dZv .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNPCt34dZv .mbr-number {
  color: #F1F4E9;
  text-align: center;
}
.cid-tNPCt34dZv .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-tNPCt34dZv .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-tNPCt3MdoJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPCt3MdoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt3MdoJ .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-tNPCt3MdoJ .container {
    padding: 0 30px;
  }
}
.cid-tNPCt3MdoJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNPCt3MdoJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNPCt3MdoJ .mbr-section-subtitle {
  color: #212529;
  text-align: left;
}
.cid-tNPCt3MdoJ .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-tNPCt4pcMO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #533633;
}
.cid-tNPCt4pcMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt4pcMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPCt4pcMO .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tNPCt4pcMO .mbr-section-title {
  color: #24262b;
}
.cid-tNPCt4pcMO .mbr-section-subtitle {
  color: #24262b;
}
.cid-tNPCt4pcMO .cards-row {
  row-gap: 32px;
}
.cid-tNPCt4pcMO .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #d6f094;
}
@media (max-width: 767px) {
  .cid-tNPCt4pcMO .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tNPCt4pcMO .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tNPCt4pcMO .card-subtitle {
  color: #24262b;
  text-align: center;
}
.cid-tNPCt4pcMO .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tNPCt4pcMO .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNPCt4pcMO .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tNPCt4pcMO .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tNPCt5bRq4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNPCt5bRq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt5bRq4 .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-tNPCt5bRq4 .container {
    padding: 0 30px;
  }
}
.cid-tNPCt5bRq4 .row {
  justify-content: center;
}
.cid-tNPCt5bRq4 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNPCt5bRq4 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tNPCt5bRq4 .title-wrapper .list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.cid-tNPCt5bRq4 .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-tNPCt5bRq4 .mbr-section-title {
  color: #212529;
}
.cid-tNPCt5bRq4 .mbr-text {
  color: #212529;
}
.cid-tNPCt5bRq4 .list {
  color: #212529;
}
.cid-tNPCt5OV82 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.cid-tNPCt5OV82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt5OV82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPCt5OV82 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNPCt5OV82 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNPCt5OV82 .container {
    padding: 0 30px;
  }
}
.cid-tNPCt5OV82 .row {
  justify-content: center;
}
.cid-tNPCt5OV82 .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-tNPCt5OV82 .title-wrapper {
    height: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tNPCt5OV82 .title-wrapper {
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-tNPCt5OV82 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tNPCt5OV82 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tNPCt5OV82 .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tNPCt5OV82 .image-wrapper {
  padding: 0 10px;
}
.cid-tNPCt5OV82 .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPCt5OV82 .image-wrapper img {
    height: 300px;
  }
}
.cid-tNPCt5OV82 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNPCt5OV82 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNPCt5OV82 .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tNPCt6xtmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPCt6xtmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt6xtmH .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-tNPCt6xtmH .container {
    padding: 0 30px;
  }
}
.cid-tNPCt6xtmH .title-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-tNPCt6xtmH .title-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tNPCt6xtmH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNPCt6xtmH .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-tNPCt6xtmH .icon-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tNPCt6xtmH .icon-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNPCt6xtmH .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-tNPCt6xtmH .image-wrapper {
  padding-left: 120px;
  padding-left: 0;
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-tNPCt6xtmH .image-wrapper {
    padding: 0;
  }
}
.cid-tNPCt6xtmH .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPCt6xtmH .image-wrapper .image_1 {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-tNPCt6xtmH .image-wrapper .image_2 {
  height: 380px;
  object-fit: cover;
  margin: -18% 0 0 -12%;
}
@media (max-width: 992px) {
  .cid-tNPCt6xtmH .image-wrapper .image_2 {
    height: 250px;
    margin: 0 0 40px 0;
  }
}
.cid-tNPCt6xtmH .mbr-section-title {
  color: #212529;
}
.cid-tNPCt6xtmH .mbr-text {
  color: #000000;
}
.cid-tNPCt7g2Ob {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010101;
}
.cid-tNPCt7g2Ob .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt7g2Ob .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-tNPCt7g2Ob .container {
    padding: 0 30px;
  }
}
.cid-tNPCt7g2Ob .row {
  justify-content: center;
}
.cid-tNPCt7g2Ob .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNPCt7g2Ob .card-wrapper {
  background-color: #d6f094;
  margin-bottom: 30px;
  padding: 25px 100px;
}
.cid-tNPCt7g2Ob .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-tNPCt7g2Ob .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-tNPCt7g2Ob .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNPCt7g2Ob .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-tNPCt7g2Ob .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tNPCt81HkW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNPCt81HkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt81HkW .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-tNPCt81HkW .container {
    padding: 0 30px;
  }
}
.cid-tNPCt81HkW .row {
  position: relative;
}
.cid-tNPCt81HkW .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tNPCt81HkW .row img {
    top: auto;
    width: 100%;
  }
}
.cid-tNPCt81HkW .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tNPCt81HkW .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-tNPCt81HkW .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNPCt81HkW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNPCt81HkW .mbr-text {
  color: #000000;
}
.cid-tNPCt81HkW .mbr-link,
.cid-tNPCt81HkW .mbr-iconfont {
  color: #212529;
}
.cid-tNPCt8D3nm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPCt8D3nm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt8D3nm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPCt8D3nm .row {
  margin: 0 !important;
}
.cid-tNPCt8D3nm .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tNPCt8D3nm .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tNPCt8D3nm .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tNPCt8D3nm .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-tNPCt8D3nm .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tNPCt8D3nm .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tNPCt8D3nm .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tNPCt8D3nm .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tNPCt8D3nm .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tNPCt8D3nm .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNPCt8D3nm .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNPCt8D3nm .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tNPCt8D3nm .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tNPCt8D3nm .panel-group {
  border: none;
}
.cid-tNPCt8D3nm .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tNPCt8D3nm .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNPCt8D3nm .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNPCt8D3nm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tNPCt8D3nm .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tNPCt8D3nm .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tNPCt8D3nm .panel-title-edit {
  color: #131313;
}
.cid-tNPCt8D3nm .panel-body {
  padding: 0 0 20px;
}
.cid-tNPCt8D3nm .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tNPCt9ullV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f094;
}
.cid-tNPCt9ullV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCt9ullV .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-tNPCt9ullV .container {
    padding: 0 30px;
  }
}
.cid-tNPCt9ullV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNPCt9ullV .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNPCt9ullV .row.content {
  padding: 30px 0;
  border-top: 1px solid #533633;
  border-bottom: 1px solid #533633;
}
.cid-tNPCt9ullV .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNPCt9ullV .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tNPCt9ullV .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tNPCt9ullV .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tNPCt9ullV .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tNPCt9ullV .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tNPCt9ullV .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tNPCt9ullV .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tNPCt9ullV .mbr-section-btn {
  margin-top: 30px;
}
.cid-tNPCt9ullV .mbr-section-subtitle {
  color: #010101;
  text-align: left;
}
.cid-tNPCt9ullV .mbr-section-title {
  color: #f1f4e9;
}
.cid-tNPCt9ullV .mbr-desc {
  color: #f1f4e9;
}
.cid-tNPCt9ullV .mbr-text {
  color: #533633;
  text-align: left;
}
.cid-tNPCt9ullV .mbr-name {
  color: #f1f4e9;
}
.cid-tNPCt9ullV .mbr-section-title,
.cid-tNPCt9ullV .mbr-section-btn {
  text-align: center;
}
.cid-tNPCt9ullV .mbr-desc,
.cid-tNPCt9ullV .rating-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tNPCtagQbL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPCtagQbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCtagQbL .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-tNPCtagQbL .container {
    padding: 0 30px;
  }
}
.cid-tNPCtagQbL .row {
  justify-content: center;
}
.cid-tNPCtagQbL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNPCtagQbL .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPCtagQbL .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tNPCtagQbL .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-tNPCtagQbL .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPCtagQbL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNPCtagQbL .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNPCtb02uC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNPCtb02uC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCtb02uC .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-tNPCtb02uC .container {
    padding: 0 30px;
  }
}
.cid-tNPCtb02uC .text-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 152px 0;
}
@media (max-width: 992px) {
  .cid-tNPCtb02uC .text-wrapper {
    padding: 50px 0;
  }
}
.cid-tNPCtb02uC .text-wrapper img {
  position: absolute;
  width: 700px;
  height: 700px;
  object-fit: contain;
  top: -30%;
  opacity: .75;
}
.cid-tNPCtb02uC .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.cid-tNPCtb02uC .text-wrapper .mbr-desc {
  width: 100%;
  margin: 40px 0 0 0;
  position: relative;
}
.cid-tNPCtb02uC .mbr-text {
  color: #212529;
  text-align: left;
}
.cid-tNPCtb02uC .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tNPCtb02uC .mbr-desc DIV {
  text-align: left;
}
.cid-tNPCtbIHYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNPCtbIHYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCtbIHYy .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-tNPCtbIHYy .container {
    padding: 0 30px;
  }
}
.cid-tNPCtbIHYy .row {
  justify-content: center;
}
.cid-tNPCtbIHYy .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNPCtbIHYy .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-tNPCtbIHYy .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-tNPCtbIHYy .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-tNPCtbIHYy .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNPCtbIHYy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNPCtbIHYy .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-tNPCtbIHYy .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNPCtbIHYy .mbr-section-btn {
  text-align: center;
}
.cid-tNPCtbIHYy .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-tNPCtbIHYy .mbr-section-btn .btn:hover,
.cid-tNPCtbIHYy .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-tNPCtbIHYy .mbr-section-title {
  color: #212529;
}
.cid-tNPCtbIHYy .panel-title-edit {
  color: #212529;
}
.cid-tNPCtbIHYy .panel-text {
  color: #212529;
}
.cid-tNPCtbIHYy .mbr-section-title,
.cid-tNPCtbIHYy .mbr-section-btn {
  text-align: center;
}
.cid-tNPCtczVgl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #010101;
}
.cid-tNPCtczVgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCtczVgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPCtczVgl .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tNPCtczVgl .container-fluid {
    padding: 0 12px;
  }
}
.cid-tNPCtczVgl .container-fluid .row {
  padding: 0;
}
.cid-tNPCtczVgl .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tNPCtczVgl .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tNPCtczVgl .card {
    padding: 48px 20px;
  }
}
.cid-tNPCtczVgl .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tNPCtczVgl .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNPCtczVgl .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tNPCtczVgl .card .google-map {
    height: 250px;
  }
}
.cid-tNPCtczVgl .card .google-map iframe {
  height: 100%;
}
.cid-tNPCtczVgl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNPCtduThb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d6f094;
}
.cid-tNPCtduThb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPCtduThb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPCtduThb .row {
  justify-content: space-between;
}
.cid-tNPCtduThb .mbr-section-title {
  margin: 0;
  color: #010101;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNPCtduThb .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNPCtduThb .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNPCtduThb .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNPCtduThb .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #010101;
}
.cid-tNPCtduThb .list li {
  margin-bottom: 25px;
}
.cid-tNPCtduThb .list li:last-child {
  margin-bottom: 0;
}
.cid-tNPCtduThb .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNPCtduThb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNPCtduThb .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNPCtduThb .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-tNPCtduThb .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #010101;
  transition: all .3s ease;
}
.cid-tNPCtduThb .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNPCtduThb .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #010101;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNPCtduThb .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNPCtduThb .mbr-desc,
.cid-tNPCtduThb .mbr-iconfont {
  color: #010101;
}
.cid-tNPCtduThb .mbr-text,
.cid-tNPCtduThb .mbr-section-btn {
  color: #010101;
}
