body {
  font-family: League Spartan;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 9.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.1875rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 6.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-4 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 7.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.825rem;
    font-size: calc( 4.0625rem + (9.75 - 4.0625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (4.0625rem + (9.75 - 4.0625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 5.2rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #75083a !important;
}
.bg-success {
  background-color: #44af68 !important;
}
.bg-info {
  background-color: #fed243 !important;
}
.bg-warning {
  background-color: #504a24 !important;
}
.bg-danger {
  background-color: #ff7f11 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #75083a !important;
  border-color: #75083a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #75083a;
}
.btn-primary:hover .mobi-mbri:after,
.btn-primary:focus .mobi-mbri:after,
.btn-primary.focus .mobi-mbri:after,
.btn-primary.active .mobi-mbri:after {
  display: block;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #240212 !important;
  border-color: #240212 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f6b7d2 !important;
  border-color: #f6b7d2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #f6b7d2;
}
.btn-secondary:hover .mobi-mbri:after,
.btn-secondary:focus .mobi-mbri:after,
.btn-secondary.focus .mobi-mbri:after,
.btn-secondary.active .mobi-mbri:after {
  display: block;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ec6aa2 !important;
  border-color: #ec6aa2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fed243 !important;
  border-color: #fed243 !important;
  color: #423200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fed243;
}
.btn-info:hover .mobi-mbri:after,
.btn-info:focus .mobi-mbri:after,
.btn-info.focus .mobi-mbri:after,
.btn-info.active .mobi-mbri:after {
  display: block;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #423200 !important;
  background-color: #e9b301 !important;
  border-color: #e9b301 !important;
}
.btn-success,
.btn-success:active {
  background-color: #44af68 !important;
  border-color: #44af68 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #44af68;
}
.btn-success:hover .mobi-mbri:after,
.btn-success:focus .mobi-mbri:after,
.btn-success.focus .mobi-mbri:after,
.btn-success.active .mobi-mbri:after {
  display: block;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c7143 !important;
  border-color: #2c7143 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #504a24 !important;
  border-color: #504a24 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #504a24;
}
.btn-warning:hover .mobi-mbri:after,
.btn-warning:focus .mobi-mbri:after,
.btn-warning.focus .mobi-mbri:after,
.btn-warning.active .mobi-mbri:after {
  display: block;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #141309 !important;
  border-color: #141309 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff7f11 !important;
  border-color: #ff7f11 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #ff7f11;
}
.btn-danger:hover .mobi-mbri:after,
.btn-danger:focus .mobi-mbri:after,
.btn-danger.focus .mobi-mbri:after,
.btn-danger.active .mobi-mbri:after {
  display: block;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b95600 !important;
  border-color: #b95600 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fef9ee !important;
  border-color: #fef9ee !important;
  color: #e09e0d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-white:hover .mobi-mbri:after,
.btn-white:focus .mobi-mbri:after,
.btn-white.focus .mobi-mbri:after,
.btn-white.active .mobi-mbri:after {
  display: block;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #e09e0d !important;
  background-color: #f9dc9c !important;
  border-color: #f9dc9c !important;
}
.btn-black,
.btn-black:active {
  background-color: #1f1d1a !important;
  border-color: #1f1d1a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #1f1d1a;
}
.btn-black:hover .mobi-mbri:after,
.btn-black:focus .mobi-mbri:after,
.btn-black.focus .mobi-mbri:after,
.btn-black.active .mobi-mbri:after {
  display: block;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  background-color: #fef9ee !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  border-color: transparent;
  color: #75083a;
}
.btn-primary-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #75083a !important;
}
.btn-primary-outline:hover .mobi-mbri:after,
.btn-primary-outline:focus .mobi-mbri:after,
.btn-primary-outline.focus .mobi-mbri:after,
.btn-primary-outline.active .mobi-mbri:after {
  display: block;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #75083a !important;
  border-color: #75083a !important;
}
.btn-secondary-outline {
  background-color: #fef9ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  border-color: transparent;
  color: #f6b7d2;
}
.btn-secondary-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f6b7d2 !important;
}
.btn-secondary-outline:hover .mobi-mbri:after,
.btn-secondary-outline:focus .mobi-mbri:after,
.btn-secondary-outline.focus .mobi-mbri:after,
.btn-secondary-outline.active .mobi-mbri:after {
  display: block;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f6b7d2 !important;
  border-color: #f6b7d2 !important;
}
.btn-info-outline {
  background-color: #fef9ee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  border-color: transparent;
  color: #fed243;
}
.btn-info-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fed243 !important;
}
.btn-info-outline:hover .mobi-mbri:after,
.btn-info-outline:focus .mobi-mbri:after,
.btn-info-outline.focus .mobi-mbri:after,
.btn-info-outline.active .mobi-mbri:after {
  display: block;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #423200 !important;
  background-color: #fed243 !important;
  border-color: #fed243 !important;
}
.btn-success-outline {
  background-color: #fef9ee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  border-color: transparent;
  color: #44af68;
}
.btn-success-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #44af68 !important;
}
.btn-success-outline:hover .mobi-mbri:after,
.btn-success-outline:focus .mobi-mbri:after,
.btn-success-outline.focus .mobi-mbri:after,
.btn-success-outline.active .mobi-mbri:after {
  display: block;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44af68 !important;
  border-color: #44af68 !important;
}
.btn-warning-outline {
  background-color: #fef9ee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  border-color: transparent;
  color: #504a24;
}
.btn-warning-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #504a24 !important;
}
.btn-warning-outline:hover .mobi-mbri:after,
.btn-warning-outline:focus .mobi-mbri:after,
.btn-warning-outline.focus .mobi-mbri:after,
.btn-warning-outline.active .mobi-mbri:after {
  display: block;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #504a24 !important;
  border-color: #504a24 !important;
}
.btn-danger-outline {
  background-color: #fef9ee !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  border-color: transparent;
  color: #ff7f11;
}
.btn-danger-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7f11 !important;
}
.btn-danger-outline:hover .mobi-mbri:after,
.btn-danger-outline:focus .mobi-mbri:after,
.btn-danger-outline.focus .mobi-mbri:after,
.btn-danger-outline.active .mobi-mbri:after {
  display: block;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f11 !important;
  border-color: #ff7f11 !important;
}
.btn-black-outline {
  background-color: #fef9ee !important;
}
.btn-black-outline,
.btn-black-outline:active {
  border-color: transparent;
  color: #1f1d1a;
}
.btn-black-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #1f1d1a !important;
}
.btn-black-outline:hover .mobi-mbri:after,
.btn-black-outline:focus .mobi-mbri:after,
.btn-black-outline.focus .mobi-mbri:after,
.btn-black-outline.active .mobi-mbri:after {
  display: block;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1f1d1a !important;
  border-color: #1f1d1a !important;
}
.btn-white-outline {
  background-color: #fef9ee !important;
}
.btn-white-outline,
.btn-white-outline:active {
  border-color: transparent;
  color: #fef9ee;
}
.btn-white-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fef9ee !important;
}
.btn-white-outline:hover .mobi-mbri:after,
.btn-white-outline:focus .mobi-mbri:after,
.btn-white-outline.focus .mobi-mbri:after,
.btn-white-outline.active .mobi-mbri:after {
  display: block;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #e09e0d !important;
  background-color: #fef9ee !important;
  border-color: #fef9ee !important;
}
.text-primary {
  color: #75083a !important;
}
.text-secondary {
  color: #f6b7d2 !important;
}
.text-success {
  color: #44af68 !important;
}
.text-info {
  color: #fed243 !important;
}
.text-warning {
  color: #504a24 !important;
}
.text-danger {
  color: #ff7f11 !important;
}
.text-white {
  color: #FEF9EE !important;
}
.text-black {
  color: #1F1D1A !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: #75083a;
}
.nav-tabs .nav-link:not(.active) {
  color: #1F1D1A;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fed243;
}
.alert-warning {
  background-color: #504a24;
}
.alert-danger {
  background-color: #ff7f11;
}
.mbr-gallery-filter li.active .btn {
  background-color: #75083a;
  border-color: #75083a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #75083a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ec1075;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9bd8af;
}
.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: #ccc38e;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffeddd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #75083a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #75083a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #75083a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #75083a;
}
.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: #75083a;
  border-bottom-color: #75083a;
}
.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: #75083a !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: #f6b7d2 !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='%2375083a' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
  text-decoration-line: underline;
}
.container {
  max-width: 1322px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  margin-left: -40px;
  margin-right: -40px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .row {
    margin-left: -32px;
    margin-right: -32px;
  }
  .row > [class*="col"] {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 9px 24px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 9999px;
  text-underline-offset: 4px;
  box-shadow: none !important;
  border: none !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mobi-mbri {
  position: relative;
}
.mbr-section-btn .btn:hover {
  text-decoration-line: underline;
}
.mbr-section-btn .btn-white-outline {
  background-color: transparent !important;
}
.mbr-section-btn .btn-white-outline:hover {
  text-decoration-line: none !important;
}
.mbr-section-btn .btn-white-outline .mobi-mbri:after {
  display: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
section {
  overflow: hidden;
}
b {
  font-weight: 600 !important;
}
.cid-t9FzZai8ud {
  overflow: visible;
}
.cid-t9FzZai8ud .navbar-dropdown {
  position: relative !important;
}
.cid-t9FzZai8ud .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-t9FzZai8ud .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9FzZai8ud .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9FzZai8ud .dropdown-item:hover,
.cid-t9FzZai8ud .dropdown-item:focus {
  background: #75083a !important;
  color: inherit !important;
}
.cid-t9FzZai8ud .dropdown-item:hover span {
  color: white;
}
.cid-t9FzZai8ud .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9FzZai8ud .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9FzZai8ud .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t9FzZai8ud .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9FzZai8ud .nav-link {
  position: relative;
}
.cid-t9FzZai8ud .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t9FzZai8ud .container {
    flex-wrap: nowrap;
  }
}
.cid-t9FzZai8ud .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9FzZai8ud .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-t9FzZai8ud .dropdown-menu,
.cid-t9FzZai8ud .navbar.opened {
  background: #ffffff !important;
}
.cid-t9FzZai8ud .nav-item:focus,
.cid-t9FzZai8ud .nav-link:focus {
  outline: none;
}
.cid-t9FzZai8ud .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t9FzZai8ud .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9FzZai8ud .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9FzZai8ud .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9FzZai8ud .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9FzZai8ud .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9FzZai8ud .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-t9FzZai8ud .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-t9FzZai8ud .navbar.opened {
  transition: all 0.3s;
}
.cid-t9FzZai8ud .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9FzZai8ud .navbar .navbar-logo img {
  width: auto;
}
.cid-t9FzZai8ud .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t9FzZai8ud .navbar.collapsed {
  justify-content: center;
}
.cid-t9FzZai8ud .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9FzZai8ud .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9FzZai8ud .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t9FzZai8ud .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9FzZai8ud .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9FzZai8ud .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-t9FzZai8ud .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9FzZai8ud .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9FzZai8ud .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9FzZai8ud .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9FzZai8ud .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9FzZai8ud .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9FzZai8ud .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9FzZai8ud .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-t9FzZai8ud .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t9FzZai8ud .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9FzZai8ud .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9FzZai8ud .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t9FzZai8ud .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9FzZai8ud .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t9FzZai8ud .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-t9FzZai8ud .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-t9FzZai8ud .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t9FzZai8ud .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t9FzZai8ud .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-t9FzZai8ud .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9FzZai8ud .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9FzZai8ud .dropdown-item.active,
.cid-t9FzZai8ud .dropdown-item:active {
  background-color: transparent;
}
.cid-t9FzZai8ud .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9FzZai8ud .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9FzZai8ud .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9FzZai8ud .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t9FzZai8ud .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9FzZai8ud .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-t9FzZai8ud .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9FzZai8ud .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9FzZai8ud ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t9FzZai8ud .navbar-buttons {
  text-align: center;
}
.cid-t9FzZai8ud button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-t9FzZai8ud button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9FzZai8ud button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9FzZai8ud button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9FzZai8ud button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9FzZai8ud button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9FzZai8ud button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  transition: all 0.2s;
}
.cid-t9FzZai8ud .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-t9FzZai8ud .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9FzZai8ud .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9FzZai8ud .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9FzZai8ud .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9FzZai8ud .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-t9FzZai8ud .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-t9FzZai8ud .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-t9FzZai8ud button.navbar-toggler-close {
  margin-right: 0;
}
.cid-t9FzZai8ud .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t9FzZai8ud a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t9FzZai8ud .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-t9FzZai8ud .navbar {
    height: 70px;
  }
  .cid-t9FzZai8ud .navbar.opened {
    height: auto;
  }
  .cid-t9FzZai8ud .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9FzZai8ud .navbar-brand-main {
  max-width: 30%;
}
.cid-t9FzZai8ud .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-t9FzZai8ud .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-t9FzZai8ud .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-t9FzZai8ud .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-t9FzZai8ud .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-t9FzZai8ud .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-t9FzZai8ud .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-t9FzZai8ud .navbar-buttons-main {
    display: none;
  }
}
.cid-t9FzZai8ud .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-t9FzZai8ud .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-t9FzZai8ud .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-t9FzZai8ud .container,
  .cid-t9FzZai8ud .container-fluid {
    justify-content: flex-end;
  }
  .cid-t9FzZai8ud .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-t9FzZai8ud .navbar-nav-main {
    display: none !important;
  }
  .cid-t9FzZai8ud .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-t9FzZai8ud .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-t9FzZai8ud .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-t9FzZai8ud .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-t9FzZai8ud .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-t9FzZai8ud .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-t9FzZai8ud .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-t9FzZai8ud .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-t9FzZai8ud .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-t9FzZai8ud .navbar-collapse .dropdown-item:hover,
  .cid-t9FzZai8ud .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-t9FzZai8ud .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-t9FzZai8ud .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-t9FzZai8ud .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-t9FADIgQhP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  min-height: 280px;
  background-image: url("../../../assets/images/kitchen-remodeling-1-2000x1333.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-t9FADIgQhP {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-t9FADIgQhP {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-t9FADIgQhP {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-t9FADIgQhP {
    min-height: 610px;
  }
}
.cid-t9FADIgQhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9FADIgQhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9FADIgQhP .row {
  justify-content: flex-start;
}
.cid-t9FADIgQhP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-t9FADIgQhP .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-t9FADIgQhP .mbr-text {
  color: #FEF9EE;
}
.cid-t9FADIgQhP .mbr-text,
.cid-t9FADIgQhP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP2Yf4bQIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bbbbbb;
}
.cid-tP2Yf4bQIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP2Yf4bQIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP2Yf4bQIU .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tP2Yf4bQIU .container-fluid {
    padding: 0 20px;
  }
}
.cid-tP2Yf4bQIU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP2Yf4bQIU .container {
    padding: 0 20px;
  }
  .cid-tP2Yf4bQIU .container .row {
    padding: 0;
  }
}
.cid-tP2Yf4bQIU .container,
.cid-tP2Yf4bQIU .container-fluid {
  position: relative;
}
.cid-tP2Yf4bQIU .row {
  justify-content: center;
}
.cid-tP2Yf4bQIU .text-wrapper {
  margin-bottom: 40px;
}
.cid-tP2Yf4bQIU .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tP2Yf4bQIU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tP2Yf4bQIU .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tP2Yf4bQIU .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tP2Yf4bQIU .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tP2Yf4bQIU .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-tP2Yf4bQIU .mbr-section-title {
  color: #000000;
}
.cid-tP2Yf4bQIU .mbr-text {
  color: #000000;
}
.cid-tP2Yf4bQIU .list {
  color: #000000;
}
.cid-tP34tc9eqk {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP34tc9eqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP34tc9eqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP34tc9eqk .row {
  justify-content: flex-start;
}
.cid-tP34tc9eqk .mbr-text-1 {
  color: #26382B;
  margin-bottom: 0;
  text-align: left;
}
.cid-tP34tc9eqk .mbr-text-2 {
  color: #26382B;
  margin-bottom: 0;
  margin-top: 42px;
}
.cid-tP2YvWjPUw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/r-architecture-u6ds9z7i3vq-unsplash-1-1-2000x3000.jpeg");
}
.cid-tP2YvWjPUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP2YvWjPUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP2YvWjPUw .col-title {
  margin-bottom: 2.5rem;
}
.cid-tP2YvWjPUw .mbr-section-title {
  color: #F6B7D2;
}
.cid-tP2YvWjPUw .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tP2YvWjPUw .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tP2YvWjPUw .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tP2YvWjPUw .card-box {
  width: 100%;
}
.cid-tP2YvWjPUw .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tP2YvWjPUw .iconfont-wrapper {
  padding: 8px;
}
.cid-tP2YvWjPUw .mbr-iconfont {
  font-size: 92px;
  color: #fcf0d5;
}
.cid-tP2YvWjPUw .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tP2YvWjPUw .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tP2YvWjPUw .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tP2YvWjPUw .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tP34rBR1xS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP34rBR1xS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP34rBR1xS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP34rBR1xS .row {
  justify-content: flex-start;
}
.cid-tP34rBR1xS .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP34rBR1xS .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP2YE6c30G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP2YE6c30G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP2YE6c30G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP2YE6c30G .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP2YE6c30G .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP2YE6c30G .container {
    padding: 0 20px;
  }
}
.cid-tP2YE6c30G .row {
  justify-content: center;
}
.cid-tP2YE6c30G .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tP2YE6c30G .card {
  margin-bottom: 50px;
}
.cid-tP2YE6c30G .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-tP2YE6c30G .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-tP2YE6c30G .card .card-wrap a {
  display: block;
}
.cid-tP2YE6c30G .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-tP2YE6c30G .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP2YE6c30G .mbr-section-title {
  color: #ffffff;
}
.cid-tP2YE6c30G .mbr-date {
  color: #000000;
}
.cid-tP2YE6c30G .mbr-text {
  color: #ffffff;
}
.cid-tP2YE6c30G .mbr-section-title,
.cid-tP2YE6c30G .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t9FFLEyXoo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-color: #bbbbbb;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-t9FFLEyXoo {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-t9FFLEyXoo {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-t9FFLEyXoo {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-t9FFLEyXoo {
    min-height: 610px;
  }
}
.cid-t9FFLEyXoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9FFLEyXoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9FFLEyXoo .row {
  justify-content: flex-start;
}
.cid-t9FFLEyXoo .mbr-section-title {
  color: #000000;
}
.cid-t9FFLEyXoo .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-t9FFLEyXoo .mbr-text {
  color: #FEF9EE;
}
.cid-t9FFLEyXoo .mbr-text,
.cid-t9FFLEyXoo .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3HcSoQZ3 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tP3HcSoQZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3HcSoQZ3 .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-tP3HcSoQZ3 .container {
    padding: 0 20px;
  }
}
.cid-tP3HcSoQZ3 .row {
  margin: 0;
}
.cid-tP3HcSoQZ3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tP3HcSoQZ3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tP3HcSoQZ3 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tP3HcSoQZ3 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tP3HcSoQZ3 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tP3HcSoQZ3 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tP3HcSoQZ3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-t9FJfu9laj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-t9FJfu9laj {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-t9FJfu9laj {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-t9FJfu9laj {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-t9FJfu9laj {
    min-height: 610px;
  }
}
.cid-t9FJfu9laj .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9FJfu9laj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9FJfu9laj .row {
  justify-content: flex-start;
}
.cid-t9FJfu9laj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-t9FJfu9laj .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-t9FJfu9laj .mbr-text {
  color: #FEF9EE;
}
.cid-t9FJfu9laj .mbr-text,
.cid-t9FJfu9laj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3gFihNYJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zac-gudakov-o-updnnssda-unsplash-1-2000x1333.jpg");
}
.cid-tP3gFihNYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3gFihNYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3gFihNYJ .col-title {
  margin-bottom: 2.5rem;
}
.cid-tP3gFihNYJ .mbr-section-title {
  color: #F6B7D2;
}
.cid-tP3gFihNYJ .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tP3gFihNYJ .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tP3gFihNYJ .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tP3gFihNYJ .card-box {
  width: 100%;
}
.cid-tP3gFihNYJ .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tP3gFihNYJ .iconfont-wrapper {
  padding: 8px;
}
.cid-tP3gFihNYJ .mbr-iconfont {
  font-size: 92px;
  color: #fcf0d5;
}
.cid-tP3gFihNYJ .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tP3gFihNYJ .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tP3gFihNYJ .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tP3gFihNYJ .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tP3gFihNYJ .card-text,
.cid-tP3gFihNYJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP36DPiciO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP36DPiciO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP36DPiciO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP36DPiciO .row {
  justify-content: flex-start;
}
.cid-tP36DPiciO .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP36DPiciO .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP3mD0rmS1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/paul-hanaoka-dl6h4-nzbpe-unsplash-1-2000x3000.jpg");
}
.cid-tP3mD0rmS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3mD0rmS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3mD0rmS1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP3mD0rmS1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP3mD0rmS1 .container {
    padding: 0 20px;
  }
}
.cid-tP3mD0rmS1 .row {
  justify-content: center;
}
.cid-tP3mD0rmS1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tP3mD0rmS1 .card {
  margin-bottom: 50px;
}
.cid-tP3mD0rmS1 .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-tP3mD0rmS1 .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-tP3mD0rmS1 .card .card-wrap a {
  display: block;
}
.cid-tP3mD0rmS1 .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-tP3mD0rmS1 .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3mD0rmS1 .mbr-section-title {
  color: #ffffff;
}
.cid-tP3mD0rmS1 .mbr-date {
  color: #ffffff;
}
.cid-tP3mD0rmS1 .mbr-text {
  color: #ffffff;
}
.cid-tP3mD0rmS1 .mbr-section-title,
.cid-tP3mD0rmS1 .mbr-section-btn {
  text-align: center;
}
.cid-tP36QMMkJ7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP36QMMkJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP36QMMkJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP36QMMkJ7 .row {
  justify-content: flex-start;
}
.cid-tP36QMMkJ7 .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP36QMMkJ7 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP2Zb9Nyey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP2Zb9Nyey .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP2Zb9Nyey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP2Zb9Nyey .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP2Zb9Nyey .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP2Zb9Nyey .container {
    padding: 0 20px;
  }
}
.cid-tP2Zb9Nyey .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tP2Zb9Nyey .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tP2Zb9Nyey .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-tP2Zb9Nyey .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tP2Zb9Nyey .panel-group {
    padding: 0;
  }
}
.cid-tP2Zb9Nyey .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-tP2Zb9Nyey .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-tP2Zb9Nyey .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tP2Zb9Nyey .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP2Zb9Nyey .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #901e52;
}
.cid-tP2Zb9Nyey .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #901e52;
}
.cid-tP2Zb9Nyey .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tP2Zb9Nyey .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-tP2Zb9Nyey .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tP2Zb9Nyey .mbr-section-title {
  color: #000000;
}
.cid-tP2Zb9Nyey .panel-title-edit {
  color: #000000;
}
.cid-tP2Zb9Nyey .panel-text {
  color: #e4dfd4;
}
.cid-tP3J1xEfUS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-tP3J1xEfUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3J1xEfUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3J1xEfUS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tP3J1xEfUS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tP3J1xEfUS .container {
    padding: 0 30px;
  }
}
.cid-tP3J1xEfUS .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tP3J1xEfUS .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tP3J1xEfUS .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tP3J1xEfUS .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tP3J1xEfUS .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tP3J1xEfUS .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tP3J1xEfUS .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tP3J1xEfUS .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tP3J1xEfUS .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tP3J1xEfUS .mbr-section-title {
  color: #ffffff;
}
.cid-tP3J1xEfUS .mbr-card-title {
  color: #2b2b2b;
  text-align: left;
}
.cid-tP3J1xEfUS .mbr-text {
  color: #0e0e10;
}
.cid-tP3J1xEfUS .mbr-number {
  color: #FE5115;
}
.cid-tP33DZogk4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP33DZogk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP33DZogk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP33DZogk4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP33DZogk4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tP33DZogk4 .container {
    padding: 0;
  }
}
.cid-tP33DZogk4 .row {
  justify-content: center;
}
.cid-tP33DZogk4 .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tP33DZogk4 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tP33DZogk4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tP33DZogk4 .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tP33DZogk4 .google-map iframe {
    height: 300px;
  }
}
.cid-tP33DZogk4 .mbr-section-title {
  color: #263652;
}
.cid-tP3qD4LgMc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tP3qD4LgMc .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tP3qD4LgMc .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tP3qD4LgMc .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tP3qD4LgMc .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tP3qD4LgMc a {
  background-image: none !important;
}
.cid-tP3qD4LgMc .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tP3qD4LgMc .container {
  padding: 5rem 1rem;
}
.cid-tP3qD4LgMc p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tP3qD4LgMc p {
    text-align: center !important;
  }
}
.cid-tP3qD4LgMc .media-container-row .mbr-text2,
.cid-tP3qD4LgMc .line {
  color: #232323;
  text-align: left;
}
.cid-tP3rL2Kwle {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tP3rL2Kwle .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3rL2Kwle .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-tP3rL2Kwle .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tP3rL2Kwle .container {
    padding: 0 12px;
  }
}
.cid-tP3rL2Kwle .title-wrapper a {
  display: block;
}
.cid-tP3rL2Kwle .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tP3rL2Kwle .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tP3rL2Kwle .list-wrapper .list,
.cid-tP3rL2Kwle .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3rL2Kwle .list-wrapper .list,
  .cid-tP3rL2Kwle .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tP3rL2Kwle .list-wrapper .list .item-wrap,
.cid-tP3rL2Kwle .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3rL2Kwle .list-wrapper .list .item-wrap:hover,
.cid-tP3rL2Kwle .list-wrapper .list_main .item-wrap:hover,
.cid-tP3rL2Kwle .list-wrapper .list .item-wrap:focus,
.cid-tP3rL2Kwle .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3rL2Kwle .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3rL2Kwle .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tP3rL2Kwle .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3rL2Kwle .contacts-wrapper .list .item-wrap:hover,
.cid-tP3rL2Kwle .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3rL2Kwle .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tP3rL2Kwle .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tP3rL2Kwle .social-row .soc-item {
  margin-right: 24px;
}
.cid-tP3rL2Kwle .social-row .soc-item a:hover .mbr-iconfont,
.cid-tP3rL2Kwle .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tP3rL2Kwle .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #bbbbbb;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tP3rL2Kwle .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-tP3rL2Kwle .mbr-section-title {
  color: #0e0e10;
  text-align: right;
}
.cid-tP3rL2Kwle .mbr-list-title {
  color: #ffffff;
}
.cid-tP3rL2Kwle .list {
  color: #ffffff;
}
.cid-tP3rL2Kwle .list_main {
  color: #E3B4FA;
}
.cid-tP3tM7pVt4 {
  overflow: visible;
}
.cid-tP3tM7pVt4 .navbar-dropdown {
  position: relative !important;
}
.cid-tP3tM7pVt4 .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-tP3tM7pVt4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3tM7pVt4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3tM7pVt4 .dropdown-item:hover,
.cid-tP3tM7pVt4 .dropdown-item:focus {
  background: #75083a !important;
  color: inherit !important;
}
.cid-tP3tM7pVt4 .dropdown-item:hover span {
  color: white;
}
.cid-tP3tM7pVt4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3tM7pVt4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3tM7pVt4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP3tM7pVt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3tM7pVt4 .nav-link {
  position: relative;
}
.cid-tP3tM7pVt4 .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP3tM7pVt4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tP3tM7pVt4 .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP3tM7pVt4 .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-tP3tM7pVt4 .dropdown-menu,
.cid-tP3tM7pVt4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tP3tM7pVt4 .nav-item:focus,
.cid-tP3tM7pVt4 .nav-link:focus {
  outline: none;
}
.cid-tP3tM7pVt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3tM7pVt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3tM7pVt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3tM7pVt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3tM7pVt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3tM7pVt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3tM7pVt4 .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-tP3tM7pVt4 .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-tP3tM7pVt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3tM7pVt4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3tM7pVt4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3tM7pVt4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3tM7pVt4 .navbar.collapsed {
  justify-content: center;
}
.cid-tP3tM7pVt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3tM7pVt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3tM7pVt4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP3tM7pVt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3tM7pVt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3tM7pVt4 .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-tP3tM7pVt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3tM7pVt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3tM7pVt4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3tM7pVt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3tM7pVt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3tM7pVt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3tM7pVt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3tM7pVt4 .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-tP3tM7pVt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3tM7pVt4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3tM7pVt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3tM7pVt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tP3tM7pVt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3tM7pVt4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP3tM7pVt4 .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tP3tM7pVt4 .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-tP3tM7pVt4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3tM7pVt4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tP3tM7pVt4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-tP3tM7pVt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3tM7pVt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3tM7pVt4 .dropdown-item.active,
.cid-tP3tM7pVt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3tM7pVt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3tM7pVt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3tM7pVt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3tM7pVt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP3tM7pVt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3tM7pVt4 .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-tP3tM7pVt4 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3tM7pVt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3tM7pVt4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3tM7pVt4 .navbar-buttons {
  text-align: center;
}
.cid-tP3tM7pVt4 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-tP3tM7pVt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3tM7pVt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3tM7pVt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3tM7pVt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3tM7pVt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3tM7pVt4 button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  transition: all 0.2s;
}
.cid-tP3tM7pVt4 .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-tP3tM7pVt4 .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3tM7pVt4 .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3tM7pVt4 .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3tM7pVt4 .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3tM7pVt4 .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-tP3tM7pVt4 .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-tP3tM7pVt4 .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-tP3tM7pVt4 button.navbar-toggler-close {
  margin-right: 0;
}
.cid-tP3tM7pVt4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tP3tM7pVt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3tM7pVt4 .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-tP3tM7pVt4 .navbar {
    height: 70px;
  }
  .cid-tP3tM7pVt4 .navbar.opened {
    height: auto;
  }
  .cid-tP3tM7pVt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP3tM7pVt4 .navbar-brand-main {
  max-width: 30%;
}
.cid-tP3tM7pVt4 .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-tP3tM7pVt4 .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-tP3tM7pVt4 .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-tP3tM7pVt4 .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-tP3tM7pVt4 .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tP3tM7pVt4 .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-tP3tM7pVt4 .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tP3tM7pVt4 .navbar-buttons-main {
    display: none;
  }
}
.cid-tP3tM7pVt4 .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-tP3tM7pVt4 .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-tP3tM7pVt4 .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-tP3tM7pVt4 .container,
  .cid-tP3tM7pVt4 .container-fluid {
    justify-content: flex-end;
  }
  .cid-tP3tM7pVt4 .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-tP3tM7pVt4 .navbar-nav-main {
    display: none !important;
  }
  .cid-tP3tM7pVt4 .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-tP3tM7pVt4 .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tP3tM7pVt4 .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tP3tM7pVt4 .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-tP3tM7pVt4 .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tP3tM7pVt4 .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tP3tM7pVt4 .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-tP3tM7pVt4 .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tP3tM7pVt4 .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tP3tM7pVt4 .navbar-collapse .dropdown-item:hover,
  .cid-tP3tM7pVt4 .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-tP3tM7pVt4 .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tP3tM7pVt4 .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tP3tM7pVt4 .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-tP3tM8DNjf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  min-height: 280px;
  background-image: url("../../../assets/images/zac-gudakov-dxk90zit8i8-unsplash-1-2000x1333.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tP3tM8DNjf {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tP3tM8DNjf {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tP3tM8DNjf {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tP3tM8DNjf {
    min-height: 610px;
  }
}
.cid-tP3tM8DNjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tM8DNjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tM8DNjf .row {
  justify-content: flex-start;
}
.cid-tP3tM8DNjf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tP3tM8DNjf .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tP3tM8DNjf .mbr-text {
  color: #FEF9EE;
}
.cid-tP3tM8DNjf .mbr-text,
.cid-tP3tM8DNjf .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3tM9ga3a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bbbbbb;
}
.cid-tP3tM9ga3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tM9ga3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tM9ga3a .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tP3tM9ga3a .container-fluid {
    padding: 0 20px;
  }
}
.cid-tP3tM9ga3a .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP3tM9ga3a .container {
    padding: 0 20px;
  }
  .cid-tP3tM9ga3a .container .row {
    padding: 0;
  }
}
.cid-tP3tM9ga3a .container,
.cid-tP3tM9ga3a .container-fluid {
  position: relative;
}
.cid-tP3tM9ga3a .row {
  justify-content: center;
}
.cid-tP3tM9ga3a .text-wrapper {
  margin-bottom: 40px;
}
.cid-tP3tM9ga3a .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tP3tM9ga3a .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tP3tM9ga3a .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tP3tM9ga3a .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tP3tM9ga3a .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tP3tM9ga3a .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-tP3tM9ga3a .mbr-section-title {
  color: #000000;
}
.cid-tP3tM9ga3a .mbr-text {
  color: #000000;
}
.cid-tP3tM9ga3a .list {
  color: #000000;
}
.cid-tP3tM9RBjk {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3tM9RBjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tM9RBjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tM9RBjk .row {
  justify-content: flex-start;
}
.cid-tP3tM9RBjk .mbr-text-1 {
  color: #26382B;
  margin-bottom: 0;
  text-align: left;
}
.cid-tP3tM9RBjk .mbr-text-2 {
  color: #26382B;
  margin-bottom: 0;
  margin-top: 42px;
}
.cid-tP3tMas0gq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP3tMas0gq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMas0gq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMas0gq .col-title {
  margin-bottom: 2.5rem;
}
.cid-tP3tMas0gq .mbr-section-title {
  color: #F6B7D2;
}
.cid-tP3tMas0gq .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tP3tMas0gq .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tP3tMas0gq .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tP3tMas0gq .card-box {
  width: 100%;
}
.cid-tP3tMas0gq .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tP3tMas0gq .iconfont-wrapper {
  padding: 8px;
}
.cid-tP3tMas0gq .mbr-iconfont {
  font-size: 92px;
  color: #fcf0d5;
}
.cid-tP3tMas0gq .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tP3tMas0gq .card-title {
  color: #F6B7D2;
  margin-bottom: 0;
}
.cid-tP3tMas0gq .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tP3tMas0gq .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tP3tMbszdk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3tMbszdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMbszdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMbszdk .row {
  justify-content: flex-start;
}
.cid-tP3tMbszdk .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP3tMbszdk .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP3tMcucAZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/collov-home-design-zsix8uc-eca-unsplash-1-2000x1500.jpg");
}
.cid-tP3tMcucAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMcucAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMcucAZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP3tMcucAZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP3tMcucAZ .container {
    padding: 0 20px;
  }
}
.cid-tP3tMcucAZ .row {
  justify-content: center;
}
.cid-tP3tMcucAZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tP3tMcucAZ .card {
  margin-bottom: 50px;
}
.cid-tP3tMcucAZ .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-tP3tMcucAZ .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-tP3tMcucAZ .card .card-wrap a {
  display: block;
}
.cid-tP3tMcucAZ .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-tP3tMcucAZ .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3tMcucAZ .mbr-section-title {
  color: #ffffff;
}
.cid-tP3tMcucAZ .mbr-date {
  color: #000000;
}
.cid-tP3tMcucAZ .mbr-text {
  color: #ffffff;
}
.cid-tP3tMcucAZ .mbr-section-title,
.cid-tP3tMcucAZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tP3tMbX0Ef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tP3tMbX0Ef {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tP3tMbX0Ef {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tP3tMbX0Ef {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tP3tMbX0Ef {
    min-height: 610px;
  }
}
.cid-tP3tMbX0Ef .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMbX0Ef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMbX0Ef .row {
  justify-content: flex-start;
}
.cid-tP3tMbX0Ef .mbr-section-title {
  color: #000000;
}
.cid-tP3tMbX0Ef .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tP3tMbX0Ef .mbr-text {
  color: #FEF9EE;
}
.cid-tP3tMbX0Ef .mbr-text,
.cid-tP3tMbX0Ef .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3tMekCpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/jean-philippe-delberghe-4jxgry4pxtc-unsplash-1-2000x3000.jpg");
}
.cid-tP3tMekCpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMekCpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMekCpQ .col-title {
  margin-bottom: 2.5rem;
}
.cid-tP3tMekCpQ .mbr-section-title {
  color: #F6B7D2;
}
.cid-tP3tMekCpQ .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tP3tMekCpQ .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tP3tMekCpQ .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tP3tMekCpQ .card-box {
  width: 100%;
}
.cid-tP3tMekCpQ .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tP3tMekCpQ .iconfont-wrapper {
  padding: 8px;
}
.cid-tP3tMekCpQ .mbr-iconfont {
  font-size: 92px;
  color: #fcf0d5;
}
.cid-tP3tMekCpQ .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tP3tMekCpQ .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tP3tMekCpQ .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tP3tMekCpQ .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tP3tMekCpQ .card-text,
.cid-tP3tMekCpQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tP3tMdairm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tP3tMdairm {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tP3tMdairm {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tP3tMdairm {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tP3tMdairm {
    min-height: 610px;
  }
}
.cid-tP3tMdairm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMdairm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMdairm .row {
  justify-content: flex-start;
}
.cid-tP3tMdairm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tP3tMdairm .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tP3tMdairm .mbr-text {
  color: #FEF9EE;
}
.cid-tP3tMdairm .mbr-text,
.cid-tP3tMdairm .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3tMfNoCt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/becca-tapert-mdogxiuvb4m-unsplash-1-2000x1333.jpg");
}
.cid-tP3tMfNoCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMfNoCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMfNoCt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP3tMfNoCt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP3tMfNoCt .container {
    padding: 0 20px;
  }
}
.cid-tP3tMfNoCt .row {
  justify-content: center;
}
.cid-tP3tMfNoCt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tP3tMfNoCt .card {
  margin-bottom: 50px;
}
.cid-tP3tMfNoCt .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-tP3tMfNoCt .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-tP3tMfNoCt .card .card-wrap a {
  display: block;
}
.cid-tP3tMfNoCt .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-tP3tMfNoCt .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3tMfNoCt .mbr-section-title {
  color: #ffffff;
}
.cid-tP3tMfNoCt .mbr-date {
  color: #ffffff;
}
.cid-tP3tMfNoCt .mbr-text {
  color: #ffffff;
}
.cid-tP3tMfNoCt .mbr-section-title,
.cid-tP3tMfNoCt .mbr-section-btn {
  text-align: center;
}
.cid-tP3tMdJGOd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3tMdJGOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMdJGOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMdJGOd .row {
  justify-content: flex-start;
}
.cid-tP3tMdJGOd .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP3tMdJGOd .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP3tMgu7nq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3tMgu7nq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMgu7nq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMgu7nq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP3tMgu7nq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP3tMgu7nq .container {
    padding: 0 20px;
  }
}
.cid-tP3tMgu7nq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tP3tMgu7nq .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tP3tMgu7nq .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-tP3tMgu7nq .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tP3tMgu7nq .panel-group {
    padding: 0;
  }
}
.cid-tP3tMgu7nq .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-tP3tMgu7nq .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-tP3tMgu7nq .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tP3tMgu7nq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3tMgu7nq .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #901e52;
}
.cid-tP3tMgu7nq .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #901e52;
}
.cid-tP3tMgu7nq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tP3tMgu7nq .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-tP3tMgu7nq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tP3tMgu7nq .mbr-section-title {
  color: #000000;
}
.cid-tP3tMgu7nq .panel-title-edit {
  color: #000000;
}
.cid-tP3tMgu7nq .panel-text {
  color: #e4dfd4;
}
.cid-tP3tMfetDr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3tMfetDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMfetDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMfetDr .row {
  justify-content: flex-start;
}
.cid-tP3tMfetDr .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP3tMfetDr .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP3vOc9jC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3vOc9jC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3vOc9jC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3vOc9jC2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tP3vOc9jC2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tP3vOc9jC2 .container {
    padding: 0 30px;
  }
}
.cid-tP3vOc9jC2 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tP3vOc9jC2 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tP3vOc9jC2 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tP3vOc9jC2 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tP3vOc9jC2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tP3vOc9jC2 .mbr-section-title {
  color: #ffffff;
}
.cid-tP3vOc9jC2 .mbr-text {
  color: #000000;
}
.cid-tP3vOc9jC2 .mbr-section-title,
.cid-tP3vOc9jC2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tP3tMi0Ffi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-katerina-holmes-5908169-1920x1245.jpg");
}
.cid-tP3tMi0Ffi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMi0Ffi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMi0Ffi .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
}
.cid-tP3tMi0Ffi .mbr-section-title {
  color: #000000;
}
.cid-tP3tMi0Ffi .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tP3tMi0Ffi .panel-group {
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
}
.cid-tP3tMi0Ffi .card {
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-tP3tMi0Ffi .card:not(:first-child) {
  border-top: 1px solid #bbbbbb;
}
.cid-tP3tMi0Ffi .mbr-iconfont {
  font-size: 10px !important;
  font-family: 'Moririse2' !important;
  color: #1f1d1a;
  margin-left: 1rem;
  padding: 17px;
  background-color: #bbbbbb;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tP3tMi0Ffi .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tP3tMi0Ffi .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tP3tMi0Ffi .panel-title {
  padding: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tP3tMi0Ffi .panel-title {
    padding: 20px !important;
  }
}
.cid-tP3tMi0Ffi .panel-title:hover {
  text-decoration-line: none !important;
}
.cid-tP3tMi0Ffi .panel-title:hover .panel-title-edit {
  text-decoration: underline !important;
}
.cid-tP3tMi0Ffi .panel-body {
  padding: 0 2rem 2rem 2rem;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .cid-tP3tMi0Ffi .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-tP3tMi0Ffi .panel-text {
  margin-bottom: 16px;
  color: #353535;
}
.cid-tP3tMi0Ffi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tP3tMi0Ffi .panel-title-edit {
  color: #1F1D1A;
  padding-right: 12px;
}
.cid-tP3tMjNNfm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3tMjNNfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMjNNfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3tMjNNfm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP3tMjNNfm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tP3tMjNNfm .container {
    padding: 0;
  }
}
.cid-tP3tMjNNfm .row {
  justify-content: center;
}
.cid-tP3tMjNNfm .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tP3tMjNNfm .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tP3tMjNNfm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tP3tMjNNfm .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tP3tMjNNfm .google-map iframe {
    height: 300px;
  }
}
.cid-tP3tMjNNfm .mbr-section-title {
  color: #263652;
}
.cid-tP3tMl3aoU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tP3tMl3aoU .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tP3tMl3aoU .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tP3tMl3aoU .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tP3tMl3aoU .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tP3tMl3aoU a {
  background-image: none !important;
}
.cid-tP3tMl3aoU .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tP3tMl3aoU .container {
  padding: 5rem 1rem;
}
.cid-tP3tMl3aoU p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tP3tMl3aoU p {
    text-align: center !important;
  }
}
.cid-tP3tMl3aoU .media-container-row .mbr-text2,
.cid-tP3tMl3aoU .line {
  color: #232323;
  text-align: left;
}
.cid-tP3tMlMtvy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tP3tMlMtvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3tMlMtvy .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-tP3tMlMtvy .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tP3tMlMtvy .container {
    padding: 0 12px;
  }
}
.cid-tP3tMlMtvy .title-wrapper a {
  display: block;
}
.cid-tP3tMlMtvy .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tP3tMlMtvy .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tP3tMlMtvy .list-wrapper .list,
.cid-tP3tMlMtvy .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3tMlMtvy .list-wrapper .list,
  .cid-tP3tMlMtvy .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tP3tMlMtvy .list-wrapper .list .item-wrap,
.cid-tP3tMlMtvy .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3tMlMtvy .list-wrapper .list .item-wrap:hover,
.cid-tP3tMlMtvy .list-wrapper .list_main .item-wrap:hover,
.cid-tP3tMlMtvy .list-wrapper .list .item-wrap:focus,
.cid-tP3tMlMtvy .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3tMlMtvy .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3tMlMtvy .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tP3tMlMtvy .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3tMlMtvy .contacts-wrapper .list .item-wrap:hover,
.cid-tP3tMlMtvy .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3tMlMtvy .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tP3tMlMtvy .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tP3tMlMtvy .social-row .soc-item {
  margin-right: 24px;
}
.cid-tP3tMlMtvy .social-row .soc-item a:hover .mbr-iconfont,
.cid-tP3tMlMtvy .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tP3tMlMtvy .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #bbbbbb;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tP3tMlMtvy .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-tP3tMlMtvy .mbr-section-title {
  color: #0e0e10;
  text-align: right;
}
.cid-tP3tMlMtvy .mbr-list-title {
  color: #ffffff;
}
.cid-tP3tMlMtvy .list {
  color: #ffffff;
}
.cid-tP3tMlMtvy .list_main {
  color: #E3B4FA;
}
.cid-tP3w9BR1EY {
  overflow: visible;
}
.cid-tP3w9BR1EY .navbar-dropdown {
  position: relative !important;
}
.cid-tP3w9BR1EY .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-tP3w9BR1EY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3w9BR1EY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3w9BR1EY .dropdown-item:hover,
.cid-tP3w9BR1EY .dropdown-item:focus {
  background: #75083a !important;
  color: inherit !important;
}
.cid-tP3w9BR1EY .dropdown-item:hover span {
  color: white;
}
.cid-tP3w9BR1EY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3w9BR1EY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3w9BR1EY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP3w9BR1EY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3w9BR1EY .nav-link {
  position: relative;
}
.cid-tP3w9BR1EY .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP3w9BR1EY .container {
    flex-wrap: nowrap;
  }
}
.cid-tP3w9BR1EY .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP3w9BR1EY .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-tP3w9BR1EY .dropdown-menu,
.cid-tP3w9BR1EY .navbar.opened {
  background: #ffffff !important;
}
.cid-tP3w9BR1EY .nav-item:focus,
.cid-tP3w9BR1EY .nav-link:focus {
  outline: none;
}
.cid-tP3w9BR1EY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3w9BR1EY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3w9BR1EY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3w9BR1EY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3w9BR1EY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3w9BR1EY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3w9BR1EY .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-tP3w9BR1EY .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-tP3w9BR1EY .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3w9BR1EY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3w9BR1EY .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3w9BR1EY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3w9BR1EY .navbar.collapsed {
  justify-content: center;
}
.cid-tP3w9BR1EY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3w9BR1EY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3w9BR1EY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP3w9BR1EY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3w9BR1EY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3w9BR1EY .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-tP3w9BR1EY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3w9BR1EY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3w9BR1EY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3w9BR1EY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3w9BR1EY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3w9BR1EY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3w9BR1EY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3w9BR1EY .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-tP3w9BR1EY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3w9BR1EY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3w9BR1EY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3w9BR1EY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tP3w9BR1EY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3w9BR1EY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP3w9BR1EY .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tP3w9BR1EY .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-tP3w9BR1EY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3w9BR1EY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tP3w9BR1EY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-tP3w9BR1EY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3w9BR1EY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3w9BR1EY .dropdown-item.active,
.cid-tP3w9BR1EY .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3w9BR1EY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3w9BR1EY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3w9BR1EY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3w9BR1EY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP3w9BR1EY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3w9BR1EY .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-tP3w9BR1EY .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3w9BR1EY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3w9BR1EY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3w9BR1EY .navbar-buttons {
  text-align: center;
}
.cid-tP3w9BR1EY button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  transition: all 0.2s;
}
.cid-tP3w9BR1EY .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-tP3w9BR1EY .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-tP3w9BR1EY button.navbar-toggler-close {
  margin-right: 0;
}
.cid-tP3w9BR1EY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tP3w9BR1EY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3w9BR1EY .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-tP3w9BR1EY .navbar {
    height: 70px;
  }
  .cid-tP3w9BR1EY .navbar.opened {
    height: auto;
  }
  .cid-tP3w9BR1EY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP3w9BR1EY .navbar-brand-main {
  max-width: 30%;
}
.cid-tP3w9BR1EY .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-tP3w9BR1EY .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-tP3w9BR1EY .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-tP3w9BR1EY .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-tP3w9BR1EY .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tP3w9BR1EY .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-tP3w9BR1EY .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tP3w9BR1EY .navbar-buttons-main {
    display: none;
  }
}
.cid-tP3w9BR1EY .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-tP3w9BR1EY .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-tP3w9BR1EY .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-tP3w9BR1EY .container,
  .cid-tP3w9BR1EY .container-fluid {
    justify-content: flex-end;
  }
  .cid-tP3w9BR1EY .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-tP3w9BR1EY .navbar-nav-main {
    display: none !important;
  }
  .cid-tP3w9BR1EY .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-tP3w9BR1EY .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tP3w9BR1EY .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tP3w9BR1EY .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-tP3w9BR1EY .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tP3w9BR1EY .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tP3w9BR1EY .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-tP3w9BR1EY .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tP3w9BR1EY .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tP3w9BR1EY .navbar-collapse .dropdown-item:hover,
  .cid-tP3w9BR1EY .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-tP3w9BR1EY .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tP3w9BR1EY .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tP3w9BR1EY .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-tP3w9COhgR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  min-height: 280px;
  background-image: url("../../../assets/images/roam-in-color-zzmb7jacybc-unsplash-1-2000x3000.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tP3w9COhgR {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tP3w9COhgR {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tP3w9COhgR {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tP3w9COhgR {
    min-height: 610px;
  }
}
.cid-tP3w9COhgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9COhgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9COhgR .row {
  justify-content: flex-start;
}
.cid-tP3w9COhgR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tP3w9COhgR .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tP3w9COhgR .mbr-text {
  color: #FEF9EE;
}
.cid-tP3w9COhgR .mbr-text,
.cid-tP3w9COhgR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3w9DtESQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bbbbbb;
}
.cid-tP3w9DtESQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9DtESQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9DtESQ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tP3w9DtESQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tP3w9DtESQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP3w9DtESQ .container {
    padding: 0 20px;
  }
  .cid-tP3w9DtESQ .container .row {
    padding: 0;
  }
}
.cid-tP3w9DtESQ .container,
.cid-tP3w9DtESQ .container-fluid {
  position: relative;
}
.cid-tP3w9DtESQ .row {
  justify-content: center;
}
.cid-tP3w9DtESQ .text-wrapper {
  margin-bottom: 40px;
}
.cid-tP3w9DtESQ .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tP3w9DtESQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tP3w9DtESQ .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tP3w9DtESQ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tP3w9DtESQ .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tP3w9DtESQ .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-tP3w9DtESQ .mbr-section-title {
  color: #000000;
}
.cid-tP3w9DtESQ .mbr-text {
  color: #000000;
}
.cid-tP3w9DtESQ .list {
  color: #000000;
}
.cid-tP3w9E0h4f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3w9E0h4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9E0h4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9E0h4f .row {
  justify-content: flex-start;
}
.cid-tP3w9E0h4f .mbr-text-1 {
  color: #26382B;
  margin-bottom: 0;
  text-align: left;
}
.cid-tP3w9E0h4f .mbr-text-2 {
  color: #26382B;
  margin-bottom: 0;
  margin-top: 42px;
}
.cid-tP3w9EygqT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rune-enstad-uxfj-6zj27m-unsplash-2000x1335.jpg");
}
.cid-tP3w9EygqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9EygqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9EygqT .col-title {
  margin-bottom: 2.5rem;
}
.cid-tP3w9EygqT .mbr-section-title {
  color: #F6B7D2;
}
.cid-tP3w9EygqT .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tP3w9EygqT .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tP3w9EygqT .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tP3w9EygqT .card-box {
  width: 100%;
}
.cid-tP3w9EygqT .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tP3w9EygqT .iconfont-wrapper {
  padding: 8px;
}
.cid-tP3w9EygqT .mbr-iconfont {
  font-size: 92px;
  color: #fcf0d5;
}
.cid-tP3w9EygqT .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tP3w9EygqT .card-title {
  color: #F6B7D2;
  margin-bottom: 0;
}
.cid-tP3w9EygqT .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tP3w9EygqT .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tP3w9FrIxN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3w9FrIxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9FrIxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9FrIxN .row {
  justify-content: flex-start;
}
.cid-tP3w9FrIxN .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP3w9FrIxN .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP3w9GAbzt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sven-brandsma-3heghi4b4gg-unsplash-1-2000x2667.jpg");
}
.cid-tP3w9GAbzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9GAbzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9GAbzt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP3w9GAbzt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP3w9GAbzt .container {
    padding: 0 20px;
  }
}
.cid-tP3w9GAbzt .row {
  justify-content: center;
}
.cid-tP3w9GAbzt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tP3w9GAbzt .card {
  margin-bottom: 50px;
}
.cid-tP3w9GAbzt .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-tP3w9GAbzt .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-tP3w9GAbzt .card .card-wrap a {
  display: block;
}
.cid-tP3w9GAbzt .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-tP3w9GAbzt .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3w9GAbzt .mbr-section-title {
  color: #ffffff;
}
.cid-tP3w9GAbzt .mbr-date {
  color: #ffffff;
}
.cid-tP3w9GAbzt .mbr-text {
  color: #ffffff;
}
.cid-tP3w9GAbzt .mbr-section-title,
.cid-tP3w9GAbzt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tP3w9G4Tur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tP3w9G4Tur {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tP3w9G4Tur {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tP3w9G4Tur {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tP3w9G4Tur {
    min-height: 610px;
  }
}
.cid-tP3w9G4Tur .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9G4Tur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9G4Tur .row {
  justify-content: flex-start;
}
.cid-tP3w9G4Tur .mbr-section-title {
  color: #000000;
}
.cid-tP3w9G4Tur .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tP3w9G4Tur .mbr-text {
  color: #FEF9EE;
}
.cid-tP3w9G4Tur .mbr-text,
.cid-tP3w9G4Tur .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3D7EQzsx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3D7EQzsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3D7EQzsx .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-tP3D7EQzsx .container {
    padding: 0 20px;
  }
}
.cid-tP3D7EQzsx .row {
  margin: 0;
}
.cid-tP3D7EQzsx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tP3D7EQzsx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tP3D7EQzsx .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tP3D7EQzsx .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tP3D7EQzsx .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tP3D7EQzsx .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tP3D7EQzsx .mbr-section-title {
  color: #000000;
}
.cid-tP3w9Hhnw5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tP3w9Hhnw5 {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tP3w9Hhnw5 {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tP3w9Hhnw5 {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tP3w9Hhnw5 {
    min-height: 610px;
  }
}
.cid-tP3w9Hhnw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9Hhnw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9Hhnw5 .row {
  justify-content: flex-start;
}
.cid-tP3w9Hhnw5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tP3w9Hhnw5 .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tP3w9Hhnw5 .mbr-text {
  color: #FEF9EE;
}
.cid-tP3w9Hhnw5 .mbr-text,
.cid-tP3w9Hhnw5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3w9ID9Jn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-tP3w9ID9Jn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9ID9Jn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9ID9Jn .col-title {
  margin-bottom: 2.5rem;
}
.cid-tP3w9ID9Jn .mbr-section-title {
  color: #F6B7D2;
}
.cid-tP3w9ID9Jn .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tP3w9ID9Jn .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tP3w9ID9Jn .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tP3w9ID9Jn .card-box {
  width: 100%;
}
.cid-tP3w9ID9Jn .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tP3w9ID9Jn .iconfont-wrapper {
  padding: 8px;
}
.cid-tP3w9ID9Jn .mbr-iconfont {
  font-size: 92px;
  color: #fcf0d5;
}
.cid-tP3w9ID9Jn .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tP3w9ID9Jn .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tP3w9ID9Jn .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tP3w9ID9Jn .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tP3w9ID9Jn .card-text,
.cid-tP3w9ID9Jn .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3w9HU5y2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3w9HU5y2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9HU5y2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9HU5y2 .row {
  justify-content: flex-start;
}
.cid-tP3w9HU5y2 .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP3w9HU5y2 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP3w9K4oFo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/marcin-galusz-xq0lte4p7rq-unsplash-1-2000x1335.jpg");
}
.cid-tP3w9K4oFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9K4oFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9K4oFo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP3w9K4oFo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP3w9K4oFo .container {
    padding: 0 20px;
  }
}
.cid-tP3w9K4oFo .row {
  justify-content: center;
}
.cid-tP3w9K4oFo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tP3w9K4oFo .card {
  margin-bottom: 50px;
}
.cid-tP3w9K4oFo .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-tP3w9K4oFo .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-tP3w9K4oFo .card .card-wrap a {
  display: block;
}
.cid-tP3w9K4oFo .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-tP3w9K4oFo .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3w9K4oFo .mbr-section-title {
  color: #ffffff;
}
.cid-tP3w9K4oFo .mbr-date {
  color: #ffffff;
}
.cid-tP3w9K4oFo .mbr-text {
  color: #ffffff;
}
.cid-tP3w9K4oFo .mbr-section-title,
.cid-tP3w9K4oFo .mbr-section-btn {
  text-align: center;
}
.cid-tP3w9JvILe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3w9JvILe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9JvILe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9JvILe .row {
  justify-content: flex-start;
}
.cid-tP3w9JvILe .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP3w9JvILe .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP3w9LnQcp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-tP3w9LnQcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9LnQcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9LnQcp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP3w9LnQcp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP3w9LnQcp .container {
    padding: 0 20px;
  }
}
.cid-tP3w9LnQcp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tP3w9LnQcp .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tP3w9LnQcp .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-tP3w9LnQcp .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tP3w9LnQcp .panel-group {
    padding: 0;
  }
}
.cid-tP3w9LnQcp .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-tP3w9LnQcp .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-tP3w9LnQcp .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tP3w9LnQcp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3w9LnQcp .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #901e52;
}
.cid-tP3w9LnQcp .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #901e52;
}
.cid-tP3w9LnQcp .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tP3w9LnQcp .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-tP3w9LnQcp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tP3w9LnQcp .mbr-section-title {
  color: #000000;
}
.cid-tP3w9LnQcp .panel-title-edit {
  color: #000000;
}
.cid-tP3w9LnQcp .panel-text {
  color: #e4dfd4;
}
.cid-tP3w9KM99u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3w9KM99u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9KM99u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9KM99u .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tP3w9KM99u .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tP3w9KM99u .container {
    padding: 0 30px;
  }
}
.cid-tP3w9KM99u .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tP3w9KM99u .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tP3w9KM99u .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tP3w9KM99u .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tP3w9KM99u .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tP3w9KM99u .mbr-section-title {
  color: #ffffff;
}
.cid-tP3w9KM99u .mbr-text {
  color: #000000;
}
.cid-tP3w9KM99u .mbr-section-title,
.cid-tP3w9KM99u .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tP3w9Mfcvw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3w9Mfcvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9Mfcvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9Mfcvw .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
}
.cid-tP3w9Mfcvw .mbr-section-title {
  color: #000000;
}
.cid-tP3w9Mfcvw .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tP3w9Mfcvw .panel-group {
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
}
.cid-tP3w9Mfcvw .card {
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-tP3w9Mfcvw .card:not(:first-child) {
  border-top: 1px solid #bbbbbb;
}
.cid-tP3w9Mfcvw .mbr-iconfont {
  font-size: 10px !important;
  font-family: 'Moririse2' !important;
  color: #1f1d1a;
  margin-left: 1rem;
  padding: 17px;
  background-color: #bbbbbb;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tP3w9Mfcvw .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tP3w9Mfcvw .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tP3w9Mfcvw .panel-title {
  padding: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tP3w9Mfcvw .panel-title {
    padding: 20px !important;
  }
}
.cid-tP3w9Mfcvw .panel-title:hover {
  text-decoration-line: none !important;
}
.cid-tP3w9Mfcvw .panel-title:hover .panel-title-edit {
  text-decoration: underline !important;
}
.cid-tP3w9Mfcvw .panel-body {
  padding: 0 2rem 2rem 2rem;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .cid-tP3w9Mfcvw .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-tP3w9Mfcvw .panel-text {
  margin-bottom: 16px;
  color: #353535;
}
.cid-tP3w9Mfcvw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tP3w9Mfcvw .panel-title-edit {
  color: #1F1D1A;
  padding-right: 12px;
}
.cid-tP3w9MLDPY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3w9MLDPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9MLDPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3w9MLDPY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP3w9MLDPY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tP3w9MLDPY .container {
    padding: 0;
  }
}
.cid-tP3w9MLDPY .row {
  justify-content: center;
}
.cid-tP3w9MLDPY .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tP3w9MLDPY .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tP3w9MLDPY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tP3w9MLDPY .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tP3w9MLDPY .google-map iframe {
    height: 300px;
  }
}
.cid-tP3w9MLDPY .mbr-section-title {
  color: #263652;
}
.cid-tP3w9NKFiz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tP3w9NKFiz .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tP3w9NKFiz .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tP3w9NKFiz .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tP3w9NKFiz .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tP3w9NKFiz a {
  background-image: none !important;
}
.cid-tP3w9NKFiz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tP3w9NKFiz .container {
  padding: 5rem 1rem;
}
.cid-tP3w9NKFiz p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tP3w9NKFiz p {
    text-align: center !important;
  }
}
.cid-tP3w9NKFiz .media-container-row .mbr-text2,
.cid-tP3w9NKFiz .line {
  color: #232323;
  text-align: left;
}
.cid-tP3w9OLVfK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tP3w9OLVfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9OLVfK .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-tP3w9OLVfK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tP3w9OLVfK .container {
    padding: 0 12px;
  }
}
.cid-tP3w9OLVfK .title-wrapper a {
  display: block;
}
.cid-tP3w9OLVfK .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tP3w9OLVfK .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tP3w9OLVfK .list-wrapper .list,
.cid-tP3w9OLVfK .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3w9OLVfK .list-wrapper .list,
  .cid-tP3w9OLVfK .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tP3w9OLVfK .list-wrapper .list .item-wrap,
.cid-tP3w9OLVfK .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3w9OLVfK .list-wrapper .list .item-wrap:hover,
.cid-tP3w9OLVfK .list-wrapper .list_main .item-wrap:hover,
.cid-tP3w9OLVfK .list-wrapper .list .item-wrap:focus,
.cid-tP3w9OLVfK .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3w9OLVfK .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3w9OLVfK .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tP3w9OLVfK .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3w9OLVfK .contacts-wrapper .list .item-wrap:hover,
.cid-tP3w9OLVfK .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3w9OLVfK .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tP3w9OLVfK .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tP3w9OLVfK .social-row .soc-item {
  margin-right: 24px;
}
.cid-tP3w9OLVfK .social-row .soc-item a:hover .mbr-iconfont,
.cid-tP3w9OLVfK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tP3w9OLVfK .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #bbbbbb;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tP3w9OLVfK .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-tP3w9OLVfK .mbr-section-title {
  color: #0e0e10;
  text-align: right;
}
.cid-tP3w9OLVfK .mbr-list-title {
  color: #ffffff;
}
.cid-tP3w9OLVfK .list {
  color: #ffffff;
}
.cid-tP3w9OLVfK .list_main {
  color: #E3B4FA;
}
.cid-tP3ydIiGl7 {
  overflow: visible;
}
.cid-tP3ydIiGl7 .navbar-dropdown {
  position: relative !important;
}
.cid-tP3ydIiGl7 .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-tP3ydIiGl7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3ydIiGl7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3ydIiGl7 .dropdown-item:hover,
.cid-tP3ydIiGl7 .dropdown-item:focus {
  background: #75083a !important;
  color: inherit !important;
}
.cid-tP3ydIiGl7 .dropdown-item:hover span {
  color: white;
}
.cid-tP3ydIiGl7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3ydIiGl7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3ydIiGl7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP3ydIiGl7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3ydIiGl7 .nav-link {
  position: relative;
}
.cid-tP3ydIiGl7 .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP3ydIiGl7 .container {
    flex-wrap: nowrap;
  }
}
.cid-tP3ydIiGl7 .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP3ydIiGl7 .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-tP3ydIiGl7 .dropdown-menu,
.cid-tP3ydIiGl7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tP3ydIiGl7 .nav-item:focus,
.cid-tP3ydIiGl7 .nav-link:focus {
  outline: none;
}
.cid-tP3ydIiGl7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3ydIiGl7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3ydIiGl7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3ydIiGl7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3ydIiGl7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3ydIiGl7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3ydIiGl7 .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-tP3ydIiGl7 .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-tP3ydIiGl7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3ydIiGl7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3ydIiGl7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3ydIiGl7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3ydIiGl7 .navbar.collapsed {
  justify-content: center;
}
.cid-tP3ydIiGl7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3ydIiGl7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3ydIiGl7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP3ydIiGl7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3ydIiGl7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3ydIiGl7 .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-tP3ydIiGl7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3ydIiGl7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3ydIiGl7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3ydIiGl7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3ydIiGl7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3ydIiGl7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3ydIiGl7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3ydIiGl7 .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-tP3ydIiGl7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3ydIiGl7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3ydIiGl7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3ydIiGl7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tP3ydIiGl7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3ydIiGl7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP3ydIiGl7 .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tP3ydIiGl7 .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-tP3ydIiGl7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3ydIiGl7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tP3ydIiGl7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-tP3ydIiGl7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3ydIiGl7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3ydIiGl7 .dropdown-item.active,
.cid-tP3ydIiGl7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3ydIiGl7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3ydIiGl7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3ydIiGl7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3ydIiGl7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP3ydIiGl7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3ydIiGl7 .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-tP3ydIiGl7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3ydIiGl7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3ydIiGl7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3ydIiGl7 .navbar-buttons {
  text-align: center;
}
.cid-tP3ydIiGl7 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-tP3ydIiGl7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3ydIiGl7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3ydIiGl7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3ydIiGl7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3ydIiGl7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3ydIiGl7 button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  transition: all 0.2s;
}
.cid-tP3ydIiGl7 .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-tP3ydIiGl7 .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3ydIiGl7 .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3ydIiGl7 .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3ydIiGl7 .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3ydIiGl7 .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-tP3ydIiGl7 .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-tP3ydIiGl7 .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-tP3ydIiGl7 button.navbar-toggler-close {
  margin-right: 0;
}
.cid-tP3ydIiGl7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tP3ydIiGl7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3ydIiGl7 .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-tP3ydIiGl7 .navbar {
    height: 70px;
  }
  .cid-tP3ydIiGl7 .navbar.opened {
    height: auto;
  }
  .cid-tP3ydIiGl7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP3ydIiGl7 .navbar-brand-main {
  max-width: 30%;
}
.cid-tP3ydIiGl7 .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-tP3ydIiGl7 .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-tP3ydIiGl7 .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-tP3ydIiGl7 .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-tP3ydIiGl7 .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tP3ydIiGl7 .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-tP3ydIiGl7 .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tP3ydIiGl7 .navbar-buttons-main {
    display: none;
  }
}
.cid-tP3ydIiGl7 .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-tP3ydIiGl7 .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-tP3ydIiGl7 .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-tP3ydIiGl7 .container,
  .cid-tP3ydIiGl7 .container-fluid {
    justify-content: flex-end;
  }
  .cid-tP3ydIiGl7 .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-tP3ydIiGl7 .navbar-nav-main {
    display: none !important;
  }
  .cid-tP3ydIiGl7 .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-tP3ydIiGl7 .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tP3ydIiGl7 .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tP3ydIiGl7 .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-tP3ydIiGl7 .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tP3ydIiGl7 .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tP3ydIiGl7 .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-tP3ydIiGl7 .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tP3ydIiGl7 .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tP3ydIiGl7 .navbar-collapse .dropdown-item:hover,
  .cid-tP3ydIiGl7 .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-tP3ydIiGl7 .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tP3ydIiGl7 .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tP3ydIiGl7 .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-tP3ydIWK4u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  min-height: 280px;
  background-image: url("../../../assets/images/murat-demircan-nccmsddjxiy-unsplash-1-2000x1125.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tP3ydIWK4u {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tP3ydIWK4u {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tP3ydIWK4u {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tP3ydIWK4u {
    min-height: 610px;
  }
}
.cid-tP3ydIWK4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydIWK4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydIWK4u .row {
  justify-content: flex-start;
}
.cid-tP3ydIWK4u .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tP3ydIWK4u .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tP3ydIWK4u .mbr-text {
  color: #FEF9EE;
}
.cid-tP3ydIWK4u .mbr-text,
.cid-tP3ydIWK4u .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3ydJghki {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bbbbbb;
}
.cid-tP3ydJghki .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydJghki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydJghki .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tP3ydJghki .container-fluid {
    padding: 0 20px;
  }
}
.cid-tP3ydJghki .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP3ydJghki .container {
    padding: 0 20px;
  }
  .cid-tP3ydJghki .container .row {
    padding: 0;
  }
}
.cid-tP3ydJghki .container,
.cid-tP3ydJghki .container-fluid {
  position: relative;
}
.cid-tP3ydJghki .row {
  justify-content: center;
}
.cid-tP3ydJghki .text-wrapper {
  margin-bottom: 40px;
}
.cid-tP3ydJghki .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tP3ydJghki .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tP3ydJghki .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tP3ydJghki .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tP3ydJghki .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tP3ydJghki .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-tP3ydJghki .mbr-section-title {
  color: #000000;
}
.cid-tP3ydJghki .mbr-text {
  color: #000000;
}
.cid-tP3ydJghki .list {
  color: #000000;
}
.cid-tP3ydJGUxC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3ydJGUxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydJGUxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydJGUxC .row {
  justify-content: flex-start;
}
.cid-tP3ydJGUxC .mbr-text-1 {
  color: #26382B;
  margin-bottom: 0;
  text-align: left;
}
.cid-tP3ydJGUxC .mbr-text-2 {
  color: #26382B;
  margin-bottom: 0;
  margin-top: 42px;
}
.cid-tP3ydK1yHB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP3ydK1yHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydK1yHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydK1yHB .col-title {
  margin-bottom: 2.5rem;
}
.cid-tP3ydK1yHB .mbr-section-title {
  color: #F6B7D2;
}
.cid-tP3ydK1yHB .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tP3ydK1yHB .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tP3ydK1yHB .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tP3ydK1yHB .card-box {
  width: 100%;
}
.cid-tP3ydK1yHB .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tP3ydK1yHB .iconfont-wrapper {
  padding: 8px;
}
.cid-tP3ydK1yHB .mbr-iconfont {
  font-size: 92px;
  color: #fcf0d5;
}
.cid-tP3ydK1yHB .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tP3ydK1yHB .card-title {
  color: #F6B7D2;
  margin-bottom: 0;
}
.cid-tP3ydK1yHB .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tP3ydK1yHB .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tP3ydKz4ZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3ydKz4ZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydKz4ZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydKz4ZX .row {
  justify-content: flex-start;
}
.cid-tP3ydKz4ZX .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP3ydKz4ZX .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP3ydLs8AQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3ydLs8AQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydLs8AQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydLs8AQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP3ydLs8AQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP3ydLs8AQ .container {
    padding: 0 20px;
  }
}
.cid-tP3ydLs8AQ .row {
  justify-content: center;
}
.cid-tP3ydLs8AQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tP3ydLs8AQ .card {
  margin-bottom: 50px;
}
.cid-tP3ydLs8AQ .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-tP3ydLs8AQ .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-tP3ydLs8AQ .card .card-wrap a {
  display: block;
}
.cid-tP3ydLs8AQ .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-tP3ydLs8AQ .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3ydLs8AQ .mbr-section-title {
  color: #ffffff;
}
.cid-tP3ydLs8AQ .mbr-date {
  color: #000000;
}
.cid-tP3ydLs8AQ .mbr-text {
  color: #ffffff;
}
.cid-tP3ydLs8AQ .mbr-section-title,
.cid-tP3ydLs8AQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tP3ydKUuAP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-color: #bbbbbb;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tP3ydKUuAP {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tP3ydKUuAP {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tP3ydKUuAP {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tP3ydKUuAP {
    min-height: 610px;
  }
}
.cid-tP3ydKUuAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydKUuAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydKUuAP .row {
  justify-content: flex-start;
}
.cid-tP3ydKUuAP .mbr-section-title {
  color: #000000;
}
.cid-tP3ydKUuAP .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tP3ydKUuAP .mbr-text {
  color: #FEF9EE;
}
.cid-tP3ydKUuAP .mbr-text,
.cid-tP3ydKUuAP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3ydN4MQ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3ydN4MQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydN4MQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydN4MQ9 .col-title {
  margin-bottom: 2.5rem;
}
.cid-tP3ydN4MQ9 .mbr-section-title {
  color: #F6B7D2;
}
.cid-tP3ydN4MQ9 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tP3ydN4MQ9 .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tP3ydN4MQ9 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tP3ydN4MQ9 .card-box {
  width: 100%;
}
.cid-tP3ydN4MQ9 .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tP3ydN4MQ9 .iconfont-wrapper {
  padding: 8px;
}
.cid-tP3ydN4MQ9 .mbr-iconfont {
  font-size: 92px;
  color: #fcf0d5;
}
.cid-tP3ydN4MQ9 .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tP3ydN4MQ9 .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tP3ydN4MQ9 .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tP3ydN4MQ9 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tP3ydN4MQ9 .card-text,
.cid-tP3ydN4MQ9 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3ydM4eWt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/roam-in-color-rryfk4n-vos-unsplash-1-2000x1317.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tP3ydM4eWt {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tP3ydM4eWt {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tP3ydM4eWt {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tP3ydM4eWt {
    min-height: 610px;
  }
}
.cid-tP3ydM4eWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydM4eWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydM4eWt .row {
  justify-content: flex-start;
}
.cid-tP3ydM4eWt .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tP3ydM4eWt .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tP3ydM4eWt .mbr-text {
  color: #FEF9EE;
}
.cid-tP3ydM4eWt .mbr-text,
.cid-tP3ydM4eWt .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tP3ydMw7Or {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3ydMw7Or .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydMw7Or .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydMw7Or .row {
  justify-content: flex-start;
}
.cid-tP3ydMw7Or .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP3ydMw7Or .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP3FFSaGiw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3FFSaGiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3FFSaGiw .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-tP3FFSaGiw .container {
    padding: 0 20px;
  }
}
.cid-tP3FFSaGiw .row {
  margin: 0;
}
.cid-tP3FFSaGiw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tP3FFSaGiw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tP3FFSaGiw .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tP3FFSaGiw .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tP3FFSaGiw .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tP3FFSaGiw .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tP3FFSaGiw .mbr-section-title {
  color: #000000;
}
.cid-tP3ydNVvzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3ydNVvzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydNVvzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydNVvzE .row {
  justify-content: flex-start;
}
.cid-tP3ydNVvzE .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-tP3ydNVvzE .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tP3ydOug43 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/r-architecture-trcj-87yoh0-unsplash-1-2000x1333.jpg");
}
.cid-tP3ydOug43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydOug43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydOug43 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP3ydOug43 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP3ydOug43 .container {
    padding: 0 20px;
  }
}
.cid-tP3ydOug43 .row {
  justify-content: center;
}
.cid-tP3ydOug43 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tP3ydOug43 .card {
  margin-bottom: 50px;
}
.cid-tP3ydOug43 .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-tP3ydOug43 .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-tP3ydOug43 .card .card-wrap a {
  display: block;
}
.cid-tP3ydOug43 .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-tP3ydOug43 .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3ydOug43 .mbr-section-title {
  color: #ffffff;
}
.cid-tP3ydOug43 .mbr-date {
  color: #ffffff;
}
.cid-tP3ydOug43 .mbr-text {
  color: #ffffff;
}
.cid-tP3ydOug43 .mbr-section-title,
.cid-tP3ydOug43 .mbr-section-btn {
  text-align: center;
}
.cid-tP3ydPbIZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3ydPbIZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydPbIZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydPbIZP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tP3ydPbIZP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tP3ydPbIZP .container {
    padding: 0 30px;
  }
}
.cid-tP3ydPbIZP .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tP3ydPbIZP .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tP3ydPbIZP .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tP3ydPbIZP .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tP3ydPbIZP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tP3ydPbIZP .mbr-section-title {
  color: #ffffff;
}
.cid-tP3ydPbIZP .mbr-text {
  color: #000000;
}
.cid-tP3ydPbIZP .mbr-section-title,
.cid-tP3ydPbIZP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tP3ydPJ8xC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3ydPJ8xC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydPJ8xC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydPJ8xC .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP3ydPJ8xC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP3ydPJ8xC .container {
    padding: 0 20px;
  }
}
.cid-tP3ydPJ8xC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tP3ydPJ8xC .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tP3ydPJ8xC .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-tP3ydPJ8xC .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tP3ydPJ8xC .panel-group {
    padding: 0;
  }
}
.cid-tP3ydPJ8xC .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-tP3ydPJ8xC .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-tP3ydPJ8xC .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tP3ydPJ8xC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3ydPJ8xC .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #901e52;
}
.cid-tP3ydPJ8xC .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #901e52;
}
.cid-tP3ydPJ8xC .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tP3ydPJ8xC .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-tP3ydPJ8xC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tP3ydPJ8xC .mbr-section-title {
  color: #000000;
}
.cid-tP3ydPJ8xC .panel-title-edit {
  color: #000000;
}
.cid-tP3ydPJ8xC .panel-text {
  color: #e4dfd4;
}
.cid-tP3ydQoDcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/christian-mackie-cc0gg3begje-unsplash-1-2000x3000.jpeg");
}
.cid-tP3ydQoDcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydQoDcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydQoDcl .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
}
.cid-tP3ydQoDcl .mbr-section-title {
  color: #000000;
}
.cid-tP3ydQoDcl .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tP3ydQoDcl .panel-group {
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
}
.cid-tP3ydQoDcl .card {
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-tP3ydQoDcl .card:not(:first-child) {
  border-top: 1px solid #bbbbbb;
}
.cid-tP3ydQoDcl .mbr-iconfont {
  font-size: 10px !important;
  font-family: 'Moririse2' !important;
  color: #1f1d1a;
  margin-left: 1rem;
  padding: 17px;
  background-color: #bbbbbb;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tP3ydQoDcl .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tP3ydQoDcl .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tP3ydQoDcl .panel-title {
  padding: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tP3ydQoDcl .panel-title {
    padding: 20px !important;
  }
}
.cid-tP3ydQoDcl .panel-title:hover {
  text-decoration-line: none !important;
}
.cid-tP3ydQoDcl .panel-title:hover .panel-title-edit {
  text-decoration: underline !important;
}
.cid-tP3ydQoDcl .panel-body {
  padding: 0 2rem 2rem 2rem;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .cid-tP3ydQoDcl .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-tP3ydQoDcl .panel-text {
  margin-bottom: 16px;
  color: #353535;
}
.cid-tP3ydQoDcl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tP3ydQoDcl .panel-title-edit {
  color: #1F1D1A;
  padding-right: 12px;
}
.cid-tP3ydQUt3t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3ydQUt3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydQUt3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3ydQUt3t .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP3ydQUt3t .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tP3ydQUt3t .container {
    padding: 0;
  }
}
.cid-tP3ydQUt3t .row {
  justify-content: center;
}
.cid-tP3ydQUt3t .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tP3ydQUt3t .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tP3ydQUt3t .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tP3ydQUt3t .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tP3ydQUt3t .google-map iframe {
    height: 300px;
  }
}
.cid-tP3ydQUt3t .mbr-section-title {
  color: #263652;
}
.cid-tP3ydRsfTj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tP3ydRsfTj .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tP3ydRsfTj .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tP3ydRsfTj .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tP3ydRsfTj .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tP3ydRsfTj a {
  background-image: none !important;
}
.cid-tP3ydRsfTj .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tP3ydRsfTj .container {
  padding: 5rem 1rem;
}
.cid-tP3ydRsfTj p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tP3ydRsfTj p {
    text-align: center !important;
  }
}
.cid-tP3ydRsfTj .media-container-row .mbr-text2,
.cid-tP3ydRsfTj .line {
  color: #232323;
  text-align: left;
}
.cid-tP3ydRUG7c {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tP3ydRUG7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3ydRUG7c .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-tP3ydRUG7c .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tP3ydRUG7c .container {
    padding: 0 12px;
  }
}
.cid-tP3ydRUG7c .title-wrapper a {
  display: block;
}
.cid-tP3ydRUG7c .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tP3ydRUG7c .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tP3ydRUG7c .list-wrapper .list,
.cid-tP3ydRUG7c .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3ydRUG7c .list-wrapper .list,
  .cid-tP3ydRUG7c .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tP3ydRUG7c .list-wrapper .list .item-wrap,
.cid-tP3ydRUG7c .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3ydRUG7c .list-wrapper .list .item-wrap:hover,
.cid-tP3ydRUG7c .list-wrapper .list_main .item-wrap:hover,
.cid-tP3ydRUG7c .list-wrapper .list .item-wrap:focus,
.cid-tP3ydRUG7c .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3ydRUG7c .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3ydRUG7c .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tP3ydRUG7c .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3ydRUG7c .contacts-wrapper .list .item-wrap:hover,
.cid-tP3ydRUG7c .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3ydRUG7c .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tP3ydRUG7c .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tP3ydRUG7c .social-row .soc-item {
  margin-right: 24px;
}
.cid-tP3ydRUG7c .social-row .soc-item a:hover .mbr-iconfont,
.cid-tP3ydRUG7c .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tP3ydRUG7c .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #bbbbbb;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tP3ydRUG7c .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-tP3ydRUG7c .mbr-section-title {
  color: #0e0e10;
  text-align: right;
}
.cid-tP3ydRUG7c .mbr-list-title {
  color: #ffffff;
}
.cid-tP3ydRUG7c .list {
  color: #ffffff;
}
.cid-tP3ydRUG7c .list_main {
  color: #E3B4FA;
}
.cid-tP3w9BR1EY {
  overflow: visible;
}
.cid-tP3w9BR1EY .navbar-dropdown {
  position: relative !important;
}
.cid-tP3w9BR1EY .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-tP3w9BR1EY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3w9BR1EY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3w9BR1EY .dropdown-item:hover,
.cid-tP3w9BR1EY .dropdown-item:focus {
  background: #75083a !important;
  color: inherit !important;
}
.cid-tP3w9BR1EY .dropdown-item:hover span {
  color: white;
}
.cid-tP3w9BR1EY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3w9BR1EY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3w9BR1EY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP3w9BR1EY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3w9BR1EY .nav-link {
  position: relative;
}
.cid-tP3w9BR1EY .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP3w9BR1EY .container {
    flex-wrap: nowrap;
  }
}
.cid-tP3w9BR1EY .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP3w9BR1EY .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-tP3w9BR1EY .dropdown-menu,
.cid-tP3w9BR1EY .navbar.opened {
  background: #ffffff !important;
}
.cid-tP3w9BR1EY .nav-item:focus,
.cid-tP3w9BR1EY .nav-link:focus {
  outline: none;
}
.cid-tP3w9BR1EY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3w9BR1EY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3w9BR1EY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3w9BR1EY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3w9BR1EY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3w9BR1EY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3w9BR1EY .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-tP3w9BR1EY .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-tP3w9BR1EY .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3w9BR1EY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3w9BR1EY .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3w9BR1EY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3w9BR1EY .navbar.collapsed {
  justify-content: center;
}
.cid-tP3w9BR1EY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3w9BR1EY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3w9BR1EY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP3w9BR1EY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3w9BR1EY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3w9BR1EY .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-tP3w9BR1EY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3w9BR1EY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3w9BR1EY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3w9BR1EY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3w9BR1EY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3w9BR1EY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3w9BR1EY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3w9BR1EY .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-tP3w9BR1EY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3w9BR1EY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3w9BR1EY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3w9BR1EY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tP3w9BR1EY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3w9BR1EY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP3w9BR1EY .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tP3w9BR1EY .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-tP3w9BR1EY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3w9BR1EY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tP3w9BR1EY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-tP3w9BR1EY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3w9BR1EY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3w9BR1EY .dropdown-item.active,
.cid-tP3w9BR1EY .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3w9BR1EY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3w9BR1EY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3w9BR1EY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3w9BR1EY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP3w9BR1EY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3w9BR1EY .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-tP3w9BR1EY .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3w9BR1EY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3w9BR1EY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3w9BR1EY .navbar-buttons {
  text-align: center;
}
.cid-tP3w9BR1EY button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3w9BR1EY button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  transition: all 0.2s;
}
.cid-tP3w9BR1EY .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-tP3w9BR1EY .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-tP3w9BR1EY .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-tP3w9BR1EY button.navbar-toggler-close {
  margin-right: 0;
}
.cid-tP3w9BR1EY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tP3w9BR1EY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3w9BR1EY .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-tP3w9BR1EY .navbar {
    height: 70px;
  }
  .cid-tP3w9BR1EY .navbar.opened {
    height: auto;
  }
  .cid-tP3w9BR1EY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP3w9BR1EY .navbar-brand-main {
  max-width: 30%;
}
.cid-tP3w9BR1EY .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-tP3w9BR1EY .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-tP3w9BR1EY .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-tP3w9BR1EY .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-tP3w9BR1EY .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tP3w9BR1EY .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-tP3w9BR1EY .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tP3w9BR1EY .navbar-buttons-main {
    display: none;
  }
}
.cid-tP3w9BR1EY .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-tP3w9BR1EY .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-tP3w9BR1EY .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-tP3w9BR1EY .container,
  .cid-tP3w9BR1EY .container-fluid {
    justify-content: flex-end;
  }
  .cid-tP3w9BR1EY .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-tP3w9BR1EY .navbar-nav-main {
    display: none !important;
  }
  .cid-tP3w9BR1EY .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-tP3w9BR1EY .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tP3w9BR1EY .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tP3w9BR1EY .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-tP3w9BR1EY .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tP3w9BR1EY .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tP3w9BR1EY .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-tP3w9BR1EY .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tP3w9BR1EY .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tP3w9BR1EY .navbar-collapse .dropdown-item:hover,
  .cid-tP3w9BR1EY .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-tP3w9BR1EY .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tP3w9BR1EY .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tP3w9BR1EY .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-tP3VN5XiyD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  min-height: 280px;
  background-image: url("../../../assets/images/rune-enstad-uxfj-6zj27m-unsplash-1-2000x1335.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tP3VN5XiyD {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tP3VN5XiyD {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tP3VN5XiyD {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tP3VN5XiyD {
    min-height: 610px;
  }
}
.cid-tP3VN5XiyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3VN5XiyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3VN5XiyD .row {
  justify-content: flex-start;
}
.cid-tP3VN5XiyD .mbr-section-title {
  color: #FEF9EE;
}
.cid-tP3VN5XiyD .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tP3VN5XiyD .mbr-text {
  color: #FEF9EE;
}
.cid-tP3VOf6yJF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3VOf6yJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3VOf6yJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3VOf6yJF .row {
  justify-content: flex-start;
}
.cid-tP3VOf6yJF .mbr-text-1 {
  color: #26382B;
  margin-bottom: 0;
  text-align: left;
}
.cid-tP3VOf6yJF .mbr-text-2 {
  color: #26382B;
  margin-bottom: 0;
  margin-top: 42px;
}
.cid-tP9KHYh2Yu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP9KHYh2Yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP9KHYh2Yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP9KHYh2Yu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP9KHYh2Yu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tP9KHYh2Yu .container {
    padding: 0;
  }
}
.cid-tP9KHYh2Yu .row {
  justify-content: center;
}
.cid-tP9KHYh2Yu .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tP9KHYh2Yu .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tP9KHYh2Yu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tP9KHYh2Yu .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tP9KHYh2Yu .google-map iframe {
    height: 300px;
  }
}
.cid-tP9KHYh2Yu .mbr-section-title {
  color: #263652;
}
.cid-tP3WJ0wpb3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tP3WJ0wpb3 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tP3WJ0wpb3 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tP3WJ0wpb3 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tP3WJ0wpb3 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tP3WJ0wpb3 a {
  background-image: none !important;
}
.cid-tP3WJ0wpb3 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tP3WJ0wpb3 .container {
  padding: 5rem 1rem;
}
.cid-tP3WJ0wpb3 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tP3WJ0wpb3 p {
    text-align: center !important;
  }
}
.cid-tP3WJ0wpb3 .media-container-row .mbr-text2,
.cid-tP3WJ0wpb3 .line {
  color: #232323;
  text-align: left;
}
.cid-tP3w9OLVfK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tP3w9OLVfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3w9OLVfK .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-tP3w9OLVfK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tP3w9OLVfK .container {
    padding: 0 12px;
  }
}
.cid-tP3w9OLVfK .title-wrapper a {
  display: block;
}
.cid-tP3w9OLVfK .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tP3w9OLVfK .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tP3w9OLVfK .list-wrapper .list,
.cid-tP3w9OLVfK .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3w9OLVfK .list-wrapper .list,
  .cid-tP3w9OLVfK .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tP3w9OLVfK .list-wrapper .list .item-wrap,
.cid-tP3w9OLVfK .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3w9OLVfK .list-wrapper .list .item-wrap:hover,
.cid-tP3w9OLVfK .list-wrapper .list_main .item-wrap:hover,
.cid-tP3w9OLVfK .list-wrapper .list .item-wrap:focus,
.cid-tP3w9OLVfK .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3w9OLVfK .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3w9OLVfK .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tP3w9OLVfK .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3w9OLVfK .contacts-wrapper .list .item-wrap:hover,
.cid-tP3w9OLVfK .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3w9OLVfK .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tP3w9OLVfK .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tP3w9OLVfK .social-row .soc-item {
  margin-right: 24px;
}
.cid-tP3w9OLVfK .social-row .soc-item a:hover .mbr-iconfont,
.cid-tP3w9OLVfK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tP3w9OLVfK .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #bbbbbb;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tP3w9OLVfK .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-tP3w9OLVfK .mbr-section-title {
  color: #0e0e10;
  text-align: right;
}
.cid-tP3w9OLVfK .mbr-list-title {
  color: #ffffff;
}
.cid-tP3w9OLVfK .list {
  color: #ffffff;
}
.cid-tP3w9OLVfK .list_main {
  color: #E3B4FA;
}
.cid-tP3WObGX0h {
  overflow: visible;
}
.cid-tP3WObGX0h .navbar-dropdown {
  position: relative !important;
}
.cid-tP3WObGX0h .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-tP3WObGX0h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3WObGX0h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3WObGX0h .dropdown-item:hover,
.cid-tP3WObGX0h .dropdown-item:focus {
  background: #75083a !important;
  color: inherit !important;
}
.cid-tP3WObGX0h .dropdown-item:hover span {
  color: white;
}
.cid-tP3WObGX0h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3WObGX0h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3WObGX0h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP3WObGX0h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3WObGX0h .nav-link {
  position: relative;
}
.cid-tP3WObGX0h .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP3WObGX0h .container {
    flex-wrap: nowrap;
  }
}
.cid-tP3WObGX0h .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP3WObGX0h .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-tP3WObGX0h .dropdown-menu,
.cid-tP3WObGX0h .navbar.opened {
  background: #ffffff !important;
}
.cid-tP3WObGX0h .nav-item:focus,
.cid-tP3WObGX0h .nav-link:focus {
  outline: none;
}
.cid-tP3WObGX0h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3WObGX0h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3WObGX0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3WObGX0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3WObGX0h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3WObGX0h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3WObGX0h .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-tP3WObGX0h .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-tP3WObGX0h .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3WObGX0h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3WObGX0h .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3WObGX0h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3WObGX0h .navbar.collapsed {
  justify-content: center;
}
.cid-tP3WObGX0h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3WObGX0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3WObGX0h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP3WObGX0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3WObGX0h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3WObGX0h .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-tP3WObGX0h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3WObGX0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3WObGX0h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3WObGX0h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3WObGX0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3WObGX0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3WObGX0h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3WObGX0h .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-tP3WObGX0h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3WObGX0h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3WObGX0h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3WObGX0h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tP3WObGX0h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3WObGX0h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP3WObGX0h .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tP3WObGX0h .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-tP3WObGX0h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3WObGX0h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tP3WObGX0h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0;
}
.cid-tP3WObGX0h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3WObGX0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3WObGX0h .dropdown-item.active,
.cid-tP3WObGX0h .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3WObGX0h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3WObGX0h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3WObGX0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3WObGX0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP3WObGX0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3WObGX0h .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-tP3WObGX0h .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3WObGX0h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3WObGX0h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3WObGX0h .navbar-buttons {
  text-align: center;
}
.cid-tP3WObGX0h button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-tP3WObGX0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3WObGX0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3WObGX0h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3WObGX0h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3WObGX0h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3WObGX0h button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  transition: all 0.2s;
}
.cid-tP3WObGX0h .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-tP3WObGX0h .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3WObGX0h .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3WObGX0h .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3WObGX0h .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3WObGX0h .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-tP3WObGX0h .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-tP3WObGX0h .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-tP3WObGX0h button.navbar-toggler-close {
  margin-right: 0;
}
.cid-tP3WObGX0h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tP3WObGX0h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3WObGX0h .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-tP3WObGX0h .navbar {
    height: 70px;
  }
  .cid-tP3WObGX0h .navbar.opened {
    height: auto;
  }
  .cid-tP3WObGX0h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP3WObGX0h .navbar-brand-main {
  max-width: 30%;
}
.cid-tP3WObGX0h .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-tP3WObGX0h .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-tP3WObGX0h .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-tP3WObGX0h .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-tP3WObGX0h .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tP3WObGX0h .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-tP3WObGX0h .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tP3WObGX0h .navbar-buttons-main {
    display: none;
  }
}
.cid-tP3WObGX0h .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-tP3WObGX0h .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-tP3WObGX0h .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-tP3WObGX0h .container,
  .cid-tP3WObGX0h .container-fluid {
    justify-content: flex-end;
  }
  .cid-tP3WObGX0h .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-tP3WObGX0h .navbar-nav-main {
    display: none !important;
  }
  .cid-tP3WObGX0h .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-tP3WObGX0h .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tP3WObGX0h .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tP3WObGX0h .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-tP3WObGX0h .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tP3WObGX0h .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tP3WObGX0h .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-tP3WObGX0h .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tP3WObGX0h .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tP3WObGX0h .navbar-collapse .dropdown-item:hover,
  .cid-tP3WObGX0h .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-tP3WObGX0h .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tP3WObGX0h .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tP3WObGX0h .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-tP3WOcGd81 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  min-height: 280px;
  background-image: url("../../../assets/images/roam-in-color-zzmb7jacybc-unsplash-1-2000x3000.jpeg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tP3WOcGd81 {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tP3WOcGd81 {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tP3WOcGd81 {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tP3WOcGd81 {
    min-height: 610px;
  }
}
.cid-tP3WOcGd81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3WOcGd81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3WOcGd81 .row {
  justify-content: flex-start;
}
.cid-tP3WOcGd81 .mbr-section-title {
  color: #ffffff;
}
.cid-tP3WOcGd81 .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tP3WOcGd81 .mbr-text {
  color: #FEF9EE;
}
.cid-tP3WOd0r7b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-tP3WOd0r7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3WOd0r7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3WOd0r7b .row {
  justify-content: flex-start;
}
.cid-tP3WOd0r7b .mbr-text-1 {
  color: #26382B;
  margin-bottom: 0;
  text-align: left;
}
.cid-tP3WOd0r7b .mbr-text-2 {
  color: #26382B;
  margin-bottom: 0;
  margin-top: 42px;
}
.cid-tP9KL9b7Bt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP9KL9b7Bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP9KL9b7Bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP9KL9b7Bt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP9KL9b7Bt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tP9KL9b7Bt .container {
    padding: 0;
  }
}
.cid-tP9KL9b7Bt .row {
  justify-content: center;
}
.cid-tP9KL9b7Bt .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tP9KL9b7Bt .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tP9KL9b7Bt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tP9KL9b7Bt .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tP9KL9b7Bt .google-map iframe {
    height: 300px;
  }
}
.cid-tP9KL9b7Bt .mbr-section-title {
  color: #263652;
}
.cid-tP3WOdnZ9F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tP3WOdnZ9F .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-tP3WOdnZ9F .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-tP3WOdnZ9F .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-tP3WOdnZ9F .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-tP3WOdnZ9F a {
  background-image: none !important;
}
.cid-tP3WOdnZ9F .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tP3WOdnZ9F .container {
  padding: 5rem 1rem;
}
.cid-tP3WOdnZ9F p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-tP3WOdnZ9F p {
    text-align: center !important;
  }
}
.cid-tP3WOdnZ9F .media-container-row .mbr-text2,
.cid-tP3WOdnZ9F .line {
  color: #232323;
  text-align: left;
}
.cid-tP3WOdE6eN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tP3WOdE6eN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3WOdE6eN .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-tP3WOdE6eN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tP3WOdE6eN .container {
    padding: 0 12px;
  }
}
.cid-tP3WOdE6eN .title-wrapper a {
  display: block;
}
.cid-tP3WOdE6eN .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tP3WOdE6eN .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tP3WOdE6eN .list-wrapper .list,
.cid-tP3WOdE6eN .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3WOdE6eN .list-wrapper .list,
  .cid-tP3WOdE6eN .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tP3WOdE6eN .list-wrapper .list .item-wrap,
.cid-tP3WOdE6eN .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3WOdE6eN .list-wrapper .list .item-wrap:hover,
.cid-tP3WOdE6eN .list-wrapper .list_main .item-wrap:hover,
.cid-tP3WOdE6eN .list-wrapper .list .item-wrap:focus,
.cid-tP3WOdE6eN .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3WOdE6eN .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tP3WOdE6eN .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tP3WOdE6eN .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tP3WOdE6eN .contacts-wrapper .list .item-wrap:hover,
.cid-tP3WOdE6eN .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tP3WOdE6eN .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tP3WOdE6eN .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tP3WOdE6eN .social-row .soc-item {
  margin-right: 24px;
}
.cid-tP3WOdE6eN .social-row .soc-item a:hover .mbr-iconfont,
.cid-tP3WOdE6eN .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tP3WOdE6eN .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #bbbbbb;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tP3WOdE6eN .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-tP3WOdE6eN .mbr-section-title {
  color: #0e0e10;
  text-align: right;
}
.cid-tP3WOdE6eN .mbr-list-title {
  color: #ffffff;
}
.cid-tP3WOdE6eN .list {
  color: #ffffff;
}
.cid-tP3WOdE6eN .list_main {
  color: #E3B4FA;
}
